Files
sechskies/docs/sql/b18_22304998_6sykdb.sql

2545 lines
1.9 MiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- phpMyAdmin SQL Dump
-- version 3.5.8.2
-- http://www.phpmyadmin.net
--
-- 主机: sql304.byetcluster.com
-- 生成日期: 2018 年 07 月 26 日 23:49
-- 服务器版本: 5.6.35-81.0
-- PHP 版本: 5.3.3
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 */;
--
-- 数据库: `b18_22304998_6sykdb`
--
-- --------------------------------------------------------
--
-- 表的结构 `wp_commentmeta`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- 表的结构 `wp_comments`
--
CREATE TABLE IF NOT EXISTS `wp_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))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
--
-- 转存表中的数据 `wp_comments`
--
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2018-07-20 04:04:12', '2018-07-20 04:04:12', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0);
-- --------------------------------------------------------
--
-- 表的结构 `wp_links`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- 表的结构 `wp_options`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=814 ;
--
-- 转存表中的数据 `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://sixjekkient.byethost18.com/6sykdb', 'yes'),
(2, 'home', 'http://sixjekkient.byethost18.com/6sykdb', 'yes'),
(3, 'blogname', '6SYK水晶男孩推廣部', 'yes'),
(4, 'blogdescription', '娛樂|演藝|影音|節目|藝人|表演|音樂|演員|', 'yes'),
(5, 'users_can_register', '1', 'yes'),
(6, 'admin_email', 'snoopy77429@gmail.com', 'yes'),
(7, 'start_of_week', '0', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'Y-m-d', 'yes'),
(24, 'time_format', 'H:i:s', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:205:{s:11:"services/?$";s:28:"index.php?post_type=services";s:41:"services/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=services&feed=$matches[1]";s:36:"services/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=services&feed=$matches[1]";s:28:"services/page/([0-9]{1,})/?$";s:46:"index.php?post_type=services&paged=$matches[1]";s:12:"employees/?$";s:29:"index.php?post_type=employees";s:42:"employees/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=employees&feed=$matches[1]";s:37:"employees/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=employees&feed=$matches[1]";s:29:"employees/page/([0-9]{1,})/?$";s:47:"index.php?post_type=employees&paged=$matches[1]";s:15:"testimonials/?$";s:32:"index.php?post_type=testimonials";s:45:"testimonials/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?post_type=testimonials&feed=$matches[1]";s:40:"testimonials/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?post_type=testimonials&feed=$matches[1]";s:32:"testimonials/page/([0-9]{1,})/?$";s:50:"index.php?post_type=testimonials&paged=$matches[1]";s:10:"clients/?$";s:27:"index.php?post_type=clients";s:40:"clients/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=clients&feed=$matches[1]";s:35:"clients/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=clients&feed=$matches[1]";s:27:"clients/page/([0-9]{1,})/?$";s:45:"index.php?post_type=clients&paged=$matches[1]";s:11:"projects/?$";s:28:"index.php?post_type=projects";s:41:"projects/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=projects&feed=$matches[1]";s:36:"projects/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=projects&feed=$matches[1]";s:28:"projects/page/([0-9]{1,})/?$";s:46:"index.php?post_type=projects&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: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: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: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:36:"services/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"services/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:42:"services/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:25:"services/([^/]+)/embed/?$";s:41:"index.php?services=$matches[1]&embed=true";s:29:"services/([^/]+)/trackback/?$";s:35:"index.php?services=$matches[1]&tb=1";s:49:"services/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?services=$matches[1]&feed=$matches[2]";s:44:"services/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?services=$matches[1]&feed=$matches[2]";s:37:"services/([^/]+)/page/?([0-9]{1,})/?$";s:48:"index.php?services=$matches[1]&paged=$matches[2]";s:44:"services/([^/]+)/comment-page-([0-9]{1,})/?$";s:48:"index.php?services=$matches[1]&cpage=$matches[2]";s:33:"services/([^/]+)(?:/([0-9]+))?/?$";s:47:"index.php?services=$matches[1]&page=$matches[2]";s:25:"services/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:"services/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:"services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:31:"services/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:37:"employees/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"employees/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"employees/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"employees/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"employees/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"employees/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"employees/([^/]+)/embed/?$";s:42:"index.php?employees=$matches[1]&embed=true";s:30:"employees/([^/]+)/trackback/?$";s:36:"index.php?employees=$matches[1]&tb=1";s:50:"employees/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?employees=$matches[1]&feed=$matches[2]";s:45:"employees/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?employees=$matches[1]&feed=$matches[2]";s:38:"employees/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?employees=$matches[1]&paged=$matches[2]";s:45:"employees/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?employees=$matches[1]&cpage=$matches[2]";s:34:"employees/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?employees=$matches[1]&page=$matches[2]";s:26:"employees/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"employees/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"employees/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"employees/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"employees/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"employees/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";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:45:"index.php?testimonials=$matches[1]&embed=true";s:33:"testimonials/([^/]+)/trackback/?$";s:39:"index.php?testimonials=$matches[1]&tb=1";s:53:"testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?testimonials=$matches[1]&feed=$matches[2]";s:48:"testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?testimonials=$matches[1]&feed=$matches[2]";s:41:"testimonials/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?testimonials=$matches[1]&paged=$matches[2]";s:48:"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?testimonials=$matches[1]&cpage=$matches[2]";s:37:"testimonials/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?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:35:"clients/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"clients/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"clients/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"clients/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"clients/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"clients/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:24:"clients/([^/]+)/embed/?$";s:40:"index.php?clients=$matches[1]&embed=true";s:28:"clients/([^/]+)/trackback/?$";s:34:"index.php?clients=$matches[1]&tb=1";s:48:"clients/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?clients=$matches[1]&feed=$matches[2]";s:43:"clients/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?clients=$matches[1]&feed=$matches[2]";s:36:"clients/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?clients=$matches[1]&paged=$matches[2]";s:43:"clients/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?clients=$matches[1]&cpage=$matches[2]";s:32:"clients/([^/]+)(?:/([0-9]+))?/?$";s:46:"index.php?clients=$matches[1]&page=$matches[2]";s:24:"clients/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:34:"clients/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:54:"clients/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"clients/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"clients/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"clients/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:36:"projects/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"projects/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"projects/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"projects/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"projects/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:42:"projects/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:25:"projects/([^/]+)/embed/?$";s:41:"index.php?projects=$matches[1]&embed=true";s:29:"projects/([^/]+)/trackback/?$";s:35:"index.php?projects=$matches[1]&tb=1";s:49:"projects/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?projects=$matches[1]&feed=$matches[2]";s:44:"projects/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?projects=$matches[1]&feed=$matches[2]";s:37:"projects/([^/]+)/page/?([0-9]{1,})/?$";s:48:"index.php?projects=$matches[1]&paged=$matches[2]";s:44:"projects/([^/]+)/comment-page-([0-9]{1,})/?$";s:48:"index.php?projects=$matches[1]&cpage=$matches[2]";s:33:"projects/([^/]+)(?:/([0-9]+))?/?$";s:47:"index.php?projects=$matches[1]&page=$matches[2]";s:25:"projects/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:"projects/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:"projects/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"projects/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"projects/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:31:"projects/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";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:38:"index.php?&page_id=6&cpage=$matches[1]";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: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: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: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: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: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: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: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:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:8:{i:0;s:19:"akismet/akismet.php";i:1;s:35:"athemes-toolbox/athemes-toolbox.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php";i:3;s:23:"elementor/elementor.php";i:4;s:9:"hello.php";i:5;s:39:"onetone-companion/onetone-companion.php";i:6;s:39:"siteorigin-panels/siteorigin-panels.php";i:7;s:33:"sydney-toolbox/sydney-toolbox.php";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:89:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/themes/talon/style.css";i:1;s:99:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/themes/talon/icons/icons.min.css";i:2;s:95:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/themes/talon/icons/icons.css";i:4;s:94:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/plugins/akismet/akismet.php";i:5;s:90:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/themes/talon/header.php";}', 'no'),
(40, 'template', 'talon', 'yes'),
(41, 'stylesheet', 'talon', '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:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', 'Asia/Taipei', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '6', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '237', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'initial_db_version', '38590', 'yes'),
(93, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{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:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(94, 'fresh_site', '0', 'yes'),
(95, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'sidebars_widgets', 'a:6:{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:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(101, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'cron', 'a:4:{i:1532664252;a:4:{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;}}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:1532664676;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:1532670861;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;}}}s:7:"version";i:2;}', 'yes'),
(126, '_site_transient_timeout_browser_4f532dd8f6466223f625ae3b5249ef19', '1532664678', 'no'),
(127, '_site_transient_browser_4f532dd8f6466223f625ae3b5249ef19', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"67.0.3396.99";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'),
(742, '_elementor_global_css', 'a:5:{s:4:"time";i:1532621943;s:5:"fonts";a:0:{}s:6:"status";s:5:"empty";i:0;b:0;s:3:"css";s:0:"";}', 'yes'),
(800, '_site_transient_timeout_available_translations', '1532672252', 'no'),
(115, 'theme_mods_twentyseventeen', 'a:6:{s:18:"custom_css_post_id";i:-1;s:12:"header_image";s:73:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:12;s:3:"url";s:73:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png";s:13:"thumbnail_url";s:73:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png";s:6:"height";i:1200;s:5:"width";i:2000;}s:21:"external_header_video";s:43:"https://www.youtube.com/watch?v=ARi0cfpv6mE";s:18:"nav_menu_locations";a:2:{s:3:"top";i:3;s:6:"social";i:0;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1532577602;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'),
(128, 'can_compress_scripts', '0', 'no'),
(803, '_site_transient_timeout_theme_roots', '1532663987', 'no'),
(804, '_site_transient_theme_roots', 'a:16:{s:7:"ayageek";s:7:"/themes";s:9:"fcommerce";s:7:"/themes";s:7:"fifteen";s:7:"/themes";s:11:"my-dog-lite";s:7:"/themes";s:8:"onepress";s:7:"/themes";s:7:"onetone";s:7:"/themes";s:12:"organic-lite";s:7:"/themes";s:6:"primer";s:7:"/themes";s:10:"storefront";s:7:"/themes";s:5:"stout";s:7:"/themes";s:6:"sydney";s:7:"/themes";s:5:"talon";s:7:"/themes";s:13:"twentyfifteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";s:9:"zeko-lite";s:7:"/themes";}', 'no'),
(120, 'WPLANG', 'zh_TW', 'yes'),
(263, 'elementor_version', '2.1.5', 'yes'),
(264, '_elementor_installed_time', '1532096827', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(265, 'elementor_remote_info_library', 'a:2:{s:10:"categories";a:20:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:14:"call to action";i:4;s:7:"clients";i:5;s:7:"contact";i:6;s:3:"faq";i:7;s:8:"features";i:8;s:6:"footer";i:9;s:6:"header";i:10;s:4:"hero";i:11;s:9:"portfolio";i:12;s:7:"pricing";i:13;s:8:"services";i:14;s:11:"single page";i:15;s:11:"single post";i:16;s:5:"stats";i:17;s:9:"subscribe";i:18;s:4:"team";i:19;s:12:"testimonials";}s:9:"templates";a:426:{i:0;a:14:{s:2:"id";s:4:"5525";s:5:"title";s:8:"About 14";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png";s:12:"tmpl_created";s:10:"1520443532";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"29";s:11:"trend_index";s:2:"15";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:1;a:14:{s:2:"id";s:4:"5533";s:5:"title";s:8:"About 15";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png";s:12:"tmpl_created";s:10:"1520443534";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"58";s:11:"trend_index";s:2:"43";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:2;a:14:{s:2:"id";s:4:"5575";s:5:"title";s:5:"CTA 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png";s:12:"tmpl_created";s:10:"1520443543";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"40";s:11:"trend_index";s:2:"20";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:3;a:14:{s:2:"id";s:4:"5615";s:5:"title";s:10:"Features 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png";s:12:"tmpl_created";s:10:"1520443551";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"53";s:11:"trend_index";s:2:"38";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:4;a:14:{s:2:"id";s:4:"5624";s:5:"title";s:10:"Features 5";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png";s:12:"tmpl_created";s:10:"1520443553";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"117";s:11:"trend_index";s:3:"107";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:5;a:14:{s:2:"id";s:4:"5684";s:5:"title";s:5:"FAQ 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png";s:12:"tmpl_created";s:10:"1520443565";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"86";s:11:"trend_index";s:3:"105";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:6;a:14:{s:2:"id";s:4:"5693";s:5:"title";s:5:"FAQ 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png";s:12:"tmpl_created";s:10:"1520443567";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"229";s:11:"trend_index";s:3:"186";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:7;a:14:{s:2:"id";s:4:"5703";s:5:"title";s:6:"FAQ 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png";s:12:"tmpl_created";s:10:"1520443569";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"55";s:11:"trend_index";s:2:"44";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:8;a:14:{s:2:"id";s:4:"5711";s:5:"title";s:5:"FAQ 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png";s:12:"tmpl_created";s:10:"1520443571";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"241";s:11:"trend_index";s:3:"180";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:9;a:14:{s:2:"id";s:4:"5719";s:5:"title";s:5:"FAQ 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png";s:12:"tmpl_created";s:10:"1520443573";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"129";s:11:"trend_index";s:2:"95";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:10;a:14:{s:2:"id";s:4:"5729";s:5:"title";s:5:"FAQ 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png";s:12:"tmpl_created";s:10:"1520443575";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"316";s:11:"trend_index";s:3:"341";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:11;a:14:{s:2:"id";s:4:"5737";s:5:"title";s:6:"FAQ 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png";s:12:"tmpl_created";s:10:"1520443576";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"188";s:11:"trend_index";s:3:"179";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:12;a:14:{s:2:"id";s:4:"5746";s:5:"title";s:6:"FAQ 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png";s:12:"tmpl_created";s:10:"1520443578";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"208";s:11:"trend_index";s:3:"210";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:13;a:14:{s:2:"id";s:4:"5755";s:5:"title";s:5:"FAQ 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png";s:12:"tmpl_created";s:10:"1520443580";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"100";s:11:"trend_index";s:2:"82";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:14;a:14:{s:2:"id";s:4:"5764";s:5:"title";s:5:"FAQ 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png";s:12:"tmpl_created";s:10:"1520443582";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"313";s:11:"trend_index";s:3:"316";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:15;a:14:{s:2:"id";s:4:"5773";s:5:"title";s:7:"Hero 11";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png";s:12:"tmpl_created";s:10:"1520443584";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"49";s:11:"trend_index";s:2:"42";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:16;a:14:{s:2:"id";s:4:"5783";s:5:"title";s:7:"Hero 10";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png";s:12:"tmpl_created";s:10:"1520443586";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"314";s:11:"trend_index";s:3:"373";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:17;a:14:{s:2:"id";s:4:"5792";s:5:"title";s:6:"Hero 9";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png";s:12:"tmpl_created";s:10:"1520443588";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"230";s:11:"trend_index";s:3:"242";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:18;a:14:{s:2:"id";s:4:"5801";s:5:"title";s:6:"Hero 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png";s:12:"tmpl_created";s:10:"1520443589";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"36";s:11:"trend_index";s:2:"22";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:19;a:14:{s:2:"id";s:4:"5811";s:5:"title";s:6:"Hero 8";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png";s:12:"tmpl_created";s:10:"1520443591";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"107";s:11:"trend_index";s:3:"141";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:20;a:14:{s:2:"id";s:4:"5820";s:5:"title";s:9:"Contact 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png";s:12:"tmpl_created";s:10:"1520443593";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"209";s:11:"trend_index";s:3:"216";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:21;a:14:{s:2:"id";s:4:"5828";s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png";s:12:"tmpl_created";s:10:"1520443595";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"305";s:11:"trend_index";s:3:"289";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:22;a:14:{s:2:"id";s:4:"5836";s:5:"title";s:10:"Contact 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png";s:12:"tmpl_created";s:10:"1520443597";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"121";s:11:"trend_index";s:2:"89";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:23;a:14:{s:2:"id";s:4:"5844";s:5:"title";s:10:"Contact 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png";s:12:"tmpl_created";s:10:"1520443599";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"285";s:11:"trend_index";s:3:"217";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:24;a:14:{s:2:"id";s:4:"5852";s:5:"title";s:6:"CTA 34";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png";s:12:"tmpl_created";s:10:"1520443600";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"398";s:11:"trend_index";s:3:"415";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:25;a:14:{s:2:"id";s:4:"5947";s:5:"title";s:7:"Stats 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png";s:12:"tmpl_created";s:10:"1520443621";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"337";s:11:"trend_index";s:3:"313";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:26;a:14:{s:2:"id";s:4:"5956";s:5:"title";s:7:"Stats 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png";s:12:"tmpl_created";s:10:"1520443623";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"396";s:11:"trend_index";s:3:"423";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:27;a:14:{s:2:"id";s:4:"5963";s:5:"title";s:10:"Features 7";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png";s:12:"tmpl_created";s:10:"1520443626";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"76";s:11:"trend_index";s:2:"57";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:28;a:14:{s:2:"id";s:4:"5974";s:5:"title";s:10:"Features 4";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png";s:12:"tmpl_created";s:10:"1520443629";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"75";s:11:"trend_index";s:2:"79";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:29;a:14:{s:2:"id";s:4:"5983";s:5:"title";s:10:"Features 3";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png";s:12:"tmpl_created";s:10:"1520443630";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:11:"["featues"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"256";s:11:"trend_index";s:3:"257";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:30;a:14:{s:2:"id";s:4:"5991";s:5:"title";s:11:"Features 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png";s:12:"tmpl_created";s:10:"1520443632";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"125";s:11:"trend_index";s:3:"115";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:31;a:14:{s:2:"id";s:4:"5999";s:5:"title";s:7:"Team 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png";s:12:"tmpl_created";s:10:"1520443634";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"94";s:11:"trend_index";s:2:"67";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:32;a:14:{s:2:"id";s:4:"6008";s:5:"title";s:6:"Team 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png";s:12:"tmpl_created";s:10:"1520443636";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"80";s:11:"trend_index";s:2:"94";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:33;a:14:{s:2:"id";s:4:"6027";s:5:"title";s:7:"About 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png";s:12:"tmpl_created";s:10:"1520443639";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"62";s:11:"trend_index";s:2:"49";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:34;a:14:{s:2:"id";s:4:"6036";s:5:"title";s:7:"About 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png";s:12:"tmpl_created";s:10:"1520443641";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"101";s:11:"trend_index";s:2:"71";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:35;a:14:{s:2:"id";s:4:"6044";s:5:"title";s:11:"Features 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png";s:12:"tmpl_created";s:10:"1520443643";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"85";s:11:"trend_index";s:2:"65";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:36;a:14:{s:2:"id";s:4:"6053";s:5:"title";s:10:"Features 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png";s:12:"tmpl_created";s:10:"1520443645";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"182";s:11:"trend_index";s:3:"137";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:37;a:14:{s:2:"id";s:4:"6063";s:5:"title";s:7:"Stats 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png";s:12:"tmpl_created";s:10:"1520443647";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"163";s:11:"trend_index";s:3:"155";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:38;a:14:{s:2:"id";s:4:"6071";s:5:"title";s:8:"Stats 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png";s:12:"tmpl_created";s:10:"1520443649";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"174";s:11:"trend_index";s:3:"131";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:39;a:14:{s:2:"id";s:4:"6079";s:5:"title";s:7:"Stats 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png";s:12:"tmpl_created";s:10:"1520443651";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"296";s:11:"trend_index";s:3:"240";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:40;a:14:{s:2:"id";s:4:"6089";s:5:"title";s:7:"Stats 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png";s:12:"tmpl_created";s:10:"1520443653";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"201";s:11:"trend_index";s:3:"169";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:41;a:14:{s:2:"id";s:4:"6097";s:5:"title";s:7:"Stats 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png";s:12:"tmpl_created";s:10:"1520443655";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"272";s:11:"trend_index";s:3:"188";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:42;a:14:{s:2:"id";s:4:"6106";s:5:"title";s:7:"Stats 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png";s:12:"tmpl_created";s:10:"1520443657";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"329";s:11:"trend_index";s:3:"286";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:43;a:14:{s:2:"id";s:4:"6114";s:5:"title";s:7:"Stats 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png";s:12:"tmpl_created";s:10:"1520443659";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"353";s:11:"trend_index";s:3:"309";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:44;a:14:{s:2:"id";s:4:"6122";s:5:"title";s:7:"About 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png";s:12:"tmpl_created";s:10:"1520443661";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"56";s:11:"trend_index";s:2:"41";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:45;a:14:{s:2:"id";s:4:"6135";s:5:"title";s:8:"About 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png";s:12:"tmpl_created";s:10:"1520443663";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"93";s:11:"trend_index";s:2:"70";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:46;a:14:{s:2:"id";s:4:"6144";s:5:"title";s:7:"Team 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png";s:12:"tmpl_created";s:10:"1520443664";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"183";s:11:"trend_index";s:3:"136";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:47;a:14:{s:2:"id";s:4:"6152";s:5:"title";s:7:"Stats 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png";s:12:"tmpl_created";s:10:"1520443666";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"245";s:11:"trend_index";s:3:"207";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:48;a:14:{s:2:"id";s:4:"6162";s:5:"title";s:11:"Services 31";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png";s:12:"tmpl_created";s:10:"1520443668";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"315";s:11:"trend_index";s:3:"223";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:49;a:14:{s:2:"id";s:4:"6170";s:5:"title";s:8:"Stats 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png";s:12:"tmpl_created";s:10:"1520443670";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"323";s:11:"trend_index";s:3:"231";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:50;a:14:{s:2:"id";s:4:"6178";s:5:"title";s:8:"Stats 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png";s:12:"tmpl_created";s:10:"1520443676";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"350";s:11:"trend_index";s:3:"374";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:51;a:14:{s:2:"id";s:4:"6186";s:5:"title";s:8:"Stats 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png";s:12:"tmpl_created";s:10:"1520443678";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"386";s:11:"trend_index";s:3:"397";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:52;a:14:{s:2:"id";s:4:"6196";s:5:"title";s:10:"Features 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png";s:12:"tmpl_created";s:10:"1520443680";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"115";s:11:"trend_index";s:3:"116";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:53;a:14:{s:2:"id";s:4:"6204";s:5:"title";s:10:"Features 8";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png";s:12:"tmpl_created";s:10:"1520443681";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"224";s:11:"trend_index";s:3:"181";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:54;a:14:{s:2:"id";s:4:"6212";s:5:"title";s:11:"Features 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png";s:12:"tmpl_created";s:10:"1520443684";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"95";s:11:"trend_index";s:2:"78";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:55;a:14:{s:2:"id";s:4:"6220";s:5:"title";s:10:"Features 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png";s:12:"tmpl_created";s:10:"1520443685";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"96";s:11:"trend_index";s:2:"76";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:56;a:14:{s:2:"id";s:4:"6230";s:5:"title";s:6:"Hero 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png";s:12:"tmpl_created";s:10:"1520443687";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"338";s:11:"trend_index";s:3:"343";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:57;a:14:{s:2:"id";s:4:"6239";s:5:"title";s:6:"Hero 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png";s:12:"tmpl_created";s:10:"1520443689";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"52";s:11:"trend_index";s:2:"29";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:58;a:14:{s:2:"id";s:4:"6249";s:5:"title";s:6:"Hero 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png";s:12:"tmpl_created";s:10:"1520443691";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"74";s:11:"trend_index";s:2:"66";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:59;a:14:{s:2:"id";s:4:"6258";s:5:"title";s:6:"Hero 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png";s:12:"tmpl_created";s:10:"1520443693";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"352";s:11:"trend_index";s:3:"403";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:60;a:14:{s:2:"id";s:4:"6266";s:5:"title";s:6:"Hero 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png";s:12:"tmpl_created";s:10:"1520443695";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"61";s:11:"trend_index";s:2:"31";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:61;a:14:{s:2:"id";s:4:"6274";s:5:"title";s:6:"Hero 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png";s:12:"tmpl_created";s:10:"1520443698";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"103";s:11:"trend_index";s:3:"103";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:62;a:14:{s:2:"id";s:4:"6017";s:5:"title";s:6:"CTA 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png";s:12:"tmpl_created";s:10:"1520520331";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"155";s:11:"trend_index";s:3:"125";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:63;a:14:{s:2:"id";s:4:"4826";s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png";s:12:"tmpl_created";s:10:"1520520544";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"286";s:11:"trend_index";s:3:"268";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:64;a:14:{s:2:"id";s:4:"4835";s:5:"title";s:14:"Testimonial 16";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png";s:12:"tmpl_created";s:10:"1520520546";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"360";s:11:"trend_index";s:3:"327";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:65;a:14:{s:2:"id";s:4:"4843";s:5:"title";s:14:"Testimonial 18";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png";s:12:"tmpl_created";s:10:"1520520548";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"364";s:11:"trend_index";s:3:"381";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:66;a:14:{s:2:"id";s:4:"4854";s:5:"title";s:14:"Testimonial 13";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png";s:12:"tmpl_created";s:10:"1520520549";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"410";s:11:"trend_index";s:3:"417";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:67;a:14:{s:2:"id";s:4:"4863";s:5:"title";s:14:"Testimonial 19";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png";s:12:"tmpl_created";s:10:"1520520551";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"281";s:11:"trend_index";s:3:"194";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:68;a:14:{s:2:"id";s:4:"4871";s:5:"title";s:14:"Testimonial 12";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png";s:12:"tmpl_created";s:10:"1520520552";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"267";s:11:"trend_index";s:3:"243";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:69;a:14:{s:2:"id";s:4:"4880";s:5:"title";s:14:"Testimonial 20";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg";s:12:"tmpl_created";s:10:"1520520554";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"356";s:11:"trend_index";s:3:"352";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:70;a:14:{s:2:"id";s:4:"4889";s:5:"title";s:14:"Testimonial 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg";s:12:"tmpl_created";s:10:"1520520556";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"387";s:11:"trend_index";s:3:"412";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:71;a:14:{s:2:"id";s:4:"4897";s:5:"title";s:14:"Testimonial 21";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png";s:12:"tmpl_created";s:10:"1520520557";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"110";s:11:"trend_index";s:2:"80";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:72;a:14:{s:2:"id";s:4:"4905";s:5:"title";s:14:"Testimonial 22";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png";s:12:"tmpl_created";s:10:"1520520559";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"133";s:11:"trend_index";s:3:"118";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:73;a:14:{s:2:"id";s:4:"4913";s:5:"title";s:14:"Testimonial 23";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png";s:12:"tmpl_created";s:10:"1520520561";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"270";s:11:"trend_index";s:3:"250";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:74;a:14:{s:2:"id";s:4:"4921";s:5:"title";s:14:"Testimonial 10";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png";s:12:"tmpl_created";s:10:"1520520562";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"247";s:11:"trend_index";s:3:"220";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:75;a:14:{s:2:"id";s:4:"4929";s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png";s:12:"tmpl_created";s:10:"1520520564";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"68";s:11:"trend_index";s:2:"64";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:76;a:14:{s:2:"id";s:4:"4939";s:5:"title";s:13:"Testimonial 9";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png";s:12:"tmpl_created";s:10:"1520520565";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"105";s:11:"trend_index";s:2:"74";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:77;a:14:{s:2:"id";s:4:"4947";s:5:"title";s:14:"Testimonial 27";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png";s:12:"tmpl_created";s:10:"1520520567";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"203";s:11:"trend_index";s:3:"200";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:78;a:14:{s:2:"id";s:4:"4955";s:5:"title";s:14:"Testimonial 29";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png";s:12:"tmpl_created";s:10:"1520520569";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"317";s:11:"trend_index";s:3:"297";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:79;a:14:{s:2:"id";s:4:"4963";s:5:"title";s:14:"Testimonial 25";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png";s:12:"tmpl_created";s:10:"1520520570";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"363";s:11:"trend_index";s:3:"351";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:80;a:14:{s:2:"id";s:4:"4971";s:5:"title";s:14:"Testimonial 26";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png";s:12:"tmpl_created";s:10:"1520520572";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"417";s:11:"trend_index";s:3:"384";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:81;a:14:{s:2:"id";s:4:"4979";s:5:"title";s:14:"Testimonial 15";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png";s:12:"tmpl_created";s:10:"1520520573";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"399";s:11:"trend_index";s:3:"288";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:82;a:14:{s:2:"id";s:4:"4987";s:5:"title";s:14:"Testimonial 17";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png";s:12:"tmpl_created";s:10:"1520520575";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"170";s:11:"trend_index";s:3:"170";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:83;a:14:{s:2:"id";s:4:"4995";s:5:"title";s:14:"Testimonial 14";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png";s:12:"tmpl_created";s:10:"1520520577";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"344";s:11:"trend_index";s:3:"249";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:84;a:14:{s:2:"id";s:4:"5007";s:5:"title";s:11:"Portfolio 7";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png";s:12:"tmpl_created";s:10:"1520520578";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"65";s:11:"trend_index";s:2:"59";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:85;a:14:{s:2:"id";s:4:"5019";s:5:"title";s:11:"Portfolio 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png";s:12:"tmpl_created";s:10:"1520520580";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"173";s:11:"trend_index";s:3:"193";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:86;a:14:{s:2:"id";s:4:"5027";s:5:"title";s:12:"Portfolio 11";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png";s:12:"tmpl_created";s:10:"1520520581";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"321";s:11:"trend_index";s:3:"331";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:87;a:14:{s:2:"id";s:4:"5037";s:5:"title";s:12:"Portfolio 12";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png";s:12:"tmpl_created";s:10:"1520520583";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"271";s:11:"trend_index";s:3:"238";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:88;a:14:{s:2:"id";s:4:"5057";s:5:"title";s:12:"Portfolio 13";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png";s:12:"tmpl_created";s:10:"1520520586";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"248";s:11:"trend_index";s:3:"202";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:89;a:14:{s:2:"id";s:4:"5071";s:5:"title";s:12:"Portfolio 14";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png";s:12:"tmpl_created";s:10:"1520520588";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"277";s:11:"trend_index";s:3:"196";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:90;a:14:{s:2:"id";s:4:"5082";s:5:"title";s:11:"Portfolio 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png";s:12:"tmpl_created";s:10:"1520520589";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"375";s:11:"trend_index";s:3:"362";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:91;a:14:{s:2:"id";s:4:"5090";s:5:"title";s:12:"Portfolio 15";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png";s:12:"tmpl_created";s:10:"1520520591";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"243";s:11:"trend_index";s:3:"254";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:92;a:14:{s:2:"id";s:4:"5098";s:5:"title";s:12:"Portfolio 16";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png";s:12:"tmpl_created";s:10:"1520520593";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"179";s:11:"trend_index";s:3:"135";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:93;a:14:{s:2:"id";s:4:"5107";s:5:"title";s:11:"Portfolio 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png";s:12:"tmpl_created";s:10:"1520520594";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"349";s:11:"trend_index";s:3:"356";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:94;a:14:{s:2:"id";s:4:"5115";s:5:"title";s:12:"Portfolio 17";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png";s:12:"tmpl_created";s:10:"1520520596";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"47";s:11:"trend_index";s:2:"24";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:95;a:14:{s:2:"id";s:4:"5125";s:5:"title";s:11:"Portfolio 6";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png";s:12:"tmpl_created";s:10:"1520520597";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"257";s:11:"trend_index";s:3:"211";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:96;a:14:{s:2:"id";s:4:"5133";s:5:"title";s:12:"Portfolio 18";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png";s:12:"tmpl_created";s:10:"1520520599";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"191";s:11:"trend_index";s:3:"164";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:97;a:14:{s:2:"id";s:4:"5141";s:5:"title";s:12:"Portfolio 10";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png";s:12:"tmpl_created";s:10:"1520520601";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"141";s:11:"trend_index";s:3:"165";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:98;a:14:{s:2:"id";s:4:"5149";s:5:"title";s:11:"Portfolio 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png";s:12:"tmpl_created";s:10:"1520520602";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"131";s:11:"trend_index";s:3:"144";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:99;a:14:{s:2:"id";s:4:"5542";s:5:"title";s:6:"CTA 19";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png";s:12:"tmpl_created";s:10:"1520520681";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"168";s:11:"trend_index";s:3:"129";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:100;a:14:{s:2:"id";s:4:"5550";s:5:"title";s:6:"CTA 33";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png";s:12:"tmpl_created";s:10:"1520520682";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"301";s:11:"trend_index";s:3:"265";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:101;a:14:{s:2:"id";s:4:"5558";s:5:"title";s:5:"CTA 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png";s:12:"tmpl_created";s:10:"1520520684";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"123";s:11:"trend_index";s:3:"127";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:102;a:14:{s:2:"id";s:4:"5567";s:5:"title";s:5:"CTA 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png";s:12:"tmpl_created";s:10:"1520520685";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"185";s:11:"trend_index";s:3:"123";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:103;a:14:{s:2:"id";s:4:"5583";s:5:"title";s:6:"CTA 26";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png";s:12:"tmpl_created";s:10:"1520520689";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"266";s:11:"trend_index";s:3:"237";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:104;a:14:{s:2:"id";s:4:"5591";s:5:"title";s:5:"CTA 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png";s:12:"tmpl_created";s:10:"1520520691";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"113";s:11:"trend_index";s:3:"114";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:105;a:14:{s:2:"id";s:4:"5599";s:5:"title";s:5:"CTA 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png";s:12:"tmpl_created";s:10:"1520520693";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"274";s:11:"trend_index";s:3:"233";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:106;a:14:{s:2:"id";s:4:"5607";s:5:"title";s:6:"CTA 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png";s:12:"tmpl_created";s:10:"1520520695";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"164";s:11:"trend_index";s:3:"195";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:107;a:14:{s:2:"id";s:4:"5634";s:5:"title";s:6:"CTA 24";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png";s:12:"tmpl_created";s:10:"1520520699";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"180";s:11:"trend_index";s:3:"190";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:108;a:14:{s:2:"id";s:4:"5642";s:5:"title";s:6:"CTA 25";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png";s:12:"tmpl_created";s:10:"1520520701";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"249";s:11:"trend_index";s:3:"171";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:109;a:14:{s:2:"id";s:4:"5650";s:5:"title";s:5:"CTA 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png";s:12:"tmpl_created";s:10:"1520520702";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"122";s:11:"trend_index";s:3:"122";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:110;a:14:{s:2:"id";s:4:"5658";s:5:"title";s:5:"CTA 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png";s:12:"tmpl_created";s:10:"1520520704";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"239";s:11:"trend_index";s:3:"206";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:111;a:14:{s:2:"id";s:4:"5667";s:5:"title";s:5:"CTA 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png";s:12:"tmpl_created";s:10:"1520520705";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"134";s:11:"trend_index";s:3:"152";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:112;a:14:{s:2:"id";s:4:"5675";s:5:"title";s:5:"CTA 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png";s:12:"tmpl_created";s:10:"1520520707";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"351";s:11:"trend_index";s:3:"318";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:113;a:14:{s:2:"id";s:4:"5860";s:5:"title";s:6:"CTA 17";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png";s:12:"tmpl_created";s:10:"1520520746";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"144";s:11:"trend_index";s:3:"168";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:114;a:14:{s:2:"id";s:4:"5869";s:5:"title";s:6:"CTA 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png";s:12:"tmpl_created";s:10:"1520520747";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"294";s:11:"trend_index";s:3:"333";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:115;a:14:{s:2:"id";s:4:"5877";s:5:"title";s:6:"CTA 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png";s:12:"tmpl_created";s:10:"1520520749";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"392";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:116;a:14:{s:2:"id";s:4:"5885";s:5:"title";s:6:"CTA 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png";s:12:"tmpl_created";s:10:"1520520751";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"322";s:11:"trend_index";s:3:"260";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:117;a:14:{s:2:"id";s:4:"5893";s:5:"title";s:6:"CTA 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png";s:12:"tmpl_created";s:10:"1520520752";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"260";s:11:"trend_index";s:3:"261";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:118;a:14:{s:2:"id";s:4:"5904";s:5:"title";s:6:"CTA 27";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png";s:12:"tmpl_created";s:10:"1520520754";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"370";s:11:"trend_index";s:3:"410";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:119;a:14:{s:2:"id";s:4:"5912";s:5:"title";s:6:"CTA 28";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png";s:12:"tmpl_created";s:10:"1520520755";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"419";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:120;a:14:{s:2:"id";s:4:"5921";s:5:"title";s:6:"CTA 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png";s:12:"tmpl_created";s:10:"1520520757";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"265";s:11:"trend_index";s:3:"263";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:121;a:14:{s:2:"id";s:4:"5930";s:5:"title";s:6:"CTA 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png";s:12:"tmpl_created";s:10:"1520520758";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"73";s:11:"trend_index";s:2:"88";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:122;a:14:{s:2:"id";s:4:"5939";s:5:"title";s:6:"CTA 10";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png";s:12:"tmpl_created";s:10:"1520520760";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"199";s:11:"trend_index";s:3:"178";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:123;a:14:{s:2:"id";s:4:"7596";s:5:"title";s:8:"Header 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg";s:12:"tmpl_created";s:10:"1521546999";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"50";s:11:"trend_index";s:2:"37";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:124;a:14:{s:2:"id";s:4:"7615";s:5:"title";s:8:"Header 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";s:10:"1521547237";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"45";s:11:"trend_index";s:2:"35";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:125;a:14:{s:2:"id";s:4:"7627";s:5:"title";s:8:"Footer 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png";s:12:"tmpl_created";s:10:"1521547332";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"128";s:11:"trend_index";s:3:"110";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:126;a:14:{s:2:"id";s:4:"7638";s:5:"title";s:8:"Footer 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png";s:12:"tmpl_created";s:10:"1521547502";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"119";s:11:"trend_index";s:3:"117";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:127;a:14:{s:2:"id";s:4:"7663";s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2.png";s:12:"tmpl_created";s:10:"1521547761";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"single";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"79";s:11:"trend_index";s:3:"204";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:128;a:14:{s:2:"id";s:4:"7650";s:5:"title";s:13:"Single Post 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1.png";s:12:"tmpl_created";s:10:"1521557736";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"single";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"90";s:11:"trend_index";s:3:"162";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:129;a:14:{s:2:"id";s:4:"7686";s:5:"title";s:12:"Blog Posts 1";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png";s:12:"tmpl_created";s:10:"1521558047";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:26:"["archive","Blog","posts"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"57";s:11:"trend_index";s:3:"133";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:130;a:14:{s:2:"id";s:4:"4676";s:5:"title";s:8:"Footer 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png";s:12:"tmpl_created";s:10:"1522014215";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"193";s:11:"trend_index";s:3:"177";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:131;a:14:{s:2:"id";s:4:"7997";s:5:"title";s:10:"footer 014";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg";s:12:"tmpl_created";s:10:"1524582343";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"160";s:11:"trend_index";s:3:"106";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:132;a:14:{s:2:"id";s:4:"7982";s:5:"title";s:10:"footer 013";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg";s:12:"tmpl_created";s:10:"1524582468";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"319";s:11:"trend_index";s:3:"256";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:133;a:14:{s:2:"id";s:4:"7959";s:5:"title";s:10:"footer 012";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg";s:12:"tmpl_created";s:10:"1524582605";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"251";s:11:"trend_index";s:3:"148";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:134;a:14:{s:2:"id";s:4:"7950";s:5:"title";s:10:"footer 011";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg";s:12:"tmpl_created";s:10:"1524582631";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"303";s:11:"trend_index";s:3:"219";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:135;a:14:{s:2:"id";s:4:"7937";s:5:"title";s:10:"footer 010";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg";s:12:"tmpl_created";s:10:"1524582665";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"284";s:11:"trend_index";s:3:"172";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:136;a:14:{s:2:"id";s:4:"7927";s:5:"title";s:9:"footer 09";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg";s:12:"tmpl_created";s:10:"1524582691";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"242";s:11:"trend_index";s:3:"226";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:137;a:14:{s:2:"id";s:4:"7917";s:5:"title";s:9:"footer 08";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg";s:12:"tmpl_created";s:10:"1524582788";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"153";s:11:"trend_index";s:2:"96";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:138;a:14:{s:2:"id";s:4:"7904";s:5:"title";s:9:"footer 07";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg";s:12:"tmpl_created";s:10:"1524582814";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"288";s:11:"trend_index";s:3:"214";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:139;a:14:{s:2:"id";s:4:"7837";s:5:"title";s:9:"footer 01";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg";s:12:"tmpl_created";s:10:"1524582852";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"397";s:11:"trend_index";s:3:"380";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:140;a:14:{s:2:"id";s:4:"7852";s:5:"title";s:9:"footer 02";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg";s:12:"tmpl_created";s:10:"1524582875";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"289";s:11:"trend_index";s:3:"199";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:141;a:14:{s:2:"id";s:4:"7862";s:5:"title";s:9:"footer 03";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg";s:12:"tmpl_created";s:10:"1524582903";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"192";s:11:"trend_index";s:3:"143";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:142;a:14:{s:2:"id";s:4:"7871";s:5:"title";s:9:"footer 04";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg";s:12:"tmpl_created";s:10:"1524582927";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"157";s:11:"trend_index";s:2:"83";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:143;a:14:{s:2:"id";s:4:"7884";s:5:"title";s:9:"footer 05";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg";s:12:"tmpl_created";s:10:"1524582944";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"37";s:11:"trend_index";s:1:"9";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:144;a:14:{s:2:"id";s:4:"7892";s:5:"title";s:9:"footer 06";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg";s:12:"tmpl_created";s:10:"1524583015";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"195";s:11:"trend_index";s:3:"109";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:145;a:14:{s:2:"id";s:4:"4212";s:5:"title";s:11:"Services 23";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png";s:12:"tmpl_created";s:10:"1520443248";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"135";s:11:"trend_index";s:3:"124";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:146;a:14:{s:2:"id";s:4:"7825";s:5:"title";s:9:"header 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg";s:12:"tmpl_created";s:10:"1524583273";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"97";s:11:"trend_index";s:2:"61";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:147;a:14:{s:2:"id";s:4:"4227";s:5:"title";s:11:"Services 30";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png";s:12:"tmpl_created";s:10:"1520443250";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"327";s:11:"trend_index";s:3:"349";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:148;a:14:{s:2:"id";s:4:"7812";s:5:"title";s:9:"header 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg";s:12:"tmpl_created";s:10:"1524583298";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"127";s:11:"trend_index";s:2:"84";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:149;a:14:{s:2:"id";s:4:"4235";s:5:"title";s:11:"Services 18";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png";s:12:"tmpl_created";s:10:"1520443251";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"311";s:11:"trend_index";s:3:"285";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:150;a:14:{s:2:"id";s:4:"7724";s:5:"title";s:8:"header 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg";s:12:"tmpl_created";s:10:"1524583367";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"66";s:11:"trend_index";s:2:"25";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:151;a:14:{s:2:"id";s:4:"4244";s:5:"title";s:11:"Services 26";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png";s:12:"tmpl_created";s:10:"1520443253";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"379";s:11:"trend_index";s:3:"411";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:152;a:14:{s:2:"id";s:4:"7734";s:5:"title";s:8:"header 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg";s:12:"tmpl_created";s:10:"1524583436";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"64";s:11:"trend_index";s:2:"27";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:153;a:14:{s:2:"id";s:4:"4252";s:5:"title";s:10:"Services 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png";s:12:"tmpl_created";s:10:"1520443255";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"63";s:11:"trend_index";s:2:"48";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:154;a:14:{s:2:"id";s:4:"7771";s:5:"title";s:8:"header 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg";s:12:"tmpl_created";s:10:"1524583540";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"126";s:11:"trend_index";s:2:"68";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:155;a:14:{s:2:"id";s:4:"4260";s:5:"title";s:11:"Services 25";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png";s:12:"tmpl_created";s:10:"1520443257";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"218";s:11:"trend_index";s:3:"228";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:156;a:14:{s:2:"id";s:4:"7787";s:5:"title";s:8:"header 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg";s:12:"tmpl_created";s:10:"1524583598";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"169";s:11:"trend_index";s:3:"112";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:157;a:14:{s:2:"id";s:4:"4268";s:5:"title";s:10:"Services 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png";s:12:"tmpl_created";s:10:"1520443259";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"152";s:11:"trend_index";s:3:"147";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:158;a:14:{s:2:"id";s:4:"7801";s:5:"title";s:9:"header 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg";s:12:"tmpl_created";s:10:"1524583659";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"87";s:11:"trend_index";s:2:"55";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:159;a:14:{s:2:"id";s:4:"4276";s:5:"title";s:11:"Services 24";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png";s:12:"tmpl_created";s:10:"1520443261";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"324";s:11:"trend_index";s:3:"305";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:160;a:14:{s:2:"id";s:4:"7754";s:5:"title";s:8:"header 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg";s:12:"tmpl_created";s:10:"1524583712";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"39";s:11:"trend_index";s:2:"33";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:161;a:14:{s:2:"id";s:4:"4284";s:5:"title";s:10:"Services 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png";s:12:"tmpl_created";s:10:"1520443263";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"81";s:11:"trend_index";s:2:"62";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:162;a:14:{s:2:"id";s:4:"7713";s:5:"title";s:8:"header 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg";s:12:"tmpl_created";s:10:"1524584780";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"71";s:11:"trend_index";s:2:"50";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:163;a:14:{s:2:"id";s:4:"4293";s:5:"title";s:10:"Services 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png";s:12:"tmpl_created";s:10:"1520443265";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"293";s:11:"trend_index";s:3:"319";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:164;a:14:{s:2:"id";s:4:"7744";s:5:"title";s:8:"header 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";s:10:"1524584784";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"104";s:11:"trend_index";s:2:"73";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:165;a:14:{s:2:"id";s:4:"4302";s:5:"title";s:10:"Services 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png";s:12:"tmpl_created";s:10:"1520443266";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"84";s:11:"trend_index";s:2:"56";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:166;a:14:{s:2:"id";s:4:"8489";s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/05/single_post_2_full.jpg";s:12:"tmpl_created";s:10:"1526227514";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/single-post-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"59";s:11:"trend_index";s:2:"23";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:167;a:14:{s:2:"id";s:4:"4313";s:5:"title";s:11:"Services 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png";s:12:"tmpl_created";s:10:"1520443268";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"150";s:11:"trend_index";s:3:"139";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:168;a:14:{s:2:"id";s:4:"8523";s:5:"title";s:11:"404 page 06";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg";s:12:"tmpl_created";s:10:"1526415291";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"374";s:11:"trend_index";s:3:"255";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:169;a:14:{s:2:"id";s:4:"4324";s:5:"title";s:11:"Services 14";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png";s:12:"tmpl_created";s:10:"1520443270";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"307";s:11:"trend_index";s:3:"272";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:170;a:14:{s:2:"id";s:4:"8524";s:5:"title";s:11:"404 page 07";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg";s:12:"tmpl_created";s:10:"1526415337";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"342";s:11:"trend_index";s:3:"279";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:171;a:14:{s:2:"id";s:4:"4332";s:5:"title";s:11:"Services 22";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png";s:12:"tmpl_created";s:10:"1520443272";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"148";s:11:"trend_index";s:3:"157";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:172;a:14:{s:2:"id";s:4:"8525";s:5:"title";s:11:"404 page 08";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg";s:12:"tmpl_created";s:10:"1526415374";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"401";s:11:"trend_index";s:3:"329";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:173;a:14:{s:2:"id";s:4:"4341";s:5:"title";s:11:"Services 21";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png";s:12:"tmpl_created";s:10:"1520443274";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"143";s:11:"trend_index";s:3:"126";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:174;a:14:{s:2:"id";s:4:"8513";s:5:"title";s:11:"404 page 04";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg";s:12:"tmpl_created";s:10:"1526415417";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"378";s:11:"trend_index";s:3:"342";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:175;a:14:{s:2:"id";s:4:"4349";s:5:"title";s:11:"Services 29";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png";s:12:"tmpl_created";s:10:"1520443275";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"309";s:11:"trend_index";s:3:"364";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:176;a:14:{s:2:"id";s:4:"8512";s:5:"title";s:11:"404 page 03";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg";s:12:"tmpl_created";s:10:"1526415449";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"411";s:11:"trend_index";s:3:"386";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:177;a:14:{s:2:"id";s:4:"4357";s:5:"title";s:11:"Services 20";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png";s:12:"tmpl_created";s:10:"1520443277";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"60";s:11:"trend_index";s:2:"46";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:178;a:14:{s:2:"id";s:4:"8526";s:5:"title";s:11:"404 page 09";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg";s:12:"tmpl_created";s:10:"1526415474";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"413";s:11:"trend_index";s:3:"370";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:179;a:14:{s:2:"id";s:4:"4368";s:5:"title";s:11:"Services 16";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png";s:12:"tmpl_created";s:10:"1520443279";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"83";s:11:"trend_index";s:2:"92";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:180;a:14:{s:2:"id";s:4:"8505";s:5:"title";s:11:"404 page 01";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg";s:12:"tmpl_created";s:10:"1526415501";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"420";s:11:"trend_index";s:3:"408";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:181;a:14:{s:2:"id";s:4:"4376";s:5:"title";s:11:"Services 28";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png";s:12:"tmpl_created";s:10:"1520443281";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"147";s:11:"trend_index";s:3:"184";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:182;a:14:{s:2:"id";s:4:"8511";s:5:"title";s:11:"404 page 02";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg";s:12:"tmpl_created";s:10:"1526415528";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"362";s:11:"trend_index";s:3:"274";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:183;a:14:{s:2:"id";s:4:"4391";s:5:"title";s:11:"Services 17";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png";s:12:"tmpl_created";s:10:"1520443283";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"149";s:11:"trend_index";s:3:"102";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:184;a:14:{s:2:"id";s:4:"8514";s:5:"title";s:11:"404 Page 05";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg";s:12:"tmpl_created";s:10:"1526415558";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"393";s:11:"trend_index";s:3:"310";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:185;a:14:{s:2:"id";s:4:"4400";s:5:"title";s:11:"Services 27";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png";s:12:"tmpl_created";s:10:"1520443285";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"261";s:11:"trend_index";s:3:"306";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:186;a:14:{s:2:"id";s:4:"8676";s:5:"title";s:13:"single page 1";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg";s:12:"tmpl_created";s:10:"1527682423";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"385";s:11:"trend_index";s:3:"307";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:187;a:14:{s:2:"id";s:4:"4411";s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png";s:12:"tmpl_created";s:10:"1520443287";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"102";s:11:"trend_index";s:2:"91";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:188;a:14:{s:2:"id";s:4:"8678";s:5:"title";s:13:"single page 2";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg";s:12:"tmpl_created";s:10:"1527682780";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"291";s:11:"trend_index";s:3:"167";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:189;a:14:{s:2:"id";s:4:"4420";s:5:"title";s:9:"Contact 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png";s:12:"tmpl_created";s:10:"1520443289";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"171";s:11:"trend_index";s:3:"187";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:190;a:14:{s:2:"id";s:4:"8679";s:5:"title";s:13:"single page 3";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg";s:12:"tmpl_created";s:10:"1527682847";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"339";s:11:"trend_index";s:3:"189";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:191;a:14:{s:2:"id";s:4:"4428";s:5:"title";s:9:"Contact 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png";s:12:"tmpl_created";s:10:"1520443291";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"99";s:11:"trend_index";s:2:"86";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:192;a:14:{s:2:"id";s:4:"8680";s:5:"title";s:13:"single page 4";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg";s:12:"tmpl_created";s:10:"1527682896";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"414";s:11:"trend_index";s:3:"337";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:193;a:14:{s:2:"id";s:4:"4436";s:5:"title";s:11:"Contact 16";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png";s:12:"tmpl_created";s:10:"1520443293";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"181";s:11:"trend_index";s:3:"158";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:194;a:14:{s:2:"id";s:4:"8681";s:5:"title";s:13:"single page 5";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg";s:12:"tmpl_created";s:10:"1527682969";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"354";s:11:"trend_index";s:3:"264";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:195;a:14:{s:2:"id";s:4:"4444";s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png";s:12:"tmpl_created";s:10:"1520443295";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"111";s:11:"trend_index";s:2:"75";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:196;a:14:{s:2:"id";s:4:"8682";s:5:"title";s:13:"single page 6";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg";s:12:"tmpl_created";s:10:"1527683026";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"416";s:11:"trend_index";s:3:"421";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:197;a:14:{s:2:"id";s:4:"4452";s:5:"title";s:9:"Contact 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png";s:12:"tmpl_created";s:10:"1520443296";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"186";s:11:"trend_index";s:3:"134";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:198;a:14:{s:2:"id";s:4:"8703";s:5:"title";s:13:"single page 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg";s:12:"tmpl_created";s:10:"1527683072";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"390";s:11:"trend_index";s:3:"311";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:199;a:14:{s:2:"id";s:4:"4460";s:5:"title";s:9:"Contact 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png";s:12:"tmpl_created";s:10:"1520443298";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"136";s:11:"trend_index";s:3:"128";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:200;a:14:{s:2:"id";s:4:"8961";s:5:"title";s:9:"archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg";s:12:"tmpl_created";s:10:"1528639909";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"233";s:11:"trend_index";s:2:"97";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:201;a:14:{s:2:"id";s:4:"4468";s:5:"title";s:9:"Contact 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png";s:12:"tmpl_created";s:10:"1520443301";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"158";s:11:"trend_index";s:3:"108";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:202;a:14:{s:2:"id";s:4:"8969";s:5:"title";s:9:"archive 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg";s:12:"tmpl_created";s:10:"1528700014";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"348";s:11:"trend_index";s:3:"251";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:203;a:14:{s:2:"id";s:4:"4476";s:5:"title";s:10:"Contact 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png";s:12:"tmpl_created";s:10:"1520443303";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"269";s:11:"trend_index";s:3:"315";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:204;a:14:{s:2:"id";s:4:"8973";s:5:"title";s:9:"archive 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg";s:12:"tmpl_created";s:10:"1528700205";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"330";s:11:"trend_index";s:3:"173";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:205;a:14:{s:2:"id";s:4:"4484";s:5:"title";s:9:"Contact 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png";s:12:"tmpl_created";s:10:"1520443305";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"336";s:11:"trend_index";s:3:"294";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:206;a:14:{s:2:"id";s:4:"8977";s:5:"title";s:9:"archive 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg";s:12:"tmpl_created";s:10:"1528700326";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"406";s:11:"trend_index";s:3:"359";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:207;a:14:{s:2:"id";s:4:"4492";s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png";s:12:"tmpl_created";s:10:"1520443307";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"69";s:11:"trend_index";s:2:"58";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:208;a:14:{s:2:"id";s:4:"8981";s:5:"title";s:9:"archive 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg";s:12:"tmpl_created";s:10:"1528700484";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"380";s:11:"trend_index";s:3:"241";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:209;a:14:{s:2:"id";s:4:"4500";s:5:"title";s:9:"Pricing 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png";s:12:"tmpl_created";s:10:"1520443308";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"382";s:11:"trend_index";s:3:"375";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:210;a:14:{s:2:"id";s:4:"8985";s:5:"title";s:9:"archive 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg";s:12:"tmpl_created";s:10:"1528700612";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"355";s:11:"trend_index";s:3:"149";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:211;a:14:{s:2:"id";s:4:"4509";s:5:"title";s:9:"Pricing 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png";s:12:"tmpl_created";s:10:"1520443310";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"424";s:11:"trend_index";s:3:"419";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:212;a:14:{s:2:"id";s:4:"8989";s:5:"title";s:9:"archive 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg";s:12:"tmpl_created";s:10:"1528701063";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"343";s:11:"trend_index";s:3:"203";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:213;a:14:{s:2:"id";s:4:"4521";s:5:"title";s:9:"Pricing 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png";s:12:"tmpl_created";s:10:"1520443312";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"326";s:11:"trend_index";s:3:"273";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:214;a:14:{s:2:"id";s:4:"8996";s:5:"title";s:9:"archive 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg";s:12:"tmpl_created";s:10:"1528701290";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"325";s:11:"trend_index";s:3:"182";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:215;a:14:{s:2:"id";s:4:"4529";s:5:"title";s:9:"Pricing 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png";s:12:"tmpl_created";s:10:"1520443314";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"415";s:11:"trend_index";s:3:"385";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:216;a:14:{s:2:"id";s:4:"9001";s:5:"title";s:9:"archive 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg";s:12:"tmpl_created";s:10:"1528701433";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"359";s:11:"trend_index";s:3:"183";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:217;a:14:{s:2:"id";s:4:"4537";s:5:"title";s:9:"Pricing 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png";s:12:"tmpl_created";s:10:"1520443315";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"409";s:11:"trend_index";s:3:"387";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:218;a:14:{s:2:"id";s:4:"9119";s:5:"title";s:10:"footer 015";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png";s:12:"tmpl_created";s:10:"1532428138";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"426";s:11:"trend_index";s:3:"227";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:219;a:14:{s:2:"id";s:4:"4545";s:5:"title";s:9:"Pricing 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png";s:12:"tmpl_created";s:10:"1520443317";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"423";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:220;a:14:{s:2:"id";s:4:"9127";s:5:"title";s:9:"header 13";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png";s:12:"tmpl_created";s:10:"1532428699";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"381";s:11:"trend_index";s:2:"10";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:221;a:14:{s:2:"id";s:4:"4553";s:5:"title";s:10:"Pricing 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png";s:12:"tmpl_created";s:10:"1520443319";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"394";s:11:"trend_index";s:3:"389";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:222;a:14:{s:2:"id";s:4:"9139";s:5:"title";s:4:"Demo";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png";s:12:"tmpl_created";s:10:"1532430504";s:6:"author";s:9:"Elementor";s:3:"url";s:94:"https://library.elementor.com/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"295";s:11:"trend_index";s:1:"2";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:223;a:14:{s:2:"id";s:4:"4562";s:5:"title";s:9:"Pricing 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png";s:12:"tmpl_created";s:10:"1520443322";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"421";s:11:"trend_index";s:3:"422";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:224;a:14:{s:2:"id";s:4:"4572";s:5:"title";s:10:"Pricing 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png";s:12:"tmpl_created";s:10:"1520443324";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"312";s:11:"trend_index";s:3:"292";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:225;a:14:{s:2:"id";s:4:"4580";s:5:"title";s:10:"Pricing 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png";s:12:"tmpl_created";s:10:"1520443326";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"404";s:11:"trend_index";s:3:"394";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:226;a:14:{s:2:"id";s:4:"4589";s:5:"title";s:9:"Pricing 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png";s:12:"tmpl_created";s:10:"1520443327";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"422";s:11:"trend_index";s:3:"382";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:227;a:14:{s:2:"id";s:4:"4597";s:5:"title";s:10:"Pricing 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png";s:12:"tmpl_created";s:10:"1520443330";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"412";s:11:"trend_index";s:3:"396";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:228;a:14:{s:2:"id";s:4:"4605";s:5:"title";s:9:"Pricing 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png";s:12:"tmpl_created";s:10:"1520443332";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"425";s:11:"trend_index";s:3:"407";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:229;a:14:{s:2:"id";s:4:"4613";s:5:"title";s:10:"Pricing 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png";s:12:"tmpl_created";s:10:"1520443334";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"400";s:11:"trend_index";s:3:"409";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:230;a:14:{s:2:"id";s:4:"4690";s:5:"title";s:6:"Team 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png";s:12:"tmpl_created";s:10:"1520443348";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"264";s:11:"trend_index";s:3:"215";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:231;a:14:{s:2:"id";s:4:"4698";s:5:"title";s:7:"Team 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png";s:12:"tmpl_created";s:10:"1520443350";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"368";s:11:"trend_index";s:3:"420";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:232;a:14:{s:2:"id";s:4:"4706";s:5:"title";s:6:"Team 5";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png";s:12:"tmpl_created";s:10:"1520443352";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"154";s:11:"trend_index";s:3:"132";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:233;a:14:{s:2:"id";s:4:"4718";s:5:"title";s:6:"Team 4";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png";s:12:"tmpl_created";s:10:"1520443354";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"190";s:11:"trend_index";s:3:"154";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:234;a:14:{s:2:"id";s:4:"4727";s:5:"title";s:7:"Team 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png";s:12:"tmpl_created";s:10:"1520443356";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"347";s:11:"trend_index";s:3:"293";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:235;a:14:{s:2:"id";s:4:"4736";s:5:"title";s:7:"Team 20";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png";s:12:"tmpl_created";s:10:"1520443358";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"159";s:11:"trend_index";s:3:"142";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:236;a:14:{s:2:"id";s:4:"4746";s:5:"title";s:7:"Team 23";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png";s:12:"tmpl_created";s:10:"1520443360";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"268";s:11:"trend_index";s:3:"230";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:237;a:14:{s:2:"id";s:4:"4759";s:5:"title";s:7:"Team 22";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png";s:12:"tmpl_created";s:10:"1520443362";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"280";s:11:"trend_index";s:3:"270";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:238;a:14:{s:2:"id";s:4:"4770";s:5:"title";s:7:"Team 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png";s:12:"tmpl_created";s:10:"1520443364";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"333";s:11:"trend_index";s:3:"308";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:239;a:14:{s:2:"id";s:4:"4781";s:5:"title";s:7:"Team 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png";s:12:"tmpl_created";s:10:"1520443365";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"236";s:11:"trend_index";s:3:"245";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:240;a:14:{s:2:"id";s:4:"4793";s:5:"title";s:7:"Team 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png";s:12:"tmpl_created";s:10:"1520443367";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"226";s:11:"trend_index";s:3:"209";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:241;a:14:{s:2:"id";s:4:"4801";s:5:"title";s:7:"Team 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png";s:12:"tmpl_created";s:10:"1520443369";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"320";s:11:"trend_index";s:3:"301";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:242;a:14:{s:2:"id";s:4:"4809";s:5:"title";s:7:"Team 19";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png";s:12:"tmpl_created";s:10:"1520443371";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"273";s:11:"trend_index";s:3:"290";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:243;a:14:{s:2:"id";s:4:"4818";s:5:"title";s:7:"Team 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png";s:12:"tmpl_created";s:10:"1520443373";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"377";s:11:"trend_index";s:3:"365";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:244;a:14:{s:2:"id";s:4:"5045";s:5:"title";s:11:"Portfolio 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png";s:12:"tmpl_created";s:10:"1520443423";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"403";s:11:"trend_index";s:3:"360";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:245;a:14:{s:2:"id";s:4:"5157";s:5:"title";s:11:"Subscribe 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png";s:12:"tmpl_created";s:10:"1520443448";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"346";s:11:"trend_index";s:3:"283";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:246;a:14:{s:2:"id";s:4:"5165";s:5:"title";s:11:"Subscribe 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png";s:12:"tmpl_created";s:10:"1520443450";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"402";s:11:"trend_index";s:3:"399";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:247;a:14:{s:2:"id";s:4:"5173";s:5:"title";s:11:"Subscribe 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png";s:12:"tmpl_created";s:10:"1520443452";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"292";s:11:"trend_index";s:3:"300";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:248;a:14:{s:2:"id";s:4:"5181";s:5:"title";s:11:"Subscribe 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png";s:12:"tmpl_created";s:10:"1520443454";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"372";s:11:"trend_index";s:3:"414";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:249;a:14:{s:2:"id";s:4:"5189";s:5:"title";s:6:"CTA 29";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png";s:12:"tmpl_created";s:10:"1520443456";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"367";s:11:"trend_index";s:3:"324";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:250;a:14:{s:2:"id";s:4:"5198";s:5:"title";s:6:"CTA 30";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png";s:12:"tmpl_created";s:10:"1520443458";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"395";s:11:"trend_index";s:3:"390";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:251;a:14:{s:2:"id";s:4:"5206";s:5:"title";s:6:"CTA 31";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png";s:12:"tmpl_created";s:10:"1520443459";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"405";s:11:"trend_index";s:3:"379";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:252;a:14:{s:2:"id";s:4:"5214";s:5:"title";s:10:"Contact 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png";s:12:"tmpl_created";s:10:"1520443462";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"221";s:11:"trend_index";s:3:"252";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:253;a:14:{s:2:"id";s:4:"5222";s:5:"title";s:11:"Subscribe 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png";s:12:"tmpl_created";s:10:"1520443464";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"373";s:11:"trend_index";s:3:"369";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:254;a:14:{s:2:"id";s:4:"5230";s:5:"title";s:10:"Contact 17";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png";s:12:"tmpl_created";s:10:"1520443466";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"334";s:11:"trend_index";s:3:"258";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:255;a:14:{s:2:"id";s:4:"5238";s:5:"title";s:7:"Hero 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png";s:12:"tmpl_created";s:10:"1520443468";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"407";s:11:"trend_index";s:3:"418";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:256;a:14:{s:2:"id";s:4:"5249";s:5:"title";s:6:"CTA 32";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png";s:12:"tmpl_created";s:10:"1520443470";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"384";s:11:"trend_index";s:3:"398";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:257;a:14:{s:2:"id";s:4:"5257";s:5:"title";s:10:"Contact 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png";s:12:"tmpl_created";s:10:"1520443472";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"366";s:11:"trend_index";s:3:"321";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:258;a:14:{s:2:"id";s:4:"5266";s:5:"title";s:9:"Clients 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png";s:12:"tmpl_created";s:10:"1520443474";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"132";s:11:"trend_index";s:3:"111";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:259;a:14:{s:2:"id";s:4:"5275";s:5:"title";s:9:"Clients 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png";s:12:"tmpl_created";s:10:"1520443476";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"328";s:11:"trend_index";s:3:"302";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:260;a:14:{s:2:"id";s:4:"5283";s:5:"title";s:9:"Clients 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png";s:12:"tmpl_created";s:10:"1520443478";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"308";s:11:"trend_index";s:3:"229";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:261;a:14:{s:2:"id";s:4:"5290";s:5:"title";s:9:"Clients 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png";s:12:"tmpl_created";s:10:"1520443480";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"391";s:11:"trend_index";s:3:"402";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:262;a:14:{s:2:"id";s:4:"5298";s:5:"title";s:10:"Clients 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png";s:12:"tmpl_created";s:10:"1520443482";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"371";s:11:"trend_index";s:3:"393";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:263;a:14:{s:2:"id";s:4:"5306";s:5:"title";s:10:"Clients 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png";s:12:"tmpl_created";s:10:"1520443484";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"418";s:11:"trend_index";s:3:"416";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:264;a:14:{s:2:"id";s:4:"5315";s:5:"title";s:10:"Clients 12";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png";s:12:"tmpl_created";s:10:"1520443486";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"383";s:11:"trend_index";s:3:"383";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:265;a:14:{s:2:"id";s:4:"5324";s:5:"title";s:9:"Clients 8";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png";s:12:"tmpl_created";s:10:"1520443488";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"389";s:11:"trend_index";s:3:"406";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:266;a:14:{s:2:"id";s:4:"5333";s:5:"title";s:10:"Clients 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png";s:12:"tmpl_created";s:10:"1520443489";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"250";s:11:"trend_index";s:3:"176";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:267;a:14:{s:2:"id";s:4:"5341";s:5:"title";s:10:"Clients 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png";s:12:"tmpl_created";s:10:"1520443491";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"408";s:11:"trend_index";s:3:"336";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:268;a:14:{s:2:"id";s:4:"5349";s:5:"title";s:9:"Clients 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png";s:12:"tmpl_created";s:10:"1520443493";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"244";s:11:"trend_index";s:3:"197";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:269;a:14:{s:2:"id";s:4:"5357";s:5:"title";s:9:"Clients 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png";s:12:"tmpl_created";s:10:"1520443495";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"302";s:11:"trend_index";s:3:"247";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:270;a:14:{s:2:"id";s:4:"5368";s:5:"title";s:9:"Clients 9";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png";s:12:"tmpl_created";s:10:"1520443497";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"246";s:11:"trend_index";s:3:"266";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:271;a:14:{s:2:"id";s:4:"5381";s:5:"title";s:10:"Clients 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png";s:12:"tmpl_created";s:10:"1520443499";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"213";s:11:"trend_index";s:3:"159";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:272;a:14:{s:2:"id";s:4:"5389";s:5:"title";s:10:"Clients 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png";s:12:"tmpl_created";s:10:"1520443501";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"358";s:11:"trend_index";s:3:"325";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:273;a:14:{s:2:"id";s:4:"5397";s:5:"title";s:8:"About 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png";s:12:"tmpl_created";s:10:"1520443503";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"138";s:11:"trend_index";s:3:"160";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:274;a:14:{s:2:"id";s:4:"5405";s:5:"title";s:8:"About 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png";s:12:"tmpl_created";s:10:"1520443505";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"227";s:11:"trend_index";s:3:"174";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:275;a:14:{s:2:"id";s:4:"5413";s:5:"title";s:8:"About 21";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png";s:12:"tmpl_created";s:10:"1520443507";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"137";s:11:"trend_index";s:2:"99";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:276;a:14:{s:2:"id";s:4:"5421";s:5:"title";s:8:"About 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png";s:12:"tmpl_created";s:10:"1520443509";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"254";s:11:"trend_index";s:3:"212";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:277;a:14:{s:2:"id";s:4:"5429";s:5:"title";s:8:"About 16";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png";s:12:"tmpl_created";s:10:"1520443510";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"120";s:11:"trend_index";s:2:"93";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:278;a:14:{s:2:"id";s:4:"5438";s:5:"title";s:7:"About 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png";s:12:"tmpl_created";s:10:"1520443512";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"240";s:11:"trend_index";s:3:"156";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:279;a:14:{s:2:"id";s:4:"5447";s:5:"title";s:7:"About 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png";s:12:"tmpl_created";s:10:"1520443514";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"77";s:11:"trend_index";s:2:"69";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:280;a:14:{s:2:"id";s:4:"5455";s:5:"title";s:8:"About 20";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png";s:12:"tmpl_created";s:10:"1520443516";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"130";s:11:"trend_index";s:3:"113";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:281;a:14:{s:2:"id";s:4:"5464";s:5:"title";s:8:"About 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png";s:12:"tmpl_created";s:10:"1520443518";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"232";s:11:"trend_index";s:3:"161";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:282;a:14:{s:2:"id";s:4:"5472";s:5:"title";s:7:"About 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png";s:12:"tmpl_created";s:10:"1520443520";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"211";s:11:"trend_index";s:3:"235";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:283;a:14:{s:2:"id";s:4:"5480";s:5:"title";s:7:"About 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png";s:12:"tmpl_created";s:10:"1520443522";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"357";s:11:"trend_index";s:3:"346";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:284;a:14:{s:2:"id";s:4:"5488";s:5:"title";s:7:"About 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png";s:12:"tmpl_created";s:10:"1520443524";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"300";s:11:"trend_index";s:3:"222";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:285;a:14:{s:2:"id";s:4:"5496";s:5:"title";s:7:"About 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png";s:12:"tmpl_created";s:10:"1520443526";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"388";s:11:"trend_index";s:3:"395";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:286;a:14:{s:2:"id";s:4:"5504";s:5:"title";s:8:"About 18";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png";s:12:"tmpl_created";s:10:"1520443528";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"92";s:11:"trend_index";s:2:"85";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:287;a:14:{s:2:"id";s:4:"5515";s:5:"title";s:8:"About 19";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png";s:12:"tmpl_created";s:10:"1520443530";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"263";s:11:"trend_index";s:3:"201";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:288;a:14:{s:2:"id";s:3:"147";s:5:"title";s:20:"Homepage &#8211; App";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0004.png";s:12:"tmpl_created";s:10:"1470829868";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["App","Homepage"]";s:10:"menu_order";s:2:"15";s:16:"popularity_index";s:1:"1";s:11:"trend_index";s:1:"1";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:289;a:14:{s:2:"id";s:4:"2402";s:5:"title";s:32:"Homepage &#8211; Interior Design";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png";s:12:"tmpl_created";s:10:"1506441447";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:193:"["Architecture","building","business","Creative","exterior design","furniture design","Gallery","garden design","house","interior design","landscape design","multipurpose","portfolio","studio"]";s:10:"menu_order";s:2:"16";s:16:"popularity_index";s:2:"42";s:11:"trend_index";s:2:"40";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:290;a:14:{s:2:"id";s:3:"777";s:5:"title";s:28:"Homepage &#8211; Coffee Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg";s:12:"tmpl_created";s:10:"1485273092";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:41:"["Coffee","Homepage","Restaurant","Shop"]";s:10:"menu_order";s:2:"17";s:16:"popularity_index";s:2:"46";s:11:"trend_index";s:2:"81";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:291;a:14:{s:2:"id";s:4:"2404";s:5:"title";s:24:"Homepage &#8211; Product";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/09/product.png";s:12:"tmpl_created";s:10:"1506441452";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:103:"["business","colorful","ecommerce","flat","mobile","modern","responsive","retina","Shop","woocommerce"]";s:10:"menu_order";s:2:"18";s:16:"popularity_index";s:2:"54";s:11:"trend_index";s:3:"101";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:292;a:14:{s:2:"id";s:3:"492";s:5:"title";s:25:"Homepage &#8211; Law firm";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0024.png";s:12:"tmpl_created";s:10:"1477388365";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["Firm","Homepage","Law"]";s:10:"menu_order";s:2:"19";s:16:"popularity_index";s:1:"7";s:11:"trend_index";s:1:"7";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:293;a:14:{s:2:"id";s:3:"225";s:5:"title";s:27:"Homepage &#8211; Restaurant";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0016.png";s:12:"tmpl_created";s:10:"1470829872";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Homepage","Restaurant"]";s:10:"menu_order";s:2:"20";s:16:"popularity_index";s:1:"2";s:11:"trend_index";s:1:"3";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:294;a:14:{s:2:"id";s:4:"3451";s:5:"title";s:39:"Homepage &#8211; Goodness meal services";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png";s:12:"tmpl_created";s:10:"1512054116";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"21";s:16:"popularity_index";s:2:"88";s:11:"trend_index";s:3:"146";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:295;a:14:{s:2:"id";s:4:"2152";s:5:"title";s:26:"Homepage &#8211; Cake Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png";s:12:"tmpl_created";s:10:"1499774132";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Cake","Homepage","Restaurant","Shop"]";s:10:"menu_order";s:2:"22";s:16:"popularity_index";s:3:"142";s:11:"trend_index";s:3:"140";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:296;a:14:{s:2:"id";s:4:"1068";s:5:"title";s:27:"Homepage &#8211; Copywriter";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png";s:12:"tmpl_created";s:10:"1488805928";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["Copywriter","Homepage"]";s:10:"menu_order";s:2:"23";s:16:"popularity_index";s:2:"67";s:11:"trend_index";s:3:"104";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:297;a:14:{s:2:"id";s:3:"181";s:5:"title";s:23:"Homepage &#8211; Agency";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0019.png";s:12:"tmpl_created";s:10:"1470826567";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Agency","Creative","Homepage"]";s:10:"menu_order";s:2:"24";s:16:"popularity_index";s:1:"3";s:11:"trend_index";s:1:"6";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:298;a:14:{s:2:"id";s:3:"463";s:5:"title";s:22:"Homepage &#8211; Study";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0022.png";s:12:"tmpl_created";s:10:"1477388340";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Education","Homepage","Study"]";s:10:"menu_order";s:2:"25";s:16:"popularity_index";s:1:"6";s:11:"trend_index";s:1:"4";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:299;a:14:{s:2:"id";s:4:"2813";s:5:"title";s:32:"Homepage &#8211; Creative Agency";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency--Home-Page.png";s:12:"tmpl_created";s:10:"1509615049";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Agency","Creative","Homepage"]";s:10:"menu_order";s:2:"26";s:16:"popularity_index";s:2:"48";s:11:"trend_index";s:2:"53";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:300;a:14:{s:2:"id";s:3:"728";s:5:"title";s:33:"Homepage &#8211; Delivery Company";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg";s:12:"tmpl_created";s:10:"1485269993";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Delivery","Homepage"]";s:10:"menu_order";s:2:"27";s:16:"popularity_index";s:2:"78";s:11:"trend_index";s:3:"145";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:301;a:14:{s:2:"id";s:4:"2403";s:5:"title";s:29:"Homepage &#8211; Luxury Hotel";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png";s:12:"tmpl_created";s:10:"1506441428";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"28";s:16:"popularity_index";s:3:"106";s:11:"trend_index";s:3:"121";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:302;a:14:{s:2:"id";s:3:"519";s:5:"title";s:24:"Homepage &#8211; Fitness";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0023.png";s:12:"tmpl_created";s:10:"1477388808";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:45:"["Fitness","Gym","Health","Homepage","Sport"]";s:10:"menu_order";s:2:"29";s:16:"popularity_index";s:1:"5";s:11:"trend_index";s:2:"11";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:303;a:14:{s:2:"id";s:4:"1903";s:5:"title";s:20:"One Page &#8211; Spa";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2017/06/spa.png";s:12:"tmpl_created";s:10:"1496822325";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:132:"["beauty","care","girly","hair","Health","hospitality","massage","medical","parlor","physiotherapy","salon","spa","wellness","yoga"]";s:10:"menu_order";s:2:"30";s:16:"popularity_index";s:2:"70";s:11:"trend_index";s:2:"98";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:304;a:14:{s:2:"id";s:4:"2123";s:5:"title";s:33:"One Page &#8211; Architect Office";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/06/architect.png";s:12:"tmpl_created";s:10:"1499772989";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"31";s:16:"popularity_index";s:1:"8";s:11:"trend_index";s:1:"8";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:305;a:14:{s:2:"id";s:4:"1888";s:5:"title";s:32:"One Page &#8211; Creative Meetup";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png";s:12:"tmpl_created";s:10:"1496822319";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"32";s:16:"popularity_index";s:2:"89";s:11:"trend_index";s:3:"192";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:306;a:14:{s:2:"id";s:4:"1880";s:5:"title";s:24:"One Page &#8211; Wedding";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png";s:12:"tmpl_created";s:10:"1496822317";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["bride","ceremony","cute","event","fancy","girly","groom","guestbook","marriage"]";s:10:"menu_order";s:2:"33";s:16:"popularity_index";s:3:"255";s:11:"trend_index";s:3:"323";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:307;a:14:{s:2:"id";s:4:"1891";s:5:"title";s:35:"One Page &#8211; Textile Convention";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png";s:12:"tmpl_created";s:10:"1496822323";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"34";s:16:"popularity_index";s:3:"210";s:11:"trend_index";s:3:"366";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:308;a:14:{s:2:"id";s:4:"1885";s:5:"title";s:29:"One Page &#8211; Yacht Rental";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png";s:12:"tmpl_created";s:10:"1496822321";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"35";s:16:"popularity_index";s:2:"72";s:11:"trend_index";s:3:"163";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:309;a:14:{s:2:"id";s:4:"2723";s:5:"title";s:34:"Portfolio &#8211; Graphic Designer";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer--Portfolio.png";s:12:"tmpl_created";s:10:"1509633883";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"36";s:16:"popularity_index";s:2:"82";s:11:"trend_index";s:3:"138";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:310;a:14:{s:2:"id";s:4:"2145";s:5:"title";s:30:"About &#8211; Delivery Company";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png";s:12:"tmpl_created";s:10:"1499774125";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:10:"["moving"]";s:10:"menu_order";s:2:"37";s:16:"popularity_index";s:3:"166";s:11:"trend_index";s:3:"208";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:311;a:14:{s:2:"id";s:4:"2155";s:5:"title";s:23:"About &#8211; Cake Shop";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png";s:12:"tmpl_created";s:10:"1499774130";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["Food"]";s:10:"menu_order";s:2:"38";s:16:"popularity_index";s:3:"234";s:11:"trend_index";s:3:"262";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:312;a:14:{s:2:"id";s:4:"1085";s:5:"title";s:21:"About &#8211; Startup";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png";s:12:"tmpl_created";s:10:"1488810874";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["About","Startup"]";s:10:"menu_order";s:2:"39";s:16:"popularity_index";s:1:"4";s:11:"trend_index";s:1:"5";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:313;a:14:{s:2:"id";s:3:"143";s:5:"title";s:22:"About &#8211; Personal";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0010.png";s:12:"tmpl_created";s:10:"1470820447";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["About","Personal"]";s:10:"menu_order";s:2:"40";s:16:"popularity_index";s:2:"15";s:11:"trend_index";s:2:"17";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:314;a:14:{s:2:"id";s:3:"101";s:5:"title";s:16:"About &#8211; CV";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0018.png";s:12:"tmpl_created";s:10:"1470829785";s:6:"author";s:9:"Elementor";s:3:"url";s:98:"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:77:"["creative portfolio","Personal","portfolio","professional","resume","vcard"]";s:10:"menu_order";s:2:"41";s:16:"popularity_index";s:2:"21";s:11:"trend_index";s:2:"30";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:315;a:14:{s:2:"id";s:3:"140";s:5:"title";s:25:"About &#8211; Art Gallery";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0009.png";s:12:"tmpl_created";s:10:"1470820463";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["About","Art","Gallery"]";s:10:"menu_order";s:2:"42";s:16:"popularity_index";s:2:"11";s:11:"trend_index";s:2:"13";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:316;a:14:{s:2:"id";s:3:"213";s:5:"title";s:26:"About &#8211; Architecture";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0008.png";s:12:"tmpl_created";s:10:"1470829766";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:24:"["About","Architecture"]";s:10:"menu_order";s:2:"43";s:16:"popularity_index";s:2:"13";s:11:"trend_index";s:2:"16";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:317;a:14:{s:2:"id";s:4:"2802";s:5:"title";s:38:"Portfolio &#8211; Fashion Photographer";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer--Portfolio.png";s:12:"tmpl_created";s:10:"1509615440";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"44";s:16:"popularity_index";s:3:"112";s:11:"trend_index";s:3:"166";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:318;a:14:{s:2:"id";s:4:"2828";s:5:"title";s:35:"Landing Page &#8211; Law Convention";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention--Landing-Page.png";s:12:"tmpl_created";s:10:"1509631636";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:35:"["Convention","Landing Page","Law"]";s:10:"menu_order";s:2:"45";s:16:"popularity_index";s:3:"196";s:11:"trend_index";s:3:"320";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:319;a:14:{s:2:"id";s:4:"1461";s:5:"title";s:28:"Landing Page &#8211; Ebook 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png";s:12:"tmpl_created";s:10:"1494352121";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:127:"["App","author","book","brochure","download","e-book","ebook","marketing","product","publisher","sell online","seo","showcase"]";s:10:"menu_order";s:2:"46";s:16:"popularity_index";s:3:"161";s:11:"trend_index";s:3:"221";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:320;a:14:{s:2:"id";s:4:"1460";s:5:"title";s:28:"Landing Page &#8211; Ebook 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png";s:12:"tmpl_created";s:10:"1494352124";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"47";s:16:"popularity_index";s:3:"156";s:11:"trend_index";s:3:"314";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:321;a:14:{s:2:"id";s:4:"1459";s:5:"title";s:28:"Landing Page &#8211; Ebook 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png";s:12:"tmpl_created";s:10:"1494352125";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"48";s:16:"popularity_index";s:3:"108";s:11:"trend_index";s:3:"191";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:322;a:14:{s:2:"id";s:4:"1052";s:5:"title";s:33:"Landing Page &#8211; Mobile App 1";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2017/03/app.png";s:12:"tmpl_created";s:10:"1488810873";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"49";s:16:"popularity_index";s:2:"19";s:11:"trend_index";s:2:"39";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:323;a:14:{s:2:"id";s:4:"1503";s:5:"title";s:33:"Landing Page &#8211; Mobile App 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png";s:12:"tmpl_created";s:10:"1494352113";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"50";s:16:"popularity_index";s:3:"116";s:11:"trend_index";s:3:"185";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:324;a:14:{s:2:"id";s:4:"1504";s:5:"title";s:33:"Landing Page &#8211; Mobile App 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png";s:12:"tmpl_created";s:10:"1494352112";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"51";s:16:"popularity_index";s:3:"124";s:11:"trend_index";s:3:"175";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:325;a:14:{s:2:"id";s:4:"1505";s:5:"title";s:33:"Landing Page &#8211; Mobile App 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png";s:12:"tmpl_created";s:10:"1494352110";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"52";s:16:"popularity_index";s:3:"207";s:11:"trend_index";s:3:"334";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:326;a:14:{s:2:"id";s:3:"726";s:5:"title";s:33:"Landing Page &#8211; Conference 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg";s:12:"tmpl_created";s:10:"1485270062";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"53";s:16:"popularity_index";s:3:"225";s:11:"trend_index";s:3:"259";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:327;a:14:{s:2:"id";s:4:"1613";s:5:"title";s:33:"Landing Page &#8211; Conference 2";s:9:"thumbnail";s:109:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png";s:12:"tmpl_created";s:10:"1494352129";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"54";s:16:"popularity_index";s:3:"252";s:11:"trend_index";s:3:"332";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:328;a:14:{s:2:"id";s:4:"1612";s:5:"title";s:33:"Landing Page &#8211; Conference 3";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png";s:12:"tmpl_created";s:10:"1494352127";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"259";s:11:"trend_index";s:3:"328";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:329;a:14:{s:2:"id";s:4:"1614";s:5:"title";s:33:"Landing Page &#8211; Conference 4";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png";s:12:"tmpl_created";s:10:"1494352131";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"56";s:16:"popularity_index";s:3:"172";s:11:"trend_index";s:3:"269";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:330;a:14:{s:2:"id";s:3:"906";s:5:"title";s:29:"Landing Page &#8211; Coacher";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png";s:12:"tmpl_created";s:10:"1494352066";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"57";s:16:"popularity_index";s:2:"91";s:11:"trend_index";s:3:"213";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:331;a:14:{s:2:"id";s:3:"955";s:5:"title";s:31:"Landing Page &#8211; Law Office";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png";s:12:"tmpl_created";s:10:"1494352069";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:31:"["Landing Page","Law","Office"]";s:10:"menu_order";s:2:"58";s:16:"popularity_index";s:2:"98";s:11:"trend_index";s:3:"153";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:332;a:14:{s:2:"id";s:3:"879";s:5:"title";s:41:"Landing Page &#8211; Financial Consultant";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png";s:12:"tmpl_created";s:10:"1494352064";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"59";s:16:"popularity_index";s:3:"109";s:11:"trend_index";s:3:"150";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:333;a:14:{s:2:"id";s:3:"926";s:5:"title";s:33:"Landing Page &#8211; Private Chef";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png";s:12:"tmpl_created";s:10:"1494352068";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"60";s:16:"popularity_index";s:3:"204";s:11:"trend_index";s:3:"246";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:334;a:14:{s:2:"id";s:3:"855";s:5:"title";s:37:"Landing Page &#8211; Personal Trainer";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png";s:12:"tmpl_created";s:10:"1494352061";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"61";s:16:"popularity_index";s:3:"184";s:11:"trend_index";s:3:"295";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:335;a:14:{s:2:"id";s:3:"974";s:5:"title";s:28:"Landing Page &#8211; Stylist";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png";s:12:"tmpl_created";s:10:"1494352071";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:146:"["cosmetics","fashion","girly","hairdresser","lifestyle","makeup","manicure","pedicure","products","salon","Shop","skincare","stylist","wellness"]";s:10:"menu_order";s:2:"62";s:16:"popularity_index";s:3:"223";s:11:"trend_index";s:3:"303";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:336;a:14:{s:2:"id";s:4:"1032";s:5:"title";s:27:"Landing Page &#8211; Agency";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png";s:12:"tmpl_created";s:10:"1488810866";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"63";s:16:"popularity_index";s:3:"178";s:11:"trend_index";s:3:"304";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:337;a:14:{s:2:"id";s:4:"1634";s:5:"title";s:33:"Landing Page &#8211; Chiropractor";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png";s:12:"tmpl_created";s:10:"1494352119";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"64";s:16:"popularity_index";s:3:"189";s:11:"trend_index";s:3:"296";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:338;a:14:{s:2:"id";s:3:"730";s:5:"title";s:24:"Landing Page &#8211; App";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg";s:12:"tmpl_created";s:10:"1485273430";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"65";s:16:"popularity_index";s:3:"167";s:11:"trend_index";s:3:"298";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:339;a:14:{s:2:"id";s:3:"643";s:5:"title";s:29:"Landing Page &#8211; Festival";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg";s:12:"tmpl_created";s:10:"1481549290";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"66";s:16:"popularity_index";s:3:"177";s:11:"trend_index";s:3:"330";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:340;a:14:{s:2:"id";s:3:"487";s:5:"title";s:29:"Landing Page &#8211; Vacation";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0021.png";s:12:"tmpl_created";s:10:"1477388357";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"67";s:16:"popularity_index";s:2:"22";s:11:"trend_index";s:2:"52";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:341;a:14:{s:2:"id";s:3:"542";s:5:"title";s:28:"Landing Page &#8211; Wedding";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0025.png";s:12:"tmpl_created";s:10:"1477388484";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"68";s:16:"popularity_index";s:2:"32";s:11:"trend_index";s:2:"63";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:342;a:14:{s:2:"id";s:4:"1187";s:5:"title";s:32:"Landing Page &#8211; Photography";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png";s:12:"tmpl_created";s:10:"1490707385";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"69";s:16:"popularity_index";s:2:"24";s:11:"trend_index";s:2:"47";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:343;a:14:{s:2:"id";s:3:"641";s:5:"title";s:28:"Landing Page &#8211; Fashion";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg";s:12:"tmpl_created";s:10:"1481549264";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"70";s:16:"popularity_index";s:3:"114";s:11:"trend_index";s:3:"326";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:344;a:14:{s:2:"id";s:3:"189";s:5:"title";s:30:"Landing Page &#8211; Tourism 1";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0005.png";s:12:"tmpl_created";s:10:"1470820715";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"71";s:16:"popularity_index";s:1:"9";s:11:"trend_index";s:2:"14";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:345;a:14:{s:2:"id";s:4:"1547";s:5:"title";s:30:"Landing Page &#8211; Tourism 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png";s:12:"tmpl_created";s:10:"1494352115";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"72";s:16:"popularity_index";s:3:"176";s:11:"trend_index";s:3:"339";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:346;a:14:{s:2:"id";s:4:"1546";s:5:"title";s:30:"Landing Page &#8211; Tourism 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png";s:12:"tmpl_created";s:10:"1494352116";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"73";s:16:"popularity_index";s:3:"258";s:11:"trend_index";s:3:"376";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:347;a:14:{s:2:"id";s:4:"1545";s:5:"title";s:30:"Landing Page &#8211; Tourism 4";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png";s:12:"tmpl_created";s:10:"1494352118";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"74";s:16:"popularity_index";s:3:"215";s:11:"trend_index";s:3:"282";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:348;a:14:{s:2:"id";s:4:"2714";s:5:"title";s:30:"Landing Page &#8211; Tourism 5";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/11/Vacation--Landing-Page.png";s:12:"tmpl_created";s:10:"1509631782";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"75";s:16:"popularity_index";s:3:"231";s:11:"trend_index";s:3:"236";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:349;a:14:{s:2:"id";s:4:"1190";s:5:"title";s:26:"Landing Page &#8211; Hotel";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png";s:12:"tmpl_created";s:10:"1490707391";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"76";s:16:"popularity_index";s:2:"20";s:11:"trend_index";s:2:"34";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:350;a:14:{s:2:"id";s:3:"195";s:5:"title";s:28:"Landing Page &#8211; Product";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0006.png";s:12:"tmpl_created";s:10:"1470820765";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"77";s:16:"popularity_index";s:2:"23";s:11:"trend_index";s:2:"45";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:351;a:14:{s:2:"id";s:3:"197";s:5:"title";s:34:"Landing Page &#8211; Real Estate 1";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0007.png";s:12:"tmpl_created";s:10:"1470825711";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"78";s:16:"popularity_index";s:2:"41";s:11:"trend_index";s:2:"87";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:352;a:14:{s:2:"id";s:4:"1193";s:5:"title";s:34:"Landing Page &#8211; Real Estate 2";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png";s:12:"tmpl_created";s:10:"1490707422";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"79";s:16:"popularity_index";s:2:"28";s:11:"trend_index";s:2:"60";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:353;a:14:{s:2:"id";s:4:"1415";s:5:"title";s:34:"Landing Page &#8211; Real Estate 3";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png";s:12:"tmpl_created";s:10:"1494352106";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"80";s:16:"popularity_index";s:3:"205";s:11:"trend_index";s:3:"224";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:354;a:14:{s:2:"id";s:4:"1414";s:5:"title";s:34:"Landing Page &#8211; Real Estate 4";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png";s:12:"tmpl_created";s:10:"1494352107";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"81";s:16:"popularity_index";s:3:"318";s:11:"trend_index";s:3:"322";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:355;a:14:{s:2:"id";s:4:"1413";s:5:"title";s:34:"Landing Page &#8211; Real Estate 5";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png";s:12:"tmpl_created";s:10:"1494352109";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:134:"["Agent","business","clean","corporate","flat","google maps","homes","listing","modern","real estate","realestate","realtor","realty"]";s:10:"menu_order";s:2:"82";s:16:"popularity_index";s:3:"279";s:11:"trend_index";s:3:"287";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:356;a:14:{s:2:"id";s:4:"1573";s:5:"title";s:29:"Landing Page &#8211; Coupon 1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png";s:12:"tmpl_created";s:10:"1494352133";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"83";s:16:"popularity_index";s:3:"306";s:11:"trend_index";s:3:"345";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:357;a:14:{s:2:"id";s:4:"1572";s:5:"title";s:29:"Landing Page &#8211; Coupon 2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png";s:12:"tmpl_created";s:10:"1494352134";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"84";s:16:"popularity_index";s:3:"331";s:11:"trend_index";s:3:"344";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:358;a:14:{s:2:"id";s:4:"1570";s:5:"title";s:29:"Landing Page &#8211; Coupon 3";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png";s:12:"tmpl_created";s:10:"1494352136";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"85";s:16:"popularity_index";s:3:"369";s:11:"trend_index";s:3:"413";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:359;a:14:{s:2:"id";s:4:"1571";s:5:"title";s:29:"Landing Page &#8211; Coupon 4";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png";s:12:"tmpl_created";s:10:"1494352138";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"86";s:16:"popularity_index";s:3:"332";s:11:"trend_index";s:3:"355";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:360;a:14:{s:2:"id";s:3:"192";s:5:"title";s:28:"Landing Page &#8211; Webinar";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0015.png";s:12:"tmpl_created";s:10:"1470820734";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"87";s:16:"popularity_index";s:2:"34";s:11:"trend_index";s:3:"120";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:361;a:14:{s:2:"id";s:4:"2141";s:5:"title";s:32:"Contact &#8211; Delivery Company";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png";s:12:"tmpl_created";s:10:"1499774122";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"88";s:16:"popularity_index";s:3:"165";s:11:"trend_index";s:3:"317";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:362;a:14:{s:2:"id";s:3:"137";s:5:"title";s:22:"Contact &#8211; Modern";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0013.png";s:12:"tmpl_created";s:10:"1470829828";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"89";s:16:"popularity_index";s:2:"25";s:11:"trend_index";s:2:"36";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:363;a:14:{s:2:"id";s:3:"256";s:5:"title";s:26:"Contact &#8211; Restaurant";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0011.png";s:12:"tmpl_created";s:10:"1470829796";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"90";s:16:"popularity_index";s:2:"44";s:11:"trend_index";s:3:"130";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:364;a:14:{s:2:"id";s:4:"2150";s:5:"title";s:25:"Contact &#8211; Cake Shop";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png";s:12:"tmpl_created";s:10:"1499774127";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"91";s:16:"popularity_index";s:2:"38";s:11:"trend_index";s:2:"51";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:365;a:14:{s:2:"id";s:3:"223";s:5:"title";s:21:"Contact &#8211; Hotel";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0002.png";s:12:"tmpl_created";s:10:"1470820471";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"92";s:16:"popularity_index";s:2:"43";s:11:"trend_index";s:3:"100";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:366;a:14:{s:2:"id";s:2:"24";s:5:"title";s:25:"Contact &#8211; Corporate";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0012.png";s:12:"tmpl_created";s:10:"1470248619";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"93";s:16:"popularity_index";s:2:"10";s:11:"trend_index";s:2:"12";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:367;a:14:{s:2:"id";s:3:"184";s:5:"title";s:23:"Services &#8211; Moving";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0017.png";s:12:"tmpl_created";s:10:"1470829889";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"94";s:16:"popularity_index";s:2:"17";s:11:"trend_index";s:2:"18";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:368;a:14:{s:2:"id";s:3:"625";s:5:"title";s:31:"Services &#8211; Cake Shop Menu";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg";s:12:"tmpl_created";s:10:"1481549196";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"95";s:16:"popularity_index";s:3:"297";s:11:"trend_index";s:3:"378";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:369;a:14:{s:2:"id";s:3:"187";s:5:"title";s:20:"Services &#8211; Fun";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0001.png";s:12:"tmpl_created";s:10:"1470829892";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"96";s:16:"popularity_index";s:2:"27";s:11:"trend_index";s:2:"77";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:370;a:14:{s:2:"id";s:3:"238";s:5:"title";s:27:"Services &#8211; Consulting";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0014.png";s:12:"tmpl_created";s:10:"1470829865";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"97";s:16:"popularity_index";s:2:"14";s:11:"trend_index";s:2:"19";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:371;a:14:{s:2:"id";s:3:"647";s:5:"title";s:33:"Services &#8211; Coffee Shop Menu";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg";s:12:"tmpl_created";s:10:"1481549320";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"98";s:16:"popularity_index";s:3:"253";s:11:"trend_index";s:3:"404";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:372;a:14:{s:2:"id";s:4:"2138";s:5:"title";s:33:"Services &#8211; Delivery Company";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png";s:12:"tmpl_created";s:10:"1499774119";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"99";s:16:"popularity_index";s:3:"238";s:11:"trend_index";s:3:"280";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:373;a:14:{s:2:"id";s:3:"823";s:5:"title";s:19:"Pricing &#8211; App";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg";s:12:"tmpl_created";s:10:"1485272966";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"100";s:16:"popularity_index";s:3:"175";s:11:"trend_index";s:3:"358";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:374;a:14:{s:2:"id";s:3:"824";s:5:"title";s:24:"Pricing &#8211; Software";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png";s:12:"tmpl_created";s:10:"1485272900";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"101";s:16:"popularity_index";s:3:"198";s:11:"trend_index";s:3:"347";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:375;a:14:{s:2:"id";s:3:"825";s:5:"title";s:24:"Product &#8211; Speakers";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg";s:12:"tmpl_created";s:10:"1485272513";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"102";s:16:"popularity_index";s:3:"212";s:11:"trend_index";s:3:"239";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:376;a:14:{s:2:"id";s:3:"245";s:5:"title";s:21:"Product &#8211; Clean";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0020.png";s:12:"tmpl_created";s:10:"1470829876";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["fast","minimal","minimalistic","seo","simple"]";s:10:"menu_order";s:3:"103";s:16:"popularity_index";s:2:"31";s:11:"trend_index";s:2:"90";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:377;a:14:{s:2:"id";s:3:"150";s:5:"title";s:19:"Product &#8211; App";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0003.png";s:12:"tmpl_created";s:10:"1470829879";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"104";s:16:"popularity_index";s:2:"18";s:11:"trend_index";s:2:"26";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:378;a:14:{s:2:"id";s:3:"751";s:5:"title";s:25:"Homepage &#8211; Interior";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png";s:12:"tmpl_created";s:10:"1485269743";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"105";s:16:"popularity_index";s:3:"151";s:11:"trend_index";s:3:"299";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:379;a:14:{s:2:"id";s:3:"753";s:5:"title";s:22:"About &#8211; Interior";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png";s:12:"tmpl_created";s:10:"1485269710";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"106";s:16:"popularity_index";s:3:"194";s:11:"trend_index";s:3:"276";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:380;a:14:{s:2:"id";s:3:"754";s:5:"title";s:25:"Services &#8211; Interior";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png";s:12:"tmpl_created";s:10:"1485269691";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"107";s:16:"popularity_index";s:3:"216";s:11:"trend_index";s:3:"277";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:381;a:14:{s:2:"id";s:3:"752";s:5:"title";s:24:"Contact &#8211; Interior";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png";s:12:"tmpl_created";s:10:"1485269737";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"108";s:16:"popularity_index";s:3:"197";s:11:"trend_index";s:3:"340";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:382;a:14:{s:2:"id";s:4:"1075";s:5:"title";s:19:"Shop &#8211; Sweets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png";s:12:"tmpl_created";s:10:"1488810871";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:154:"["bakery","beverage","business","cafe","candy bar","catering","delivery service","Food","online shop","pastry","Restaurant","store","sweet shop","sweets"]";s:10:"menu_order";s:3:"109";s:16:"popularity_index";s:2:"30";s:11:"trend_index";s:2:"54";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:383;a:14:{s:2:"id";s:4:"1051";s:5:"title";s:24:"Blog Post &#8211; Launch";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png";s:12:"tmpl_created";s:10:"1488810869";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:210:"["Agency","bootstrap","business","corporate","Landing Page","launch","marketing campaign","marketing landing page","marketing template landing page","product launch","software","Startup","startup landing page"]";s:10:"menu_order";s:3:"110";s:16:"popularity_index";s:2:"16";s:11:"trend_index";s:2:"21";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:384;a:14:{s:2:"id";s:4:"1245";s:5:"title";s:13:"Coming Soon 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png";s:12:"tmpl_created";s:10:"1491207184";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"111";s:16:"popularity_index";s:3:"140";s:11:"trend_index";s:3:"248";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:385;a:14:{s:2:"id";s:4:"1247";s:5:"title";s:13:"Coming Soon 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png";s:12:"tmpl_created";s:10:"1491207138";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"112";s:16:"popularity_index";s:2:"26";s:11:"trend_index";s:2:"32";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:386;a:14:{s:2:"id";s:4:"1248";s:5:"title";s:13:"Coming Soon 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png";s:12:"tmpl_created";s:10:"1491207050";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"113";s:16:"popularity_index";s:3:"235";s:11:"trend_index";s:3:"357";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:387;a:14:{s:2:"id";s:4:"1249";s:5:"title";s:13:"Coming Soon 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png";s:12:"tmpl_created";s:10:"1491207380";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"114";s:16:"popularity_index";s:3:"298";s:11:"trend_index";s:3:"392";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:388;a:14:{s:2:"id";s:4:"1250";s:5:"title";s:13:"Coming Soon 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png";s:12:"tmpl_created";s:10:"1491207450";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"115";s:16:"popularity_index";s:2:"33";s:11:"trend_index";s:3:"119";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:389;a:14:{s:2:"id";s:4:"1260";s:5:"title";s:13:"Coming Soon 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png";s:12:"tmpl_created";s:10:"1491207507";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"116";s:16:"popularity_index";s:3:"287";s:11:"trend_index";s:3:"371";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:390;a:14:{s:2:"id";s:4:"1261";s:5:"title";s:13:"Coming Soon 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png";s:12:"tmpl_created";s:10:"1491207584";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"117";s:16:"popularity_index";s:2:"35";s:11:"trend_index";s:2:"72";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:391;a:14:{s:2:"id";s:4:"1272";s:5:"title";s:13:"Coming Soon 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png";s:12:"tmpl_created";s:10:"1491207674";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"118";s:16:"popularity_index";s:3:"139";s:11:"trend_index";s:3:"271";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:392;a:14:{s:2:"id";s:4:"1279";s:5:"title";s:13:"Coming Soon 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png";s:12:"tmpl_created";s:10:"1491207756";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"119";s:16:"popularity_index";s:2:"51";s:11:"trend_index";s:3:"151";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:393;a:14:{s:2:"id";s:4:"1745";s:5:"title";s:14:"Coming Soon 10";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png";s:12:"tmpl_created";s:10:"1494849745";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"120";s:16:"popularity_index";s:3:"145";s:11:"trend_index";s:3:"253";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:394;a:14:{s:2:"id";s:4:"1742";s:5:"title";s:12:"Login Page 1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png";s:12:"tmpl_created";s:10:"1494849744";s:6:"author";s:9:"Elementor";s:3:"url";s:100:"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"121";s:16:"popularity_index";s:3:"262";s:11:"trend_index";s:3:"350";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:395;a:14:{s:2:"id";s:4:"1748";s:5:"title";s:12:"Login Page 2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png";s:12:"tmpl_created";s:10:"1494849742";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"122";s:16:"popularity_index";s:3:"146";s:11:"trend_index";s:3:"275";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:396;a:14:{s:2:"id";s:4:"3963";s:5:"title";s:32:"Restaurant Site &#8211; Homepage";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png";s:12:"tmpl_created";s:10:"1516284821";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"123";s:16:"popularity_index";s:3:"162";s:11:"trend_index";s:3:"218";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:397;a:14:{s:2:"id";s:4:"3969";s:5:"title";s:28:"Restaurant Site &#8211; Menu";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png";s:12:"tmpl_created";s:10:"1516284829";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"124";s:16:"popularity_index";s:3:"310";s:11:"trend_index";s:3:"368";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:398;a:14:{s:2:"id";s:4:"3966";s:5:"title";s:29:"Restaurant Site &#8211; About";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png";s:12:"tmpl_created";s:10:"1516284839";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"125";s:16:"popularity_index";s:3:"217";s:11:"trend_index";s:3:"198";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:399;a:14:{s:2:"id";s:4:"3972";s:5:"title";s:31:"Restaurant Site &#8211; Contact";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png";s:12:"tmpl_created";s:10:"1516284847";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"126";s:16:"popularity_index";s:3:"275";s:11:"trend_index";s:3:"232";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:400;a:14:{s:2:"id";s:4:"2080";s:5:"title";s:27:"Ski Resort &#8211; Homepage";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png";s:12:"tmpl_created";s:10:"1508161124";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"127";s:16:"popularity_index";s:3:"200";s:11:"trend_index";s:3:"372";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:401;a:14:{s:2:"id";s:4:"2088";s:5:"title";s:24:"Ski Resort &#8211; About";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png";s:12:"tmpl_created";s:10:"1508161129";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"128";s:16:"popularity_index";s:3:"304";s:11:"trend_index";s:3:"335";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:402;a:14:{s:2:"id";s:4:"2085";s:5:"title";s:27:"Ski Resort &#8211; Services";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png";s:12:"tmpl_created";s:10:"1508161134";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"129";s:16:"popularity_index";s:3:"345";s:11:"trend_index";s:3:"348";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:403;a:14:{s:2:"id";s:4:"2462";s:5:"title";s:23:"Architect &#8211; About";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/10/architect--about.png";s:12:"tmpl_created";s:10:"1508243317";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"130";s:16:"popularity_index";s:3:"237";s:11:"trend_index";s:3:"291";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:404;a:14:{s:2:"id";s:4:"2362";s:5:"title";s:26:"Architect &#8211; Projects";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png";s:12:"tmpl_created";s:10:"1508243335";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"131";s:16:"popularity_index";s:3:"290";s:11:"trend_index";s:3:"353";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:405;a:14:{s:2:"id";s:3:"614";s:5:"title";s:25:"Architect &#8211; Contact";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg";s:12:"tmpl_created";s:10:"1481549169";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"132";s:16:"popularity_index";s:3:"118";s:11:"trend_index";s:3:"267";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:406;a:14:{s:2:"id";s:4:"2126";s:5:"title";s:37:"Construction Company &#8211; Homepage";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png";s:12:"tmpl_created";s:10:"1508325849";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"133";s:16:"popularity_index";s:3:"187";s:11:"trend_index";s:3:"225";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:407;a:14:{s:2:"id";s:4:"2129";s:5:"title";s:34:"Construction Company &#8211; About";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png";s:12:"tmpl_created";s:10:"1508325881";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"134";s:16:"popularity_index";s:3:"220";s:11:"trend_index";s:3:"278";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:408;a:14:{s:2:"id";s:4:"2135";s:5:"title";s:36:"Construction Company &#8211; Contact";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png";s:12:"tmpl_created";s:10:"1508325922";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"135";s:16:"popularity_index";s:3:"228";s:11:"trend_index";s:3:"205";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:409;a:14:{s:2:"id";s:4:"2094";s:5:"title";s:28:"Plants Shop &#8211; Homepage";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png";s:12:"tmpl_created";s:10:"1509621053";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"136";s:16:"popularity_index";s:3:"214";s:11:"trend_index";s:3:"244";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:410;a:14:{s:2:"id";s:4:"2120";s:5:"title";s:25:"Plants Shop &#8211; About";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png";s:12:"tmpl_created";s:10:"1509631820";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"137";s:16:"popularity_index";s:3:"219";s:11:"trend_index";s:3:"338";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:411;a:14:{s:2:"id";s:4:"3619";s:5:"title";s:31:"Snowboard Site &#8211; Homepage";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2017/12/home.png";s:12:"tmpl_created";s:10:"1513513137";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"138";s:16:"popularity_index";s:3:"222";s:11:"trend_index";s:3:"281";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:412;a:14:{s:2:"id";s:4:"3632";s:5:"title";s:31:"Snowboard Site &#8211; Services";s:9:"thumbnail";s:62:"https://library.elementor.com/wp-content/uploads/2017/12/2.png";s:12:"tmpl_created";s:10:"1513513171";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"139";s:16:"popularity_index";s:3:"202";s:11:"trend_index";s:3:"284";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:413;a:14:{s:2:"id";s:4:"3626";s:5:"title";s:30:"Snowboard Site &#8211; Contact";s:9:"thumbnail";s:62:"https://library.elementor.com/wp-content/uploads/2017/12/3.png";s:12:"tmpl_created";s:10:"1513513193";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"140";s:16:"popularity_index";s:3:"206";s:11:"trend_index";s:3:"234";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:414;a:14:{s:2:"id";s:4:"3153";s:5:"title";s:14:"Halloween Pack";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png";s:12:"tmpl_created";s:10:"1508950132";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"141";s:16:"popularity_index";s:3:"361";s:11:"trend_index";s:3:"400";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:415;a:14:{s:2:"id";s:4:"3338";s:5:"title";s:31:"Black Friday &#8211; Nature Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png";s:12:"tmpl_created";s:10:"1511203351";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"142";s:16:"popularity_index";s:3:"335";s:11:"trend_index";s:3:"388";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:416;a:14:{s:2:"id";s:4:"3339";s:5:"title";s:35:"Black Friday &#8211; Pop-Styled Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png";s:12:"tmpl_created";s:10:"1511203636";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"143";s:16:"popularity_index";s:3:"282";s:11:"trend_index";s:3:"401";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:417;a:14:{s:2:"id";s:4:"3335";s:5:"title";s:31:"Black Friday &#8211; Retail Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png";s:12:"tmpl_created";s:10:"1511203246";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"144";s:16:"popularity_index";s:3:"278";s:11:"trend_index";s:3:"377";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:418;a:14:{s:2:"id";s:4:"3340";s:5:"title";s:41:"Black Friday &#8211; Software Product Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png";s:12:"tmpl_created";s:10:"1511203713";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"145";s:16:"popularity_index";s:3:"276";s:11:"trend_index";s:3:"391";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:419;a:14:{s:2:"id";s:4:"3517";s:5:"title";s:27:"Christmas &#8211; Gift Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png";s:12:"tmpl_created";s:10:"1513877937";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"146";s:16:"popularity_index";s:3:"376";s:11:"trend_index";s:3:"367";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:420;a:14:{s:2:"id";s:4:"3734";s:5:"title";s:28:"Christmas &#8211; Car Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png";s:12:"tmpl_created";s:10:"1514197794";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"147";s:16:"popularity_index";s:3:"365";s:11:"trend_index";s:3:"361";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:421;a:14:{s:2:"id";s:4:"3764";s:5:"title";s:33:"Christmas &#8211; Interior Design";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png";s:12:"tmpl_created";s:10:"1514198234";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"148";s:16:"popularity_index";s:3:"341";s:11:"trend_index";s:3:"363";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:422;a:14:{s:2:"id";s:4:"3565";s:5:"title";s:27:"Christmas &#8211; Tree Shop";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png";s:12:"tmpl_created";s:10:"1514204382";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"149";s:16:"popularity_index";s:3:"340";s:11:"trend_index";s:3:"405";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:423;a:14:{s:2:"id";s:4:"3862";s:5:"title";s:35:"Christmas &#8211; Design Conference";s:9:"thumbnail";s:63:"https://library.elementor.com/wp-content/uploads/2017/12/q1.png";s:12:"tmpl_created";s:10:"1514206745";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"150";s:16:"popularity_index";s:3:"283";s:11:"trend_index";s:3:"312";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:424;a:14:{s:2:"id";s:4:"3777";s:5:"title";s:39:"Christmas &#8211; Snowboard Competition";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png";s:12:"tmpl_created";s:10:"1514205420";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"151";s:16:"popularity_index";s:3:"299";s:11:"trend_index";s:3:"354";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:425;a:14:{s:2:"id";s:3:"420";s:5:"title";s:11:"Hero UI Kit";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png";s:12:"tmpl_created";s:10:"1475067229";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"152";s:16:"popularity_index";s:2:"12";s:11:"trend_index";s:2:"28";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(511, '_site_transient_timeout_browser_ee118db00558bcd27b39270e5bf67e34', '1533133283', 'no'),
(512, '_site_transient_browser_ee118db00558bcd27b39270e5bf67e34', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"68.0.3440.75";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'),
(530, '_site_transient_timeout_browser_a0dffef39767c4ffd501a27b32ee2f4c', '1533143536', 'no'),
(531, '_site_transient_browser_a0dffef39767c4ffd501a27b32ee2f4c', 'a:10:{s:4:"name";s:7:"Firefox";s:7:"version";s:4:"62.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'),
(776, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1532697918', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(777, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WPTavern: How to Create A Gutenberg Block Attributes Glossary";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82684";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wptavern.com/how-to-create-a-gutenberg-block-attributes-glossary";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1242:"<p>If you want to see what Gutenberg blocks are available on a site along with their attributes, check out the <a href="https://github.com/OIT-Design/block-attributes-glossary">Block Attributes Glossary</a> plugin by <a href="https://design.oit.ncsu.edu/">NC State&#8217;s Office of Information Technology and Design</a>.</p>\n\n<img />Block Attributes Glossary Index\n\n<p>The plugin adds a Glossary Attributes Block to Gutenberg that when added to a post or page, displays an index of blocks that are available. Clicking on a block name will display its attributes. </p>\n\n<img />Atomic Blocks Drop Cap Block Attributes\n\n<p>This is especially useful for creating block templates. Note that if you install plugins that add new blocks, you&#8217;ll need to visit the post or page that has the glossary, remove the Glossary block, and re-add it. </p>\n\n<p>You can see a live demo of this plugin in action by visiting <a href="https://design.oit.ncsu.edu/docs/gutenberg/block-attributes/">NC State&#8217;s OIT Block Attributes Glossary</a>. The plugin is not available from the WordPress plugin directory but you can download it for free from the <a href="https://github.com/OIT-Design/block-attributes-glossary">project&#8217;s Github page</a>. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jul 2018 20:47:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: Font Awesome 5.2 Adds 372 New Icons, Introduces Automotive and Education Categories";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82617";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"https://wptavern.com/font-awesome-5-2-adds-372-new-icons-introduces-automotive-and-education-categories";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3091:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-25-at-5.15.52-PM.png?ssl=1"><img /></a>image credit: <a href="https://fontawesome.com/">Font Awesome</a>\n<p><a href="https://blog.fontawesome.com/font-awesome-5-2-372-new-icons-adfb42c6c35" rel="noopener noreferrer" target="_blank">Font Awesome</a> 5.2 was released yesterday with two new categories and 372 new icons, bringing the total number of free icons to 1,295. The open source vector icon font is used on more than <a href="https://trends.builtwith.com/widgets/Font-Awesome" rel="noopener noreferrer" target="_blank">22 million sites</a> across the internet. It&#8217;s also a popular icon font with WordPress theme and plugin developers.</p>\n<p>Version 5.2 introduces automotive and education categories, which should be useful to fill the gaps for designers and developers creating sites around these subjects. The release also adds 66 new and updated icons to the Medical category and 126 new and updated Maps icons.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/medical.png?ssl=1"><img /></a></p>\n<p>Font Awesome, originally created by Dave Gandy, is an SIL OFL-licensed icon font, with the code under the MIT License. Thanks to its GPL-friendly license, the icon font is widely used in WordPress&#8217; theme and plugin ecosystem in both commercial and free products. Font Awesome&#8217;s <a href="https://github.com/FortAwesome/Font-Awesome/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+wordpress" rel="noopener noreferrer" target="_blank">Github issues queue</a> is also loaded with icon requests that would be used in niche WordPress themes, as well as icons for WordPress-related company logos.</p>\n<p>Two years ago, Font Awesome announced the <a href="https://wptavern.com/font-awesome-cdn-now-in-beta-loads-icons-asynchronously-with-automatic-accessibility-best-practices" rel="noopener noreferrer" target="_blank">beta release of its new CDN</a>, which allows developers to implement it using a single line of code to bring the icons and CSS toolkit into their projects. At that time, Font Awesome was used by more than 300 plugins on WordPress.org. In 2018, searching the official plugin directory turns up more than 800 plugins that make use of the icon font in some way. Thousands of free and commercial themes also use it to provide users with easy customization options.</p>\n<p>Font Awesome support for Gutenberg is going to be fairly important, as hundreds of thousands of websites are using plugins like <a href="https://wordpress.org/plugins/better-font-awesome/" target="_blank" rel="noopener noreferrer">Better Font Awesome</a>, <a href="https://wordpress.org/plugins/font-awesome-shortcodes/" target="_blank" rel="noopener noreferrer">Font Awesome Shortcodes</a>, and <a href="https://wordpress.org/plugins/font-awesome-4-menus/" target="_blank" rel="noopener noreferrer">Font Awesome for Menus</a> to allow users to add icons to content and menus. Currently there are no Gutenberg-compatible plugins for adding Font Awesome icons to content.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jul 2018 18:08:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"WPTavern: WPWeekly Episode 324 Getting NC State Gutenready";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=82650&preview=true&preview_id=82650";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wptavern.com/wpweekly-episode-324-getting-nc-state-gutenready";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1804:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I are joined by <a href="https://design.oit.ncsu.edu/people/jmriehle/">Jen McFarland</a>, Web Services Coordinator at NC state&#8217;s Office of Information and Technology. McFarland describes how the campus is using WordPress, what they&#8217;re doing to prepare students and staff for Gutenberg, and what they&#8217;ve experienced thus far in the transition.</p>\n<p>Near the end of the show, we cover WordPress 4.9.8 RC 1 and provide an update on WP-CLI Hack Day.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/gutenberg-3-3-released-adds-archives-and-recent-comments-blocks">Gutenberg 3.3 Released, Adds Archives and Recent Comments Blocks</a><br />\n<a href="https://make.wordpress.org/core/2018/07/24/wordpress-4-9-8-release-candidate-1/">WordPress 4.9.8 RC 1 Released</a><br />\n<a href="https://wptavern.com/wp-cli-hack-day-is-a-success">WP-CLI Hack Day Is A Success</a><br />\n<a href="https://wptavern.com/google-chrome-rolls-out-not-secure-warning-for-plain-http-sites">Google Chrome Rolls Out “Not Secure” Warning for Plain HTTP Sites</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 1st 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #324:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jul 2018 01:01:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: Frontenberg Lets Users Test Gutenberg on the Frontend";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82526";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wptavern.com/frontenberg-lets-users-test-gutenberg-on-the-frontend";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2733:"<p>WordPress 5.0 will bring the world a brand new editor that is currently code-named Gutenberg. If you have been hearing the buzz around Gutenberg but have yet to try it, <a href="https://testgutenberg.com/" rel="noopener noreferrer" target="_blank">Frontenberg</a> (<a href="https://testgutenberg.com/" rel="noopener noreferrer" target="_blank">testgutenberg.com</a>) is the easiest way to check it out.</p>\n<p>Frontenberg allows visitors to try Gutenberg without having to set up a separate test site of their own. It loads an instance of WordPress plus the Gutenberg plugin on the frontend so visitors don&#8217;t have to log in to play around with the new editor.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/frontenberg-e1532540010736.png?ssl=1"><img /></a></p>\n<p>Frontenberg has a limited range of capabilities for testing purposes. Users have access to a pre-populated media library but cannot upload images to the test site. It&#8217;s also not possible to create shared blocks or save the post. Attempting to save an action will trigger an &#8220;updating failed&#8221; notice. Apart from those few limitations, Frontenberg allows users to test nearly all of Gutenberg&#8217;s features.</p>\n<p>The tool was created by <a href="https://tomjn.com/" rel="noopener noreferrer" target="_blank">Tom Nowell</a>, VIP Wrangler at <a href="https://automattic.com/" rel="noopener noreferrer" target="_blank">Automattic</a>. He launched the frontend testing instance on his own website at <a href="https://frontenberg.tomjn.com/" rel="noopener noreferrer" target="_blank">frontenberg.tomjn.com</a> and the WordPress VIP team built its own version to handle more traffic. Frontenberg contains links to numerous Gutenberg resources, including <a href="http://vipgutenberg.com" rel="noopener noreferrer" target="_blank">vipgutenberg.com</a>, which has some free training videos the team created for VIP clients.</p>\n<p>Nowell has written a post called <a href="https://tomjn.com/2018/01/22/how-frontenberg-works/" rel="noopener noreferrer" target="_blank">How Frontenberg Works</a> for developers who are interested in the tech behind the tool. In it he describes the challenges he encountered in building Frontenberg and the solutions he wrote to make it work.</p>\n<p>The <a href="https://wptavern.com/first-look-at-try-gutenberg-prompt-in-wordpress-4-9-8-beta-2" rel="noopener noreferrer" target="_blank">&#8220;Try Gutenberg&#8221; prompt</a> will soon be going out to millions of users in WordPress 4.9.8. Those who conservatively opt to use the Classic Editor plugin can still give Gutenberg a try using the Frontenberg tool or install it on a test site to see how interacts with themes and plugins.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 19:59:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WPTavern: WordPress Core Fields API Project is Seeking New Leadership";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82602";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://wptavern.com/wordpress-core-fields-api-project-is-seeking-new-leadership";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:10702:"<p>In 2014, <a href="https://pods.io/">Pods</a> lead developer, Scott Kingsley Clark, <a href="https://make.wordpress.org/core/2014/02/25/metadata-project-update/">took over</a> the primary lead role for the Metadata UI project. In 2015, the Metadata UI project <a href="https://make.wordpress.org/core/2015/05/27/metadata-api-project-reborn-the-new-fields-api-project/">was reborn</a> as the <a href="https://github.com/sc0ttkclark/wordpress-fields-api">Fields API</a>.</p>\n\n<p>The Fields API was developed to allow registering fields to different screens in the admin area through a single API. New meta boxes and fields within them could be added to posts while new sections and fields could be added to the profile screen.</p>\n\n<p>The goal of the API is to integrate with all of the various admin screens including, Posts, Terms, Users, Media, and Comments and provide standardization.</p>\n\n<p>Clark has been leading the project for three years and despite seeing <a href="https://wptavern.com/wordpress-core-fields-api-project-sees-renewed-interest">renewed interest</a> last year, <a href="https://wordpress.slack.com/messages/C04MWK7PZ/">announced</a> in the project&#8217;s Slack channel that he is stepping down. <br /></p>\n\n<blockquote class="wp-block-quote"><p>It is with a heavy heart that I must pass the torch on this project. After hundreds of hours of my time, I no longer believe I can effect change within WordPress core. </p><p>The Fields API vision was too big, too much of an undertaking for any one person. I believe so deeply that WordPress needs a Fields API, but the journey to where we are at with the Fields API has been long and arduous. </p><p>The truth is, I burned out years ago while building the first and second prototypes. Not everyone agreed on how to architect the code, it went through many revisions based on core contributor feedback. I just couldn&#8217;t get enough people excited about it, I couldn&#8217;t get enough companies and people interested in supporting it.</p><p>I need to let someone else have their chance, I am dragging it down. If someone steps up to lead in the future, then I would be happy to assist where I am able to. But I am unable to continue leading the Fields API proposal/project. I am sorry, please accept my apology and I hope you can forgive me for failing to take this project over the finish line. I still believe to be such a vital part of WordPress&#8217; future success.</p><cite>Scott Kingsley Clark</cite></blockquote>\n\n<h2>The Trials and Tribulations of Leading an Open Source Project</h2>\n\n<p>In the following interview, Clark explains why he feels personally responsible for the project&#8217;s lack of progress, why the API is important for WordPress&#8217; future, and reflects on what he could have done differently.</p>\n\n<p><strong>Are you looking to pass the torch on to anyone in particular?</strong><br /><br /></p>\n\n<p>No, I&#8217;m not sure who would have the drive and the clout to see the project through. It&#8217;s a large scale project that should be approached with a long-term vision but in small enough increments to make it into WordPress core. It&#8217;s a lot to ask of somebody, it&#8217;s also not a priority for people right now since they are distracted by Gutenberg being released in the near future.<br /></p>\n\n<p><strong>Why is the Fields API a vital part of WordPress&#8217; future?</strong><br /><br /></p>\n\n<p>People look at WordPress today and wonder how they ever survived without the REST API. Well, at least I know I do! The same thing can be said about the Fields API even though it&#8217;s not there yet. There are so many cases where it&#8217;s frustrating to build solutions for WordPress across all of the different hooks.<br /></p>\n\n<p>For consistency, it&#8217;s the wild west out there. You get a meta box registered and you fill it with whatever you want. You need your own CSS to style the form fields and everyone has their own idea of how this interface should look. You are in charge of your own responsive layouts that are mobile-friendly, there&#8217;s just so much you have to handle on your own. You should be able to customize appearances, but every place you want to add a field or form to should really have a proper API.<br /></p>\n\n<p>Long-term, imagine registering fields to WordPress like you register post types. Imagine fields and their configurations being available to the REST API and accessible through the WordPress App or other custom apps. </p>\n\n<p>The whole world opens up because you have a consistent API, the whole world make sense because you have a consistent interface for those fields across the various edit screens. Posts, terms, comments, users, media, even the Customizer would all have the same underlying API to add groups, panels, and fields to their screens.<br /></p>\n\n<p>If Gutenberg was done after the Fields API was in, migration for folks wouldn&#8217;t have been as difficult. Gutenberg could have automatically shown all of the Fields API interfaces like it does for the meta box backward compatibility. It would have looked so much nicer too.<br /></p>\n\n<p><strong>Taking some time to reflect, what could you have done differently to get more core contributors to buy into the project and turn it into a higher priority?</strong><br /><br /></p>\n\n<p>I&#8217;m not sure, it&#8217;s a delicate balance of taking input and being confident in the end result. At first, the feedback was about how the API was foreign for WordPress, they asked if it could be similar in structure to other APIs such as the Customizer. </p>\n\n<p>We scrapped the code and rebuilt from the ground up as a fork of the Customizer, it even supported having the Customizer utilizing the Fields API too. At the height of development, we had all areas of the Fields API implemented.<br /></p>\n\n<p>Core releases were moving pretty fast, there was a lot of code changes from WordPress release to release that we had to keep up with because we had essentially created a project that was a giant patch for WordPress. </p>\n\n<p>There weren&#8217;t enough hooks in place to do what we needed to do, and many sections were not extensible because of code decisions that marked themselves as &#8216;final&#8217;, which means you can&#8217;t extend a specific class to customize how it works.<br /></p>\n\n<p>I wish I could have been at all the big WordCamps in the US and Europe, essentially lobbying for this feature. Gathering supporters and such, it feels like politics in a way. I hung around in Core dev meetings, trying to bring it up. I tried to legitimize the feature by having a dedicated channel in the official WordPress Slack, posting updates on<a href="https://make.wordpress.org/core/"> https://make.wordpress.org/core/</a>, and holding weekly meetings.<br /></p>\n\n<p>Ultimately, I prioritized my time for development over the time to gather the troops. That was the downfall, I began to burn out quickly after the first few rewrites as I had many other responsibilities elsewhere on top of Fields API.</p>\n\n<p>Its not like companies will easily want to pay you to work on a project like this indefinitely, even though both WebDevStudios and 10up gave me time to push it forward. It wasnt a blank check, at some point I had to get back to billable work. From then on, it was all in my free time and that was difficult to manage during times of financial stress and house selling/buying.<br /></p>\n\n<p><strong>There&#8217;s demand for a Fields API in core but not enough hands to build it. Why do you think that is?</strong><br /><br /></p>\n\n<p>Everyone is focused elsewhere. Theres a lot of areas of WordPress that need peoples attention. There are things like Accessibility that deserve a lot more attention than it gets. But the focus to me, seems to be on Gutenberg and REST API. </p>\n\n<p>Gutenberg especially has been a huge time sink for people contributing and people implementing. Its a really large feature. Its definitely larger in scale than Fields API, its like a whole new app that lives in WordPress. Integration with it has required a lot of education and trial/error. Peoples focus is where it needs to be right now. Its just unfortunate that Gutenberg came before Fields API in terms of priority and interest level.<br /></p>\n\n<p><strong>What advice would you give to the next Fields API project leader?</strong><br /><br /></p>\n\n<p>This is a big project, everyone will want to say it should be a certain way. You have to evaluate the options and put forth something bite sized for core to start with. Build upon that, but never lose sight of the long-term goal of integration across all of the WordPress screens. Even the front-end comment forms could thrive with the Fields API.<br /></p>\n\n<p><strong>Why do you feel personally responsible for the project not being a core priority?</strong><br /><br /></p>\n\n<p>At one point, we had momentum. We had at least three to four people who were active. It fell apart because I ran out of time. Its my shortsightedness, its my fault. I spent hundreds of hours developing the project over a couple of years. I should have left myself much more time for organizing the feature proposal text and keeping the fires burning in our contributors hearts.<br /></p>\n\n<p><strong>Considering the time and effort you&#8217;ve put into the project the last few years, do you feel any sense of relief passing the torch on?</strong><br /><br /></p>\n\n<p>If the torch gets passed or picked up, I will feel a ton better. The main relief is that its officially not a weight I have to carry alone any longer. Its okay to try and fail, its still sad though. </p>\n\n<p>I hope that someone or some company steps up and puts time into this. They could even reignite the fire in my own heart that burned itself out. For now, I have one less major to-do item. I still have a hefty plate but its no longer as heavy of a burden.</p>\n\n<hr class="wp-block-separator" />\n\n<p>While the immediate future of the project is unclear, those interested in taking it over are encouraged to read posts marked with the <a href="https://make.wordpress.org/core/tag/fields-api/">Fields API tag</a> on <a href="https://make.wordpress.org/core">Make.WordPress.Core</a> to learn about its history. You can also check out the <a href="https://github.com/sc0ttkclark/wordpress-fields-api">project&#8217;s Github page</a>. </p>\n\n<p>If you&#8217;re interested in taking over the project, you can contact Clark on <a href="https://twitter.com/scottkclark">Twitter</a>, <a href="https://wordpress.slack.com/team/U02RSB1LH">Slack</a>, or through <a href="https://www.scottkclark.com/">his website</a>. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 16:53:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"HeroPress: Global Unity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://heropress.com/?p=2596";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"https://heropress.com/global-unity/#utm_source=rss&utm_medium=rss&utm_campaign=global-unity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3268:"<img width="960" height="480" src="https://s20094.pcdn.co/wp-content/uploads/2017/04/041217-min-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: I am quite lucky to wake up every morning and work, all on my own, in a country where 54% of the population are unemployed and over 70% are youth." /><p>One of the things I&#8217;ve loved most about HeroPress is getting to know people far away. It&#8217;s getting harder and harder to name a country where I can&#8217;t say &#8220;Hey, I have a friend there!&#8221;.  This week I&#8217;m in Australia for WordCamp Sydney, and I&#8217;m crazy excited about all the people I&#8217;m going to meet. The global unity of the WordPress community is exhilarating.</p>\n<p>The replay essay I picked for this week is titled &#8220;<strong>A Bottomless World of Possibilities</strong>&#8221; by Jamaal Jaamac in Mogadishu, Somalia. His world is so completely different from mine that sometimes I even have a hard time asking the right questions to find out what it&#8217;s like.</p>\n<p>Jamaal doesn&#8217;t live in a place where good work comes easy or often. It&#8217;s chiseled out of society with labor and love. There&#8217;s a stereotype that people in poor countries are lazy, but I think they have to be stronger and work harder just to make it. Jamaal is one of my heroes.</p>\n<p>Check out his essay.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://heropress.com/essays/bottomless-world-possibilities/">A Bottomless World of Possibilities</a></p></blockquote>\n<p></p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Global Unity" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Global%20Unity&via=heropress&url=https%3A%2F%2Fheropress.com%2Fglobal-unity%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Global Unity" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fglobal-unity%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fglobal-unity%2F&title=Global+Unity" rel="nofollow" target="_blank" title="Share: Global Unity"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/global-unity/&media=https://heropress.com/wp-content/uploads/2017/04/041217-min-150x150.jpg&description=Global Unity" rel="nofollow" target="_blank" title="Pin: Global Unity"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/global-unity/" title="Global Unity"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/global-unity/">Global Unity</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 10:52:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WPTavern: Google Chrome Rolls Out “Not Secure” Warning for Plain HTTP Sites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82489";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wptavern.com/google-chrome-rolls-out-not-secure-warning-for-plain-http-sites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7926:"<p>As part of a long term plan to push the web to adopt HTTPS encryption, <a href="https://www.blog.google/products/chrome/milestone-chrome-security-marking-http-not-secure/" rel="noopener noreferrer" target="_blank">Google Chrome is now marking all plain HTTP sites as &#8220;not secure,&#8221;</a> as of July 24, 2018, with the release of <a href="https://chromereleases.googleblog.com/2018/07/stable-channel-update-for-desktop.html" rel="noopener noreferrer" target="_blank">Chrome 68</a>. Previously, the &#8220;not secure&#8221; warning was hidden behind the security indicator in the URL bar as shown below.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-23-at-8.51.52-PM.png?ssl=1"><img /></a></p>\n<p>That warning has become more prominent with the release of Chrome 68. The browser now immediately displays the &#8220;Not secure&#8221; message in the omnibox for all HTTP pages.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/warning-update.jpg?ssl=1"><img /></a></p>\n<p>Today Google announced a time frame for eventually marking HTTP sites with a red &#8220;not secure&#8221; warning:</p>\n<blockquote><p>Eventually, our goal is to make it so that the only markings you see in Chrome are when a site is not secure, and the default unmarked state is secure. We will roll this out over time, starting by removing the “Secure” wording in September 2018. And in October 2018, well start showing a red “not secure” warning when users enter data on HTTP pages.</p></blockquote>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/not-secure-eventual-warning.png?ssl=1"><img /></a>image source: <a href="https://security.googleblog.com/2016/09/moving-towards-more-secure-web.html">Google Security Blog</a>\n<p>Google Chrome currently captures <a href="http://gs.statcounter.com/browser-market-share" rel="noopener noreferrer" target="_blank">60% of the browser marketshare worldwide</a>, making it one of the company&#8217;s most effective vehicles for driving HTTPS adoption. <a href="https://letsencrypt.org/" rel="noopener noreferrer" target="_blank">Let&#8217;s Encrypt</a>, the free and open certificate authority (of which Chrome is a platinum sponsor), has also been a key player in precipitating the rise in secure traffic over the past few years. Firefox Telemetry shows that HTTPS traffic is at 81% for US users and 73% for all users.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-24-at-10.20.50-AM.png?ssl=1"><img /></a></p>\n<p><a href="https://transparencyreport.google.com/https/overview?hl=en" rel="noopener noreferrer" target="_blank">Google&#8217;s Transparency report</a> shows similar numbers for percentage of pages loaded over HTTPS in Chrome. 84% of US traffic is encrypted by HTTPS.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-24-at-10.40.02-AM-e1532446916438.png?ssl=1"><img /></a></p>\n<p>Google has even more weapons in its arsenal for compelling website owners to switch to HTTPS. Even before Chrome began flagging unencrypted sites, the search engine added <a href="https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html" rel="noopener noreferrer" target="_blank">HTTPS as a ranking signal in 2014</a>. It started as a lightweight signal that affected fewer than 1% of global queries. Google has also indicated that <a href="https://searchengineland.com/googles-gary-illyes-https-may-break-ties-between-two-equal-search-results-230691" rel="noopener noreferrer" target="_blank">HTTPS may break ties between two equal search results</a>, making a difference for competitive niches. With more sites adopting HTTPS as the norm, the company may choose to strengthen the signal in the future.</p>\n<p>Not everyone is comfortable with a for-profit company making an aggressive push to require websites to deliver content over HTTPS. Some fear that prioritizing encryption in search results, while also using Chrome to cast doubt on websites&#8217; security, is just the beginning.</p>\n<p>Dave Winer, one of Google&#8217;s most vocal critics regarding this initiative, sees the push towards HTTPS as <a href="http://this.how/googleAndHttp/" rel="noopener noreferrer" target="_blank">the company&#8217;s attempt to take control of the open web</a>. His concern is that if Google succeeds, it might &#8220;make a lot of the web&#8217;s history inaccessible.&#8221;</p>\n<p>&#8220;Google makes a popular browser and is a tech industry leader,&#8221; Winer said. &#8220;They can, they believe, encircle the web, and at first warn users as they access HTTP content. Very likely they will do more, requiring the user to consent to open a page, and then to block the pages outright.&#8221;</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">BTW, if I had to guess, the *real* reason Google hates HTTP has to do with Google''s ad revenue, and not wanting Verizon and Comcast to remove their ads and replace them with their own. <img src="https://s.w.org/images/core/emoji/11/72x72/1f61c.png" alt="?" class="wp-smiley" /></p>\n<p>&mdash; scripting.com (@davewiner) <a href="https://twitter.com/davewiner/status/1021500417241427968?ref_src=twsrc%5Etfw">July 23, 2018</a></p></blockquote>\n<p></p>\n<p>Others have speculated that another driving factor behind Google&#8217;s push for HTTPS adoption may be its investment in <a href="https://www.i-programmer.info/news/87-web-development/11367-google-starts-its-push-to-progressive-web-apps-bye-bye-chrome-apps.html" rel="noopener noreferrer" target="_blank">advancing PWA technologies</a>, which require HTTPS to be enabled. Last year <a href="https://www.zdnet.com/article/google-removes-chrome-apps-from-chrome-web-store/" rel="noopener noreferrer" target="_blank">Google dumped Chrome apps from the Chrome Web Store</a> in favor of building PWAs that can be installed on the desktop. HTTPS is a requirement for the permission workflows, new features, and updated APIs that the company is using to build its future products.</p>\n<p>It&#8217;s easy to see how HTTPS is critical for e-commerce, banking, and other sites that collect highly sensitive data from users, but many wonder if it is necessary for simple blogs and content websites. Google contends that <a href="https://developers.google.com/web/fundamentals/security/encrypt-in-transit/why-https" rel="noopener noreferrer" target="_blank">all websites need HTTPS protection</a> to prevent intruders from injecting ads or exploits.</p>\n<p>Few would dispute the value of HTTPS but critics are wary of Google establishing itself as the arbiter of safe browsing on the web.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">My blog, <a href="https://t.co/gPQ9VPYOLB">https://t.co/gPQ9VPYOLB</a>, is not “not secure.” It uses the standard protocol of the web, HTTP. It will not hurt you.</p>\n<p>&mdash; scripting.com (@davewiner) <a href="https://twitter.com/davewiner/status/1021713459380187136?ref_src=twsrc%5Etfw">July 24, 2018</a></p></blockquote>\n<p></p>\n<p>For the moment, Winer seems to be committed to using HTTP to deliver his content. In Google&#8217;s feverish quest to push the entire web to adopt HTTPS, sites that are holding fast to HTTP on principle now appear as a sort of protest.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-24-at-5.49.33-PM.png?ssl=1"><img /></a></p>\n<p>&#8220;This blog and all my other sites use HTTP,&#8221; Winer said. &#8220;I don&#8217;t see that changing. I expect this will make writing for the web more of a chore. That&#8217;s life I guess. I don&#8217;t want Google to be able to mold the web to its needs. I never signed on to being a Google developer, and never would. Basic rule: Google is a guest on the web, as we all are, and guests don&#8217;t make the rules.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jul 2018 23:07:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Mark Jaquith: Page Links To v3.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=5675";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://markjaquith.wordpress.com/2018/07/23/page-links-to/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2482:"<p>Today I pushed an update to my redirect and repointing plugin, <a href="https://wordpress.org/plugins/page-links-to/">Page Links To</a>. Tomorrow, this plugin will have been in the WordPress.org Plugin Directory for 13 years (it was the 339th plugin in the WordPress plugin repository; there are now over 75,000!).</p>\n<p>To celebrate its transition to a teenager, I&#8217;ve added some new features and UI enhancements.</p>\n<p>Last month, I received survey responses from over 800 Page Links To users and learned a lot about how it&#8217;s being put to work. One of the most interesting things I found was how many people are using it for URL redirects. For example, they might have a really long URL on their own site or someone else&#8217;s site that they want to be nice. <em>example.com/summer-sale</em> instead of <em>example.com/store/specials.aspx?season=summer&amp;_utm_source=internal</em>. But in order to create these redirects, you have to go through the cluttered and sometimes slow post creation screen. All you really need to create a redirect is a title, a destination URL, and a local short URL.</p>\n<p>You&#8217;ll now find a menu item &#8220;Add Page Link&#8221; that will allow you to quickly add a redirected Page without having to wait for the entire WordPress post editing interface to load. It&#8217;s <em>super</em> fast, and it doesn&#8217;t redirect you away from the screen you&#8217;re on.</p>\n<p><img /></p>\n<p>Since short URLs are better for sharing (and remembering), the UI will give you a little push to shorten the URL if the one generated from your title is too long. From there, you can Save Draft or Publish.</p>\n<img />Hey, that URL is getting a bit long\n<img />Custom slug, for a better short URL\n<p>Additionally, this release includes a &#8220;link&#8221; indicator on post and page list screens, so you can easily see what items have been re-pointed with Page Links To. When hovered, the link icon will reveal the destination URL for a quick view.</p>\n<img />The &#8220;link&#8221; icon means that this item has been pointed elsewhere.\n<p>If you want to grab the &#8220;local&#8221; short URL (which will be redirected to your chosen URL when someone visits it), just click &#8220;Copy Short URL&#8221; from the actions, and it&#8217;ll be in your clipboard.</p>\n<img />Hover the &#8220;link&#8221; icon to see where it&#8217;s pointing.\n<p>That&#8217;s it for version 3.0, but I&#8217;ll have more to announce soon — stay tuned!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jul 2018 22:02:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"WPTavern: Thoughts From Two Founders Who Recently Sold Their WordPress Businesses";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82531";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wptavern.com/thoughts-from-two-founders-who-recently-sold-their-wordpress-businesses";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2299:"<p>Last month, <a href="https://wptavern.com/wp-engine-acquires-studiopress">WP Engine acquired StudioPress</a>. Brian Gardner, founder of StudioPress, recently <a href="https://authentik.com/sell/">shared his thoughts</a> on why he didn&#8217;t want to sell the business, but did. </p>\n\n<blockquote class="wp-block-quote"><p>Making a decision that not only affects your livelihood, the livelihood of your partners and employees, and the livelihood of an entire community isnt for the faint of heart. It certainly wasnt a responsibility I took lightly and spent quite a bit of time wrestling with.</p><p>The fact of the matter is this: When you make a decision that affects thousands of people, you <em>have</em> to wrestle with it. And then wrestle with it some more.</p><cite>Brian Gardner</cite></blockquote>\n\n<p>I appreciate Gardner&#8217;s down-to-earth perspective on how he reached the decision to sell. </p>\n\n<p>Ryan Sullivan, founder of WP Site Care, <a href="https://www.wpsitecare.com/wp-site-care-joins-forces-with-southern-web/">sold his WordPress maintenance and support business</a> to Southern Web. On his personal site, <a href="https://www.ryandsullivan.com/changes/">Sullivan describes</a> what it has been like to run a business the last seven years and drifting away from the reason he created the business in the first place. </p>\n\n<blockquote class="wp-block-quote"><p>As the team grew, I slowly moved further and further away from the reason I started my business in the first place. Its a trend thats talked about extensively in the E-Myth. </p><p>People start a business because they love what they do, but then the growth of the business, management of people, and demands of administrivia become too much, and the person who started the business finds themselves in a totally foreign land with no roadmap for how to get back to the thing they once loved.</p><cite>Ryan Sullivan</cite></blockquote>\n\n<p>Merging with Southern Web allows Sullivan to get back to what he enjoys doing most, helping people and businesses with their sites. Sullivan also shared a great piece of advice, &#8220;Ask for help before you think you need it.&#8221;</p>\n\n<p>Both articles are great reads and provide insight into the tough decisions founders inevitably have to make. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jul 2018 21:08:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"WPTavern: WP-CLI Hack Day Is A Success";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82458";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://wptavern.com/wp-cli-hack-day-is-a-success";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2239:"<p>Alain Schlesser hosted the first <a href="https://wptavern.com/wp-cli-hack-day-friday-july-20th">WP-CLI Hack Day</a> last Friday and by all accounts, it was a smashing success.</p>\n\n<p>The main goal was to merge 20 pull requests during the event but due to technical issues with <a href="https://travis-ci.org/">Travis CI</a>, only 12 were merged. Travis CI is open source software used to perform automated testing. </p>\n\n<p>In addition to the 12 pull requests that were merged, 13 more were submitted. The last two hours of the event featured a video call where contributors could talk through issues or receive help on submitting pull requests. </p>\n\n<p>&#8220;We peaked at 13 participants to that video chat,&#8221; Schlesser said. &#8220;It allowed for people to make a more personal connection, which added another dimension to the act of contributing.&#8221;</p>\n\n<p>Despite not reaching the goal, Schlesser is pleased with how it turned out.</p>\n\n<p>&#8220;The event was also an experiment, to see whether a more direct, interactive form of contribution would attract more contributors,&#8221; he said. &#8220;I think it did succeed in doing so, and I think it was a positive experience for the participants.&#8221;</p>\n\n<p><a href="https://make.wordpress.org/cli/2018/07/21/wp-cli-hack-day-results/">Feedback from participants</a> is positive and folks enjoyed having Schlesser available to answer questions and walk them through how to set up an environment for testing. </p>\n\n<blockquote class="wp-block-quote"><p>Though we fell a little short of that goal, it was heartening to be a part of the communal experience, learn how to write my first Behat test (something that has been on my to-do list for a long time!), and get immediate feedback on my submitted pull request. And, of course, getting that PR merged was a thrill as well, as I can now say that Ive contributed back to the project.</p><cite><a href="https://make.wordpress.org/cli/2018/07/21/wp-cli-hack-day-results/#comment-133">Jeremy Ward</a></cite></blockquote>\n\n<p>You can find links to all of the merged and submitted pull requests on the <a href="https://make.wordpress.org/cli/2018/07/21/wp-cli-hack-day-results/">WP-CLI Hack Day summary page</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jul 2018 19:43:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"WPTavern: WordSesh Returns Wednesday, July 25, Experiments with Charging Attendees for Tickets";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82496";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"https://wptavern.com/wordsesh-returns-wednesday-july-25-experiments-with-charging-attendees-for-tickets";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6630:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/wordsesh.png?ssl=1"><img /></a></p>\n<p><a href="https://wordsesh.com/" rel="noopener noreferrer" target="_blank">WordSesh</a>, a virtual conference dedicated to WordPress topics, is returning for a 5th edition on Wednesday, July 25, 2018. <a href="https://twitter.com/scottbasgaard" rel="noopener noreferrer" target="_blank">Scott Basgaard</a>, the original organizer of the event, has passed the torch this year to <a href="https://twitter.com/rzen" rel="noopener noreferrer" target="_blank">Brian Richards</a>, who has co-organized previous WordSesh events.</p>\n<p>The online-only event will feature 12 hours of sessions on a variety of tech and business topics, including e-commerce, freelancing, and security. In the past, WordSesh has been a marathon 24-hour event, but Richards decided to pare it down to 12 hours this year in order to organize the details quickly and get the next event on the calendar as soon as possible.</p>\n<h3>WordSesh Experiments with Charging Attendees for Tickets, Adds Real-Time Transcription</h3>\n<p>For the first time in WordSesh history, the event is charging attendees for tickets (rather than making it free for everyone as in years past). Richards is using the ticket money to pay speakers and have every video professionally transcribed in real-time. He has received some pushback on the decision but wants to see how things fare with this arrangement.</p>\n<p>&#8220;I thought the community might get behind that so we can stop asking speakers to completely volunteer their time, and the transcriptions are a huge accessibility bonus for non-native English speakers as well as the hard of hearing,&#8221; Richards said. &#8220;There have been just a few people pipe up to voice their distaste that I converted a free event to a paid event, which suggests there are many others stewing about it quietly, and Im guessing its because they dont realize where the moneys going (not that it should matter in either case).&#8221;</p>\n<p>Richards said tickets are dynamically priced to be the operational equivalent of $25 USD in every person&#8217;s home country. In India, for example, the ticket price is closer to $9 USD. He has kept quiet about the tech until now because he didn&#8217;t want people gaming the system but has since decided that it&#8217;s not a major concern.</p>\n<p>&#8220;The site accounts for purchase power parity so that the cost is not more than a couple of billable hours (or, ideally, much less) for everyone,&#8221; Richards said. &#8220;And for people whom the cost of a ticket is still a stretch, well, thats where the scholarships come in.&#8221;</p>\n<p>WordSesh still has 18 donated scholarships to give away but Richards said he is struggling to find people willing to apply to watch the event for free. Prospective attendees can <a href="https://wordsesh.com/product/wordsesh-scholarship/" rel="noopener noreferrer" target="_blank">apply for a scholarship or nominate others to receive one</a>.</p>\n<p>A ticket to the event grants attendees access to the sessions, both live and after it has been recorded. Attendees will also receive virtual swag. A few samples include:</p>\n<ul>\n<li>A steep discount on WPSessions annual memberships (33%)</li>\n<li>Stripe is providing an exclusive link to skip the invitation process on their Atlas program and cover the cost for processing their first $5k of payments</li>\n<li>CorgiBytes is offering a $1k discount (~20%) on their code auditing services</li>\n</ul>\n<p>Previous WordSesh events averaged 1,000 online attendees and a good portion of them showed up the same day the events aired. This year there are approximately 400 registered so far. Richards said he won&#8217;t rule out the possibility of making the event free again for the next edition.</p>\n<p>&#8220;Asking more from sponsors could make a free event possible again without paying for everything personally (right now I&#8217;m still about $1000 in the red), but I really want to put the onus on the community at large,&#8221; Richard said. &#8220;Quality events take a lot of time and effort to accomplish, and most of that cost is on the backs of the organizers, speakers, and sponsors rather than attendees (at least in the WP community). Having been in all of those seats I&#8217;d really like to see more responsibility shift to the attendees. I would personally be happy to pay more for an event and be glad knowing that both speakers and organizers weren&#8217;t burning all this time in hopes of a return.&#8221;</p>\n<p>Virtual conferences have started gaining more traction in the global WordPress community after the success of previous WordSesh events. WordPress educator Zac Gordon recently hosted more than 1,000 attendees at his free <a href="https://wptavern.com/free-javascript-for-wordpress-conference-to-stream-live-friday-june-29" rel="noopener noreferrer" target="_blank">JavaScript for WordPress conference</a> in June. The Polyglots&#8217; virtual <a href="https://wptranslationday.org/" rel="noopener noreferrer" target="_blank">Global WordPress Translation day</a> has also attracted hundreds of participants at each event (448 attendees in April 2016, 780 attendees in November 2016, and 1,300 local event RSVPs in September 2017).</p>\n<p>Virtual events often reach far more people than an average local WordCamp, and many also inspire in-person meetups. Watch parties for WordSesh&#8217;s 5th edition are happening in cities across the globe, including Antwerp, Lagos, Minneapolis, Mumbai, and Bar Harbor (Maine).</p>\n<p>&#8220;Ive always enjoyed seeing people pour in to the event each year, and there was a delightful hum throughout the WordPress community every time a WordSesh took place,&#8221; Richards said.</p>\n<p>WordSesh has been a valuable addition to the virtual event space around WordPress, and attendee numbers at the upcoming event will be important for measuring how much traction the event can retain with its conversion to a paid event. Richards says he is committed to keeping the event alive and hopes to host it two times per year, which is one of the reasons for cutting it back to 12 hours.</p>\n<p>&#8220;Im already excited for the next event,&#8221; Richards said. &#8220;Im a little concerned at the moment, only because I dont expect this one will sell enough tickets to break even, but Im absolutely committed to hosting WordSesh again in the future. Im more interested in hosting an incredible event and providing a ton of value to attendees than I am in breaking even this time around.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jul 2018 17:41:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"WPTavern: Gutenberg 3.3 Released, Adds Archives and Recent Comments Blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82478";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wptavern.com/gutenberg-3-3-released-adds-archives-and-recent-comments-blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1354:"<p><a href="https://wordpress.org/plugins/gutenberg/"></a></p>\n\n<p><a href="https://wordpress.org/plugins/gutenberg/">Gutenberg 3.3</a> is available and <a href="https://make.wordpress.org/core/2018/07/20/whats-new-in-gutenberg-20th-july/">continues the trend</a> of refining the user experience, user interface, and tools. Two new Widget blocks have been added, Post Archives and Recent Comments.<br /></p>\n\n<img />Archive and Recent Comments Widget Blocks\n\n<p>If your archives span across multiple months and years, you can configure the block to display as a drop-down menu. Otherwise, the list may be too long and look unwieldy on your site.</p>\n\n<p>Video blocks now have attributes users can can configure for Autoplay, Loop, Muted, and display Playback Controls. </p>\n\n<img />Video Block Attributes\n\n<p>There are a number of enhancements in this release that you can view via <a href="https://make.wordpress.org/core/2018/07/20/whats-new-in-gutenberg-20th-july/">the change log</a>. </p>\n\n<p>Considering Gutenberg 3.2 <a href="https://make.wordpress.org/core/2018/07/06/whats-new-in-gutenberg-6th-july/">released earlier this month</a> generally completed the MVP or minimum viable product feature set, users can expect more of these types of releases to tie up loose ends and prepare Gutenberg for merge into WordPress 5.0 later this year.  </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 Jul 2018 01:31:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"WPTavern: Karachi to Host First WordCamp in Pakistan Following Cancellation of WordCamp Lahore";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82062";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"https://wptavern.com/karachi-to-host-first-wordcamp-in-pakistan-following-cancellation-of-wordcamp-lahore";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9479:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/06/Karachi_from_above.jpg?ssl=1"><img /></a>photo credit: <a href="https://commons.wikimedia.org/wiki/File:Karachi_from_above.jpg">Bilalhassan88</a>\n<p><a href="https://2018.karachi.wordcamp.org/" rel="noopener noreferrer" target="_blank">WordCamp Karachi</a> is happening on August 4, 2018, and organizers are expecting more than 400 attendees. Karachi is the largest city in Pakistan with a population of more than 30 million people. Its airport connects the country to other international cities and smaller cities within Pakistan are available by rail or bus. Organizers behind the camp are overcoming a rocky history that has plagued the planning of WordPress-related events in the country for the past several years.</p>\n<p>At the close of 2015, Pakistan was on track to host its first WordCamp in Lahore, building on momentum from the <a href="https://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup" rel="noopener noreferrer" target="_blank">phenomenal growth of the local meetup group</a>. <a href="https://profiles.wordpress.org/xpertone" rel="noopener noreferrer" target="_blank">Muhammad Kashif</a>, one of the organizers, was averaging 200-500 attendees at meetups and his team&#8217;s application to host <a href="https://wptavern.com/wordcamp-pakistan-application-approved-for-2016" rel="noopener noreferrer" target="_blank">WordCamp Lahore was approved for 2016</a>.</p>\n<p>The meetup events, which attracted young students, developers, freelancers, and entrepreneurs, had grown so large that Kashif was having to close registration ahead of time because they were exceeding the capacity of the venue. Organizers expected 400-500 attendees at the WordCamp before it was cancelled after several delays near the end of the planning stage.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup-featured.jpg?ssl=1"><img /></a></p>\n<p>After contacting the WordPress Community team for the reason why it was cancelled, I received an official response from representative Hugh Lashbrooke:</p>\n<blockquote><p>Sometimes a WordCamp doesnt make it all the way from pre-planning to being an actual event — occasionally due to logistical challenges, but other times because of broader concerns. In this case, once the WordCamp planning was underway, some tense dynamics arose within the local team. Everyone worked really hard to reach a positive solution, but we werent able to move forward with the event in the end.</p>\n<p>Cancelling an event is never anyones preference, to be clear, but it is also a customary response when its clear that collaboration isnt possible in the short term. Local organizers are always encouraged to reapply as soon as the barriers to collaboration have been resolved.</p></blockquote>\n<p>Lashbrooke also cited issues with the camp&#8217;s budget for the venue organizers selected. He said the situation was thoroughly investigated before the camp was cancelled and that they would never take that kind of decision lightly.</p>\n<p>WordCamp Lahore organizers gave me a different report on what happened and were disappointed with the decision from the Community Team.</p>\n<p>&#8220;Representatives from the Foundation cancelled the camp in the last stage based on a complaint from one person out of a community of 3,000 people,&#8221; Kashif said. &#8220;The Foundation made a direct decision of cancellation without giving me a chance for explanation as the Primary Organizer. I suggested the Foundation conduct a survey from the whole Lahore community to know the facts but they had already made the decision to cancel.&#8221;</p>\n<p>Kashif claims there was no disagreement between the organizers, because the community member in question, <a href="https://profiles.wordpress.org/mrahmadawais" rel="noopener noreferrer" target="_blank">Ahmad Awais</a>, was never part of the original organizing team.</p>\n<p>One member of the planning team agreed to speak to me anonymously about why he believes the camp was canceled. He claims that Awais fractured the team after his request to be given a prominent position in the organization was denied.</p>\n<p>&#8220;Ahmad Awais started hijacking Kashif and his team,&#8221; he said. &#8220;He was not a lead organizer at all, but on the planning team. Instead of contributing, Ahmad wanted to speak at every meetup and didnt spend time with organizing team. He broke the team and started pointing fingers at Kashif and the existing organizing team. He was NOT there until WC Lahore was approved. He joined the team after that.&#8221;</p>\n<p>Multiple leaders from WordCamp Karachi&#8217;s 14-person organizing team, who wish to remain anonymous, have reported that Awais also requested to be named keynote speaker and was unhappy with the team after they told him that speaker decisions do not work like that. Several said they feared his retaliation against the camp, given they previously had no recourse with the Community Team after the experience of WordCamp Lahore getting shut down.</p>\n<p>Awais is not attending WordCamp Karachi and has declined to answer any questions about WordCamp Lahore due to personal reasons.</p>\n<p>Kashif received hundreds of messages from the community after the event in Lahore was cancelled. He had been working since 2013 to bring a WordCamp to the area. He said that while the Community Team was helpful with other queries he had, he was disappointed with how quickly the camp was cancelled.</p>\n<p>&#8220;I worked tirelessly for years to get a WordCamp to Lahore and grew the community from 430 to 2600 in one year but the Foundation didnt even give me a chance to explain before canceling WC Lahore, Kashif said. &#8220;I am a bit disheartened by that action.&#8221;</p>\n<p>Kashif is now helping with other WordCamps, including Karachi and NYC. He is also willing to work to re-establish a WordCamp Lahore in the future.</p>\n<p>&#8220;Like me there are lots of other WordPress enthusiasts in Pakistan who want to participate in WordCamps but not everyone can do that outside of Pakistan due to financial or visa reasons,&#8221; Kashif said. &#8220;I was accepted as a volunteer in WordCamp Europe but couldnt join due to visa issues. I have seen so much excitement for WordCamp Karachi in the WordPress community across the whole country. Everyone is willing to help to make it a successful event so that there are more frequent WordCamps in Pakistan. The first one is so important as it will set expectations of outcomes of a WordCamp for people who are new to these events.&#8221;</p>\n<h3>WordCamp Karachi Organizers Aim to Make a Positive Impact on Pakistan</h3>\n<p>WordCamp Karachi organizers are attempting to move past the Pakistani WordPress community&#8217;s checkered history of contention. They are also eager to distance themselves from the conflict that took down WordCamp Lahore.</p>\n<p><a href="https://profiles.wordpress.org/usmankhalid/" rel="noopener noreferrer" target="_blank">Usman Khalid</a>, lead organizer of the camp, said he has put in a lot of effort asking organizers and volunteers to work together, regardless of the credit they will receive, and focus on the community.</p>\n<p>&#8220;I want to spend time on having a positive impact for this country, avoiding any kind of noise,&#8221; Khalid said. &#8220;The Pakistani WordPress community is vibrant in many ways. We have around 6,000 plus WordPressers in our community, with people who are selling their products and services worldwide.&#8221;</p>\n<p>Khalid said there are many users in Karachi, Lahore, Islamabad, Peshawer, and Faisalabad who are doing well with WordPress but are not yet connected to the community or participating in meetups and events. People from all over Pakistan will be attending the event as their first exposure to the WordPress community. Sessions will mostly be conducted in English but a few will be mixed with Urdu, the regional language.</p>\n<p>Khalid has experienced many growing pains in bringing the event to a community that is new to understanding how WordCamps work. In a country that is <a href="https://wptavern.com/pakistan-is-blocking-sites-hosted-on-wordpress-com" rel="noopener noreferrer" target="_blank">notorious for its censorship</a>, WordPress&#8217; mission of democratizing publishing has the potential to change many lives.</p>\n<p>&#8220;Since this is first Wordcamp, many people even don&#8217;t know about it,&#8221; Khalid said. &#8220;Those who know want to be a speaker, or any lead role that can promote them. When we tell them it doesn&#8217;t work like this, they are mostly get annoyed.&#8221;</p>\n<p>Tech publications around Pakistan have not been exposed to WordCamps either. Khalid said several of them have asked for money in order to cover the story of the event, unaware that the purpose of the camps and meetups is not to translate everything into business but to give back to the community.</p>\n<p>&#8220;I am simply working to actually deliver first and prove that this community can create a positive impact,&#8221; Khalid said. &#8220;I am sure after Wordcamp Karachi, the entire community within Pakistan will flourish, regardless of what happened in Lahore.&#8221; He said he hopes the next camps will be even more interesting in the future and that WordCamp Karachi will help to create new jobs and more businesses in Pakistan.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jul 2018 23:14:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"Post Status: Why the makers of Ninja Forms are getting into eCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=46627";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://poststatus.com/why-the-makers-of-ninja-forms-are-getting-into-ecommerce/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1982:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, I bring on James Laws and Kevin Stover &#8212; cofounders of Saturday Drive, the parent company of Ninja Forms &#8212; to discuss why they are entering the world of eCommerce. I found this especially interesting given the market dominance of WooCommerce for general WordPress-based eCommerce needs.</p>\n<p>Saturday Drive purchased Exchange, the plugin initially developed by iThemes and then handed off to A.J. Morris, with the intention of making a play for the eCommerce market, much like they did successfully once already for the somewhat-saturated forms market.</p>\n<p></p>\n<h3>Episode Links</h3>\n<ul>\n<li>Ninja Shop <a href="https://wordpress.org/plugins/ninja-shop/">plugin</a></li>\n<li>Ninja Shop <a href="https://ninjashop.site/">website</a></li>\n<li>James Laws <a href="https://wordpress.org/plugins/ninja-shop/">on Twitter</a></li>\n<li>Kevin Stover <a href="https://twitter.com/kstover">on Twitter</a></li>\n</ul>\n<h3>Sponsor: Sandhills Development</h3>\n<p><a href="http://sandhillsdev.com/">Sandhills Development</a> makes a suite of excellent plugins to power your WordPress website. Whether you need to sell digital downloads, restrict content, create an affiliate program, or manage an events calendar, they&#8217;ve got you covered. Thanks to <a href="http://sandhillsdev.com/">Sandhills</a> for being a Post Status partner.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jul 2018 22:29:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: WordPress 4.9.8 Will Significantly Reduce Memory Leak";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82423";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wptavern.com/wordpress-4-9-8-will-significantly-reduce-memory-leak";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2723:"<p><a href="https://make.wordpress.org/core/2018/07/19/wordpress-4-9-8-beta-2/">WordPress 4.9.8 Beta two</a> recently shipped and although much of the focus will be on the <a href="https://wptavern.com/first-look-at-try-gutenberg-prompt-in-wordpress-4-9-8-beta-2">&#8220;Try Gutenberg&#8221; call-out</a>, there&#8217;s a patch included that addresses a memory leak that was quite a problem for some users. </p>\n\n<p>When <a href="https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/">WordPress 4.9.7 shipped</a>, the WordPress.org support forums saw an <a href="https://wordpress.org/support/topic/wp_is_stream-crashing-the-server/">increase</a> in <a href="https://wordpress.org/support/topic/fatal-error-allowed-memory-size-of-11/">reports</a> of memory exhausted errors due to the <a href="https://developer.wordpress.org/reference/functions/wp_is_stream/">wp_is_stream function</a>. </p>\n\n<p>The bug is actually in PHP and is related to the <a href="http://php.net/manual/en/function.stream-get-wrappers.php">stream-get-wrappers</a> function. WordPress 4.9.7 increased the number of times it calls the wp_is_stream() function generating the error more often.</p>\n\n<p>After thoughtful conversations within the <a href="https://core.trac.wordpress.org/ticket/44532#comment:46">trac ticket</a>, a patch was created that after further testing, was committed to core. <a href="https://core.trac.wordpress.org/ticket/44532#comment:46">According to Gary Pendergast</a>, the patch does the following.</p>\n\n<blockquote class="wp-block-quote">\n <p>Bailing if the path isn&#8217;t a stream. This isn&#8217;t perfect: it&#8217;s still possible to trigger the PHP bug, but it does significantly reduce the chances of the bug being encountered. For many WordPress sites (those that don&#8217;t have plugins that use streams), it reduces the chance to zero.</p>\n</blockquote>\n\n<p>If you encountered memory exhaustion errors after installing or upgrading to WordPress 4.9.7, try <a href="https://make.wordpress.org/core/2018/07/19/wordpress-4-9-8-beta-2/">WordPress 4.9.8 Beta 2</a> to see if it fixes the issue.</p>\n\n<p>Aside from coming up with a solution, <a href="https://core.trac.wordpress.org/ticket/44532">Trac ticket #44532</a> is a bit refreshing to see. In open source, tickets or issues can get bogged down with suggestions, hypothetical scenarios, and bike-shed commentary.</p>\n\n<p>In this instance, the issue was identified and folks from the community along with core contributors worked together in a focused fashion to create a fix in time for the next point release. The ticket is a good example of what it&#8217;s like when open source is firing on all cylinders.  <br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jul 2018 20:33:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Donncha: WP Super Cache and Cookie Banners";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://odd.blog/?p=89501949";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://odd.blog/2018/07/20/wp-super-cache-and-cookie-banners/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5290:"<p>More sites use cookie banners now that the GDPR is active but some are finding that their banners are misbehaving once they enable caching.</p>\n\n<p>This is a similar issue to the one that happened to some page counter plugins in the past. The page counter wouldn&#8217;t increment.</p>\n\n<p>When a cookie banner is clicked a cookie is set in the browser so the website knows this visitor has agreed to accept cookies. If the cookie is set then the cookie banner html is not sent to the browser.</p>\n\n<p>I suspect the main issue is that the code that sets and checks if the cookie is set is PHP. Unfortunately because the page is cached then no PHP code is executed, and the cookie banner is displayed because it was originally cached that way.<br /></p>\n\n<p>Since WP Super Cache only knows about certain WordPress cookies it assumes everyone who doesn&#8217;t have those cookies is a first time &#8220;anonymous&#8221; visitor. It doesn&#8217;t know about your cookie banner cookie.<br /></p>\n\n<p>You have two options:</p>\n\n<ol>\n <li>Rewrite your cookie banner so it&#8217;s completely in Javascript. Do the cookie detection in Javascript and also set the cookie in Javascript. If the cookie banner has been clicked then you need to trigger an action, and other Javascript that is hooked on to that trigger will run and load the tracking cookies.</li>\n <li>Modify WP Super Cache so it knows about the cookie your cookie banner uses. Caching won&#8217;t work quite as well as before as it&#8217;ll be split between visitors who have clicked the cookie banner and those that haven&#8217;t. One cached file will display the cookie banner, and the other will not but it will have ad tracking Javascript.<br /></li>\n</ol>\n\n<p>Using Javascript completely is a better solution because it runs in the browser on every page load but that might not be possible every time.</p>\n\n<p>Otherwise, use PHP to get WP Super Cache to play nicely with your existing code:</p>\n\n<ol>\n <li>You&#8217;ll need to write a <a href="https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/">WP Super Cache plugin</a>.</li>\n <li>You need to hook into the wp_cache_get_cookies_values cacheaction and add the value of the cookie banner cookie to the end of that string.</li>\n <li>Caching can only be performed by <em>simple</em> caching now, unless you&#8217;re willing to edit mod_rewrite rules in your .htaccess file.</li>\n</ol>\n\n<p>Something like this will do. Make sure you note the warning about <code>$wp_cache_plugins_dir</code> in the link above about writing these plugins.<br /></p>\n\n<pre class="wp-block-code"><code>function add_cookie_banner_to_cache_cookie( $string ) {\n if ( isset( $_COOKIE[''cookie_banner''] ) ) {\n $string .= ''cb,'';\n }\n return $string\n}\nadd_cacheaction( ''wp_cache_get_cookies_values'', ''add_cookie_banner_to_cache_cookie'' );</code></pre>\n\n<p>Substitute the name of the cookie for your cookie name, change the name of the function, and the text it adds to the string. There is an intentional PHP fatal error in the code above to discourage copy/pasting.<br /></p>\n\n<p>Your cookie banner plugin could automate setting this up, but it may have unforeseen consequences if not done correctly. It should check if <code>$wp_cache_plugins_dir</code> is set already, and use that location, otherwise it will have to make a directory and update the WP Super Cache configuration, where ABC is the new location for the plugins.<br /></p>\n\n<p><code>wp_cache_setting( ''wp_cache_plugins_dir'', ABSPATH . ''wp-content/ABC'' );</code></p>\n\n<p>The new code can be copied into a file in that directory. The files in the original WP Super Cache plugins directory (found at <code>WPCACHEHOME . ''plugins''</code>) should be copied into that directory too and a warning shown to the user. They may need to set up one of those plugins again.<br /></p>\n\n<p>The reason it is this convoluted is because this code will run before all of WordPress loads. You can&#8217;t rely on blog options or most of the nice configuration tools WordPress provides.<br /></p>\n\n<p>When your plugin is uninstalled it should of course restore the plugins directory to the way it was before.</p>\n\n<p>For future reference, since cookie banners will hopefully not be around forever, here&#8217;s what they looked like in the deep, distant past of 2018. <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f642.png" alt="?" class="wp-smiley" /></p>\n\n<img />\n\n<img />\n The LA Times just gave up and don&#8217;t show anything to EU visitors.\n\n\n<img />\n\n<img />\n\n<img />\n\n<p><strong>Related Posts</strong><ul><li> <a href="https://odd.blog/2003/08/12/linuxie-and-free-software-projects/" rel="bookmark" title="Permanent Link: Linux.ie and free software projects">Linux.ie and free software projects</a></li><li> <a href="https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href="https://odd.blog/2008/03/06/please-sir-can-i-have-more/" rel="bookmark" title="Permanent Link: Please sir, can I have more?">Please sir, can I have more?</a></li></ul></p>\n<p><a href="https://odd.blog/2018/07/20/wp-super-cache-and-cookie-banners/" rel="nofollow">Source</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jul 2018 13:33:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Donncha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: First Look at “Try Gutenberg” Prompt in WordPress 4.9.8 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82425";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://wptavern.com/first-look-at-try-gutenberg-prompt-in-wordpress-4-9-8-beta-2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3384:"<p><a href="https://make.wordpress.org/core/2018/07/19/wordpress-4-9-8-beta-2/" rel="noopener noreferrer" target="_blank">WordPress 4.9.8 Beta 2</a> was released today, featuring the new &#8220;<a href="https://core.trac.wordpress.org/ticket/41316" rel="noopener noreferrer" target="_blank">Try Gutenberg</a>&#8221; prompt that will appear in user dashboards when the official release drops at the end of the month.</p>\n<p>The prompt invites users to install Gutenberg if they want to try the new editor or install the <a href="https://wordpress.org/plugins/classic-editor/" rel="noopener noreferrer" target="_blank">Classic Editor</a> to keep using the current editor until they are ready to make the change. WordPress contributors discussed variations on the design and wording of the callout and finally settled on what you see in 4.9.8 Beta 2.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-19-at-4.02.56-PM.png?ssl=1"><img /></a></p>\n<p>Even if users don&#8217;t get involved in Gutenberg testing, the callout serves to inform them that the new editor will be enabled by default in the next major release of WordPress. It includes a link to the <a href="https://wordpress.org/gutenberg/" rel="noopener noreferrer" target="_blank">Gutenberg information page</a> so users can learn more about the project.</p>\n<p>Contributors agreed that they wanted to clearly communicate three important points in the callout, as per designer @kjellr&#8217;s <a href="https://core.trac.wordpress.org/ticket/41316#comment:148" rel="noopener noreferrer" target="_blank">suggestions on trac</a>:</p>\n<ol>\n<li>Gutenberg is coming in the next major release.</li>\n<li>If youre worried about compatibility, theres a plugin to help ease the transition.</li>\n<li>The plugin lets you use the editor youre used to until youre ready to switch.</li>\n</ol>\n<p>The prompt is clearly geared towards encouraging users to test Gutenberg, as that section has a more prominent, colored button. If your clients&#8217; installations are not ready for users to act on the &#8220;Try Gutenberg&#8221; prompt, now is the time to install a plugin that will disable it. Clients with free-range of the WordPress admin, in sites that are running Gutenberg-compatible extensions, are better candidates for testing the new editor.</p>\n<p>The <a href="https://wptavern.com/new-classic-editor-addon-plugin-disables-the-try-gutenberg-prompt-coming-in-wordpress-4-9-8" rel="noopener noreferrer" target="_blank">Classic Editor Addon</a> is one option that will suppress the prompt and automatically suppress Gutenberg when it ships in WordPress 5.0. It was also recently updated to auto-install the Classic Editor plugin as a dependency so users don&#8217;t have to install two plugins as part of the process.</p>\n<p>A release candidate is slated for July 24, and the official 4.9.8 release is scheduled for July 31st. The <a href="https://wordpress.org/plugins/gutenberg/" rel="noopener noreferrer" target="_blank">Gutenberg plugin</a> is currently sitting at 10,000+ active installations and the <a href="https://wordpress.org/plugins/classic-editor/" rel="noopener noreferrer" target="_blank">Classic Editor</a> at 5,000+. After 4.9.8 is released, changes in these numbers will demonstrate how WordPress users across the globe are responding to the call for testing.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Jul 2018 21:48:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"WPTavern: Insight Into How North Carolina State Is Preparing for Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82410";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"https://wptavern.com/insight-into-how-north-carolina-state-is-preparing-for-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1838:"<p>Jennifer McFarland, the web services coordinator for the North Carolina State Office of Information Technology (OIT), recently <a href="http://www.technicianonline.com/news/article_878f4bb0-7d8f-11e8-a5ac-4bf05738fe93.html">did an interview</a> with <a href="http://www.technicianonline.com/">Technician</a>, the official student newspaper of NC State University.</p>\n\n<p>Since Gutenberg&#8217;s announcement in December of 2017, McFarland has published a <a href="https://design.oit.ncsu.edu/tag/gutenberg/">series of articles</a> on the NC State Office of Information Technology website educating staff and students on what to expect.</p>\n\n<p>McFarland was asked how the team plans to help staff and students after Gutenberg ships with WordPress.</p>\n\n<p>&#8220;A couple of times a year, we go and speak at various classes, professors will have us come out and do demos of WordPress,&#8221; McFarland told the Technician. </p>\n\n<p>&#8220;We are expecting an uptake of people requesting us to come out and do a demo of WordPress or something like that, but generally our plan right now, at least for students, is mostly just offer the sort of self-help, like the video tutorials and things like that, and we figure that the students will mostly try and solve their own problems.&#8221;</p>\n\n<p>Speaking of McFarland, she and Brian DeConinck <a href="https://2018.wpcampus.org/schedule/gutenready-for-the-gutenpocalypse/">presented on Gutenberg</a> at WPCampus 2018. The videos from the event are still being processed but we&#8217;ll add a link to the presentation once it becomes available. </p>\n\n<p>It&#8217;s pretty cool to see people in McFarland&#8217;s position in higher education already have a firm grasp of Gutenberg and doing what they can to ease the transition for staff and students</p>\n\n<p></p>\n\n<p><br /></p><br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Jul 2018 00:27:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: Meet Bernhard Kau, Local Lead Organizer of WordCamp Europe 2019 in Berlin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82335";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"https://wptavern.com/meet-bernhard-kau-local-lead-organizer-of-wordcamp-europe-2019-in-berlin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4788:"<p><a href="https://twitter.com/2ndkauboy?lang=en" rel="noopener noreferrer" target="_blank">Bernhard Kau</a>, a WordPress developer, meetup organizer, and four-time organizer of WordCamp Berlin, is the local lead organizer for the next WordCamp Europe. Kau will join Milan Ivanović, the global lead, at the helm of WordCamp Europe in Berlin next June.</p>\n<p>Kau submitted an application with his team to host WCEU and won out over a competing application from the WordPress community in Barcelona. The selection team cited Berlin&#8217;s accessibility, reasonable prices, and its strong community as the final deciding factors.</p>\n<p>Berlin&#8217;s monthly WordPress meetups have 1,300 members. The community also holds dedicated meetups for beginners, developers, and women in WordPress. Five WordCamps have been organized in Berlin since 2010.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Attending <a href="https://twitter.com/hashtag/WPBerlin?src=hash&ref_src=twsrc%5Etfw">#WPBerlin</a> and they are already preparing WordPress community for next <a href="https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw">#WCEU</a> <a href="https://t.co/MWLwTZ4hrf">pic.twitter.com/MWLwTZ4hrf</a></p>\n<p>&mdash; Milan Ivanović (@lanche86) <a href="https://twitter.com/lanche86/status/1012396086944813057?ref_src=twsrc%5Etfw">June 28, 2018</a></p></blockquote>\n<p></p>\n<p>&#8220;Compared to other communities in Europe, we are a community that is very likely to travel to other cities to attend meetups and other WordCamps,&#8221; Kau said. &#8220;We usually only have one or two WordCamps per year in Germany but then usually all the German community members travel to that city to attend the WordCamp. Whereas in Spain, for example, they had 11 WordCamps this year that are more local and smaller. As a German community we are more used to traveling to a central place and meeting there.&#8221;</p>\n<h3>What to Expect at WCEU in Berlin: A Diverse Community, More Workshops, and a Unique After Party</h3>\n<p>The <a href="https://www.estrel.com/en/home.html" rel="noopener noreferrer" target="_blank">Estrel Hotel and Congress Center</a> will host the entire event, including both conference days, the contributor day, and the after party. Although the venue has a max capacity of 12,000 people, Kau said organizers are planning for 2,500 &#8211; 3,000 attendees. The local team is excited to introduce the European WordPress community to their home city.</p>\n<p>&#8220;Berlin is one of the most diverse cities in Europe,&#8221; Kau said. &#8220;When I prepared the application, I figured out that there are people from 191 countries living in Berlin. It&#8217;s a very international, very diverse city, so you can be just as you are and feel quite comfortable and welcome in Berlin.&#8221;</p>\n<p>Kau said organizers intend to continue with workshops as a part of the event in 2019 but they are planning to make the signup experience more efficient.</p>\n<p>&#8220;This was the first year we tried workshops,&#8221; Kau said. &#8220;We had three workshop tracks and workshops of 60 minutes, 90 minutes, and three hours. We are not sure how many workshops we want to have in Berlin. The idea was new but turned out quite well. There were workshops with many people waiting to get in and from what I&#8217;ve heard it was quite good.&#8221;</p>\n<p>Kau said he wants to improve the process for workshops, because there was no easy way for attendees to sign up and managing waiting lists was a lot of manual work for the content team. This is one bottleneck from the most recent WCEU experience that he hopes to rectify.</p>\n<p>&#8220;There is also something special planned but I don&#8217;t want to spoil it,&#8221; Kau said. &#8220;It&#8217;s going to be a very unique after party to say the least.&#8221; Although Berlin is renowned for its legendary nightlife, Kau said he doesn&#8217;t anticipate the party lasting all night.</p>\n<p>&#8220;We&#8217;re probably not going to make it Berlin-typical until 10 in the morning but it&#8217;s going to be a bit longer than maybe here [Belgrade] or in Paris where people were kicked at at 3:30,&#8221; he said.</p>\n<p>The <a href="https://2019.europe.wordcamp.org/2018/06/16/call-wordcamp-europe-2019-organizers/" rel="noopener noreferrer" target="_blank">call for applications for organizers</a> is still open. Within 24 hours of announcing Berlin as the next host city, the team had already <a href="https://twitter.com/lanche86/status/1008419688009863169" rel="noopener noreferrer" target="_blank">received 27 applications</a>. The application window closes July 31, 2018.</p>\n<p>Check out the full interview below to learn more about the German WordPress community and what they have planned for WCEU 2019.</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 20:18:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WPTavern: WP-CLI Hack Day Friday, July 20th";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82269";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wptavern.com/wp-cli-hack-day-friday-july-20th";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1541:"<p><a href="https://wp-cli.org/">WP-CLI</a> or WordPress Command Line Interface has become an integral tool for developers to launch and manage sites. To encourage new contributors to the project, Alain Schlesser is organizing the first <a href="https://make.wordpress.org/cli/2018/07/04/wp-cli-hack-day/">WP-CLI Hack Day</a>, Friday, July 20th beginning at 08:00 CEST.</p>\n\n<p>Schlesser and other contributors will be available in the <a href="https://wordpress.slack.com/messages/C02RP4T41">WP-CLI Slack channel</a> all day and on the project&#8217;s <a href="https://github.com/wp-cli/">GitHub site</a> to answer questions and help people contribute to the project. </p>\n\n<p>From 16:00-18:00 CEST, Schlesser will host a video call that&#8217;s open to everyone where people can join in, discuss issues, and visually work through pull requests. The goal is to reach 20 pull requests that have been merged during the event. A post on <a href="https://make.wordpress.org/cli/">Make/CLI  blog</a> will be published once WP-CLI Hack Day concludes summarizing any progress that was made.</p>\n\n<p>To prepare prospecting contributors for the event, Schlesser has published a <a href="https://make.wordpress.org/cli/2018/07/14/contributing-to-wp-cli/">detailed guide</a> on how to contribute to WP-CLI.</p>\n\n<p>Folks can follow along on Twitter using the hashtag <a href="https://twitter.com/hashtag/hackwpcli?src=hash">#hackwpcli</a>. If Hack CLI Day is successful, more events will likely be created in the future to cover more time zones. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 16:47:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"HeroPress: Making A Safe Place";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://heropress.com/?p=2589";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"https://heropress.com/making-a-safe-place/#utm_source=rss&utm_medium=rss&utm_campaign=making-a-safe-place";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2907:"<img width="960" height="480" src="https://s20094.pcdn.co/wp-content/uploads/2017/07/071917-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: The WordPress community is, slowly but surely, helping me get rid of my ingrown fear of the unknown, of others." /><p>Being a remote worker makes it easy to hide from a world that you find scary or dangerous. If you&#8217;re never in the presence of other people they can&#8217;t hit you. Retreat becomes so easy. Marius Jensen from Sola, Norway grew up in a society that did not care for him, and made him want to hide from the world forever.</p>\n<p>The WordPress community gave him a safe place to talk to people online, and after time, in person. WordCamps became a place of safety and compassion. This isn&#8217;t the case for all people, but it is for many people, in many places. Check out Marius&#8217; essay from last July, about finding a safe place.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://heropress.com/essays/becoming-myself-again/">Becoming Myself Again</a></p></blockquote>\n<p></p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Making A Safe Place" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Making%20A%20Safe%20Place&via=heropress&url=https%3A%2F%2Fheropress.com%2Fmaking-a-safe-place%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Making A Safe Place" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fmaking-a-safe-place%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fmaking-a-safe-place%2F&title=Making+A+Safe+Place" rel="nofollow" target="_blank" title="Share: Making A Safe Place"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/making-a-safe-place/&media=https://heropress.com/wp-content/uploads/2017/07/071917-150x150.jpg&description=Making A Safe Place" rel="nofollow" target="_blank" title="Pin: Making A Safe Place"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/making-a-safe-place/" title="Making A Safe Place"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/making-a-safe-place/">Making A Safe Place</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 08:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WPTavern: iThemes Enters the Hosting Space";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82379";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wptavern.com/ithemes-enters-the-hosting-space";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3428:"<p>iThemes is <a href="https://ithemes.com/wordpress-hosting">getting into the hosting business</a> after <a href="https://ithemes.com/2018/07/17/announcing-ithemes-hosting/">launching</a> three plans that take advantage of its relationship with Liquid Web. The plans are finely tuned around the company&#8217;s products and come with free SSL certificates. <br /></p>\n\n<p>I reached out to Cory Miller, Founder of iThemes to figure out why they&#8217;ve entered the hosting space, what it means to be able to control the user experience of their products from the top-down, and how their plans compare to those from hosts that offer Jetpack Premium. </p>\n\n<h2>Interview With Cory Miller<br /></h2>\n\n<p><strong>What does it mean for you and iThemes to be able to control the user experience from the top-down?</strong></p>\n\n<p>In short, it means a better overall experience for our customers. For more than 10 years, weve dealt with most of the hosts, especially the ones offering catered WordPress offerings, and it has been a terribly frustrating experience for us trying to troubleshoot problems and help our mutual customers. </p>\n\n<p>Additionally, weve long said you have to have two things to be our customer: WordPress and web hosting. Now we install WordPress for you, along with SSL, essentially with a click on our own hosting. </p>\n\n<p><strong>How would you compare iThemes hosting packages to hosts that offer Jetpack Premium services as part of their plans?</strong></p>\n\n<p>The thing that sticks out for me is having everything under one brand and team. But we think using iThemes Sync Pro as the hosting control panel gives us a significant edge for our customers to do more with their WP sites, in particular, our reporting features in Sync Pro. </p>\n\n<p>Now our customers can get WP backups, security, site management and in-depth reporting all from one dashboard, along with their hosting. With our Business plan, they get BackupBuddy, our WordPress backup plugin; iThemes Security Pro, our WordPress security plugin &amp; iThemes Sync Pro all in one. Plus they get an awesome team of WordPress pros for support if they need help or have any issues.</p>\n\n<p><strong>What are you most looking forward too offering these hosting packages specifically tuned for iThemes products and WordPress?</strong></p>\n\n<p>The actual implementation of the vision of offering the key essentials we think people want and need, along with a roadmap to do more, from our team at iThemes. It was one of the motivators for joining the Liquid Web family — the ability to finally do what weve always wanted to do for our customers, offering a more complete experience for them, from us. </p>\n\n<p><strong>Were there any challenges that you overcame when putting these packages together?</strong></p>\n\n<p>The main one that comes to mind is trying to ensure we offer what people actually want and will buy. But there was several months of hard work by our team and others to get this launched. Some long nights to pull all the pieces together in order to do this, with many more to come.</p>\n\n<p>Prices range from $15 per month to $25 per month billed on an annual basis. New customers can take advantage of a coupon code <a href="https://ithemes.com/2018/07/17/announcing-ithemes-hosting/">on the site</a> to purchase the Business plan, normally $25 for $15. </p>\n\n<p></p>\n\n<p><strong></strong></p>\n\n<p><strong></strong> </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jul 2018 23:19:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"WPTavern: WooCommerce Custom Product Tables Plugin Now in Beta, Boasts 30% Faster Page Loads";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"https://wptavern.com/woocommerce-custom-product-tables-plugin-now-in-beta-boasts-30-faster-page-loads";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3615:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/woocommerce-logo.jpg?ssl=1"><img /></a></p>\n<p>WooCommerce is celebrating <a href="https://woocommerce.com/birthday-sale/" rel="noopener noreferrer" target="_blank">10th years of Woo</a> this week. Over the past several years WooCommerce has grown to become a dominant player among e-commerce solutions on the web. <a href="https://trends.builtwith.com/shop" rel="noopener noreferrer" target="_blank">E-commerce Usage Distribution stats from BuiltWith</a> currently rank WooCommerce as the most commonly used platform for stores in the top 1 million sites.</p>\n<p>Performance and scalability were the main focuses for the WooCommerce development team last year and these issues continue to be top priority. <a href="https://wptavern.com/woocommerce-3-0-brings-major-improvements-to-product-gallery-introduces-crud-classes-and-a-new-cli" rel="noopener noreferrer" target="_blank">Version 3.0</a>, released in April 2017, included significant performance improvements when WooCommerce switched from post meta to taxonomies for features like product visibility, featured products, and out of stock products. It also introduced CRUD (Create, Read, Update, Delete) classes for developers, making it easier to write and retrieve data from the database with less code.</p>\n<p>Building on the CRUD work done last year, WooCommerce has just <a href="https://woocommerce.wordpress.com/2018/07/17/woocommerce-custom-product-tables-beta/" rel="noopener noreferrer" target="_blank">announced</a> the beta of its new Custom Products Tables plugin. It replaces the WooCommerce product Data Store with new, dedicated product tables for significant reductions in page load time across shop, checkout, and admin pages.</p>\n<p>&#8220;The results, so far, have been great with improvements of up to 30% on page load times!&#8221; WooCommerce engineer Gerhard Potgieter said. &#8220;Checkout, arguably the most important part of the store experience, has seen the biggest performance gains.&#8221;</p>\n<p>The WooCommerce development team tested the plugin&#8217;s impact on performance using two identical stores running the <a href="https://woocommerce.com/storefront/" rel="noopener noreferrer" target="_blank">Storefront</a> theme and no additional plugins. They created a data set of 500 products using the <a href="https://github.com/woocommerce/wc-smooth-generator" rel="noopener noreferrer" target="_blank">WooCommerce Smooth Generator</a>, and both stores had 70,000 orders in the database and meta data in the range of 1.4 million rows.</p>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/woocommerce-load-times.png?ssl=1"><img /></a>image credit: <a href="https://woocommerce.wordpress.com/2018/07/17/woocommerce-custom-product-tables-beta/">WooCommerce Development Blog</a>\n<p>The Custom Product Tables plugin is not ready for use in production but developers can <a href="https://github.com/woocommerce/woocommerce-product-tables-feature-plugin/releases" rel="noopener noreferrer" target="_blank">download version 1</a> and test it against <a href="https://github.com/woocommerce/woocommerce/" rel="noopener noreferrer" target="_blank">WooCommerce 3.5 dev</a> (switch to the master branch).</p>\n<p>Getting the plugin rolled into WooCommerce core is an exciting update on the horizon, as faster page loads generally improve conversion for store owners. WooCommerce engineers anticipate releasing the plugin on WordPress.org as the next step. They plan to include the new product tables in a major version update early next year.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jul 2018 20:20:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: New WordPress Feature Plugin Adds Support for Progressive Web Apps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82311";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"https://wptavern.com/new-wordpress-feature-plugin-adds-support-for-progressive-web-apps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5800:"<p>WordPress contributors are working on getting support for Progressive Web Apps (PWA) into core. A new <a href="https://wordpress.org/plugins/pwa/" rel="noopener noreferrer" target="_blank">PWA feature plugin</a> is now available on WordPress.org, spearheaded by the teams at XWP, Google, and Automattic.</p>\n<p>Progressive Web Apps are applications that run on the web but provide a speedy app-like experience inside a mobile browser. Google describes them as having the following three qualities:</p>\n<ul>\n<li>Reliable Load instantly and never show the downasaur, even in uncertain network conditions</li>\n<li>Fast Respond quickly to user interactions with silky smooth animations and no janky scrolling</li>\n<li>Engaging Feel like a natural app on the device, with an immersive user experience</li>\n</ul>\n<p>The plugin adds support for technologies that PWAs require, including Service Workers, a Web App Manifest, and HTTPS. These technologies support functions like background syncing, offline content, push notifications, mobile home screen icon, and other PWA features.</p>\n<p>XWP CTO Weston Ruter said the purpose of the feature plugin is to curate PWA capabilities for proposed merging into core. The idea is to merge them piece by piece. Core tickets are already in process for adding support for <a href="https://core.trac.wordpress.org/ticket/43328" rel="noopener noreferrer" target="_blank">web app manifests</a> and <a href="https://core.trac.wordpress.org/ticket/36995" rel="noopener noreferrer" target="_blank">support for service workers</a>, as well as bringing <a href="https://core.trac.wordpress.org/ticket/28521" rel="noopener noreferrer" target="_blank">improvements to HTTPS</a>.</p>\n<p>&#8220;This PWA feature plugin is intended to equip and facilitate other plugins which implement PWA features,&#8221; Ruter <a href="https://weston.ruter.net/2018/07/12/wceu-2018-recap-amp-and-pwa/" rel="noopener noreferrer" target="_blank">said</a>. &#8220;Its not intended to negate any existing plugins with these features, but rather to allow such plugins (and themes) to work together seamlessly and expand upon them.&#8221;</p>\n<p>The first release of the plugin on WordPress.org (v0.1.0) adds support for web app manifests and initial support for allowing theme and plugin developers to register scripts for service workers via <code>wp_register_service_worker()</code>. It also includes an API for detecting whether HTTPS is available.</p>\n<p>&#8220;A next step for service workers in the PWA feature plugin is to integrate <a href="https://developers.google.com/web/tools/workbox/" rel="noopener noreferrer" target="_blank">Workbox</a> to provide a declarative WordPress PHP abstraction for managing the caching strategies for routes, with <a href="https://github.com/xwp/pwa-wp/issues/5" rel="noopener noreferrer" target="_blank">support for detecting conflicts</a>,&#8221; Ruter said. Anyone who is interested to contribute to PWA support for WordPress can check out the discussions and <a href="https://github.com/xwp/pwa-wp/" rel="noopener noreferrer" target="_blank">plugin on GitHub</a>.</p>\n<p>In the past, app-like experiences were only available for sites and services that had their own native mobile apps, but native apps can be costly to develop and maintain. Progressive web apps use the greater web as their platform and are quick to spin up. They make content easier to access on mobile even without an internet connection. It&#8217;s also far easier to tap a home screen icon than to enter a URL on mobile, and this makes users more likely to engage with their favorite sites.</p>\n<p><a href="https://www.pwastats.com/" rel="noopener noreferrer" target="_blank">PWA Stats</a> is a site that features case studies of progressive web apps that have significantly increased performance, engagement, and conversion. A few compelling examples include:</p>\n<ul>\n<li>Tinder <a href="https://medium.com/@addyosmani/a-tinder-progressive-web-app-performance-case-study-78919d98ece0" rel="noopener noreferrer" target="_blank">cut load times from 11.91 seconds to 4.69 seconds</a> with their new PWA. The PWA is 90% smaller than Tinders native Android app. User engagement is up across the board on the PWA.</li>\n<li>Grand Velas Riviera Maya resort <a href="https://blog.milestoneinternet.com/industry-news/milestone-boosts-website-conversions-by-53-with-progressive-web-apps-pwa/" rel="noopener noreferrer" target="_blank">increased its Black Friday conversion rate by 53%</a> due to its progressive web apps speed and notifications.</li>\n<li>Trivago saw an increase of 150% for people who add its PWA to the home screen. Increased engagement led to a <a href="https://www.thinkwithgoogle.com/intl/en-gb/consumer-insights/trivago-embrace-progressive-web-apps-as-the-future-of-mobile/" rel="noopener noreferrer" target="_blank">97% increase in clickouts to hotel offers</a>. Users who go offline while browsing can continue to access the site and 67% continue to browse the site when they come back online.\n<li>Pinterest rebuilt their mobile site as a PWA and <a href="https://medium.com/dev-channel/a-pinterest-progressive-web-app-performance-case-study-3bd6ed2e6154" rel="noopener noreferrer" target="_blank">core engagements increased by 60%</a>. They also saw a 44% increase in user-generated ad revenue and time spent on the site has increased by 40%.</li>\n</ul>\n<p>PWA support in WordPress will enable the plugin and theme ecosystems to work together in providing site owners with more engaging ways to connect with their visitors. Once the market starts building on core support, site owners should soon be able to offer better experiences for mobile users without having to become experts in the technologies that power progressive web apps.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jul 2018 00:16:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Dev Blog: Quarterly Updates | Q2 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6140";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:15621:"<p><em>To keep everyone aware of big projects and efforts across WordPress contributor teams, I&#8217;ve reached out to each team&#8217;s <a href="https://make.wordpress.org/updates/team-reps/">listed representatives</a>. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I&#8217;ve included a link to each team&#8217;s site in the headings.</em></p>\n\n<h2><a href="https://make.wordpress.org/accessibility/">Accessibility</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/rianrietveld/" class="mention"><span class="mentions-prefix">@</span>rianrietveld</a>, <a href="https://profiles.wordpress.org/joedolson/" class="mention"><span class="mentions-prefix">@</span>joedolson</a>, <a href="https://profiles.wordpress.org/afercia/" class="mention"><span class="mentions-prefix">@</span>afercia</a></li>\n <li><strong>Priority</strong>: Working to make sure that Gutenberg is reasonably accessible prior to merge. ETA is before 5.0</li>\n <li><strong>Struggle</strong>: Lack of developers and accessibility experts to help test and code the milestone issues. <em>The team is doing outreach to help solve this problem.</em></li>\n <li><strong>Big Win</strong>: Interest from companies like The Paciello Group and Tenon.io to help out with Gutenberg code review and testing tools.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/cli/">CLI</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: @danielbachhuber, <a href="https://profiles.wordpress.org/schlessera/" class="mention"><span class="mentions-prefix">@</span>schlessera</a></li>\n <li><strong>Priority</strong>: Very first global <a href="https://make.wordpress.org/cli/2018/07/04/wp-cli-hack-day/">Hack Day</a> is coming up July 20. Version 2.0.0 is still in progress (new <a href="https://github.com/wp-cli/wp-cli/issues/4752">ETA</a> is end of July).</li>\n <li><strong>Struggle</strong>: The team continues to need new contributors. The current team is tiny but tough.</li>\n <li><strong>Big Win</strong>: WP-CLI is currently one of the project&#8217;s four main focuses, as mentioned in the Summer Update at WordCamp Europe.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/community/">Community</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/francina/" class="mention"><span class="mentions-prefix">@</span>francina</a>, <a href="https://profiles.wordpress.org/hlashbrooke/" class="mention"><span class="mentions-prefix">@</span>hlashbrooke</a></li>\n <li><strong>Priority</strong>: Focusing on smoothing out the processes in our community management by building up our team of volunteers and establishing what tools we need to keep things running well. ETA is ongoing.</li>\n <li><strong>Struggle</strong>: Our two biggest struggles at the moment are tracking what we need to get done, and making final decisions on things. <em>There is current work on the tools available to assist with tracking progress.</em></li>\n <li><strong>Big Win</strong>: After making a concerted effort to get more contributors on the Community Team, we now have a much larger group of volunteers working as deputies and WordCamp mentors</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/core/">Core</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/jeffpaul/" class="mention"><span class="mentions-prefix">@</span>jeffpaul</a></li>\n <li><strong>Priority</strong>: Following the <a href="https://wordpress.tv/2018/07/04/matt-mullenweg-a-summertime-update-keynote-and-qa/">WordCamp Europe summer update</a> (and the companion post <a href="https://wordpress.org/news/2018/07/update-on-gutenberg/">here</a>), the team is getting Gutenberg (the new WordPress editing experience) into a strong state for the 5.0 release. Potential ETA as soon as August.</li>\n <li><strong>Struggle</strong>: Coordinating momentum and direction as we start seeing more contributors offering their time. Still working our way through open issues. <em>The team is starting multiple bug scrubs each week to work through these more quickly and transparently.</em></li>\n <li><strong>Big Win</strong>: Had a <a href="https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/">sizable release in 4.9.6</a> which featured major updates around privacy tools and functionality in Core.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/design/">Design</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/melchoyce/" class="mention"><span class="mentions-prefix">@</span>melchoyce</a>, <a href="https://profiles.wordpress.org/karmatosed/" class="mention"><span class="mentions-prefix">@</span>karmatosed</a>, <a href="https://profiles.wordpress.org/boemedia/" class="mention"><span class="mentions-prefix">@</span>boemedia</a>, <a href="https://profiles.wordpress.org/joshuawold/" class="mention"><span class="mentions-prefix">@</span>joshuawold</a>, <a href="https://profiles.wordpress.org/mizejewski/" class="mention"><span class="mentions-prefix">@</span>mizejewski</a></li>\n <li><strong>Priority</strong>: Better on-boarding of new contributors, especially creating better documentation. ETA is end of July.</li>\n <li><strong>Struggle</strong>: It&#8217;s hard to identify reasonably small tasks for first-time contributors.</li>\n <li><strong>Big Win</strong>: The team is much more organized now which has helped clear out the design backlog, bring in new contributors, and also keep current contributors coming back. <em>Bonus: Joshua Wold will co-lead the upcoming release.</em></li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/docs/">Documentation</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/kenshino/" class="mention"><span class="mentions-prefix">@</span>kenshino</a><br /></li>\n <li><strong>Priority</strong>: Opening up the work on <a href="https://make.wordpress.org/docs/2018/02/26/state-of-helphub-february-2018/">HelpHub</a> to new contributors and easing the onboarding process. No ETA.<br /></li>\n <li><strong>Struggle</strong>: Some blockers with making sure the code and database can be ready to launch on https://wordpress.org/support/<br /></li>\n <li><strong>Big Win</strong>: The <a href="https://wp-helphub.com/">first phase of HelpHub</a> creation is complete, which means content updates (current info, more readable, easier discovery), internal search, design improvements, and REST API endpoints.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/hosting/">Hosting</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/mikeschroder/" class="mention"><span class="mentions-prefix">@</span>mikeschroder</a>, <a href="https://profiles.wordpress.org/jadonn/" class="mention"><span class="mentions-prefix">@</span>jadonn</a></li>\n <li><strong>Priority</strong>: Preparing hosts for supporting Gutenberg, especially support questions they&#8217;re likely to see when the &#8220;Try Gutenberg&#8221; callout is released. ETA July 31st, then before WordPress 5.0<br /><strong></strong></li>\n <li><strong>Struggle</strong>: Most contributions are still made a by a small team of volunteers. Seeing a few more people join, but progress is slow.<br /><strong></strong></li>\n <li><strong>Big Win</strong>: New team members and hosting companies have joined the #hosting-community team and have started contributing.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/marketing/">Marketing</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/bridgetwillard/" class="mention"><span class="mentions-prefix">@</span>bridgetwillard</a></li>\n <li><strong>Priority</strong>: Continuing to write and publish case studies from the community. ETA is ongoing.</li>\n <li><strong>Struggle</strong>: No current team struggles.</li>\n <li><strong>Big Win</strong>: Wrote and designed a short <a href="https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/">Contributor Day onboarding card</a>. It was used at Contributor Day at WCEU and onboarding time went down to 1 hour instead of 3 hours.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/meta/">Meta</a> (WordPress.org Site)</h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/tellyworth/" class="mention"><span class="mentions-prefix">@</span>tellyworth</a>, <a href="https://profiles.wordpress.org/coffee2code/" class="mention"><span class="mentions-prefix">@</span>coffee2code</a></li>\n <li><strong>Priority</strong>: Reducing manual work around the contributor space (theme review, GDPR/privacy, plugin review). ETA for small wins is end of quarter, larger efforts after that.</li>\n <li><strong>Struggle</strong>: Maintaining momentum on tickets. <em>There are also some discussions about updating the ticket management process across teams that use the Meta trac system.</em></li>\n <li><strong>Big Win</strong>: The new About page launched and has been translated across most locale sites.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/mobile/">Mobile</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/elibud/" class="mention"><span class="mentions-prefix">@</span>elibud</a></li>\n <li><strong>Priority</strong>: Getting Gutenberg in the mobile applications. ETA is late December.</li>\n <li><strong>Struggle</strong>: Consuming the Gutenberg source in the ReactNative app directly. <em>More info can be found here: https://make.wordpress.org/mobile/2018/07/09/next-steps-for-gutenberg-mobile/</em></li>\n <li><strong>Big Win</strong>: The WordPress mobile applications now fully support right-to-left languages and are compliant with the latest standards for accessibility.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/plugins/">Plugins</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/ipstenu/" class="mention"><span class="mentions-prefix">@</span>ipstenu</a></li>\n <li><strong>Priority</strong>: Clearing ~8,000 unused plugins from the queues. Likely ETA is September.<br /></li>\n <li><strong>Struggles</strong>: Had to triage a lot of false claims around plugins offering GDPR compliance.</li>\n <li><strong>Big Win</strong>: Released 4.9.6 and <a href="https://make.wordpress.org/plugins/2018/05/17/wp-4-9-6-privacy-hooks-and-you/">updated expectations</a> with plugin authors. Huge thanks to the Core Privacy team for their hard work on this.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/polyglots/">Polyglots</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/petya/" class="mention"><span class="mentions-prefix">@</span>petya</a>, <a href="https://profiles.wordpress.org/ocean90/" class="mention"><span class="mentions-prefix">@</span>ocean90</a>, <a href="https://profiles.wordpress.org/nao/" class="mention"><span class="mentions-prefix">@</span>nao</a>, <a href="https://profiles.wordpress.org/chantalc/" class="mention"><span class="mentions-prefix">@</span>chantalc</a>, <a href="https://profiles.wordpress.org/deconf/" class="mention"><span class="mentions-prefix">@</span>deconf</a>, <a href="https://profiles.wordpress.org/casiepa/" class="mention"><span class="mentions-prefix">@</span>casiepa</a></li>\n <li><strong>Priority</strong>: Keep WordPress releases translated to 100% and then concentrate on the top 100 plugins and themes. ETA is ongoing.<br /><strong></strong></li>\n <li><strong>Struggle</strong>: Getting new PTEs fast enough, and complex tools/systems. Overall, the volume of strings awaiting approval.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/support/">Support</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/clorith/" class="mention"><span class="mentions-prefix">@</span>clorith</a></li>\n <li><strong>Priority:</strong> Getting ready for the Gutenberg callout (it got pushed last quarter). Needing a better presence on the official support forums, and outreach for that is underway, ETA end of July. <br /></li>\n <li><strong>Struggle</strong>: Keeping contributors participating post-contributor days/drives. <em>Considering the creation of a dedicated post-contributor day survey to get some insight here.</em></li>\n <li><strong>Big Win</strong>: The increase in international liaisons joining for weekly meetings, helping bring the wider support community together.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/themes/">Theme Review</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/acosmin/" class="mention"><span class="mentions-prefix">@</span>acosmin</a>, <a href="https://profiles.wordpress.org/rabmalin/" class="mention"><span class="mentions-prefix">@</span>rabmalin</a>, <a href="https://profiles.wordpress.org/thinkupthemes/" class="mention"><span class="mentions-prefix">@</span>thinkupthemes</a>, <a href="https://profiles.wordpress.org/williampatton/" class="mention"><span class="mentions-prefix">@</span>williampatton</a></li>\n <li><strong>Priority</strong>: Building a better Theme Check/Sniffer in order to automate most of the checks done right now by reviewers. ETA late 2018, early 2019.</li>\n <li><strong>Struggle</strong>: Bringing in new contributors to the team.</li>\n <li><strong>Big Win</strong>: <a href="https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/">Trusted Authors program</a></li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/tide/">Tide</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/valendesigns/" class="mention"><span class="mentions-prefix">@</span>valendesigns</a> (but usually <a href="https://profiles.wordpress.org/jeffpaul/" class="mention"><span class="mentions-prefix">@</span>jeffpaul</a>)</li>\n <li><strong>Priority</strong>: Storing PHPCompatibilty results inside the WordPress.org API and building a UI to display those results, an endpoint to request an audit is required for this work to continue.</li>\n <li><strong>Struggle</strong>: Development has dramatically slowed down while team members are on leave or pulled into internal client work.</li>\n <li><strong>Big Win</strong>: Migration to Google Cloud Platform (GCP) from Amazon Web Services (AWS) is complete and the audit servers have all been rewritten in Go. (This allows us to be faster with greater capacity and less cost.)</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/training/">Training</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href="https://profiles.wordpress.org/bethsoderberg/" class="mention"><span class="mentions-prefix">@</span>bethsoderberg</a>, <a href="https://profiles.wordpress.org/juliek/" class="mention"><span class="mentions-prefix">@</span>juliek</a></li>\n <li><strong>Priority:</strong> Lesson plan production. ETA is ongoing.</li>\n <li><strong>Struggle:</strong> The workflow is a little complex, so recruiting and training enough contributors to keep the process moving is a struggle.</li>\n <li><strong>Big Win</strong>: WordCamp Europe&#8217;s Contributor Day was very productive. New tools/workflow are in place and two team representatives were there to lead and help.</li>\n</ul>\n\n<p><em>Interested in updates from the first quarter of this year? You can find those here: <a href="https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/"><em>https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/</em></a>\n </em>\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Jul 2018 14:50:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Josepha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: WordCamp Europe 2018 Draws 2,085 Attendees, Organizers Look Ahead to 2019 in Berlin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82313";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"https://wptavern.com/wordcamp-europe-2018-draws-2085-attendees-organizers-look-ahead-to-2019-in-berlin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6531:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/WCEU-2018.jpg?ssl=1"><img /></a>photo credit: WCEU Photography Team\n<p>WordCamp Europe closed out a successful event in Belgrade with 2,085 attendees from 76 countries. More than 800 others joined via livestream for a total audience of nearly 3,000 participants. A <a href="https://wptavern.com/wordcamp-europe-2018-contributor-day-posts-record-turnout-amid-wi-fi-outage" rel="noopener noreferrer" target="_blank">record-setting Contributor Day</a> kicked off the event, followed by two days of conference sessions and workshops from 65 speakers.</p>\n<p>A team of 54 organizers and 170 volunteers made WCEU possible, with 10 different organizing teams. Last year WordCamp Europe added a PR team and this year the event introduced an Attendee Services team to fill gaps in the organization. The operation ran smoothly, despite the conference being spread out across many rooms in the sprawling <a href="http://www.savacentar.net/" rel="noopener noreferrer" target="_blank">Sava Centar</a> venue.</p>\n<p><a href="https://app.wp-europe.org/" rel="noopener noreferrer" target="_blank">WordCamp Europe&#8217;s PWA</a> (progressive web app) was the highlight of the new features and services introduced this year. It was a central hub for keeping attendees informed on what was happening at any given moment. Organizers also added new amenities, including a site health check station, Community Room, and info booth to handle attendee questions.</p>\n<p>Gutenberg and Progressive web apps were the hot topics of this year&#8217;s WordCamp Europe. In addition to Matt Mullenweg <a href="https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare" rel="noopener noreferrer" target="_blank">unveiling a roadmap for Gutenberg&#8217;s inclusion in core</a>, a strong contingent of designers and engineers from the team were present to educate attendees on Gutenberg&#8217;s architecture and the vision behind the project.</p>\n<p>Many attendees were visiting Serbia for the first time and Belgrade delivered with its renowned hospitality and captivating nightlife. Attendees found no shortage of delicious options for food and drink.</p>\n<h3>Berlin to Host WordCamp Europe 2019</h3>\n<p>At the conclusion of the event, organizers announced Berlin as the next host city for <a href="https://2019.europe.wordcamp.org/" rel="noopener noreferrer" target="_blank">WordCamp Europe, June 20-22, 2019</a>. The conference, Contributor Day, and the after party will all be held at the <a href="https://www.estrel.com/en/home.html" rel="noopener noreferrer" target="_blank">Estrel Hotel and Congress Center</a>, a venue with a capacity for 12,000 attendees.</p>\n<p>Organizers said that Berlin&#8217;s accessibility, reasonable prices, and strong community were the final deciding factors for its selection as the next host city.</p>\n<p></p>\n<h3>Behind the Scenes at WordCamp Europe 2018 with Lead Organizers Jenny Beaumont and Milan Ivanović</h3>\n<p>Hosting a volunteer-led event at this scale requires an enormous amount of effort from the organizers, especially those taking the lead for multiple years in a row. There is nearly no down time as the team is already planning for the next edition of the camp.</p>\n<p>I sat down with lead organizers Jenny Beaumont, the global lead, and Milan Ivanović, the local lead, to get a look behind the scenes at what is involved in bringing WordCamp Europe to thousands of WordPress enthusiasts in one weekend. We <a href="https://wptavern.com/wordcamp-europe-2018-to-be-held-in-belgrade-serbia-june-14-16" rel="noopener noreferrer" target="_blank">interviewed</a> them at the conclusion of WCEU 2017 in Paris. Over the past two years these leaders have developed a strong working relationship built on encouraging each other and keeping a positive outlook for their teams.</p>\n<p>Beaumont said she was hesitant going into a third year for this role, as Paris was the project that captured her heart and motivation. After going through this event as the global lead, she said she discovered what she could bring to the role and how she could serve the team.</p>\n<p>&#8220;The event has been their project,&#8221; Beaumont said. &#8220;My project this year has been the team, how I can really concentrate on this team, on its growth, on its health, on its sustainability. That&#8217;s what I learned in Paris &#8211; the importance of making sure that was part of the project.&#8221;</p>\n<p>Beaumont and Ivanović explained the difference between the global and local lead roles, a structure that works well for flagship WordCamps.</p>\n<p>&#8220;The local team is really about making it a good experience in this new place that everybody is going to be discovering for the first time,&#8221; Beaumont said. &#8220;It&#8217;s the hard work, it&#8217;s the logistics, it&#8217;s all of the small details, everything that&#8217;s behind the scenes that make it so you walk in as an attendee and it just feels like you&#8217;re at home. They do all of that hard work. The global role, as it has evolved, is really about being that sort of team care-giver, making sure that there is good communication happening, making sure the team is healthy and happy and motivated. Because you&#8217;ve got to get up and do this every day while you&#8217;re also doing your day job, and that takes a lot.&#8221;</p>\n<p>WordCamp Europe had a strong impact on the local community with more than 400 Serbian attendees and 20 Serbian organizers. They worked to build awareness of WordPress in the local community ahead of the event.</p>\n<p>&#8220;We used this event to grow our community and used our community to promote the event,&#8221; Ivanović said. &#8220;When we announced last year in Paris that Belgrade is going to be next, at that time we had five or six cities for WordPress meetups. Currently, we are in 14 cities and starting the 15th in July. WordCamp Europe and the conference itself was such a win for the whole community.&#8221;</p>\n<p>Ivanović will return next year as the global lead for WCEU in Berlin. Beaumont is taking some time off after three years organizing WordCamp Paris and WordCamp Europe, but she hopes to return in some capacity in the future. They are working together with their team to publish a WordCamp Europe handbook that covers some of the important specifics of the event for upcoming teams. Check out the full interview in the video below.</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 14 Jul 2018 00:24:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WPTavern: Array Launches Free Gutenberg-Ready Atomic Blocks Theme on WordPress.org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82258";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"https://wptavern.com/array-launches-free-gutenberg-ready-atomic-blocks-theme-on-wordpress-org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6391:"<p>Mike McAlister and the team at <a href="https://arraythemes.com/" rel="noopener noreferrer" target="_blank">Array Themes</a> have fully embraced Gutenberg and are one of the first shops on the scene with a free WordPress theme designed specifically to work with the new editor. The <a href="https://wordpress.org/themes/atomic-blocks/" rel="noopener noreferrer" target="_blank">Atomic Blocks</a> theme is now available on WordPress.org with minimal styling and seamless support for all core content and media blocks.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/atomic-blocks-screenshot.png?ssl=1"><img /></a></p>\n<p>The theme allows users to control the width of the content area to create full-screen posts and pages. It supports full-screen images, videos, and galleries, showcasing the new editor&#8217;s wide alignment styles for content. Atomic Blocks includes Customizer options for uploading a logo, customizing the font style, setting body and title font sizes, and selecting an accent color.</p>\n<p>Check out the theme&#8217;s demo to see the blocks in action: <a href="https://preview.arraythemes.com/atomicblocks" rel="noopener noreferrer" target="_blank">https://preview.arraythemes.com/atomicblocks</a>.</p>\n<p>The theme also seamlessly supports McAlister&#8217;s new Atomic Blocks project, a collection of page-building blocks included in the accompanying <a href="https://atomicblocks.com/" rel="noopener noreferrer" target="_blank">Atomic Blocks plugin</a>. It currently includes blocks for creating a post grid, call-to-action, testimonials, inline notices, sharing icons, author profiles, accordions, customizable buttons, drop caps, and spacer/dividers, with many more blocks planned.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/testimonials-block.jpg?ssl=1"><img /></a></p>\n<p>&#8220;I knew Gutenberg was going to be a game changer from the second I saw it and started hashing out product ideas in October 2017,&#8221; McAlister said. &#8220;To me, it felt like a very natural evolution and transition for WordPress into a more forward-thinking content creator. All of the tools outside of WordPress are evolving and becoming better and easier to use and WordPress is starting to feel quite dated in comparison.&#8221;</p>\n<p>McAlister said his team is building Atomic Blocks into a full-fledged content block solution that will include a commercial version in the future.</p>\n<p>&#8220;We have a long list of blocks that well be releasing into the plugin in the coming months — everything from eCommerce to email marketing to full-page layouts,&#8221; he said. &#8220;There will definitely be a commercial version of the plugin for those extra awesome blocks that will take your site to the next level.&#8221;</p>\n<p>McAlister is keeping Atomic Blocks separate from Array Themes but plans to cross promote between the two. He also plans to update the Array themes collection to support the blocks found in the plugin.</p>\n<p>&#8220;Atomic Blocks aims to solve a different problem in a different way than the traditional WordPress themes youll find on Array,&#8221; McAlister said. &#8220;By launching it separately from Array Themes, it gave me the opportunity to diversify my projects a bit and create a dedicated marketing stream for a Gutenberg solution.&#8221;</p>\n<p>Many products in the Array Themes catalog are already working with the new editor, but McAlister and his team intend to provide more in-depth support for specific Gutenberg features in themes where appropriate.</p>\n<p>&#8220;Weve stayed fiercely committed to beautiful design, simplicity, and core coding standards and practices to ensure wide-spread support and compatibility with our themes,&#8221; McAlister said. &#8220;While this has served us well, we are all ready for a core-supported solution to providing a better experience for our customers. Gutenberg will solve this problem by providing a cohesive, unified way of extending content creation with a core user interface. Gutenberg is quite extensible as is, and will only grow more capable with time.&#8221;</p>\n<p>McAlister said one of the most challenging aspects of launching Atomic Blocks has been keeping pace with Gutenberg&#8217;s rapid development, requiring the team to follow multiple conversations across various WordPress core development discussion channels.</p>\n<p>&#8220;I followed Gutenberg development closely during the second half of last year and then started developing Atomic Blocks for Gutenberg early this year,&#8221; McAlister said. &#8220;You have to follow the Github repo, Make blog posts, and Slack conversations closely to keep up with the changes, deprecations, and feature additions. Luckily, now that features are being frozen, the code is churning less and things are starting to stabilize.&#8221;</p>\n<p>In order to keep up with all the news and changes, McAlister started the <a href="http://gutenberg.news/" rel="noopener noreferrer" target="_blank">Gutenberg News</a> site to collect helpful resources, tutorials, and code snippets he found. The site contains more than 200 links to resources for both beginners and developers.</p>\n<p>McAlister predicts that Gutenberg will bring a greater separation between the roles of themes and plugins in the site-building experience.</p>\n<p>&#8220;The demand for themes will certainly begin to change more drastically in the long term,&#8221; he said. &#8220;Traditional WordPress themes will still be desirable for a number of years, simply due to the number of sites out there and the solutions needed to build them. Eventually, much of what can be provided by a theme will be provided by blocks via a plugin instead. Themes will still be responsible for providing a degree of styling and functionality that will remain critical to the site-building experience, but they will take a secondary role to content blocks.&#8221;</p>\n<p>Gutenberg will inevitably change the landscape of the theme industry, but McAlister sees it as a chance to reach customers in a new way.</p>\n<p>&#8220;Theme designers and developers should be excited about this opportunity and not feel threatened by Gutenberg,&#8221; McAlister said. &#8220;This is a fantastic opportunity to learn a new set of skills, attract a new segment of customers, and start pivoting to a block-based product model.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Jul 2018 22:33:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WPTavern: WPWeekly Episode 323 Recap of WordCamp Grand Rapids and A Gutenberg Road Map";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=82285&preview=true&preview_id=82285";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wptavern.com/wpweekly-episode-323-recap-of-wordcamp-grand-rapids-and-a-gutenberg-road-map";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2142:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> recaps his trip to WordCamp Grand Rapids and shares his experience. WordCamp Grand Rapids had a strong focus on tools, plugins, and themes and by all accounts, was a successful event.</p>\n<p>We discussed Matt Mullenweg&#8217;s Summertime update, the roadmap for merging Gutenberg into core, and what comes after Gutenberg. We shared our thoughts on Automattic&#8217;s new board member, General Ann Dunwoody and speculated on Automattic&#8217;s vision.</p>\n<p>We wrap up the show by talking about generational divides in WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/">WordPress 4.9.7 Security and Maintenance Release</a><br />\n<a href="https://wordpress.org/news/2018/07/update-on-gutenberg/">Update on Gutenberg</a><br />\n<a href="https://make.wordpress.org/core/2018/07/06/whats-new-in-gutenberg-6th-july/">Whats New in Gutenberg? (6th July)</a><br />\n<a href="https://ma.tt/2018/06/automattics-first-new-board-member-general-ann-dunwoody/">Automattics First New Board Member: General Ann Dunwoody</a><br />\n<a href="https://wptavern.com/block-unit-test-plugin-helps-wordpress-theme-developers-prepare-for-gutenberg">Block Unit Test Plugin Helps WordPress Theme Developers Prepare for Gutenberg</a><br />\n<a href="https://twitter.com/NaomiCBush/status/1014991902691790848">Generational divides in WordPress</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 18th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #323:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Jul 2018 00:42:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:108:"WPTavern: Video: A Quick Introduction to Gutenberg and the New WordPress Block Editor from LinkedIn Learning";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82276";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:118:"https://wptavern.com/video-a-quick-introduction-to-gutenberg-and-the-new-wordpress-block-editor-from-linkedin-learning";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1005:"<p>Although WordPress developers and professionals have been inundated with Gutenberg news for more than a year, there&#8217;s a whole wide world of users who will learn about the project for the first time when 4.9.8 includes a &#8220;Try Gutenberg&#8221; prompt in the admin. If you haven&#8217;t been following the news closely and are wondering what all of this <a href="https://wordpress.org/plugins/gutenberg/" rel="noopener noreferrer" target="_blank">Gutenberg</a> talk is about, Morten Rand-Hendriksen provides a succinct introduction to the new editor that is coming in WordPress 5.0.</p>\n<p>The video was created as part of LinkedIn&#8217;s <a href="https://www.linkedin.com/learning/wordpress-essential-training/" rel="noopener noreferrer" target="_blank">WordPress Essentials Training</a> course. The first part explains the basic concept of a block and includes a mini tour of the new interface, followed by a short overview of where the Gutenberg project is going in the future.</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Jul 2018 23:04:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:86:"WPTavern: WordCamp Ticket Sales Move from PayPal to Stripe for Default Payment Gateway";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82267";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wptavern.com/wordcamp-ticket-sales-move-from-paypal-to-stripe-for-default-payment-gateway";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1857:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/stripe.jpg?ssl=1"><img /></a></p>\n<p>The WordPress Community Team <a href="https://make.wordpress.org/community/2018/07/10/stripe-is-now-available-to-all-wordcamps/" rel="noopener noreferrer" target="_blank">announced</a> an update to the CampTix, the plugin used for selling WordCamp tickets, that makes Stripe the default payment method. The gateway was previously available as a beta plugin and could be enabled on a per-site basis but is now available to all WordCamps.</p>\n<p>When <a href="https://make.wordpress.org/community/2018/04/03/moving-wordcamp-ticket-sales-from-paypal-to-stripe/" rel="noopener noreferrer" target="_blank">proposing Stripe as the default payment gateway</a> in April, Hugh Lashbrooke cited the fact that PayPal is entirely blocked and inaccessible in some countries. He also identified Stripe&#8217;s simpler UI and larger number of supported currencies as its chief advantages.</p>\n<p>PayPal has been the default for years on WordCamp websites but it currently supports only 26 currencies. Stripe supports 136 currencies, allowing WordCamp organizers to offer ticket purchases in more places than before. Previously, some communities were forced to build a local gateway integration to sell WordCamp tickets via PayPal, requiring those sales to be inconveniently funneled through a local bank account. The Stripe gateway option is a welcome update to support WordPress&#8217; growing international community, which held camps in 73 countries in 2017.</p>\n<p>It&#8217;s important to note that Stripe isn&#8217;t fully replacing PayPal. The Camptix plugin allows organizers to activate multiple payment gateways for cases where one or both make more sense, retaining the flexibility to support ticket sales at camps with different payment requirements.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Jul 2018 18:02:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"HeroPress: Translating For Love";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://heropress.com/?p=2587";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"https://heropress.com/translating-for-love/#utm_source=rss&utm_medium=rss&utm_campaign=translating-for-love";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3006:"<img width="960" height="480" src="https://s20094.pcdn.co/wp-content/uploads/2016/09/092816-vladimir_petkov-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: I started translating WordPress so that my seven-year-old daughter can share her personal stories." /><p>We all have our reasons for the things we do. Money, love, orders, etc. Vladimir Petkov started using WordPress because it solved a problem. As the years went by it continued to solve problems, and he continued to use it. His time to give back didn&#8217;t arrive until much later though.</p>\n<p>His 7 year old daughter wanted a blog, and WordPress wasn&#8217;t completely translated into her language. So Vladimir learned how to translate WordPress, so his little girl (and every other Bulgarian speaker) can use their voice to speak to the world.</p>\n<p>Why do you give back to WordPress? If you&#8217;d like more info about how you can (no coding required!) drop a note in the comments.</p>\n<p>Also, check out Vladimir&#8217;s essay.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://heropress.com/essays/rebirth/">Rebirth</a></p></blockquote>\n<p></p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Translating For Love" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Translating%20For%20Love&via=heropress&url=https%3A%2F%2Fheropress.com%2Ftranslating-for-love%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Translating For Love" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Ftranslating-for-love%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Ftranslating-for-love%2F&title=Translating+For+Love" rel="nofollow" target="_blank" title="Share: Translating For Love"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/translating-for-love/&media=https://heropress.com/wp-content/uploads/2016/09/092816-vladimir_petkov-150x150.jpg&description=Translating For Love" rel="nofollow" target="_blank" title="Pin: Translating For Love"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/translating-for-love/" title="Translating For Love"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/translating-for-love/">Translating For Love</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Jul 2018 12:13:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: Video: Matt Mullenwegs Summertime Update At WCEU 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82254";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wptavern.com/video-matt-mullenwegs-summertime-update-at-wceu-2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:861:"<p>Sessions from <a href="https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare">WordCamp Europe 2018</a> are making their way <a href="https://wordpress.tv/event/wordcamp-europe-2018/">onto WordPress.tv</a>, including <a href="https://wordpress.tv/2018/07/04/matt-mullenweg-a-summertime-update-keynote-and-qa/">Matt Mullenweg&#8217;s Summertime Update</a>. </p>\n\n<p>In the video, Mullenweg shares the progress that&#8217;s been made on Gutenberg, WordPress core development, a Gutenberg road map for including it into core, and what to expect after WordPress 5.0 is released. <br /></p>\n\n<p>Be sure to watch the video to the end to catch the memorable, <a href="https://twitter.com/dimensionmedia/status/1007605535993221120">GDPR cookie joke</a>.</p>\n\n\n <div class="embed-wrap"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jul 2018 23:56:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WPTavern: WPCampus Will Be Streamed Live For Free July 13-14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82252";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wptavern.com/wpcampus-will-be-streamed-live-for-free-july-13-14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:779:"<p><a href="https://wpcampus.org/">WPCampus</a>, a conference focused on WordPress in higher-education takes place this week between July 12-14 at Washington University in St. Louis, Missouri. </p>\n\n<p>If you&#8217;re unable to attend in-person or would like to watch the event from home, visit the <a href="https://2018.wpcampus.org/watch/">WPCampus Stream page</a>. Beginning July 13th at 9AM CDT, all general sessions will be streamed live for free. Sessions will be recorded and be available after the event as well. </p>\n\n<p>To see a list of sessions taking place, check out the <a href="https://2018.wpcampus.org/schedule/">event&#8217;s schedule</a> and for more information about WPCampus, visit the <a href="https://wpcampus.org/about/">site&#8217;s about page</a>. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jul 2018 23:36:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:107:"WPTavern: New Classic Editor Addon Plugin Disables the “Try Gutenberg” Prompt Coming in WordPress 4.9.8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82232";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"https://wptavern.com/new-classic-editor-addon-plugin-disables-the-try-gutenberg-prompt-coming-in-wordpress-4-9-8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3251:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/stop.jpg?ssl=1"><img /></a>photo credit: <a href="https://stocksnap.io/photo/V4WAM6G46H">Hermes Rivera</a>\n<p>Gutenberg development continues along the roadmap Matt Mullenweg announced at WordCamp Europe with WordPress 4.9.8 set to introduce a <a href="https://core.trac.wordpress.org/ticket/41316" rel="noopener noreferrer" target="_blank">“Try Gutenberg” prompt</a> to increase usage and testing. Core design contributors are currently working on a few new iterations of the callout. They are also considering including a section inside the prompt with an option to install the <a href="https://wordpress.org/plugins/classic-editor/" rel="noopener noreferrer" target="_blank">Classic Editor</a> plugin in preparation for Gutenberg.</p>\n<p>Developers and agencies have time to install the Classic Editor on client sites that are not ready for Gutenberg, but this will not prevent users from seeing the &#8220;Try Gutenberg&#8221; prompt. <a href="https://gschoppe.com/" rel="noopener noreferrer" target="_blank">Greg Schoppe</a>, one of Gutenberg&#8217;s most outspoken critics, partnered with <a href="https://so-wp.com/plugin/classic-editor-addon" rel="noopener noreferrer" target="_blank">Pieter Bos</a> to develop a plugin called <a href="https://wordpress.org/plugins/classic-editor-addon/" rel="noopener noreferrer" target="_blank">Classic Editor Addon</a> that changes how the Classic Editor plugin works.</p>\n<p>&#8220;For agencies supporting many sites, whose users have no way of knowing whether Gutenberg will break their site or not, this nag screen is a danger,&#8221; Schoppe commented on our most recent Gutenberg update. &#8220;Pre-emptively installing Classic Editor unfortunately wont suppress the nag notice either, but since Classic Editor is being used as a bellwether of the success of Gutenberg, its important that you install it, if you expect issues.&#8221;</p>\n<p>Schoppe co-wrote the Classic Editor Addon to solve this problem. It suppresses the &#8220;Try Gutenberg&#8221; prompt and when the new editing experience ships in 5.0, it will automatically suppress Gutenberg as well.</p>\n<p>Since the Classic Editor plugin doesn&#8217;t remove Gutenberg by default, the addon plugin sets the option to fully replace Gutenberg. It also removes the Classic Editor&#8217;s options from the Settings > Writing screen. Schoppe said he believes this is what the Classic Editor plugin should have done out of the box, instead of requiring the user to find the settings screen to replace Gutenberg.</p>\n<p>Installing both the Classic Editor and Classic Editor Addon on tens or hundreds of client sites could be time consuming, so Schoppe suggests using a site management dashboard, such as MainWP, ManageWP, or Jetpack, to bulk install both plugins for clients.</p>\n<p>According to stats on WordPress.org, Gutenberg is active on more than 10,000 sites and the Classic Editor is active on 4,000+ sites. The &#8220;Try Gutenberg&#8221; prompt is expected to go out in WordPress 4.9.8, which is targeted for the end of July. The goal for the prompt is to make users aware of the plugin and get more testers involved before Gutenberg lands in WordPress 5.0.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jul 2018 22:35:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Post Status: Working on your own website — Draft Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=46462";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://poststatus.com/working-on-your-own-website-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1619:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, the Brians discuss the challenges of working on your own business website, when your company offers services or makes products for websites. Agencies often disregard their own websites, as do product companies. We discuss our own histories of attempting in-house redesign projects, strategies to get them done, and how we approach things today owning our own tiny businesses.</p>\n<p></p>\n<h3>Episode Links</h3>\n<ul>\n<li><a href="https://www.codeinwp.com/blog/redesign-your-business-website-transparency-report-40/"><span>CodeInWP Transparency Report: Redesigning Your Business Website</span></a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href="https://pagely.com"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internets most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href="https://pagely.com"><span>Pagely</span></a><span> for being a Post Status partner</span></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Jul 2018 18:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: How WordPress is Powering a New Community on the Remote Island of Ogijima";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82204";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"https://wptavern.com/how-wordpress-is-powering-a-new-community-on-the-remote-island-of-ogijima";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:10699:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/junkonukaga.jpg?ssl=1"><img /></a><a href="https://profiles.wordpress.org/nukaga" rel="noopener noreferrer" target="_blank">Junko Nukaga</a> began her journey into the world of WordPress in 2011, just after her hometown in Fukushima prefecture was hit by the 9.0 magnitude Tōhoku earthquake and tsunami. The catastrophic event, referred to in Japan as the Great East Japan Earthquake, devastated the region&#8217;s infrastructure and took more than 15,000 lives. It also caused a level 7 meltdown at three reactors in the Fukushima Daiichi Nuclear Power Plant complex.</p>\n<p>Until this point Nukaga had only used WordPress as a blogging tool, but her hometown prefecture needed a fast way to get a website up for publishing accurate measurements of the radiation levels. Although she was living in Osaka at the time, Nukaga joined the volunteer team and built the site using WordPress. In addition to local radiation levels, it also had FAQ&#8217;s about radiation from scientists to combat the misinformation that was rampant at the time. People found the site through social networks and word of mouth.</p>\n<p>After making a difference for her hometown with WordPress, Nukaga wanted to find out more about the community behind the software. She joined an offline <a href="https://www.meetup.com/ja-JP/WordBench/?_cookie-check=ng_FrFUqDlEMFkbN">WordBench</a> meetup and got connected to the WordPress community. The next year she co-organized WordCamp Osaka 2012, and in 2014 she became the lead organizer of WordCamp Kansai, an area that includes seven prefectures: Mie, Shiga, Kyoto, Osaka, Hyogo, Nara, Wakayama.</p>\n<p>As Nukaga became more deeply involved in the WordPress community as a speaker, organizer, and contributor, she developed a new understanding of the power of open source collaboration. After moving to the remote island of Ogijima in 2014, she was inspired to create a library and cultural center, using WordPress to organize a team of more than 200 volunteers.</p>\n<p>“When my family and I moved to this island, the school here was closed, because there were no kids on Ogijima,” Nukaga said. “We have a daughter, so we urged the government to reopen the school.</p>\n<p>&#8220;Although the school restarted, I thought that it would be meaningless for the school to stop or close again when our daughter graduated. The island is an aging society and no new children will be born here. I figured that if there was a library, I could call migrants to the island. A library which is free and an open space would help solve many things, such as childrens learning environment, communication support for the islanders, and migration consultation, for example.”</p>\n<p>Nukaga set up a WordPress website before constructing the library so her team of volunteers could disclose the progress of the building and recruit followers. They promoted the website through social networks and were able to crowdfund efforts to construct and maintain the building.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/ogijima-library.jpg?ssl=1"><img /></a></p>\n<p>The <a href="https://ogijima-library.or.jp/" rel="noopener noreferrer" target="_blank">Ogijima Library</a> opened in February 2014 as a non-profit organization that is rooted in the community, providing a place where people can connect through books and share knowledge with one another. Residents on the island now have access to titles and periodicals that would previously have required a boat trip to acquire. More than 50 migrants have moved to the island within the last four years since the library opened, including families with babies born last year.</p>\n<p>&#8220;Without WordPress, none of this would have been possible,&#8221; Nukaga said. “WordPress opened my way. It taught me the philosophy of open source. I have used this philosophy to involve many unspecified people from the beginning of the process of making the library. We built the building ourselves with the help of 200 volunteers, and we continue to get support through book donations. Also, thanks to the flexibility of WordPress, the things I wanted to do, such as updating, providing a search system for books, and linking to social networks, were all possible.”</p>\n<h3>WordCamp Ogijima: “Empowering the Smalls to Go Big”</h3>\n<p>The WordPress community on the island is also thriving, thanks to community organizers who call Ogijima home. Nukaga organizes the meetups, which average 5 to 20 attendees at each event. <a href="https://ogi.osampo-radio.com/" rel="noopener noreferrer" target="_blank">Shinichi Nishikawa</a>, who organized WordCamp Tokyo in 2012 and helped build a new WordPress community in Bangkok, made his home on the island in March 2016. He is joining forces with Nukaga and a team of 35 leaders and volunteers to organize the first <a href="https://2018.ogijima.wordcamp.org" rel="noopener noreferrer" target="_blank">WordCamp Ogijima</a> on July 15, 2018.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/wc-ogijima.jpg?ssl=1"><img /></a></p>\n<p>This will be the first Japanese WordCamp not held in the cities. Organizers have chartered two ferries to transport more than 250 attendees to the island. Camping is the primary lodging option in tents beside the islands lighthouse and organizers have planned a BBQ after party. Although the event is currently sold out, 10 additional <a href="https://2018.ogijima.wordcamp.org/2018/05/20/registration-information-en/" rel="noopener noreferrer" target="_blank">tickets</a> will go on sale on July 10 due to cancellations and an estimation of no-shows.</p>\n<p>“The uniqueness of the community in this area is that there are many with different backgrounds,” Shinichi Nishikawa said. “WordCamps in the city are mainly attended by engineers, designers and bloggers, but here there are people who are restaurant managers, farmers, a barber, an illustrator, a ranger (nature protection officer), baker, and others who are interested in WordPress.”</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/wcogijima-organizers.jpg?ssl=1"><img /></a></p>\n<p>The organizing team, which includes many new contributors from all walks of life, along with meetup organizers in the Setouchi inland sea area, has adopted the theme “Empowering the smalls to go big.”</p>\n<p>Ogijimas local community includes members like Kaisho Damonte, who is using WordPress and WooCommerce to power <a href="https://wptavern.com/feed">a website for the bakery and cafe business he started</a> after renovating a 100-year-old barn on the island. Kentaro Yamaguchi, another island resident, uses WordPress for his <a href="https://wptavern.com/feed">barber shops website</a>.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/screely-1531150922541.png?ssl=1"><img /></a></p>\n<p>Nishikawa said he sees WordCamp Ogijima as “a WordCamp in a new place, for new audiences, by new organizers.&#8221; He appreciates the openness of the islanders who are willing to embrace new things.</p>\n<p>“The WordPress community on the island represents this atmosphere,” Nishikawa said. “Everyone has their own views, plans for their lives, and their own ways of thinking. WordPress, with its Democratization of Publishing mission is a great match to us, who are trying to make our lives in different ways. We have built a library, cafe, a barbershop, and offices DIY ourselves. When it comes to websites, WordPress helps us a lot.”</p>\n<h3>The WordPress Community in Ogijima is Defined by a Focus on Cooperative Learning</h3>\n<p>One of the most inspirational aspects of the community in Ogijima, along with the greater Japanese WordPress community, is the strong emphasis on helping each other learn and succeed. New members are often woven into the community through meetups that focus on connecting around specific interests outside of WordPress technical skill. The community warmly welcomes users who are new to WordPress who want to get help with their websites. Nishikawa said this is the particular audience that the Ogijima meetup is trying to reach.</p>\n<p>“We want to connect with individuals who want to achieve something; small business owners, designers, photographers, writers, editors, and anyone who is struggling doing something on the web,” Nishikawa said. “By coming together, you notice that there are many friends who are struggling as well. Experienced developers attend as usual but their role this time is to share their knowledge to the new people. We help each other build and improve our websites. It&#8217;s a very relaxed and helping atmosphere in the meetups. We do have some presentations sometimes but that&#8217;s not the main thing.”</p>\n<p>WordPress Core Committer <a href="https://profiles.wordpress.org/mikeschroder/" rel="noopener noreferrer" target="_blank">Mike Schroder</a> will be speaking at WordCamp Ogijima about how everyone has something unique to bring to the community to help it grow.</p>\n<p>“I initially visited Japan for WordCamp Tokyo a few years ago — largely because it was the biggest WordCamp in the world at the time,” Schroder said. “The community in Japan is extremely active and welcoming, and I quickly made many friends. One unique part of the community is that it has a big focus on education. The <a href="http://wordbench.org" rel="noopener noreferrer" target="_blank">WordBench</a> events are excellent!”</p>\n<p>“As the theme of the event is Empower the smalls to go big, Im looking forward to sharing some bits of my background, and how others have helped me grow, in an effort to show folks that they have a lot to offer,” Schroder said. (Hes also doing a bit of research and is interested to hear stories from others about unique aspects of their lives that have helped them succeed in the WordPress ecosystem. You can ping him @mike on WP Slack if you want to contribute.)</p>\n<p>The community in Ogijima is a beautiful example of how WordPress is powering a new wave of makers and doers on the island. The software has enabled them to establish new businesses, commerce, and cultural centers in a remote area where they are building their lives. WordCamp Ogijima is a classic example of what a WordCamp should be &#8211; an event that highlights the successes of local WordPress users.</p>\n<p>“While I don&#8217;t think our numbers will grow, our lives will always need WordPress and its community,” Nishikawa said regarding the local meetups. “And we welcome ambitious attendees who need help.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Jul 2018 16:09:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Dev Blog: Update on Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6118";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/news/2018/07/update-on-gutenberg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2260:"<p>Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. As the work on phase one moves into its final stretch, here is what you can expect.<br /></p>\n\n<h4>In Progress</h4>\n\n<ul>\n <li>Freeze new features in Gutenberg (the feature list can be found <a href="https://github.com/WordPress/gutenberg/issues/4894">here</a>).</li>\n <li>Hosts, agencies, teachers invited to opt-in sites they have influence over.</li>\n <li>WordPress.com has opt-in for wp-admin users. The number of sites and posts will be tracked.</li>\n <li>Mobile app support for Gutenberg will be across iOS and Android.</li>\n</ul>\n\n<h4>July</h4>\n\n<ul>\n <li>4.9.x release with an invitation to install either Gutenberg or Classic Editor plugin.</li>\n <li>WordPress.com will move to opt-out. There will be tracking to see who opts out and why.</li>\n <li>Triage increases and bug gardening escalates to get blockers in Gutenberg down to zero.</li>\n <li>Gutenberg phase two, Customization exploration begins by moving beyond the post.</li>\n</ul>\n\n<h4>August and beyond</h4>\n\n<ul>\n <li>All critical issues within Gutenberg are resolved.</li>\n <li>There is full integration with Calypso and there is opt-in for users there.</li>\n <li>A goal will be 100k+ sites having made 250k+ posts using Gutenberg.</li>\n <li>Core merge of Gutenberg begins the 5.0 release cycle.</li>\n <li>5.0 moves into beta releases and translations are completed.</li>\n <li>There will be a mobile version of Gutenberg by the end of the year.</li>\n</ul>\n\n<p>WordPress 5.0 could be as soon as August with hundreds of thousands of sites using Gutenberg before release. Learn more about Gutenberg <a href="https://wordpress.org/gutenberg/">here</a>, take it for a <a href="https://testgutenberg.com/">test drive</a>, <a href="https://wordpress.org/plugins/gutenberg/">install</a> on your site, follow along on <a href="https://github.com/WordPress/gutenberg">GitHub</a> and give your <a href="https://wordpressdotorg.polldaddy.com/s/gutenberg-support">feedback</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 06 Jul 2018 19:23:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Tammie Lister";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: WordPress 4.9.8 to Introduce “Try Gutenberg” Callout";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82174";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wptavern.com/wordpress-4-9-8-to-introduce-try-gutenberg-callout";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2027:"<p>Paul Biron and Joshua Wold are leading the upcoming WordPress 4.9.8 release, which was originally announced as 4.9.7. WordPress core contributors met yesterday to decide the general focus and set the release schedule. In the meantime, the <a href="https://make.wordpress.org/core/2018/07/05/wordpress-4-9-7/" rel="noopener noreferrer" target="_blank">4.9.7 security and maintenance release</a> was rolled out to fix an authenticated arbitrary file deletion vulnerability, along with a few other minor updates.</p>\n<p>WordPress 4.9.8 is targeted for July 31, 2018, with a beta as early as July 17. The release will focus on introducing the &#8220;<a href="https://core.trac.wordpress.org/ticket/41316" rel="noopener noreferrer" target="_blank">Try Gutenberg</a>&#8221; callout and adding privacy fixes and enhancements. The ticket proposing the callout was opened a year ago and was planned to be included in WordPress 4.9.5 but was eventually <a href="https://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release" rel="noopener noreferrer" target="_blank">pulled</a> before the release in favor of allowing Gutenberg contributors to iron out a few important issues.</p>\n<p>WordPress Core Committer Mel Choyce added the most recent round of designs to the ticket four weeks ago and contributors are still iterating on the design and text for the callout. Another iteration is expected to be added to the ticket early next week.</p>\n<p>WordPress 4.9.8 is another step in Matt Mullenweg&#8217;s <a href="https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare" rel="noopener noreferrer" target="_blank">roadmap for getting Gutenberg into 5.0</a>. The goal is to make more users aware of Gutenberg and to gather more testing and feedback before the new editor lands in core. The prompt will include a prominent button that users can click to install the Gutenberg plugin, along with links for where to learn more and how to report issues.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Jul 2018 21:39:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"WPTavern: Just Write: A Client-Side React App for Writing and Editing WordPress Posts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82147";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"https://wptavern.com/just-write-a-client-side-react-app-for-writing-and-editing-wordpress-posts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5227:"<p>WordPress developer <a href="https://www.jasonbobich.com/" rel="noopener noreferrer" target="_blank">Jason Bobich</a> has created an open source client-side React app called <a href="https://github.com/themeblvd/justwrite">Just Write</a> that provides a decoupled editing experience for WordPress. Bobich said he built the app in 10 days to explore the possibilities of React and the WP REST API.</p>\n<p>Although it&#8217;s still a work in progress, the app has a <a href="http://justwrite.app" rel="noopener noreferrer" target="_blank">demo</a> where curious testers can manage posts from any WordPress website that&#8217;s secured with HTTPS and has the JWT Authentication plugin installed. Alternatively, testers can click on the &#8220;play in the sandbox&#8221; to bypass authentication.</p>\n<p>Once logged in, the user sees a dashboard with the most recent posts, a deliberate design decision that Bobich made to &#8220;motivate the user to do one thing &#8211; to just write.&#8221;</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/just-write-dashboard.jpeg?ssl=1"><img /></a></p>\n<p>The editor includes support for Markdown and a simple preview with a sticky toolbar at the top. Just Write also allows the user to edit their profile and personal information in a dropdown at the top of the screen.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-4.17.02-PM.png?ssl=1"><img /></a></p>\n<p>Bobich said he created to the app to improve his JavaScript skills and doesn&#8217;t have a plan to use it for business.</p>\n<p>&#8220;Ever since we were all told a couple of years ago, &#8216;Learn JavaScript deeply,&#8217; Ive seen just how many holes I had in my own JavaScript knowledge,&#8221; Bobich said. &#8220;Ive been working hard the last couple of years to become more than just a jQuery monkey. And so this project is just another step towards my personal growth surrounding the technologies involved here. Its so exciting to think about the potential things that we can build in the community with React and the WordPress API.&#8221;</p>\n<h3>WP REST API Currently Poses Complicated Hurdles for App Developers</h3>\n<p>After the REST API was merged into core, the time seemed ripe for developers to build a proliferation of different writing experiences for users. However, working with the API still has many hurdles for application developers, limitations that Bobich said he became acquainted with while developing Just Write.</p>\n<p>&#8220;For anyone wanting to build a practical application like this, the first glaring issue is around authentication,&#8221; Bobich said. &#8220;WordPress has no way to securely authenticate from outside of the WordPress admin. So expecting any average user to set up oAuth or JWT with a third-party plugin is a bit of a reach.&#8221;</p>\n<p>Bobich also encountered issues working with media and saving content the WordPress way (which allows shortcodes to get parsed before <code>wpautop()</code>). The application is not yet ready for real, practical use but would require even more API calls to do things like get ahold of categories and tags or add the ability to create new ones.</p>\n<p>&#8220;Think about all the work WordPress has put into the way we embed media in different ways,&#8221; Bobich said. &#8220;Just having basic things we take for granted — pasting a YouTube link, a tweet, uploading an image and having it cropped 100 ways til Sunday — for all work properly would all take custom JavaScript coding.&#8221;</p>\n<p>Bobich said he thinks these limitations are the reason why there aren&#8217;t yet more applications built with decoupled editing experiences. Yet, in the new era of Gutenberg, Just Write&#8217;s alternative writing interface offers a simplicity that some users may prefer.</p>\n<p>&#8220;As the WordPress admin continues to grow and become more complex, some people get excited and others moan and grown,&#8221; Bobich said. &#8220;But building something like Just Write shows us that theres more to WordPress than just what we see. Theres more than a menu full of plugins and a new editor built in React that we may or may not like. WordPress can be what we want. It can fit our own needs or any clients. And this all comes from the potential ability to decouple the editing experience.&#8221;</p>\n<p>As WordPress has evolved to accommodate different user types from blogging, websites, and niche applications, Bobich said he thinks the next logical step is for developers to begin creating admin interfaces catered specifically to users&#8217; individual needs.</p>\n<p>&#8220;Gutenberg marks an important turn in the evolution,&#8221; Bobich said. &#8220;For those that were clinging to the simplicity of WordPress and blocking out some of the other noise, this might not be something they end up liking&#8230; or maybe it will?</p>\n<p>&#8220;But the bigger point is that what we see there in the admin doesnt have to be it. I hope people will be braver than me and really set out to build these different alternatives. If I can polish my React skills and build that myself in 10 days, I can only imagine what others can do.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Jul 2018 18:09:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Dev Blog: WordPress 4.9.7 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6091";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3983:"<p>WordPress 4.9.7 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.6 and earlier are affected by a media issue that could potentially allow a user with certain capabilities to attempt to delete files outside the uploads directory.</p>\n\n<p>Thank you to <a href="https://hackerone.com/slavco">Slavco</a> for reporting the original issue and <a href="https://www.wordfence.com/">Matt Barry</a> for reporting related issues.</p>\n\n<p>Seventeen other bugs were fixed in WordPress 4.9.7. Particularly of note were:</p>\n\n<ul>\n <li>Taxonomy: Improve cache handling for term queries.</li>\n <li>Posts, Post Types: Clear post password cookie when logging out.</li>\n <li>Widgets: Allow basic HTML tags in sidebar descriptions on Widgets admin screen.</li>\n <li>Community Events Dashboard: Always show the nearest WordCamp if one is coming up, even if there are multiple Meetups happening first.</li>\n <li>Privacy: Make sure default privacy policy content does not cause a fatal error when flushing rewrite rules outside of the admin context.</li>\n</ul>\n\n<p><a href="https://wordpress.org/download/">Download WordPress 4.9.7</a> or venture over to Dashboard → Updates and click &#8220;Update Now.&#8221; Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>The previously scheduled 4.9.7 is now referred to as 4.9.8, and will follow the <a href="https://make.wordpress.org/core/2018/07/04/dev-chat-summary-july-4th-4-9-7-week-7/">release schedule posted yesterday</a>.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.7:</p>\n\n<p><a href="https://profiles.wordpress.org/1naveengiri/">1naveengiri</a>, <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abdullahramzan/">abdullahramzan</a>, <a href="https://profiles.wordpress.org/alejandroxlopez/">alejandroxlopez</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/aryamaaru/">Arun</a>, <a href="https://profiles.wordpress.org/birgire/">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bjornw/">BjornW</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>, <a href="https://profiles.wordpress.org/kraftbj/">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/flixos90/">Felix Arntz</a>, <a href="https://profiles.wordpress.org/garetharnold/">Gareth</a>, <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianbelanger/">ibelanger</a>, <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/joyously/">Joy</a>, <a href="https://profiles.wordpress.org/khaihong/">khaihong</a>, <a href="https://profiles.wordpress.org/lbenicio/">lbenicio</a>, <a href="https://profiles.wordpress.org/leanderiversen/">Leander Iversen</a>, <a href="https://profiles.wordpress.org/mermel/">mermel</a>, <a href="https://profiles.wordpress.org/metalandcoffee/">metalandcoffee</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Migrated to @jeffpaul</a>, <a href="https://profiles.wordpress.org/palmiak/">palmiak</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/skoldin/">skoldin</a>, <a href="https://profiles.wordpress.org/subrataemfluence/">Subrata Sarkar</a>, <a href="https://profiles.wordpress.org/itowhid06/">Towhidul Islam</a>, <a href="https://profiles.wordpress.org/warmlaundry/">warmlaundry</a>, and <a href="https://profiles.wordpress.org/yuriv/">YuriV</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Jul 2018 17:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Aaron D. Campbell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"HeroPress: Coding under trees and in 24 hour coffee shops";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=2582";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:166:"https://heropress.com/essays/coding-under-trees-and-in-24-hour-coffee-shops/#utm_source=rss&utm_medium=rss&utm_campaign=coding-under-trees-and-in-24-hour-coffee-shops";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9173:"<img width="960" height="480" src="https://s20094.pcdn.co/wp-content/uploads/2018/07/070418-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Taking risks and being able to look like a fool have enabled me to become a WordPress core committer." /><p>People were paying me to write code two years before I had wifi in my house. Home wifi would have cost $45 a month. The cable company wanted a $100 deposit to create my account. It wasn&#8217;t going to happen, I could get wifi with a cup of coffee for $3 (including the tip) at a coffee shop a few blocks away from my place that meant I got some semblance of being social. I couldn&#8217;t imagine giving up 15 days a month at coffee shops just so it was easier to work from home, not when I could get away with sitting on my porch poaching wifi from my neighbors when I got stuck and had to google regular expressions for the 400th time. Or, my favorite, sit in a park down the street where there were three unprotected wifi networks and a strong tree to lean against.</p>\n<p>My path to becoming a web developer started when I packed up my beat up Chevy Prizm and drove to Portland, Oregon. I had graduated college with degrees in Economics and Political Science. While there, I become a Linux user when I discovered that it used less space meaning I had more space for music. I had never written code, but when my friends and I decided we wanted to create our version of The Onion, I started searching. After a little bit of trial ( blogger ) and error ( blogger ), I found WordPress and it&#8217;s &#8220;Famous Five Minute Install&#8221;. I purchased a domain and hosting from a place that advertised heavily and set about creating our site.</p>\n<p>The public library was my initial source of information. After all, having fun isn&#8217;t hard when you&#8217;ve got a library card. I picked up books on CSS, PHP, Java, Database design, and anything I could get my hands on. I was working evenings as an usher for the Portland Trailblazers and would head over to a 24 hour coffee shop to cowboy code under fluorescent lights until I was ready to crash.</p>\n<hr class="ttfmake-hr" />\n<p>I can think of three big breaks that really helped move me along. Each of these ended up being &#8220;Flash Forward&#8221; moments where I was able to grow.</p>\n<h3>My First Client</h3>\n<p>I was scouring craigslist looking for anything I could get my hands on when I found someone offering $25 to move their WordPress site from one domain to another. Having just done that, I sent an email and crossed my fingers. Somehow, my eagerness (and likely willingness to work for peanuts) got my their trust. I had my first client. It took me way longer than I would have hoped as I learned about things like DNS Propagation, but I completed the task. And did such a good job that I was asked if I could build a website for one of their friends who was a standup comic. I was honest that I had never built a real site from scratch, but they liked how I had communicated, so I got the gig.</p>\n<h3>My First Core Experience</h3>\n<p>Before the first time I contributed to WordPress, I went to the Portland WordPress User Group to ask if something I was seeing was possibly an issue that warranted emailing the wp-hackers mailing list. I was so scared of being wrong that I felt like I needed to ask permission. I assumed that I was going to make a fool of myself and be laughed at. I ended up <a href="http://lists.automattic.com/pipermail/wp-hackers/2009-June/026386.html">emailing the list</a> and it turned out, I had found a <a href="https://core.trac.wordpress.org/ticket/10022">spot where WordPress could be better</a>! In the grand scheme of WordPress, passing a parameter to three `do_action` calls didn&#8217;t help WordPress gain 1% of market share, but it did help me with the plugin I was working on. And I was exposed to the process. I learned about trac, and the weekly devchat, and patches and svn. While I didn&#8217;t get props, I still consider this my first contribution to WordPress Core.</p>\n<h3>My first WordCamp</h3>\n<p>WordCamps are cheap compared to most tech conferences, but when you are playing the game of &#8220;How do I eat on $10 a week&#8221; for months on end, $40 for a conference whose value is unknown is a hard sell. Luckily, the Portland WordPress User Group did a raffle for a ticket and I won. All I had to pay for was the $2 in bus fare each way and I had the chance to learn. The 2009 WordCamp Portland ended up being where Matt Mullenweg announced that WPMU was going to be merged into core in WordPress 3.0 and it&#8217;s where I saw a talk entitled &#8220;<a href="https://wordpress.tv/2009/09/20/will-norris-building-plugins-portland09/">How Not to Build a WordPress Plugin</a>&#8221; by Will Norris. Will&#8217;s talk exposed me to WordPress development in a way that I would never have imagined on my own. It helped me level up from someone who mostly was copy and pasting PHP to someone who was writing code.</p>\n<p>Additionally, I was able to network for the first time. It no longer was the same 15 people who went to the meetup, it was now about 200 WordPress fanatics, many who wanted to hire someone like me to work on their website!</p>\n<p>Looking back, these flash forward moments contributed almost as much to luck to my success. In many ways, a lot of my success can be attributed to the luck of being born as someone who is essentially a white cis-male into a family where I was exposed to computers and had a chance to gain a solid liberal arts education.</p>\n<p>But it&#8217;s not just that luck that helped me. I had to provide good customer service to turn a $25 task into a contract to build my first website. I had to be willing to embarrass myself by asking what I thought was a dumb question. I had to show up and become a part of my local community to get a ticket for a conference where I learned and networked.</p>\n<p>Soon after WordCamp Portland 2009, I had enough client work coming in that it made sense to have wifi. Home wifi meant I could start being connected to the WordPress community more than once a month in person or a few hours here and there at coffee shops. It meant I could read dev chat every week and eventually it meant I could earn props. Networking at meetups, WordCamps and conferences led to full time jobs. Taking risks and being willing to look like a fool in front of the WordPress community have enabled me to become a WordPress Core committer (and sometimes continue to look like a fool). In addition to volunteering on WordPress Core, I&#8217;m now the Director of Editorial Technology for Penske Media Corporation where I help brands like Rolling Stone and Variety run on WordPress, but I&#8217;ll never forget when if I needed to code, I was going to sit under trees in parks or the fluorescent lights of a 24 hour coffee shop.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Coding under trees and in 24 hour coffee shops" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Coding%20under%20trees%20and%20in%2024%20hour%20coffee%20shops&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fcoding-under-trees-and-in-24-hour-coffee-shops%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Coding under trees and in 24 hour coffee shops" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fcoding-under-trees-and-in-24-hour-coffee-shops%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fcoding-under-trees-and-in-24-hour-coffee-shops%2F&title=Coding+under+trees+and+in+24+hour+coffee+shops" rel="nofollow" target="_blank" title="Share: Coding under trees and in 24 hour coffee shops"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/coding-under-trees-and-in-24-hour-coffee-shops/&media=https://heropress.com/wp-content/uploads/2018/07/070418-150x150.jpg&description=Coding under trees and in 24 hour coffee shops" rel="nofollow" target="_blank" title="Pin: Coding under trees and in 24 hour coffee shops"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/coding-under-trees-and-in-24-hour-coffee-shops/" title="Coding under trees and in 24 hour coffee shops"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/coding-under-trees-and-in-24-hour-coffee-shops/">Coding under trees and in 24 hour coffee shops</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Jul 2018 18:30:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Aaron Jorbin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:107:"WPTavern: WordCamp Incubator Program 2018 to Host Events in Montevideo, Uruguay and Kota Kinabalu, Malaysia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82134";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:116:"https://wptavern.com/wordcamp-incubator-program-2018-to-host-events-in-montevideo-uruguay-and-kota-kinabalu-malaysia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2465:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/montevideo.jpg?ssl=1"><img /></a>The Pocitos neighborhood of Montevideo, Uruguay. Skyline from the shore -photo credit: <a href="https://en.wikipedia.org/wiki/File:Pocitos,_2017.jpg">Rimbaldine</a>\n<p>The WordCamp Incubator Program has selected <a href="https://make.wordpress.org/community/2018/06/26/wordcamp-incubator-program-2018-locations-announcement/" rel="noopener noreferrer" target="_blank">Montevideo, Uruguay and Kota Kinabalu, Malaysia to host WordCamps in 2018</a>. The program provides a jump start for new WordPress communities where meetups have not yet been well-established. Montevideo and Kota Kinabalu were selected from a <a href="https://make.wordpress.org/community/2018/05/15/wordcamp-incubator-program-2018-update/" rel="noopener noreferrer" target="_blank">short list of 14 communities</a> that had been whittled down from 104 applications for the program.</p>\n<p>WordPress Community Deputies will co-lead the events and mentor a local team that will organize a one-track WordCamp with approximately 50-75 attendees. The goal is to empower the new organizers and the fledgling communities to host more local events, ideally regular meetups and an annual WordCamp. Mentors will assist in finding speakers and sponsors. A global sponsorship grant will cover 100% of the events&#8217; costs, relieving the organizers of the burden of local fundraising.</p>\n<p>WordPress Community Team member Rocío Valdivia announced the program&#8217;s new cities for 2018 and said she anticipates the events will happen in the last quarter of this year. Local co-leads have been charged with starting a monthly meetup group before setting a date for the new WordCamps.</p>\n<p>Round 2 of the WordCamp Incubator Program follows up a successful run in 2016 that brought WordCamps to Denpasar, Harare, and Medellín. <a href="https://wptavern.com/harare-and-nairobi-host-2nd-round-of-successful-wordcamps" rel="noopener noreferrer" target="_blank">Harare hosted its second WordCamp in 2017</a> and a <a href="https://2018.harare.wordcamp.org/" rel="noopener noreferrer" target="_blank">2018 camp</a> is in the early planning stages. This particular African community, along with the neighboring Nairobi community (on the short list in 2016), are strong examples of how the incubator program can provide a boost in areas of the world where the WordPress community is not yet deeply rooted.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Jul 2018 03:41:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"WPTavern: Block Unit Test Plugin Helps WordPress Theme Developers Prepare for Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=81919";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://wptavern.com/block-unit-test-plugin-helps-wordpress-theme-developers-prepare-for-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4606:"<p><a href="https://themebeans.com/" rel="noopener noreferrer" target="_blank">ThemeBeans</a> founder Rich Tabor has released a new plugin called <a href="https://wordpress.org/plugins/block-unit-test/" rel="noopener noreferrer" target="_blank">Block Unit Test for Gutenberg</a> that helps theme authors test their themes for Gutenberg-readiness. It is similar to the <a href="https://codex.wordpress.org/Theme_Unit_Test" rel="noopener noreferrer" target="_blank">Theme Unit Test</a> but is limited to testing Gutenberg blocks.</p>\n<p>After installing and activating both Gutenberg and sBlock Unit Test, the plugin creates a new page as a draft with an example of every core Gutenblock. This makes it easy to see how the blocks will appear on the frontend of any theme. Block Unit Test also includes variations on the core blocks with different alignment and column settings applied.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/06/screely-1530556922797.png?ssl=1"><img /></a></p>\n<p>Tabor said he knew it would be advantageous to start using/writing in Gutenberg daily to better understand what he needed to do to make his products at ThemeBeans compatible.</p>\n<p>&#8220;I added initial support for Gutenberg in my Tabor WordPress theme, as I use it on my own personal blog with Gutenberg,&#8221; he said. &#8220;I needed a way to easily test each of the core Gutenberg blocks (and eventually third-party blocks) without having to manually add them every time I wanted to test something. As Gutenberg blocks get more dynamic and complicated, its a bit trickier to test for &#8211; as many blocks have different variations/styles/columns/grids/etc.&#8221;</p>\n<p>Tabor took inspiration from the Theme Unit Test and created Block Unit Test with Gutenblock variations included. He is using the plugin while preparing the 20+ themes in his ThemeBeans catalog to support Gutenberg. He wrote the plugin to be extensible and made it open source on <a href="https://github.com/thatplugincompany/block-unit-test" rel="noopener noreferrer" target="_blank">GitHub</a> for other developers and theme shops to use.</p>\n<p>Theme developers can install Block Unit Test as a first step towards making sure the front-end styles match the editor styles. This will be essential to making the transition process easier for new Gutenberg users once WordPress 5.0 ships. Tabor also published a tutorial for <a href="https://richtabor.com/add-wordpress-theme-styles-to-gutenberg/" rel="noopener noreferrer" target="_blank">adding WordPress Theme Styles to Gutenberg</a> to help others get started.</p>\n<p>In getting his first theme compatible, Tabor said he relied heavily on the <a href="https://wordpress.org/gutenberg/handbook/" rel="noopener noreferrer" target="_blank">Gutenberg Handbook</a>, as well as following discussions on the <a href="https://github.com/WordPress/gutenberg" rel="noopener noreferrer" target="_blank">Gutenberg GitHub repository</a>.</p>\n<p>&#8220;Its not terribly difficult to add support for Gutenberg, although applying proper theme styles within the Gutenberg editor is a bit of task — theres so much that can be accidentally overlooked,&#8221; Tabor said. &#8220;For the theme side of things, there wasn&#8217;t much technical leveling-up — though developing blocks is a different story. I did need to raise the bar and dive deeply into the world of Javascript, though looking at the block examples on the GitHub repository really helped me along.&#8221;</p>\n<p>Tabor said he started &#8220;living and breathing all things Gutenberg&#8221; after WordCamp US 2017, and began writing development articles while learning the ropes. He created several projects focused on the new editor, including <a href="https://writy.io/" rel="noopener noreferrer" target="_blank">Writy</a>, a Gutenberg-centric writing experience for publishers, and <a href="https://richtabor.com/coblocks/" rel="noopener noreferrer" target="_blank">Co-Blocks</a>, a beta suite of Gutenberg blocks for content marketers.</p>\n<p>&#8220;As a founder of a theme shop it was apparent that I needed to hone in on Gutenberg and level-up my knowledge, technical skills, and consequently my products, in order to compete in a post-Gutenberg era of WordPress,&#8221; Tabor said.</p>\n<p>&#8220;I believe the foundation of the future of WordPress lies in the success of Gutenberg. I use the new editor just about daily now. I know its a great move in the right direction and Im doing my part to make sure folks using my themes can experience everything that Gutenberg has to offer.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Jul 2018 21:43:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Dev Blog: The Month in WordPress: June 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6087";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2018/07/the-month-in-wordpress-june-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4626:"<p>With one of the two flagship WordCamp events taking place this month, as well as some important WordPress project announcements, theres no shortage of news. Learn more about what happened in the WordPress community in June.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Another Successful WordCamp Europe</h2>\n\n<p>On June 14th, WordCamp Europe kicked off three days of learning and contributions in Belgrade. Over 2,000 people attended in person, with hundreds more watching live streams of the sessions.</p>\n\n<p>The WordCamp was a great success with plenty of first-time attendees and new WordPress contributors getting involved in the project and community. Recorded sessions from the 65 speakers at the event will be available on WordPress.tv in the coming weeks. In the meantime, check out the <a href="https://www.flickr.com/photos/wceu/albums">photos from the event</a>.</p>\n\n<p><a href="https://2018.europe.wordcamp.org/2018/06/16/wordcamp-europe-2019/">The next WordCamp Europe</a> takes place on June 20-22 2019 in Berlin, Germany. If youre based in Europe and would like to serve on the organizing team, <a href="https://2019.europe.wordcamp.org/2018/06/16/call-wordcamp-europe-2019-organizers/">fill in the application form</a>.</p>\n\n<h2>Updated Roadmap for the New WordPress Content Editor</h2>\n\n<p>During his keynote session at WordCamp Europe, Matt Mullenweg presented <a href="https://gutenbergtimes.com/mullenweg-on-gutenberg-roll-out-plan/">an updated roadmap</a> for <a href="https://wordpress.org/gutenberg/">Gutenberg</a>, the new content editor coming in WordPress 5.0.</p>\n\n<p>While the editor is in rapid development, <a href="https://make.wordpress.org/core/2018/06/21/whats-new-in-gutenberg-21st-june/">with v3.1 being released this past month</a>, the team is aiming to ship Gutenberg with WordPress Core in August, 2018. This is not set in stone — the release date may shift as development progresses — but this gives the first realistic idea of when we can expect the editor to be released.</p>\n\n<p>If you would like to contribute to Gutenberg, read <a href="https://wordpress.org/gutenberg/handbook/">the handbook</a>, follow the <a href="https://make.wordpress.org/core/">Core team blog</a>, and join the #core-editor channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n\n<h2>WordCamp Incubator Cities Announced</h2>\n\n<p>The WordCamp Incubator program helps spread WordPress to underserved communities by providing organizing support for their first WordCamp. The first iteration of this program ran successfully in 2016 and empowered three cities to start their own WordPress communities.</p>\n\n<p>This year, the Community Team is running the Incubator program again. After receiving applications from 104 communities, <a href="https://make.wordpress.org/community/2018/06/26/wordcamp-incubator-program-2018-locations-announcement/">they have selected</a> Montevideo, Uruguay and Kota Kinabalu, Malaysia to participate in the program. Both cities will receive direct help from experienced WordCamp organizers to run their first-ever WordCamp as a way to help their WordPress community get started.</p>\n\n<p>To find out more about the Incubator program follow the <a href="https://make.wordpress.org/community/">Community team blog</a>, and join the #community-events channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress community of Spain recently <a href="https://twitter.com/wp_es/status/1004681694660603904">received an award</a> for being the best open-source community in the country.</li>\n <li>This month, WordPress reached <a href="https://w3techs.com/technologies/details/cm-wordpress/all/all">the milestone of powering 31% of websites</a>.</li>\n <li><a href="https://wprig.io/introducing-wprig-wordpress/">WP Rig</a> is a brand new tool to help WordPress developers build better themes.</li>\n <li><a href="https://richtabor.com/gutenberg-block-unit-test/">Block Unit Test</a> is a new plugin to help theme developers prepare for Gutenberg.</li>\n <li>Near the end of the month, Zac Gordon hosted <a href="https://javascriptforwp.com/conference/">an online conference</a> focused on JavaScript development in WordPress &#8211; the session videos will be available on YouTube soon.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Jul 2018 09:28:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Matt: Work and Play";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=48231";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"https://ma.tt/2018/06/work-and-play/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:527:"<blockquote class="wp-block-quote">\n <p>A master in the art of living draws no sharp distinction between his work and his play; his labor and his leisure; his mind and his body; his education and his recreation. He hardly knows which is which. He simply pursues his vision of excellence through whatever he is doing, and leaves others to determine whether he is working or playing. To himself, he always appears to be doing both.</p>\n</blockquote>\n\n<p>Lawrence Pearsall Jacks in <em>Education through Recreation</em>, 1932</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 01 Jul 2018 01:13:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Post Status: An Abundance of Acquisitions — Draft Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=46292";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"https://poststatus.com/an-abundance-of-acquisitions-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2301:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, the Brians have a chat about a number of different acquisitions that have occurred in the WordPress space over these past few weeks. Listen in as they unpack some of the news surrounding StudioPress, WPEngine, Automattic, WPNinjas, Prospress, and AutomateWoo. Check out our episode links for further stories about each of those businesses as well as the virtual JavaScript for WordPress conference taking place live on July 29.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href="https://wpengine.com/blog/wp-engine-acquires-studiopress/">WPEngine acquired StudioPress</a></li>\n<li><a href="https://poststatus.com/notes/automattic-acquries-atavist/">Automattic acquired Atavist</a></li>\n<li><a href="http://ninjashop.site/open-letter-exchangewp/">WPNinjas acquired ExchangeWP (formerly iThemes Exchange)</a></li>\n<li><a href="https://prospress.com/automatewoo-joins-prospress/">Prospress acquires AutomateWoo</a></li>\n<li><a href="https://subscribe.me/">Prospress announced Subscribe.me</a></li>\n<li><a href="https://javascriptforwp.com/conference/">JSforWP Conf on Friday</a></li>\n<li><a href="https://2018.grandrapids.wordcamp.org">WCGR on Saturday</a></li>\n<li><a href="https://florianziegler.com/wordcamp-europe-2018/">WCEU Photos</a></li>\n</ul>\n<h3>Sponsor: Jilt</h3>\n<p><a href="https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship">Jilt</a> offers powerful email marketing built for eCommerce. Join thousands of stores that have already earned over $28,000,000 in extra sales using Jilt. <a href="https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship">Try Jilt for free</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Jun 2018 22:11:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WPTavern: WCEU Panel Discusses Progressive WordPress Themes, AMP, and Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82078";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"https://wptavern.com/wceu-panel-discusses-progressive-wordpress-themes-amp-and-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4940:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/progressive-themes-panel.png?ssl=1"><img /></a></p>\n<p>Progressive themes was a hot topic at WordCamp Europe 2018. During the event I had the opportunity to set up a panel with four experts who are working to integrate progressive web development practices more deeply in WordPress core, plugins, and themes. These practices make it possible for a website (or app) to work offline, load quickly, deliver content on unreliable networks, and use device-specific features to provide a better experience for the user. The <a href="https://wptavern.com/wordcamp-europe-introduces-official-mobile-app-new-tech-for-on-site-badge-printing" rel="noopener noreferrer" target="_blank">PWA (progressive web app) created for WordCamp Europe</a> is a good example of this in action.</p>\n<p><a href="https://twitter.com/TweetyThierry" rel="noopener noreferrer" target="_blank">Thierry Muller</a>, <a href="https://twitter.com/iAlbMedina" rel="noopener noreferrer" target="_blank">Alberto Medina</a>, <a href="https://twitter.com/westonruter" rel="noopener noreferrer" target="_blank">Weston Ruter</a>, and <a href="https://twitter.com/mor10" rel="noopener noreferrer" target="_blank">Morten Rand-Hendriksen</a> joined me for an interview, exploring the future of WordPress themes in the era of progressive web development. (see video below)</p>\n<p>&#8220;At the most abstract level, it&#8217;s all about user experience,&#8221; Medina said. &#8220;How do we maximize the pleasure that our users get when they use our websites? And delightfulness in this context means things like performance, speed, having content that isn&#8217;t blocked. If you think about themes built according to those principles, then we are basically seeking an awesome user experience in WordPress.&#8221;</p>\n<p>It&#8217;s not yet clear what this will look like for the WordPress theme landscape, as current solutions are somewhat fragmented. WordPress contributors are working to standardize progressive technologies in core so the ecosystem can collaborate better together.</p>\n<p>&#8220;There are many progressive themes being built these days,&#8221; Medina said. &#8220;One of the problems that is happening is that there is a lot of fragmentation. There&#8217;s a lot of plugins that are using service workers but in their own ways. What we want is to say, &#8216;This is the best way to do things,&#8217; this is a uniform API to do it, and then enable progressive theme developers to take advantage of the core functionality.&#8221;</p>\n<p>Currently, the prospect of setting up a WordPress site that uses progressive web technologies would be a daunting task for regular users, even if they are implementing existing solutions.</p>\n<p>&#8220;There&#8217;s also a user aspect of it, because the people for whom we design WordPress, plugins, and themes, are the people who actually publish their own content onto the web,&#8221; Rand-Hendriksen said. &#8220;There&#8217;s a really valid question in how much should they need to know about how the web works to be able to publish some content. When they spin up a WordPress site, should we impose on them to know that they need to add all these optimization plugins and do all this other stuff just to make the site work properly? How much of that can be offloaded onto the theme itself, or plugins, or even WordPress core?&#8221;</p>\n<p>The members of the panel are working together to on various projects and core contributions that will standardize the use of progressive enhancement technologies in WordPress.</p>\n<p>&#8220;The goal is to have a common API for service workers so that plugins and themes can each install their own logic, just like they can enqueue their own scripts today,&#8221; Ruter said. &#8220;Also to be able to enqueue their own service workers and then core can manage the combination of them, as well as having a common app manifest that plugins and themes can collaborate on and have a single output into the page.&#8221;</p>\n<p>This is how Rand-Hendriksen&#8217;s <a href="https://wprig.io/" rel="noopener noreferrer" target="_blank">WP Rig starter theme</a> project came about &#8211; to help developers take advantage of these best practices in the meantime, without having to figure out how to put all the pieces together.</p>\n<p>&#8220;WP Rig gives you the platform to build a progressive theme that uses all the latest performance and WordPress best practices, in a convenient package, and over time it will evolve with these new progressive technologies,&#8221; Rand-Hendriksen said.</p>\n<p>We also discussed AMP and Gutenberg compatibility, <a href="https://core.trac.wordpress.org/ticket/43328" rel="noopener noreferrer" target="_blank">core support for web app manifests</a>, and how the commercial theme industry will react to these new technologies. Check out the full interview in the video below.</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Jun 2018 22:03:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: WPWeekly Episode 322 WP Engine Acquires StudioPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=82088&preview=true&preview_id=82088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wptavern.com/wpweekly-episode-322-wp-engine-acquires-studiopress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2238:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I spend the first half of the show discussing WP Engine&#8217;s acquisition of StudioPress. We share reactions from social media, debate on whether it&#8217;s a good or bad thing for the WordPress ecosystem, and webhosts being at the top of the food chain.</p>\n<p>We also talk about a recent security vulnerability that was publicly disclosed, ProsPress acquires AutomateWoo, and the release of Tide beta 1. Also of note, we identified an issue that causes John&#8217;s audio to turn into static. His audio should be fixed in the next episode.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wpengine.com/blog/why-wp-engine-is-acquiring-studiopress/">Why WP Engine is Acquiring StudioPress</a><br />\n<a href="https://studiopress.blog/announcement/">An Important Announcement About the Future of StudioPress</a><br />\n<a href="https://techcrunch.com/2018/01/04/wp-engine-a-managed-wordpress-platform-raises-250m-from-silver-lake/">WP Engine, a managed WordPress platform, raises $250M from Silver Lake</a><br />\n<a href="https://twitter.com/bgardner/status/1012011823279824901">https://twitter.com/bgardner/status/1012011823279824901</a><br />\n<a href="https://automatewoo.com/blog/automatewoo-joins-prospress/">AutomateWoo joins Prospress</a><br />\n<a href="https://prospress.com/automatewoo-joins-prospress/">AutomateWoo joins Prospress to Further eCommerce Automation on WooCommerce</a><br />\n<a href="https://make.wordpress.org/tide/2018/06/26/announcing-tide-1-0-0-beta/">Tide Beta 1 Released</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 4th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #322:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Jun 2018 01:21:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WPTavern: Drop It Plugin Brings Gifs and Unsplash Photos to Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=81814";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://wptavern.com/drop-it-plugin-brings-gifs-and-unsplash-photos-to-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2642:"<p>If you&#8217;re writing all your posts in the new Gutenberg editor but don&#8217;t want to give up convenient access to your fancy gifs and stock images, the new <a href="https://wordpress.org/plugins/dropit/" rel="noopener noreferrer" target="_blank">Drop It</a> plugin has you covered. <a href="https://twitter.com/riadbenguella" rel="noopener noreferrer" target="_blank">Riad Benguella</a>, one of the engineers who is working on Gutenberg, created the plugin to offer one-click image insertion/upload from <a href="https://unsplash.com/" rel="noopener noreferrer" target="_blank">Unsplash.com</a>.</p>\n<p>Drop It adds a droplet icon to the Gutenberg sidebar that launches a search form for Unsplash.com or Giphy.com (a feature contributed by <a href="https://twitter.com/jmau111" rel="noopener noreferrer" target="_blank">Julien Maury</a>). Users can click the &#8220;+&#8221; sign on the image or simply drag and drop it into the content area.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-28-at-1.14.10-PM.png?ssl=1"><img /></a></p>\n<p>Drop It seamlessly connects Gutenberg to the Unsplash and Giphy libraries, putting hundreds of thousands of stock photos and gifs at your fingertips while composing in WordPress. In the earlier days of Unsplash, many of the same images were used all over the web, but over the past few years its library has grown to include more than 550,000 high-resolution photos.</p>\n<p>Check out this demo to see how how fast it is to search and insert images:</p>\n<p><a href="https://cloudup.com/cUCoAEcq9lG"><img src="https://i2.wp.com/cldup.com/2HRQQ2GAg3.gif?resize=627%2C437&ssl=1" alt="Drop it" width="627" height="437" /></a></p>\n<p>Benguella originally created the plugin for a talk he gave at WPtech Lyon where he demonstrated <a href="https://riad.blog/2018/04/29/explorons-gutenberg-sous-le-capot-au-wptech-lyon/" rel="noopener noreferrer" target="_blank">how plugin developers can make use of Gutenberg&#8217;s reusable modules</a>. His presentation and slides explore Gutenberg&#8217;s architecture and show how he created the Drop It plugin.</p>\n<p>Benguella said the Drop It plugin&#8217;s code is a good example of how developers can extend Gutenberg&#8217;s UI using “pinnable” sidebar plugins. It also shows how to use the Data module to access and update Gutenbergs state (data).</p>\n<p>In the future, Benguella plans to add more sources for inserting media. He currently has a proof of concept for adding content from Google Docs and will add more depending on contributions from others and his availability to work on the plugin.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Jun 2018 22:52:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"Matt: Automattics First New Board Member: General Ann Dunwoody";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=48215";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://ma.tt/2018/06/automattics-first-new-board-member-general-ann-dunwoody/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8216:"<img />\n\n<p>As Automattic keeps growing weve been bringing in a lot of talented people behind the scenes to help expand on our vision as we go from hundreds to thousands of colleagues, and hundreds of millions to billions in revenue. Recently, former New York Times digital executive Kinsey Wilson joined our team as <a href="https://www.poynter.org/news/one-time-npr-and-nyt-digital-chief-new-adventure-wordpress">president of WordPress.com</a>, the Chief Design Officer of Axios <a href="http://www.alexislloyd.com/">Alexis Lloyd</a> has joined <a href="https://twitter.com/alexislloyd/status/1006882661040877568?lang=en">as head of Design Innovation</a>, the former CEO of Bluehost James Grierson is leading <a href="https://jetpack.com/">Jetpack</a> partnerships, and today I&#8217;m excited to announce a change to my bosses, the board of directors.<br /></p>\n\n<p>Gen. Ann Dunwoody served for 37 years in the U.S. Army, and she is the first woman in U.S. Military history to achieve a four-star officer rank. Shes also the author of <a href="https://www.amazon.com/dp/0738217794"><em>A Higher Standard: Leadership Strategies from America&#8217;s First Female Four-Star General</em></a>, a book I really loved and highly recommend. Automattic&#8217;s board has had no new members since its founding in 2005, so this is our first addition in 13 years. I became familiar with General Dunwoody&#8217;s work while researching distributed organizations outside of technology, which led me to the military, which led me to geek out on logistics, which led me to her book and eventually flying out to Florida to meet in person.<br /></p>\n\n<p>Below is a brief interview with Gen. Dunwoody &#8212; we chatted with her about global leadership, finding your passion, and building a business. <br /></p>\n\n<p><strong>We&#8217;re excited to have you onboard, General Dunwoody. It&#8217;s interesting &#8212; at Automattic we like to point out that we&#8217;re all over the globe (over 740 employees in more than 60 countries) but you oversaw 69,000 military and civilians across 140 countries! Were there any big leadership lessons from managing operations across such a wide range of distances, timezones, and cultures? </strong><br /><br /></p>\n\n<p>Thats a great question. When I started out as a young officer in the Army, the leadership philosophy that was espoused back then was “Leadership by walking around.” When you&#8217;re in charge of a platoon, a company or even a battalion or Brigade that is not globally dispersed this philosophy is very sound. When youre running a global organization with 69,000 folks in 140 countries, you have to leverage technology to keep real-time communications flowing and keep leaders updated. I would host (with the leadership) a global video teleconference every Wednesday connecting every organization from Afghanistan, Kuwait, Iraq, Europe, etc. and sites &#8212; hundreds across the United States. Our headquarters  would provide an operational update and then we go around the globe to get update from from everyone &#8212; what&#8217;s going well, where they need help or additional resources. In the old days I think people believed information was power and often withheld information to use for personal advantage, but I believe shared information is power. By leveraging the power of the entire industrial base we could solve problems in real time. I still travelled around a lot to see our people, but it is not possible to keep everyone informed and in the loop with current operations without leveraging technology. <br /></p>\n\n<p><strong>I love your answer about &#8220;shared information is power.&#8221; Did you ever find it difficult to break down the silos and embrace that concept? </strong></p>\n\n<p>Oh my, yes. They werent just silos, they were silos with concertina wire around them!   Parochialism was rampant and everyone wanted their own system and own their own information. We had over 200 stand alone systems that didnt talk to each other. So to field and design an enterprise IT system that leveraged systems with the needed information to support “foxhole to factory” was challenging and exciting. <br /></p>\n\n<p><strong>And how did you decide what technological means to communicate an idea or a directive, versus, say, meeting in-person? </strong></p>\n\n<p>I would say it depended on the idea. If it was personal, probably a phone call (one on one); if trying to generate support for an idea or transformational concept, meet in-person with my initiatives group to socialize the idea and get their input modifications and buy-in. Then Commanders conference to socialize idea with them, as they will have to implement it. Once socialized with leadership, we worldwide videoconference with the entire organization to define and describe the purpose, intent, how, and why &#8212; so everyone knew what we were trying to do and what their role was in execution. I found you cannot over-communicate when trying to make changes.<br /></p>\n\n<p><strong>It&#8217;s an incredible accomplishment to become the first woman in U.S. Military history to achieve the four-star officer rank. Can you tell me about how things changed (or maybe still need to change further) in terms of your experience during your 37 years of service, and how you addressed diversity and inclusion in the military? </strong><br /><br /></p>\n\n<p>First, I certainly didnt accomplish this by myself &#8212; I had a lot of help along the way! I joined the Army as part of the Womens Army Corps (WAC) back in 1975. A few years later they disestablished the WAC and began the integration of women into the regular Army. This was the first time women had the opportunity to have the same career opportunities as their male counterparts in the branches now open to women. The challenge for the women who came into the Army back then was to force the integration &#8212; fight being put into traditional jobs like being a secretary, admin, clerk, or cook &#8212; and fight to be platoon leaders, etc., to support and move the integration of women into the regular Army.</p>\n\n<p>What I witnessed during my time in the Army was that the doors continued to open. Yes, there were roadblocks &#8212; but there were also many leaders along the way who were willing to help. I never worked for a woman. I worked for men who either believed in me or didnt. My experience in my almost four decades was that the doors continued to open for women. I thought jumping out of airplanes was really neat &#8212; now my niece in the USAF is an A-10 fighter pilot, and we have women graduating from Ranger school!  <br /></p>\n\n<p>On diversity, I realized that being the only female in many forums, my voice was hard to be heard. And I also realized that most folks promoted and surrounded themselves with people in their own image. What my philosophy was &#8212; and I still think it is an issue today &#8212; is that diversity is not about numbers, its about getting the best and brightest from all walks of life, to help leaders solve the very complex issues that face us today. Dont surround yourself with only people that think or act or look like you. <br /></p>\n\n<p><strong>Who are the leaders that inspire you today? </strong></p>\n\n<p>I think we are products of our past &#8212; Mom and Dad, even though not here on earth, gave me the values that still guide me. Many of my military mentors, Gen. Hugh Shelton, Gen. Pete Schoomaker, Gen. Gordon Sullivan, Gen. Dick Cody, are still coaches and mentors to me today.  </p>\n\n<p>Folks I admire: Warren Buffett, only met him once but I like his concern for the betterment of our country; Oprah Winfrey, although I have never met her I admire her for what she does for our country how she presents herself and how she handles herself &#8212; awesome; Gen. Mattis &#8212; wow, I admire him for taking on this extremely tough assignment for the good of our country and our defense. Secretary Gates served two administrations, Republican and Democrat. <br /></p>\n\n<p>People that inspire me are people I believe are true leaders &#8212; valuing honesty and having the best interests of the country at heart. No hubris!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Jun 2018 19:54:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 27 Jul 2018 01:24:09 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Fri, 27 Jul 2018 01:00:28 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 2";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911133210";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(774, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1532697918', 'no'),
(775, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1532654718', 'no'),
(691, '_transient_timeout_feed_mod_ad6683f740789125f82be95837acfc14', '1532638439', 'no'),
(690, '_transient_feed_ad6683f740789125f82be95837acfc14', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:2:"\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:310:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:8:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Vela Elementor - Feed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:19:"https://mageewp.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:20:"Themes for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 07:01:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wordpress.org/?v=4.9.7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:3:"url";a:1:{i:0;a:5:{s:4:"data";s:57:"https://mageewp.com/wp-content/uploads/2014/04/logo11.png";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Mageewp Elementor Feed - MAGEEWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:19:"https://mageewp.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}s:4:"item";a:9:{i:0;a:6:{s:4:"data";s:448:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"OneTone Pro Classic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://mageewp.com/mageewp_template/onetone-pro-classic/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 11:34:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69584";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:88:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fonetone-pro-classic03.jpg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:69:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-pro-classic%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:19:"onetone-pro-classic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:90:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-classic.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_3","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:89:"{"nav_menu_locations":{"custom_menu_3":"onetone-pro-classic"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:448:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"OneTone Restaurant";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://mageewp.com/mageewp_template/onetone-restaurant/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 11:06:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69613";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:77:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Frestaurant.jpg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:68:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-restaurant%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:18:"onetone-restaurant";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:93:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-restaurant.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_2","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:98:"{"nav_menu_locations":{"custom_menu_2":"onetone-restaurant-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:448:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"OneTone Cafe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"https://mageewp.com/mageewp_template/onetone-cafe/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 10:50:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69605";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:71:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fcafe.jpg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:62:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-cafe%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:12:"onetone-cafe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:87:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-cafe.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_3","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:92:"{"nav_menu_locations":{"custom_menu_3":"onetone-cafe-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:448:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"OneTone Fashion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://mageewp.com/mageewp_template/onetone-fashion/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 10:18:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69601";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:74:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Ffashion.jpg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:65:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-fashion%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:15:"onetone-fashion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:90:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-fashion.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_3","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:95:"{"nav_menu_locations":{"custom_menu_3":"onetone-fashion-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:448:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"OneTone Resume";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://mageewp.com/mageewp_template/onetone-resume/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 10:59:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69609";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:73:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fresume.jpg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:64:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-resume%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:14:"onetone-resume";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:89:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-resume.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_3","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:94:"{"nav_menu_locations":{"custom_menu_3":"onetone-resume-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:448:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"OneTone APP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://mageewp.com/mageewp_template/onetone-app/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 07:36:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69580";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:70:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fapp.jpg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:61:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-app%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:11:"onetone-app";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:86:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-app.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_2","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:91:"{"nav_menu_locations":{"custom_menu_2":"onetone-app-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate <strong>Elementor Pro</strong> included in <strong>OneTone Pro</strong> before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:448:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"OneTone Classic 2.x";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://mageewp.com/mageewp_template/onetone-classic-2-x/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 19:10:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69626";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:84:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fonetone-frontpage.jpg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"template";a:1:{i:0;a:5:{s:4:"data";s:93:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Felementor-2948-2018-07-19.json";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:75:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone%2Fonetone-classic-frontpage-2-x%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:19:"onetone-classic-2-x";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:150:"[{"name":"Contact Form 7","slug":"contact-form-7","init":"wp-contact-form-7"},{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:92:"https://mageewp.com/wp-content/uploads/2018/07/onetonen-classic-2.x.wordpress.2018-07-19.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_4","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:89:"{"nav_menu_locations":{"custom_menu_4":"onetone-classic-2-x"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:448:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"OneTone Classic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://mageewp.com/mageewp_template/astore-frontpage/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 20:34:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69455";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:89:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Ffront-page-elementor01.jpg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"template";a:1:{i:0;a:5:{s:4:"data";s:93:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Felementor-2888-2018-07-18.json";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:66:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone%2Ffront-page-elementor%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:15:"onetone-classic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:150:"[{"name":"Contact Form 7","slug":"contact-form-7","init":"wp-contact-form-7"},{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:104:"https://mageewp.com/wp-content/uploads/2018/07/onetonevideobackgroundbannerdemo.wordpress.2018-07-13.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_1","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:95:"{"nav_menu_locations":{"custom_menu_1":"onetone-classic-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:448:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"OneTone Slider";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://mageewp.com/mageewp_template/onetone-slider-frontpage/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 19:36:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69552";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:93:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2FoneTone-slider-frontpage02.jpg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"template";a:1:{i:0;a:5:{s:4:"data";s:93:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Felementor-2884-2018-07-18.json";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:73:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone%2Ffront-page-slider-elementor%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:14:"onetone-slider";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:150:"[{"name":"Contact Form 7","slug":"contact-form-7","init":"wp-contact-form-7"},{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:104:"https://mageewp.com/wp-content/uploads/2018/07/onetonevideobackgroundbannerdemo.wordpress.2018-07-13.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:318:"{"_onetone_post_meta":{"header_overlay":"no","nav_menu":"custom_menu_1","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:95:"{"nav_menu_locations":{"custom_menu_1":"onetone-classic-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:69:"https://mageewp.com/mageewp-elementor-feed/?license_key=&item=onetone";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:12:"nginx/1.13.7";s:4:"date";s:29:"Thu, 26 Jul 2018 08:52:49 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:12:"x-powered-by";s:9:"PHP/7.2.0";s:10:"set-cookie";s:44:"PHPSESSID=kic19q9o01d5c8dhlt48m6l7pl; path=/";s:7:"expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"cache-control";s:35:"no-store, no-cache, must-revalidate";s:6:"pragma";s:8:"no-cache";s:4:"link";a:2:{i:0;s:56:"<https://mageewp.com/wp-json/>; rel="https://api.w.org/"";i:1;s:45:"<https://mageewp.com/?p=69457>; rel=shortlink";}}}s:5:"build";s:14:"20130911133210";}', 'no'),
(591, 'theme_mods_onetone', 'a:5:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:13:"custom_menu_1";i:6;}s:18:"custom_css_post_id";i:-1;s:16:"header_textcolor";s:5:"blank";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1532595314;s:4:"data";a:14:{s:19:"wp_inactive_widgets";a:0:{}s:15:"default_sidebar";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:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}s:9:"sidebar-6";a:0:{}s:9:"sidebar-7";a:0:{}s:9:"sidebar-8";a:0:{}s:15:"footer_widget_1";a:0:{}s:15:"footer_widget_2";a:0:{}s:15:"footer_widget_3";a:0:{}s:15:"footer_widget_4";a:0:{}}}}', 'yes'),
(778, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1532697918', 'no'),
(779, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1532654718', 'no'),
(780, '_transient_timeout_dash_v2_47a6b06ed6e5ddea23d9bd5316ed8875', '1532697918', 'no'),
(781, '_transient_dash_v2_47a6b06ed6e5ddea23d9bd5316ed8875', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/''>Quarterly Updates | Q2 2018</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wptavern.com/how-to-create-a-gutenberg-block-attributes-glossary''>WPTavern: How to Create A Gutenberg Block Attributes Glossary</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/font-awesome-5-2-adds-372-new-icons-introduces-automotive-and-education-categories''>WPTavern: Font Awesome 5.2 Adds 372 New Icons, Introduces Automotive and Education Categories</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/wpweekly-episode-324-getting-nc-state-gutenready''>WPTavern: WPWeekly Episode 324 Getting NC State Gutenready</a></li></ul></div>', 'no'),
(647, '_site_transient_timeout_kirki_googlefonts_cache', '1532596495', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(648, '_site_transient_kirki_googlefonts_cache', 'a:877:{s:7:"ABeeZee";a:3:{s:5:"label";s:7:"ABeeZee";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Abel";a:3:{s:5:"label";s:4:"Abel";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Abhaya Libre";a:3:{s:5:"label";s:12:"Abhaya Libre";s:8:"variants";a:5:{i:0;s:3:"500";i:1;s:3:"600";i:2;s:3:"700";i:3;s:3:"800";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:13:"Abril Fatface";a:3:{s:5:"label";s:13:"Abril Fatface";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Aclonica";a:3:{s:5:"label";s:8:"Aclonica";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Acme";a:3:{s:5:"label";s:4:"Acme";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Actor";a:3:{s:5:"label";s:5:"Actor";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Adamina";a:3:{s:5:"label";s:7:"Adamina";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Advent Pro";a:3:{s:5:"label";s:10:"Advent Pro";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:15:"Aguafina Script";a:3:{s:5:"label";s:15:"Aguafina Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Akronim";a:3:{s:5:"label";s:7:"Akronim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Aladin";a:3:{s:5:"label";s:6:"Aladin";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Aldrich";a:3:{s:5:"label";s:7:"Aldrich";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Alef";a:3:{s:5:"label";s:4:"Alef";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Alegreya";a:3:{s:5:"label";s:8:"Alegreya";s:8:"variants";a:10:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"800";i:5;s:9:"800italic";i:6;s:3:"900";i:7;s:9:"900italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Alegreya SC";a:3:{s:5:"label";s:11:"Alegreya SC";s:8:"variants";a:10:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"800";i:5;s:9:"800italic";i:6;s:3:"900";i:7;s:9:"900italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:5:"serif";}s:13:"Alegreya Sans";a:3:{s:5:"label";s:13:"Alegreya Sans";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:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"800";i:9;s:9:"800italic";i:10;s:3:"900";i:11;s:9:"900italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Alegreya Sans SC";a:3:{s:5:"label";s:16:"Alegreya Sans SC";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:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"800";i:9;s:9:"800italic";i:10;s:3:"900";i:11;s:9:"900italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Alex Brush";a:3:{s:5:"label";s:10:"Alex Brush";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:13:"Alfa Slab One";a:3:{s:5:"label";s:13:"Alfa Slab One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Alice";a:3:{s:5:"label";s:5:"Alice";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Alike";a:3:{s:5:"label";s:5:"Alike";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:13:"Alike Angular";a:3:{s:5:"label";s:13:"Alike Angular";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Allan";a:3:{s:5:"label";s:5:"Allan";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Allerta";a:3:{s:5:"label";s:7:"Allerta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:15:"Allerta Stencil";a:3:{s:5:"label";s:15:"Allerta Stencil";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Allura";a:3:{s:5:"label";s:6:"Allura";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Almendra";a:3:{s:5:"label";s:8:"Almendra";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:16:"Almendra Display";a:3:{s:5:"label";s:16:"Almendra Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Almendra SC";a:3:{s:5:"label";s:11:"Almendra SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Amarante";a:3:{s:5:"label";s:8:"Amarante";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Amaranth";a:3:{s:5:"label";s:8:"Amaranth";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Amatic SC";a:3:{s:5:"label";s:9:"Amatic SC";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Amethysta";a:3:{s:5:"label";s:9:"Amethysta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Amiko";a:3:{s:5:"label";s:5:"Amiko";s:8:"variants";a:3:{i:0;s:3:"600";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Amiri";a:3:{s:5:"label";s:5:"Amiri";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Amita";a:3:{s:5:"label";s:5:"Amita";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Anaheim";a:3:{s:5:"label";s:7:"Anaheim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Andada";a:3:{s:5:"label";s:6:"Andada";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Andika";a:3:{s:5:"label";s:6:"Andika";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Angkor";a:3:{s:5:"label";s:6:"Angkor";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:24:"Annie Use Your Telescope";a:3:{s:5:"label";s:24:"Annie Use Your Telescope";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:13:"Anonymous Pro";a:3:{s:5:"label";s:13:"Anonymous Pro";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:9:"monospace";}s:5:"Antic";a:3:{s:5:"label";s:5:"Antic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Antic Didone";a:3:{s:5:"label";s:12:"Antic Didone";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Antic Slab";a:3:{s:5:"label";s:10:"Antic Slab";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Anton";a:3:{s:5:"label";s:5:"Anton";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Arapey";a:3:{s:5:"label";s:6:"Arapey";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Arbutus";a:3:{s:5:"label";s:7:"Arbutus";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Arbutus Slab";a:3:{s:5:"label";s:12:"Arbutus Slab";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:19:"Architects Daughter";a:3:{s:5:"label";s:19:"Architects Daughter";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Archivo";a:3:{s:5:"label";s:7:"Archivo";s:8:"variants";a:8:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Archivo Black";a:3:{s:5:"label";s:13:"Archivo Black";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Archivo Narrow";a:3:{s:5:"label";s:14:"Archivo Narrow";s:8:"variants";a:8:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Aref Ruqaa";a:3:{s:5:"label";s:10:"Aref Ruqaa";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:13:"Arima Madurai";a:3:{s:5:"label";s:13:"Arima Madurai";s:8:"variants";a:8:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";i:7;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Arimo";a:3:{s:5:"label";s:5:"Arimo";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Arizonia";a:3:{s:5:"label";s:8:"Arizonia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Armata";a:3:{s:5:"label";s:6:"Armata";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Arsenal";a:3:{s:5:"label";s:7:"Arsenal";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Artifika";a:3:{s:5:"label";s:8:"Artifika";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:4:"Arvo";a:3:{s:5:"label";s:4:"Arvo";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:4:"Arya";a:3:{s:5:"label";s:4:"Arya";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Asap";a:3:{s:5:"label";s:4:"Asap";s:8:"variants";a:8:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Asap Condensed";a:3:{s:5:"label";s:14:"Asap Condensed";s:8:"variants";a:8:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Asar";a:3:{s:5:"label";s:4:"Asar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Asset";a:3:{s:5:"label";s:5:"Asset";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Assistant";a:3:{s:5:"label";s:9:"Assistant";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Astloch";a:3:{s:5:"label";s:7:"Astloch";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:4:"Asul";a:3:{s:5:"label";s:4:"Asul";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Athiti";a:3:{s:5:"label";s:6:"Athiti";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Atma";a:3:{s:5:"label";s:4:"Atma";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Atomic Age";a:3:{s:5:"label";s:10:"Atomic Age";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Aubrey";a:3:{s:5:"label";s:6:"Aubrey";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Audiowide";a:3:{s:5:"label";s:9:"Audiowide";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Autour One";a:3:{s:5:"label";s:10:"Autour One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Average";a:3:{s:5:"label";s:7:"Average";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Average Sans";a:3:{s:5:"label";s:12:"Average Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:19:"Averia Gruesa Libre";a:3:{s:5:"label";s:19:"Averia Gruesa Libre";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Averia Libre";a:3:{s:5:"label";s:12:"Averia Libre";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:7:"display";}s:17:"Averia Sans Libre";a:3:{s:5:"label";s:17:"Averia Sans Libre";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:7:"display";}s:18:"Averia Serif Libre";a:3:{s:5:"label";s:18:"Averia Serif Libre";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Bad Script";a:3:{s:5:"label";s:10:"Bad Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Bahiana";a:3:{s:5:"label";s:7:"Bahiana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Baloo";a:3:{s:5:"label";s:5:"Baloo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Baloo Bhai";a:3:{s:5:"label";s:10:"Baloo Bhai";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Baloo Bhaijaan";a:3:{s:5:"label";s:14:"Baloo Bhaijaan";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Baloo Bhaina";a:3:{s:5:"label";s:12:"Baloo Bhaina";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Baloo Chettan";a:3:{s:5:"label";s:13:"Baloo Chettan";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Baloo Da";a:3:{s:5:"label";s:8:"Baloo Da";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Baloo Paaji";a:3:{s:5:"label";s:11:"Baloo Paaji";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Baloo Tamma";a:3:{s:5:"label";s:11:"Baloo Tamma";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Baloo Tammudu";a:3:{s:5:"label";s:13:"Baloo Tammudu";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Baloo Thambi";a:3:{s:5:"label";s:12:"Baloo Thambi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Balthazar";a:3:{s:5:"label";s:9:"Balthazar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Bangers";a:3:{s:5:"label";s:7:"Bangers";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Barlow";a:3:{s:5:"label";s:6:"Barlow";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Barlow Condensed";a:3:{s:5:"label";s:16:"Barlow Condensed";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:21:"Barlow Semi Condensed";a:3:{s:5:"label";s:21:"Barlow Semi Condensed";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Barrio";a:3:{s:5:"label";s:6:"Barrio";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Basic";a:3:{s:5:"label";s:5:"Basic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Battambang";a:3:{s:5:"label";s:10:"Battambang";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Baumans";a:3:{s:5:"label";s:7:"Baumans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Bayon";a:3:{s:5:"label";s:5:"Bayon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Belgrano";a:3:{s:5:"label";s:8:"Belgrano";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Bellefair";a:3:{s:5:"label";s:9:"Bellefair";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Belleza";a:3:{s:5:"label";s:7:"Belleza";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"BenchNine";a:3:{s:5:"label";s:9:"BenchNine";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Bentham";a:3:{s:5:"label";s:7:"Bentham";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:15:"Berkshire Swash";a:3:{s:5:"label";s:15:"Berkshire Swash";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Bevan";a:3:{s:5:"label";s:5:"Bevan";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Bigelow Rules";a:3:{s:5:"label";s:13:"Bigelow Rules";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Bigshot One";a:3:{s:5:"label";s:11:"Bigshot One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Bilbo";a:3:{s:5:"label";s:5:"Bilbo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:16:"Bilbo Swash Caps";a:3:{s:5:"label";s:16:"Bilbo Swash Caps";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"BioRhyme";a:3:{s:5:"label";s:8:"BioRhyme";s:8:"variants";a:5:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"700";i:3;s:3:"800";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:17:"BioRhyme Expanded";a:3:{s:5:"label";s:17:"BioRhyme Expanded";s:8:"variants";a:5:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"700";i:3;s:3:"800";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Biryani";a:3:{s:5:"label";s:7:"Biryani";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Bitter";a:3:{s:5:"label";s:6:"Bitter";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:6:"italic";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:23:"Black And White Picture";a:3:{s:5:"label";s:23:"Black And White Picture";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Black Han Sans";a:3:{s:5:"label";s:14:"Black Han Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Black Ops One";a:3:{s:5:"label";s:13:"Black Ops One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Bokor";a:3:{s:5:"label";s:5:"Bokor";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Bonbon";a:3:{s:5:"label";s:6:"Bonbon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Boogaloo";a:3:{s:5:"label";s:8:"Boogaloo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Bowlby One";a:3:{s:5:"label";s:10:"Bowlby One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Bowlby One SC";a:3:{s:5:"label";s:13:"Bowlby One SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Brawler";a:3:{s:5:"label";s:7:"Brawler";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Bree Serif";a:3:{s:5:"label";s:10:"Bree Serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:14:"Bubblegum Sans";a:3:{s:5:"label";s:14:"Bubblegum Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Bubbler One";a:3:{s:5:"label";s:11:"Bubbler One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Buda";a:3:{s:5:"label";s:4:"Buda";s:8:"variants";a:1:{i:0;s:3:"300";}s:8:"category";s:7:"display";}s:7:"Buenard";a:3:{s:5:"label";s:7:"Buenard";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Bungee";a:3:{s:5:"label";s:6:"Bungee";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:15:"Bungee Hairline";a:3:{s:5:"label";s:15:"Bungee Hairline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Bungee Inline";a:3:{s:5:"label";s:13:"Bungee Inline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Bungee Outline";a:3:{s:5:"label";s:14:"Bungee Outline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Bungee Shade";a:3:{s:5:"label";s:12:"Bungee Shade";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Butcherman";a:3:{s:5:"label";s:10:"Butcherman";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Butterfly Kids";a:3:{s:5:"label";s:14:"Butterfly Kids";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Cabin";a:3:{s:5:"label";s:5:"Cabin";s:8:"variants";a:8:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:15:"Cabin Condensed";a:3:{s:5:"label";s:15:"Cabin Condensed";s:8:"variants";a:4:{i:0;s:3:"500";i:1;s:3:"600";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Cabin Sketch";a:3:{s:5:"label";s:12:"Cabin Sketch";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:15:"Caesar Dressing";a:3:{s:5:"label";s:15:"Caesar Dressing";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Cagliostro";a:3:{s:5:"label";s:10:"Cagliostro";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Cairo";a:3:{s:5:"label";s:5:"Cairo";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"900";i:5;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Calligraffitti";a:3:{s:5:"label";s:14:"Calligraffitti";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Cambay";a:3:{s:5:"label";s:6:"Cambay";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Cambo";a:3:{s:5:"label";s:5:"Cambo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Candal";a:3:{s:5:"label";s:6:"Candal";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Cantarell";a:3:{s:5:"label";s:9:"Cantarell";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Cantata One";a:3:{s:5:"label";s:11:"Cantata One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Cantora One";a:3:{s:5:"label";s:11:"Cantora One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Capriola";a:3:{s:5:"label";s:8:"Capriola";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Cardo";a:3:{s:5:"label";s:5:"Cardo";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:6:"italic";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Carme";a:3:{s:5:"label";s:5:"Carme";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Carrois Gothic";a:3:{s:5:"label";s:14:"Carrois Gothic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:17:"Carrois Gothic SC";a:3:{s:5:"label";s:17:"Carrois Gothic SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Carter One";a:3:{s:5:"label";s:10:"Carter One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Catamaran";a:3:{s:5:"label";s:9:"Catamaran";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Caudex";a:3:{s:5:"label";s:6:"Caudex";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Caveat";a:3:{s:5:"label";s:6:"Caveat";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:12:"Caveat Brush";a:3:{s:5:"label";s:12:"Caveat Brush";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:18:"Cedarville Cursive";a:3:{s:5:"label";s:18:"Cedarville Cursive";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:11:"Ceviche One";a:3:{s:5:"label";s:11:"Ceviche One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Changa";a:3:{s:5:"label";s:6:"Changa";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Changa One";a:3:{s:5:"label";s:10:"Changa One";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Chango";a:3:{s:5:"label";s:6:"Chango";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Chathura";a:3:{s:5:"label";s:8:"Chathura";s:8:"variants";a:5:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:3:"700";i:3;s:3:"800";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:18:"Chau Philomene One";a:3:{s:5:"label";s:18:"Chau Philomene One";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Chela One";a:3:{s:5:"label";s:9:"Chela One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Chelsea Market";a:3:{s:5:"label";s:14:"Chelsea Market";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Chenla";a:3:{s:5:"label";s:6:"Chenla";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:17:"Cherry Cream Soda";a:3:{s:5:"label";s:17:"Cherry Cream Soda";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Cherry Swash";a:3:{s:5:"label";s:12:"Cherry Swash";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Chewy";a:3:{s:5:"label";s:5:"Chewy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Chicle";a:3:{s:5:"label";s:6:"Chicle";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Chivo";a:3:{s:5:"label";s:5:"Chivo";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Chonburi";a:3:{s:5:"label";s:8:"Chonburi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Cinzel";a:3:{s:5:"label";s:6:"Cinzel";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:3:"900";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:17:"Cinzel Decorative";a:3:{s:5:"label";s:17:"Cinzel Decorative";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:3:"900";i:2;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Clicker Script";a:3:{s:5:"label";s:14:"Clicker Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:4:"Coda";a:3:{s:5:"label";s:4:"Coda";s:8:"variants";a:2:{i:0;s:3:"800";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Coda Caption";a:3:{s:5:"label";s:12:"Coda Caption";s:8:"variants";a:1:{i:0;s:3:"800";}s:8:"category";s:10:"sans-serif";}s:8:"Codystar";a:3:{s:5:"label";s:8:"Codystar";s:8:"variants";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Coiny";a:3:{s:5:"label";s:5:"Coiny";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Combo";a:3:{s:5:"label";s:5:"Combo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Comfortaa";a:3:{s:5:"label";s:9:"Comfortaa";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Coming Soon";a:3:{s:5:"label";s:11:"Coming Soon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:11:"Concert One";a:3:{s:5:"label";s:11:"Concert One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Condiment";a:3:{s:5:"label";s:9:"Condiment";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Content";a:3:{s:5:"label";s:7:"Content";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Contrail One";a:3:{s:5:"label";s:12:"Contrail One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Convergence";a:3:{s:5:"label";s:11:"Convergence";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Cookie";a:3:{s:5:"label";s:6:"Cookie";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Copse";a:3:{s:5:"label";s:5:"Copse";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Corben";a:3:{s:5:"label";s:6:"Corben";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Cormorant";a:3:{s:5:"label";s:9:"Cormorant";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";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:6:"italic";i:9;s:7:"regular";}s:8:"category";s:5:"serif";}s:18:"Cormorant Garamond";a:3:{s:5:"label";s:18:"Cormorant Garamond";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";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:6:"italic";i:9;s:7:"regular";}s:8:"category";s:5:"serif";}s:16:"Cormorant Infant";a:3:{s:5:"label";s:16:"Cormorant Infant";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";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:6:"italic";i:9;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Cormorant SC";a:3:{s:5:"label";s:12:"Cormorant SC";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:17:"Cormorant Unicase";a:3:{s:5:"label";s:17:"Cormorant Unicase";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:17:"Cormorant Upright";a:3:{s:5:"label";s:17:"Cormorant Upright";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Courgette";a:3:{s:5:"label";s:9:"Courgette";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Cousine";a:3:{s:5:"label";s:7:"Cousine";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:9:"monospace";}s:8:"Coustard";a:3:{s:5:"label";s:8:"Coustard";s:8:"variants";a:2:{i:0;s:3:"900";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:21:"Covered By Your Grace";a:3:{s:5:"label";s:21:"Covered By Your Grace";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:12:"Crafty Girls";a:3:{s:5:"label";s:12:"Crafty Girls";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Creepster";a:3:{s:5:"label";s:9:"Creepster";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Crete Round";a:3:{s:5:"label";s:11:"Crete Round";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Crimson Text";a:3:{s:5:"label";s:12:"Crimson Text";s:8:"variants";a:6:{i:0;s:3:"600";i:1;s:9:"600italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:5:"serif";}s:13:"Croissant One";a:3:{s:5:"label";s:13:"Croissant One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Crushed";a:3:{s:5:"label";s:7:"Crushed";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Cuprum";a:3:{s:5:"label";s:6:"Cuprum";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Cute Font";a:3:{s:5:"label";s:9:"Cute Font";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Cutive";a:3:{s:5:"label";s:6:"Cutive";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Cutive Mono";a:3:{s:5:"label";s:11:"Cutive Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:9:"monospace";}s:6:"Damion";a:3:{s:5:"label";s:6:"Damion";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:14:"Dancing Script";a:3:{s:5:"label";s:14:"Dancing Script";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Dangrek";a:3:{s:5:"label";s:7:"Dangrek";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"David Libre";a:3:{s:5:"label";s:11:"David Libre";s:8:"variants";a:3:{i:0;s:3:"500";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:20:"Dawning of a New Day";a:3:{s:5:"label";s:20:"Dawning of a New Day";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Days One";a:3:{s:5:"label";s:8:"Days One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Dekko";a:3:{s:5:"label";s:5:"Dekko";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Delius";a:3:{s:5:"label";s:6:"Delius";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:17:"Delius Swash Caps";a:3:{s:5:"label";s:17:"Delius Swash Caps";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:14:"Delius Unicase";a:3:{s:5:"label";s:14:"Delius Unicase";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:13:"Della Respira";a:3:{s:5:"label";s:13:"Della Respira";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Denk One";a:3:{s:5:"label";s:8:"Denk One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Devonshire";a:3:{s:5:"label";s:10:"Devonshire";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Dhurjati";a:3:{s:5:"label";s:8:"Dhurjati";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Didact Gothic";a:3:{s:5:"label";s:13:"Didact Gothic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Diplomata";a:3:{s:5:"label";s:9:"Diplomata";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Diplomata SC";a:3:{s:5:"label";s:12:"Diplomata SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Do Hyeon";a:3:{s:5:"label";s:8:"Do Hyeon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Dokdo";a:3:{s:5:"label";s:5:"Dokdo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Domine";a:3:{s:5:"label";s:6:"Domine";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Donegal One";a:3:{s:5:"label";s:11:"Donegal One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Doppio One";a:3:{s:5:"label";s:10:"Doppio One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Dorsa";a:3:{s:5:"label";s:5:"Dorsa";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Dosis";a:3:{s:5:"label";s:5:"Dosis";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Dr Sugiyama";a:3:{s:5:"label";s:11:"Dr Sugiyama";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Duru Sans";a:3:{s:5:"label";s:9:"Duru Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Dynalight";a:3:{s:5:"label";s:9:"Dynalight";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"EB Garamond";a:3:{s:5:"label";s:11:"EB Garamond";s:8:"variants";a:10:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"800";i:7;s:9:"800italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Eagle Lake";a:3:{s:5:"label";s:10:"Eagle Lake";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:14:"East Sea Dokdo";a:3:{s:5:"label";s:14:"East Sea Dokdo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Eater";a:3:{s:5:"label";s:5:"Eater";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Economica";a:3:{s:5:"label";s:9:"Economica";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Eczar";a:3:{s:5:"label";s:5:"Eczar";s:8:"variants";a:5:{i:0;s:3:"500";i:1;s:3:"600";i:2;s:3:"700";i:3;s:3:"800";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"El Messiri";a:3:{s:5:"label";s:10:"El Messiri";s:8:"variants";a:4:{i:0;s:3:"500";i:1;s:3:"600";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Electrolize";a:3:{s:5:"label";s:11:"Electrolize";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Elsie";a:3:{s:5:"label";s:5:"Elsie";s:8:"variants";a:2:{i:0;s:3:"900";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:16:"Elsie Swash Caps";a:3:{s:5:"label";s:16:"Elsie Swash Caps";s:8:"variants";a:2:{i:0;s:3:"900";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Emblema One";a:3:{s:5:"label";s:11:"Emblema One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Emilys Candy";a:3:{s:5:"label";s:12:"Emilys Candy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Encode Sans";a:3:{s:5:"label";s:11:"Encode Sans";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:21:"Encode Sans Condensed";a:3:{s:5:"label";s:21:"Encode Sans Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:20:"Encode Sans Expanded";a:3:{s:5:"label";s:20:"Encode Sans Expanded";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:26:"Encode Sans Semi Condensed";a:3:{s:5:"label";s:26:"Encode Sans Semi Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:25:"Encode Sans Semi Expanded";a:3:{s:5:"label";s:25:"Encode Sans Semi Expanded";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Engagement";a:3:{s:5:"label";s:10:"Engagement";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Englebert";a:3:{s:5:"label";s:9:"Englebert";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Enriqueta";a:3:{s:5:"label";s:9:"Enriqueta";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Erica One";a:3:{s:5:"label";s:9:"Erica One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Esteban";a:3:{s:5:"label";s:7:"Esteban";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:15:"Euphoria Script";a:3:{s:5:"label";s:15:"Euphoria Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Ewert";a:3:{s:5:"label";s:5:"Ewert";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:3:"Exo";a:3:{s:5:"label";s:3:"Exo";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Exo 2";a:3:{s:5:"label";s:5:"Exo 2";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Expletus Sans";a:3:{s:5:"label";s:13:"Expletus Sans";s:8:"variants";a:8:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Fanwood Text";a:3:{s:5:"label";s:12:"Fanwood Text";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Farsan";a:3:{s:5:"label";s:6:"Farsan";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Fascinate";a:3:{s:5:"label";s:9:"Fascinate";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:16:"Fascinate Inline";a:3:{s:5:"label";s:16:"Fascinate Inline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Faster One";a:3:{s:5:"label";s:10:"Faster One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Fasthand";a:3:{s:5:"label";s:8:"Fasthand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Fauna One";a:3:{s:5:"label";s:9:"Fauna One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Faustina";a:3:{s:5:"label";s:8:"Faustina";s:8:"variants";a:8:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Federant";a:3:{s:5:"label";s:8:"Federant";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Federo";a:3:{s:5:"label";s:6:"Federo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Felipa";a:3:{s:5:"label";s:6:"Felipa";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Fenix";a:3:{s:5:"label";s:5:"Fenix";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Finger Paint";a:3:{s:5:"label";s:12:"Finger Paint";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Fira Mono";a:3:{s:5:"label";s:9:"Fira Mono";s:8:"variants";a:3:{i:0;s:3:"500";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:9:"monospace";}s:9:"Fira Sans";a:3:{s:5:"label";s:9:"Fira Sans";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:19:"Fira Sans Condensed";a:3:{s:5:"label";s:19:"Fira Sans Condensed";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:25:"Fira Sans Extra Condensed";a:3:{s:5:"label";s:25:"Fira Sans Extra Condensed";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Fjalla One";a:3:{s:5:"label";s:10:"Fjalla One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Fjord One";a:3:{s:5:"label";s:9:"Fjord One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Flamenco";a:3:{s:5:"label";s:8:"Flamenco";s:8:"variants";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Flavors";a:3:{s:5:"label";s:7:"Flavors";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Fondamento";a:3:{s:5:"label";s:10:"Fondamento";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:16:"Fontdiner Swanky";a:3:{s:5:"label";s:16:"Fontdiner Swanky";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Forum";a:3:{s:5:"label";s:5:"Forum";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Francois One";a:3:{s:5:"label";s:12:"Francois One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Frank Ruhl Libre";a:3:{s:5:"label";s:16:"Frank Ruhl Libre";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"700";i:3;s:3:"900";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Freckle Face";a:3:{s:5:"label";s:12:"Freckle Face";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:20:"Fredericka the Great";a:3:{s:5:"label";s:20:"Fredericka the Great";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Fredoka One";a:3:{s:5:"label";s:11:"Fredoka One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Freehand";a:3:{s:5:"label";s:8:"Freehand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Fresca";a:3:{s:5:"label";s:6:"Fresca";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Frijole";a:3:{s:5:"label";s:7:"Frijole";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Fruktur";a:3:{s:5:"label";s:7:"Fruktur";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Fugaz One";a:3:{s:5:"label";s:9:"Fugaz One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"GFS Didot";a:3:{s:5:"label";s:9:"GFS Didot";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:15:"GFS Neohellenic";a:3:{s:5:"label";s:15:"GFS Neohellenic";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Gabriela";a:3:{s:5:"label";s:8:"Gabriela";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Gaegu";a:3:{s:5:"label";s:5:"Gaegu";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Gafata";a:3:{s:5:"label";s:6:"Gafata";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Galada";a:3:{s:5:"label";s:6:"Galada";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Galdeano";a:3:{s:5:"label";s:8:"Galdeano";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Galindo";a:3:{s:5:"label";s:7:"Galindo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Gamja Flower";a:3:{s:5:"label";s:12:"Gamja Flower";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:13:"Gentium Basic";a:3:{s:5:"label";s:13:"Gentium Basic";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:18:"Gentium Book Basic";a:3:{s:5:"label";s:18:"Gentium Book Basic";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:3:"Geo";a:3:{s:5:"label";s:3:"Geo";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Geostar";a:3:{s:5:"label";s:7:"Geostar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Geostar Fill";a:3:{s:5:"label";s:12:"Geostar Fill";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Germania One";a:3:{s:5:"label";s:12:"Germania One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Gidugu";a:3:{s:5:"label";s:6:"Gidugu";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Gilda Display";a:3:{s:5:"label";s:13:"Gilda Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:14:"Give You Glory";a:3:{s:5:"label";s:14:"Give You Glory";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:13:"Glass Antiqua";a:3:{s:5:"label";s:13:"Glass Antiqua";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Glegoo";a:3:{s:5:"label";s:6:"Glegoo";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:17:"Gloria Hallelujah";a:3:{s:5:"label";s:17:"Gloria Hallelujah";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:10:"Goblin One";a:3:{s:5:"label";s:10:"Goblin One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Gochi Hand";a:3:{s:5:"label";s:10:"Gochi Hand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Gorditas";a:3:{s:5:"label";s:8:"Gorditas";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Gothic A1";a:3:{s:5:"label";s:9:"Gothic A1";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:21:"Goudy Bookletter 1911";a:3:{s:5:"label";s:21:"Goudy Bookletter 1911";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Graduate";a:3:{s:5:"label";s:8:"Graduate";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Grand Hotel";a:3:{s:5:"label";s:11:"Grand Hotel";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:12:"Gravitas One";a:3:{s:5:"label";s:12:"Gravitas One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Great Vibes";a:3:{s:5:"label";s:11:"Great Vibes";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Griffy";a:3:{s:5:"label";s:6:"Griffy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Gruppo";a:3:{s:5:"label";s:6:"Gruppo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Gudea";a:3:{s:5:"label";s:5:"Gudea";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:6:"italic";i:2;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Gugi";a:3:{s:5:"label";s:4:"Gugi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Gurajada";a:3:{s:5:"label";s:8:"Gurajada";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Habibi";a:3:{s:5:"label";s:6:"Habibi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Halant";a:3:{s:5:"label";s:6:"Halant";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:15:"Hammersmith One";a:3:{s:5:"label";s:15:"Hammersmith One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Hanalei";a:3:{s:5:"label";s:7:"Hanalei";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Hanalei Fill";a:3:{s:5:"label";s:12:"Hanalei Fill";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Handlee";a:3:{s:5:"label";s:7:"Handlee";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Hanuman";a:3:{s:5:"label";s:7:"Hanuman";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Happy Monkey";a:3:{s:5:"label";s:12:"Happy Monkey";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Harmattan";a:3:{s:5:"label";s:9:"Harmattan";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Headland One";a:3:{s:5:"label";s:12:"Headland One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Heebo";a:3:{s:5:"label";s:5:"Heebo";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Henny Penny";a:3:{s:5:"label";s:11:"Henny Penny";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:20:"Herr Von Muellerhoff";a:3:{s:5:"label";s:20:"Herr Von Muellerhoff";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Hi Melody";a:3:{s:5:"label";s:9:"Hi Melody";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:4:"Hind";a:3:{s:5:"label";s:4:"Hind";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Hind Guntur";a:3:{s:5:"label";s:11:"Hind Guntur";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Hind Madurai";a:3:{s:5:"label";s:12:"Hind Madurai";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Hind Siliguri";a:3:{s:5:"label";s:13:"Hind Siliguri";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Hind Vadodara";a:3:{s:5:"label";s:13:"Hind Vadodara";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:15:"Holtwood One SC";a:3:{s:5:"label";s:15:"Holtwood One SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:14:"Homemade Apple";a:3:{s:5:"label";s:14:"Homemade Apple";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Homenaje";a:3:{s:5:"label";s:8:"Homenaje";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"IBM Plex Mono";a:3:{s:5:"label";s:13:"IBM Plex Mono";s:8:"variants";a:14:{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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:9:"monospace";}s:13:"IBM Plex Sans";a:3:{s:5:"label";s:13:"IBM Plex Sans";s:8:"variants";a:14:{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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:23:"IBM Plex Sans Condensed";a:3:{s:5:"label";s:23:"IBM Plex Sans Condensed";s:8:"variants";a:14:{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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"IBM Plex Serif";a:3:{s:5:"label";s:14:"IBM Plex Serif";s:8:"variants";a:14:{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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:5:"serif";}s:15:"IM Fell DW Pica";a:3:{s:5:"label";s:15:"IM Fell DW Pica";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:18:"IM Fell DW Pica SC";a:3:{s:5:"label";s:18:"IM Fell DW Pica SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:19:"IM Fell Double Pica";a:3:{s:5:"label";s:19:"IM Fell Double Pica";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:22:"IM Fell Double Pica SC";a:3:{s:5:"label";s:22:"IM Fell Double Pica SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:15:"IM Fell English";a:3:{s:5:"label";s:15:"IM Fell English";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:18:"IM Fell English SC";a:3:{s:5:"label";s:18:"IM Fell English SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:20:"IM Fell French Canon";a:3:{s:5:"label";s:20:"IM Fell French Canon";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:23:"IM Fell French Canon SC";a:3:{s:5:"label";s:23:"IM Fell French Canon SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:20:"IM Fell Great Primer";a:3:{s:5:"label";s:20:"IM Fell Great Primer";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:23:"IM Fell Great Primer SC";a:3:{s:5:"label";s:23:"IM Fell Great Primer SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Iceberg";a:3:{s:5:"label";s:7:"Iceberg";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Iceland";a:3:{s:5:"label";s:7:"Iceland";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Imprima";a:3:{s:5:"label";s:7:"Imprima";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Inconsolata";a:3:{s:5:"label";s:11:"Inconsolata";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:9:"monospace";}s:5:"Inder";a:3:{s:5:"label";s:5:"Inder";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Indie Flower";a:3:{s:5:"label";s:12:"Indie Flower";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Inika";a:3:{s:5:"label";s:5:"Inika";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:14:"Inknut Antiqua";a:3:{s:5:"label";s:14:"Inknut Antiqua";s:8:"variants";a:7:{i:0;s:3:"300";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";i:6;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Irish Grover";a:3:{s:5:"label";s:12:"Irish Grover";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Istok Web";a:3:{s:5:"label";s:9:"Istok Web";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Italiana";a:3:{s:5:"label";s:8:"Italiana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Italianno";a:3:{s:5:"label";s:9:"Italianno";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:4:"Itim";a:3:{s:5:"label";s:4:"Itim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:16:"Jacques Francois";a:3:{s:5:"label";s:16:"Jacques Francois";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:23:"Jacques Francois Shadow";a:3:{s:5:"label";s:23:"Jacques Francois Shadow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Jaldi";a:3:{s:5:"label";s:5:"Jaldi";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Jim Nightshade";a:3:{s:5:"label";s:14:"Jim Nightshade";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:10:"Jockey One";a:3:{s:5:"label";s:10:"Jockey One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Jolly Lodger";a:3:{s:5:"label";s:12:"Jolly Lodger";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Jomhuria";a:3:{s:5:"label";s:8:"Jomhuria";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Josefin Sans";a:3:{s:5:"label";s:12:"Josefin Sans";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:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Josefin Slab";a:3:{s:5:"label";s:12:"Josefin Slab";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:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Joti One";a:3:{s:5:"label";s:8:"Joti One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:3:"Jua";a:3:{s:5:"label";s:3:"Jua";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Judson";a:3:{s:5:"label";s:6:"Judson";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:6:"italic";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Julee";a:3:{s:5:"label";s:5:"Julee";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:15:"Julius Sans One";a:3:{s:5:"label";s:15:"Julius Sans One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Junge";a:3:{s:5:"label";s:5:"Junge";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:4:"Jura";a:3:{s:5:"label";s:4:"Jura";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:17:"Just Another Hand";a:3:{s:5:"label";s:17:"Just Another Hand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:23:"Just Me Again Down Here";a:3:{s:5:"label";s:23:"Just Me Again Down Here";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Kadwa";a:3:{s:5:"label";s:5:"Kadwa";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Kalam";a:3:{s:5:"label";s:5:"Kalam";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Kameron";a:3:{s:5:"label";s:7:"Kameron";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Kanit";a:3:{s:5:"label";s:5:"Kanit";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Kantumruy";a:3:{s:5:"label";s:9:"Kantumruy";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Karla";a:3:{s:5:"label";s:5:"Karla";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Karma";a:3:{s:5:"label";s:5:"Karma";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Katibeh";a:3:{s:5:"label";s:7:"Katibeh";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Kaushan Script";a:3:{s:5:"label";s:14:"Kaushan Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Kavivanar";a:3:{s:5:"label";s:9:"Kavivanar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Kavoon";a:3:{s:5:"label";s:6:"Kavoon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Kdam Thmor";a:3:{s:5:"label";s:10:"Kdam Thmor";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Keania One";a:3:{s:5:"label";s:10:"Keania One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Kelly Slab";a:3:{s:5:"label";s:10:"Kelly Slab";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Kenia";a:3:{s:5:"label";s:5:"Kenia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Khand";a:3:{s:5:"label";s:5:"Khand";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Khmer";a:3:{s:5:"label";s:5:"Khmer";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Khula";a:3:{s:5:"label";s:5:"Khula";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"600";i:2;s:3:"700";i:3;s:3:"800";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Kirang Haerang";a:3:{s:5:"label";s:14:"Kirang Haerang";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Kite One";a:3:{s:5:"label";s:8:"Kite One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Knewave";a:3:{s:5:"label";s:7:"Knewave";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Kotta One";a:3:{s:5:"label";s:9:"Kotta One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Koulen";a:3:{s:5:"label";s:6:"Koulen";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Kranky";a:3:{s:5:"label";s:6:"Kranky";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Kreon";a:3:{s:5:"label";s:5:"Kreon";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Kristi";a:3:{s:5:"label";s:6:"Kristi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Krona One";a:3:{s:5:"label";s:9:"Krona One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Kumar One";a:3:{s:5:"label";s:9:"Kumar One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:17:"Kumar One Outline";a:3:{s:5:"label";s:17:"Kumar One Outline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Kurale";a:3:{s:5:"label";s:6:"Kurale";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:15:"La Belle Aurore";a:3:{s:5:"label";s:15:"La Belle Aurore";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Laila";a:3:{s:5:"label";s:5:"Laila";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Lakki Reddy";a:3:{s:5:"label";s:11:"Lakki Reddy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Lalezar";a:3:{s:5:"label";s:7:"Lalezar";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Lancelot";a:3:{s:5:"label";s:8:"Lancelot";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Lateef";a:3:{s:5:"label";s:6:"Lateef";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:4:"Lato";a:3:{s:5:"label";s:4:"Lato";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:3:"700";i:5;s:9:"700italic";i:6;s:3:"900";i:7;s:9:"900italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"League Script";a:3:{s:5:"label";s:13:"League Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:12:"Leckerli One";a:3:{s:5:"label";s:12:"Leckerli One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Ledger";a:3:{s:5:"label";s:6:"Ledger";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Lekton";a:3:{s:5:"label";s:6:"Lekton";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:6:"italic";i:2;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Lemon";a:3:{s:5:"label";s:5:"Lemon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Lemonada";a:3:{s:5:"label";s:8:"Lemonada";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:3:"600";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:7:"display";}s:17:"Libre Barcode 128";a:3:{s:5:"label";s:17:"Libre Barcode 128";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:22:"Libre Barcode 128 Text";a:3:{s:5:"label";s:22:"Libre Barcode 128 Text";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:16:"Libre Barcode 39";a:3:{s:5:"label";s:16:"Libre Barcode 39";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:25:"Libre Barcode 39 Extended";a:3:{s:5:"label";s:25:"Libre Barcode 39 Extended";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:30:"Libre Barcode 39 Extended Text";a:3:{s:5:"label";s:30:"Libre Barcode 39 Extended Text";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:21:"Libre Barcode 39 Text";a:3:{s:5:"label";s:21:"Libre Barcode 39 Text";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:17:"Libre Baskerville";a:3:{s:5:"label";s:17:"Libre Baskerville";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:6:"italic";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:14:"Libre Franklin";a:3:{s:5:"label";s:14:"Libre Franklin";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Life Savers";a:3:{s:5:"label";s:11:"Life Savers";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Lilita One";a:3:{s:5:"label";s:10:"Lilita One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:15:"Lily Script One";a:3:{s:5:"label";s:15:"Lily Script One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Limelight";a:3:{s:5:"label";s:9:"Limelight";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Linden Hill";a:3:{s:5:"label";s:11:"Linden Hill";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Lobster";a:3:{s:5:"label";s:7:"Lobster";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Lobster Two";a:3:{s:5:"label";s:11:"Lobster Two";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:7:"display";}s:16:"Londrina Outline";a:3:{s:5:"label";s:16:"Londrina Outline";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:15:"Londrina Shadow";a:3:{s:5:"label";s:15:"Londrina Shadow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:15:"Londrina Sketch";a:3:{s:5:"label";s:15:"Londrina Sketch";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Londrina Solid";a:3:{s:5:"label";s:14:"Londrina Solid";s:8:"variants";a:4:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:3:"900";i:3;s:7:"regular";}s:8:"category";s:7:"display";}s:4:"Lora";a:3:{s:5:"label";s:4:"Lora";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:21:"Love Ya Like A Sister";a:3:{s:5:"label";s:21:"Love Ya Like A Sister";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:17:"Loved by the King";a:3:{s:5:"label";s:17:"Loved by the King";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:14:"Lovers Quarrel";a:3:{s:5:"label";s:14:"Lovers Quarrel";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:12:"Luckiest Guy";a:3:{s:5:"label";s:12:"Luckiest Guy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Lusitana";a:3:{s:5:"label";s:8:"Lusitana";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Lustria";a:3:{s:5:"label";s:7:"Lustria";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Macondo";a:3:{s:5:"label";s:7:"Macondo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:18:"Macondo Swash Caps";a:3:{s:5:"label";s:18:"Macondo Swash Caps";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:4:"Mada";a:3:{s:5:"label";s:4:"Mada";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"900";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Magra";a:3:{s:5:"label";s:5:"Magra";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Maiden Orange";a:3:{s:5:"label";s:13:"Maiden Orange";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Maitree";a:3:{s:5:"label";s:7:"Maitree";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:7:"regular";}s:8:"category";s:5:"serif";}s:4:"Mako";a:3:{s:5:"label";s:4:"Mako";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Mallanna";a:3:{s:5:"label";s:8:"Mallanna";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Mandali";a:3:{s:5:"label";s:7:"Mandali";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Manuale";a:3:{s:5:"label";s:7:"Manuale";s:8:"variants";a:8:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Marcellus";a:3:{s:5:"label";s:9:"Marcellus";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Marcellus SC";a:3:{s:5:"label";s:12:"Marcellus SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Marck Script";a:3:{s:5:"label";s:12:"Marck Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Margarine";a:3:{s:5:"label";s:9:"Margarine";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Marko One";a:3:{s:5:"label";s:9:"Marko One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Marmelad";a:3:{s:5:"label";s:8:"Marmelad";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Martel";a:3:{s:5:"label";s:6:"Martel";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";i:6;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Martel Sans";a:3:{s:5:"label";s:11:"Martel Sans";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Marvel";a:3:{s:5:"label";s:6:"Marvel";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Mate";a:3:{s:5:"label";s:4:"Mate";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Mate SC";a:3:{s:5:"label";s:7:"Mate SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Maven Pro";a:3:{s:5:"label";s:9:"Maven Pro";s:8:"variants";a:4:{i:0;s:3:"500";i:1;s:3:"700";i:2;s:3:"900";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"McLaren";a:3:{s:5:"label";s:7:"McLaren";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Meddon";a:3:{s:5:"label";s:6:"Meddon";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:13:"MedievalSharp";a:3:{s:5:"label";s:13:"MedievalSharp";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Medula One";a:3:{s:5:"label";s:10:"Medula One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Meera Inimai";a:3:{s:5:"label";s:12:"Meera Inimai";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Megrim";a:3:{s:5:"label";s:6:"Megrim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Meie Script";a:3:{s:5:"label";s:11:"Meie Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Merienda";a:3:{s:5:"label";s:8:"Merienda";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:12:"Merienda One";a:3:{s:5:"label";s:12:"Merienda One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:12:"Merriweather";a:3:{s:5:"label";s:12:"Merriweather";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:5:"serif";}s:17:"Merriweather Sans";a:3:{s:5:"label";s:17:"Merriweather Sans";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"800";i:5;s:9:"800italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Metal";a:3:{s:5:"label";s:5:"Metal";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Metal Mania";a:3:{s:5:"label";s:11:"Metal Mania";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Metamorphous";a:3:{s:5:"label";s:12:"Metamorphous";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Metrophobic";a:3:{s:5:"label";s:11:"Metrophobic";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Michroma";a:3:{s:5:"label";s:8:"Michroma";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Milonga";a:3:{s:5:"label";s:7:"Milonga";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Miltonian";a:3:{s:5:"label";s:9:"Miltonian";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:16:"Miltonian Tattoo";a:3:{s:5:"label";s:16:"Miltonian Tattoo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:4:"Mina";a:3:{s:5:"label";s:4:"Mina";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Miniver";a:3:{s:5:"label";s:7:"Miniver";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Miriam Libre";a:3:{s:5:"label";s:12:"Miriam Libre";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Mirza";a:3:{s:5:"label";s:5:"Mirza";s:8:"variants";a:4:{i:0;s:3:"500";i:1;s:3:"600";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Miss Fajardose";a:3:{s:5:"label";s:14:"Miss Fajardose";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:4:"Mitr";a:3:{s:5:"label";s:4:"Mitr";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Modak";a:3:{s:5:"label";s:5:"Modak";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Modern Antiqua";a:3:{s:5:"label";s:14:"Modern Antiqua";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Mogra";a:3:{s:5:"label";s:5:"Mogra";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Molengo";a:3:{s:5:"label";s:7:"Molengo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Molle";a:3:{s:5:"label";s:5:"Molle";s:8:"variants";a:1:{i:0;s:6:"italic";}s:8:"category";s:11:"handwriting";}s:5:"Monda";a:3:{s:5:"label";s:5:"Monda";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Monofett";a:3:{s:5:"label";s:8:"Monofett";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Monoton";a:3:{s:5:"label";s:7:"Monoton";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:20:"Monsieur La Doulaise";a:3:{s:5:"label";s:20:"Monsieur La Doulaise";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Montaga";a:3:{s:5:"label";s:7:"Montaga";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Montez";a:3:{s:5:"label";s:6:"Montez";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:10:"Montserrat";a:3:{s:5:"label";s:10:"Montserrat";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:21:"Montserrat Alternates";a:3:{s:5:"label";s:21:"Montserrat Alternates";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:20:"Montserrat Subrayada";a:3:{s:5:"label";s:20:"Montserrat Subrayada";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Moul";a:3:{s:5:"label";s:4:"Moul";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Moulpali";a:3:{s:5:"label";s:8:"Moulpali";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:22:"Mountains of Christmas";a:3:{s:5:"label";s:22:"Mountains of Christmas";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Mouse Memoirs";a:3:{s:5:"label";s:13:"Mouse Memoirs";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Mr Bedfort";a:3:{s:5:"label";s:10:"Mr Bedfort";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Mr Dafoe";a:3:{s:5:"label";s:8:"Mr Dafoe";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:14:"Mr De Haviland";a:3:{s:5:"label";s:14:"Mr De Haviland";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:19:"Mrs Saint Delafield";a:3:{s:5:"label";s:19:"Mrs Saint Delafield";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:13:"Mrs Sheppards";a:3:{s:5:"label";s:13:"Mrs Sheppards";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Mukta";a:3:{s:5:"label";s:5:"Mukta";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Mukta Mahee";a:3:{s:5:"label";s:11:"Mukta Mahee";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Mukta Malar";a:3:{s:5:"label";s:11:"Mukta Malar";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Mukta Vaani";a:3:{s:5:"label";s:11:"Mukta Vaani";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Muli";a:3:{s:5:"label";s:4:"Muli";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";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";i:10;s:3:"900";i:11;s:9:"900italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Mystery Quest";a:3:{s:5:"label";s:13:"Mystery Quest";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:3:"NTR";a:3:{s:5:"label";s:3:"NTR";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:18:"Nanum Brush Script";a:3:{s:5:"label";s:18:"Nanum Brush Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:12:"Nanum Gothic";a:3:{s:5:"label";s:12:"Nanum Gothic";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:3:"800";i:2;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:19:"Nanum Gothic Coding";a:3:{s:5:"label";s:19:"Nanum Gothic Coding";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:9:"monospace";}s:14:"Nanum Myeongjo";a:3:{s:5:"label";s:14:"Nanum Myeongjo";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:3:"800";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:16:"Nanum Pen Script";a:3:{s:5:"label";s:16:"Nanum Pen Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Neucha";a:3:{s:5:"label";s:6:"Neucha";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Neuton";a:3:{s:5:"label";s:6:"Neuton";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"700";i:3;s:3:"800";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"New Rocker";a:3:{s:5:"label";s:10:"New Rocker";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"News Cycle";a:3:{s:5:"label";s:10:"News Cycle";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Niconne";a:3:{s:5:"label";s:7:"Niconne";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Nixie One";a:3:{s:5:"label";s:9:"Nixie One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Nobile";a:3:{s:5:"label";s:6:"Nobile";s:8:"variants";a:6:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Nokora";a:3:{s:5:"label";s:6:"Nokora";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Norican";a:3:{s:5:"label";s:7:"Norican";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Nosifer";a:3:{s:5:"label";s:7:"Nosifer";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:20:"Nothing You Could Do";a:3:{s:5:"label";s:20:"Nothing You Could Do";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:12:"Noticia Text";a:3:{s:5:"label";s:12:"Noticia Text";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Noto Sans";a:3:{s:5:"label";s:9:"Noto Sans";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Noto Serif";a:3:{s:5:"label";s:10:"Noto Serif";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Nova Cut";a:3:{s:5:"label";s:8:"Nova Cut";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Nova Flat";a:3:{s:5:"label";s:9:"Nova Flat";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Nova Mono";a:3:{s:5:"label";s:9:"Nova Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:9:"monospace";}s:9:"Nova Oval";a:3:{s:5:"label";s:9:"Nova Oval";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Nova Round";a:3:{s:5:"label";s:10:"Nova Round";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Nova Script";a:3:{s:5:"label";s:11:"Nova Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Nova Slim";a:3:{s:5:"label";s:9:"Nova Slim";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Nova Square";a:3:{s:5:"label";s:11:"Nova Square";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Numans";a:3:{s:5:"label";s:6:"Numans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Nunito";a:3:{s:5:"label";s:6:"Nunito";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";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";i:10;s:3:"900";i:11;s:9:"900italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Nunito Sans";a:3:{s:5:"label";s:11:"Nunito Sans";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";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";i:10;s:3:"900";i:11;s:9:"900italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Odor Mean Chey";a:3:{s:5:"label";s:14:"Odor Mean Chey";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Offside";a:3:{s:5:"label";s:7:"Offside";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:15:"Old Standard TT";a:3:{s:5:"label";s:15:"Old Standard TT";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:6:"italic";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Oldenburg";a:3:{s:5:"label";s:9:"Oldenburg";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Oleo Script";a:3:{s:5:"label";s:11:"Oleo Script";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:22:"Oleo Script Swash Caps";a:3:{s:5:"label";s:22:"Oleo Script Swash Caps";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Open Sans";a:3:{s:5:"label";s:9:"Open Sans";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"800";i:7;s:9:"800italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:19:"Open Sans Condensed";a:3:{s:5:"label";s:19:"Open Sans Condensed";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";}s:8:"category";s:10:"sans-serif";}s:11:"Oranienbaum";a:3:{s:5:"label";s:11:"Oranienbaum";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Orbitron";a:3:{s:5:"label";s:8:"Orbitron";s:8:"variants";a:4:{i:0;s:3:"500";i:1;s:3:"700";i:2;s:3:"900";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Oregano";a:3:{s:5:"label";s:7:"Oregano";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Orienta";a:3:{s:5:"label";s:7:"Orienta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:15:"Original Surfer";a:3:{s:5:"label";s:15:"Original Surfer";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Oswald";a:3:{s:5:"label";s:6:"Oswald";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Over the Rainbow";a:3:{s:5:"label";s:16:"Over the Rainbow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Overlock";a:3:{s:5:"label";s:8:"Overlock";s:8:"variants";a:6:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:3:"900";i:3;s:9:"900italic";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Overlock SC";a:3:{s:5:"label";s:11:"Overlock SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Overpass";a:3:{s:5:"label";s:8:"Overpass";s:8:"variants";a:16:{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:3:"600";i:7;s:9:"600italic";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";i:14;s:6:"italic";i:15;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Overpass Mono";a:3:{s:5:"label";s:13:"Overpass Mono";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:3:"600";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:9:"monospace";}s:3:"Ovo";a:3:{s:5:"label";s:3:"Ovo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Oxygen";a:3:{s:5:"label";s:6:"Oxygen";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Oxygen Mono";a:3:{s:5:"label";s:11:"Oxygen Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:9:"monospace";}s:7:"PT Mono";a:3:{s:5:"label";s:7:"PT Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:9:"monospace";}s:7:"PT Sans";a:3:{s:5:"label";s:7:"PT Sans";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:15:"PT Sans Caption";a:3:{s:5:"label";s:15:"PT Sans Caption";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"PT Sans Narrow";a:3:{s:5:"label";s:14:"PT Sans Narrow";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"PT Serif";a:3:{s:5:"label";s:8:"PT Serif";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:16:"PT Serif Caption";a:3:{s:5:"label";s:16:"PT Serif Caption";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Pacifico";a:3:{s:5:"label";s:8:"Pacifico";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Padauk";a:3:{s:5:"label";s:6:"Padauk";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Palanquin";a:3:{s:5:"label";s:9:"Palanquin";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Palanquin Dark";a:3:{s:5:"label";s:14:"Palanquin Dark";s:8:"variants";a:4:{i:0;s:3:"500";i:1;s:3:"600";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Pangolin";a:3:{s:5:"label";s:8:"Pangolin";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Paprika";a:3:{s:5:"label";s:7:"Paprika";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Parisienne";a:3:{s:5:"label";s:10:"Parisienne";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:11:"Passero One";a:3:{s:5:"label";s:11:"Passero One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Passion One";a:3:{s:5:"label";s:11:"Passion One";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:3:"900";i:2;s:7:"regular";}s:8:"category";s:7:"display";}s:18:"Pathway Gothic One";a:3:{s:5:"label";s:18:"Pathway Gothic One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Patrick Hand";a:3:{s:5:"label";s:12:"Patrick Hand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:15:"Patrick Hand SC";a:3:{s:5:"label";s:15:"Patrick Hand SC";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Pattaya";a:3:{s:5:"label";s:7:"Pattaya";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Patua One";a:3:{s:5:"label";s:9:"Patua One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Pavanam";a:3:{s:5:"label";s:7:"Pavanam";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Paytone One";a:3:{s:5:"label";s:11:"Paytone One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Peddana";a:3:{s:5:"label";s:7:"Peddana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Peralta";a:3:{s:5:"label";s:7:"Peralta";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:16:"Permanent Marker";a:3:{s:5:"label";s:16:"Permanent Marker";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:19:"Petit Formal Script";a:3:{s:5:"label";s:19:"Petit Formal Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Petrona";a:3:{s:5:"label";s:7:"Petrona";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Philosopher";a:3:{s:5:"label";s:11:"Philosopher";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Piedra";a:3:{s:5:"label";s:6:"Piedra";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Pinyon Script";a:3:{s:5:"label";s:13:"Pinyon Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:10:"Pirata One";a:3:{s:5:"label";s:10:"Pirata One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Plaster";a:3:{s:5:"label";s:7:"Plaster";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:4:"Play";a:3:{s:5:"label";s:4:"Play";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Playball";a:3:{s:5:"label";s:8:"Playball";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:16:"Playfair Display";a:3:{s:5:"label";s:16:"Playfair Display";s:8:"variants";a:6:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:3:"900";i:3;s:9:"900italic";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:5:"serif";}s:19:"Playfair Display SC";a:3:{s:5:"label";s:19:"Playfair Display SC";s:8:"variants";a:6:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:3:"900";i:3;s:9:"900italic";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Podkova";a:3:{s:5:"label";s:7:"Podkova";s:8:"variants";a:5:{i:0;s:3:"500";i:1;s:3:"600";i:2;s:3:"700";i:3;s:3:"800";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Poiret One";a:3:{s:5:"label";s:10:"Poiret One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Poller One";a:3:{s:5:"label";s:10:"Poller One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:4:"Poly";a:3:{s:5:"label";s:4:"Poly";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Pompiere";a:3:{s:5:"label";s:8:"Pompiere";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Pontano Sans";a:3:{s:5:"label";s:12:"Pontano Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Poor Story";a:3:{s:5:"label";s:10:"Poor Story";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Poppins";a:3:{s:5:"label";s:7:"Poppins";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Port Lligat Sans";a:3:{s:5:"label";s:16:"Port Lligat Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Port Lligat Slab";a:3:{s:5:"label";s:16:"Port Lligat Slab";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:14:"Pragati Narrow";a:3:{s:5:"label";s:14:"Pragati Narrow";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Prata";a:3:{s:5:"label";s:5:"Prata";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Preahvihear";a:3:{s:5:"label";s:11:"Preahvihear";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"Press Start 2P";a:3:{s:5:"label";s:14:"Press Start 2P";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Pridi";a:3:{s:5:"label";s:5:"Pridi";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:7:"regular";}s:8:"category";s:5:"serif";}s:14:"Princess Sofia";a:3:{s:5:"label";s:14:"Princess Sofia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Prociono";a:3:{s:5:"label";s:8:"Prociono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Prompt";a:3:{s:5:"label";s:6:"Prompt";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Prosto One";a:3:{s:5:"label";s:10:"Prosto One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Proza Libre";a:3:{s:5:"label";s:11:"Proza Libre";s:8:"variants";a:10:{i:0;s:3:"500";i:1;s:9:"500italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"800";i:7;s:9:"800italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Puritan";a:3:{s:5:"label";s:7:"Puritan";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Purple Purse";a:3:{s:5:"label";s:12:"Purple Purse";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Quando";a:3:{s:5:"label";s:6:"Quando";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Quantico";a:3:{s:5:"label";s:8:"Quantico";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Quattrocento";a:3:{s:5:"label";s:12:"Quattrocento";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:17:"Quattrocento Sans";a:3:{s:5:"label";s:17:"Quattrocento Sans";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Questrial";a:3:{s:5:"label";s:9:"Questrial";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Quicksand";a:3:{s:5:"label";s:9:"Quicksand";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Quintessential";a:3:{s:5:"label";s:14:"Quintessential";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Qwigley";a:3:{s:5:"label";s:7:"Qwigley";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:15:"Racing Sans One";a:3:{s:5:"label";s:15:"Racing Sans One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Radley";a:3:{s:5:"label";s:6:"Radley";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Rajdhani";a:3:{s:5:"label";s:8:"Rajdhani";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Rakkas";a:3:{s:5:"label";s:6:"Rakkas";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Raleway";a:3:{s:5:"label";s:7:"Raleway";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Raleway Dots";a:3:{s:5:"label";s:12:"Raleway Dots";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Ramabhadra";a:3:{s:5:"label";s:10:"Ramabhadra";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Ramaraja";a:3:{s:5:"label";s:8:"Ramaraja";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Rambla";a:3:{s:5:"label";s:6:"Rambla";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Rammetto One";a:3:{s:5:"label";s:12:"Rammetto One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Ranchers";a:3:{s:5:"label";s:8:"Ranchers";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Rancho";a:3:{s:5:"label";s:6:"Rancho";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Ranga";a:3:{s:5:"label";s:5:"Ranga";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:4:"Rasa";a:3:{s:5:"label";s:4:"Rasa";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Rationale";a:3:{s:5:"label";s:9:"Rationale";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Ravi Prakash";a:3:{s:5:"label";s:12:"Ravi Prakash";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Redressed";a:3:{s:5:"label";s:9:"Redressed";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Reem Kufi";a:3:{s:5:"label";s:9:"Reem Kufi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Reenie Beanie";a:3:{s:5:"label";s:13:"Reenie Beanie";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Revalia";a:3:{s:5:"label";s:7:"Revalia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Rhodium Libre";a:3:{s:5:"label";s:13:"Rhodium Libre";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Ribeye";a:3:{s:5:"label";s:6:"Ribeye";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Ribeye Marrow";a:3:{s:5:"label";s:13:"Ribeye Marrow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Righteous";a:3:{s:5:"label";s:9:"Righteous";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Risque";a:3:{s:5:"label";s:6:"Risque";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Roboto";a:3:{s:5:"label";s:6:"Roboto";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: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";i:10;s:6:"italic";i:11;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Roboto Condensed";a:3:{s:5:"label";s:16:"Roboto Condensed";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:6:"italic";i:5;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Roboto Mono";a:3:{s:5:"label";s:11:"Roboto Mono";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:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:9:"monospace";}s:11:"Roboto Slab";a:3:{s:5:"label";s:11:"Roboto Slab";s:8:"variants";a:4:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Rochester";a:3:{s:5:"label";s:9:"Rochester";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Rock Salt";a:3:{s:5:"label";s:9:"Rock Salt";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Rokkitt";a:3:{s:5:"label";s:7:"Rokkitt";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Romanesco";a:3:{s:5:"label";s:9:"Romanesco";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Ropa Sans";a:3:{s:5:"label";s:9:"Ropa Sans";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Rosario";a:3:{s:5:"label";s:7:"Rosario";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Rosarivo";a:3:{s:5:"label";s:8:"Rosarivo";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:12:"Rouge Script";a:3:{s:5:"label";s:12:"Rouge Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Rozha One";a:3:{s:5:"label";s:9:"Rozha One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Rubik";a:3:{s:5:"label";s:5:"Rubik";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"900";i:7;s:9:"900italic";i:8;s:6:"italic";i:9;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Rubik Mono One";a:3:{s:5:"label";s:14:"Rubik Mono One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:4:"Ruda";a:3:{s:5:"label";s:4:"Ruda";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:3:"900";i:2;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Rufina";a:3:{s:5:"label";s:6:"Rufina";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Ruge Boogie";a:3:{s:5:"label";s:11:"Ruge Boogie";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Ruluko";a:3:{s:5:"label";s:6:"Ruluko";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Rum Raisin";a:3:{s:5:"label";s:10:"Rum Raisin";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:14:"Ruslan Display";a:3:{s:5:"label";s:14:"Ruslan Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Russo One";a:3:{s:5:"label";s:9:"Russo One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Ruthie";a:3:{s:5:"label";s:6:"Ruthie";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:3:"Rye";a:3:{s:5:"label";s:3:"Rye";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Sacramento";a:3:{s:5:"label";s:10:"Sacramento";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Sahitya";a:3:{s:5:"label";s:7:"Sahitya";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:4:"Sail";a:3:{s:5:"label";s:4:"Sail";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Saira";a:3:{s:5:"label";s:5:"Saira";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:15:"Saira Condensed";a:3:{s:5:"label";s:15:"Saira Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:21:"Saira Extra Condensed";a:3:{s:5:"label";s:21:"Saira Extra Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:20:"Saira Semi Condensed";a:3:{s:5:"label";s:20:"Saira Semi Condensed";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Salsa";a:3:{s:5:"label";s:5:"Salsa";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Sanchez";a:3:{s:5:"label";s:7:"Sanchez";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Sancreek";a:3:{s:5:"label";s:8:"Sancreek";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Sansita";a:3:{s:5:"label";s:7:"Sansita";s:8:"variants";a:8:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:3:"800";i:3;s:9:"800italic";i:4;s:3:"900";i:5;s:9:"900italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Sarala";a:3:{s:5:"label";s:6:"Sarala";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Sarina";a:3:{s:5:"label";s:6:"Sarina";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Sarpanch";a:3:{s:5:"label";s:8:"Sarpanch";s:8:"variants";a:6:{i:0;s:3:"500";i:1;s:3:"600";i:2;s:3:"700";i:3;s:3:"800";i:4;s:3:"900";i:5;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Satisfy";a:3:{s:5:"label";s:7:"Satisfy";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:5:"Scada";a:3:{s:5:"label";s:5:"Scada";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Scheherazade";a:3:{s:5:"label";s:12:"Scheherazade";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Schoolbell";a:3:{s:5:"label";s:10:"Schoolbell";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Scope One";a:3:{s:5:"label";s:9:"Scope One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:14:"Seaweed Script";a:3:{s:5:"label";s:14:"Seaweed Script";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Secular One";a:3:{s:5:"label";s:11:"Secular One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Sedgwick Ave";a:3:{s:5:"label";s:12:"Sedgwick Ave";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:20:"Sedgwick Ave Display";a:3:{s:5:"label";s:20:"Sedgwick Ave Display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Sevillana";a:3:{s:5:"label";s:9:"Sevillana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Seymour One";a:3:{s:5:"label";s:11:"Seymour One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:18:"Shadows Into Light";a:3:{s:5:"label";s:18:"Shadows Into Light";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:22:"Shadows Into Light Two";a:3:{s:5:"label";s:22:"Shadows Into Light Two";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Shanti";a:3:{s:5:"label";s:6:"Shanti";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Share";a:3:{s:5:"label";s:5:"Share";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Share Tech";a:3:{s:5:"label";s:10:"Share Tech";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:15:"Share Tech Mono";a:3:{s:5:"label";s:15:"Share Tech Mono";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:9:"monospace";}s:9:"Shojumaru";a:3:{s:5:"label";s:9:"Shojumaru";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:11:"Short Stack";a:3:{s:5:"label";s:11:"Short Stack";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Shrikhand";a:3:{s:5:"label";s:9:"Shrikhand";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Siemreap";a:3:{s:5:"label";s:8:"Siemreap";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Sigmar One";a:3:{s:5:"label";s:10:"Sigmar One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Signika";a:3:{s:5:"label";s:7:"Signika";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:3:"600";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Signika Negative";a:3:{s:5:"label";s:16:"Signika Negative";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:3:"600";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Simonetta";a:3:{s:5:"label";s:9:"Simonetta";s:8:"variants";a:4:{i:0;s:3:"900";i:1;s:9:"900italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Sintony";a:3:{s:5:"label";s:7:"Sintony";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Sirin Stencil";a:3:{s:5:"label";s:13:"Sirin Stencil";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Six Caps";a:3:{s:5:"label";s:8:"Six Caps";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Skranji";a:3:{s:5:"label";s:7:"Skranji";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Slabo 13px";a:3:{s:5:"label";s:10:"Slabo 13px";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Slabo 27px";a:3:{s:5:"label";s:10:"Slabo 27px";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Slackey";a:3:{s:5:"label";s:7:"Slackey";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Smokum";a:3:{s:5:"label";s:6:"Smokum";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Smythe";a:3:{s:5:"label";s:6:"Smythe";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Sniglet";a:3:{s:5:"label";s:7:"Sniglet";s:8:"variants";a:2:{i:0;s:3:"800";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Snippet";a:3:{s:5:"label";s:7:"Snippet";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:13:"Snowburst One";a:3:{s:5:"label";s:13:"Snowburst One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Sofadi One";a:3:{s:5:"label";s:10:"Sofadi One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Sofia";a:3:{s:5:"label";s:5:"Sofia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:10:"Song Myung";a:3:{s:5:"label";s:10:"Song Myung";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Sonsie One";a:3:{s:5:"label";s:10:"Sonsie One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:16:"Sorts Mill Goudy";a:3:{s:5:"label";s:16:"Sorts Mill Goudy";s:8:"variants";a:2:{i:0;s:6:"italic";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:15:"Source Code Pro";a:3:{s:5:"label";s:15:"Source Code Pro";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"900";i:6;s:7:"regular";}s:8:"category";s:9:"monospace";}s:15:"Source Sans Pro";a:3:{s:5:"label";s:15:"Source Sans Pro";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:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"900";i:9;s:9:"900italic";i:10;s:6:"italic";i:11;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Source Serif Pro";a:3:{s:5:"label";s:16:"Source Serif Pro";s:8:"variants";a:3:{i:0;s:3:"600";i:1;s:3:"700";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Space Mono";a:3:{s:5:"label";s:10:"Space Mono";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:9:"monospace";}s:13:"Special Elite";a:3:{s:5:"label";s:13:"Special Elite";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Spectral";a:3:{s:5:"label";s:8:"Spectral";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";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";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Spectral SC";a:3:{s:5:"label";s:11:"Spectral SC";s:8:"variants";a:14:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";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";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:6:"italic";i:13;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Spicy Rice";a:3:{s:5:"label";s:10:"Spicy Rice";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Spinnaker";a:3:{s:5:"label";s:9:"Spinnaker";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:6:"Spirax";a:3:{s:5:"label";s:6:"Spirax";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Squada One";a:3:{s:5:"label";s:10:"Squada One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:20:"Sree Krushnadevaraya";a:3:{s:5:"label";s:20:"Sree Krushnadevaraya";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Sriracha";a:3:{s:5:"label";s:8:"Sriracha";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Stalemate";a:3:{s:5:"label";s:9:"Stalemate";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:13:"Stalinist One";a:3:{s:5:"label";s:13:"Stalinist One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:15:"Stardos Stencil";a:3:{s:5:"label";s:15:"Stardos Stencil";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:21:"Stint Ultra Condensed";a:3:{s:5:"label";s:21:"Stint Ultra Condensed";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:20:"Stint Ultra Expanded";a:3:{s:5:"label";s:20:"Stint Ultra Expanded";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Stoke";a:3:{s:5:"label";s:5:"Stoke";s:8:"variants";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Strait";a:3:{s:5:"label";s:6:"Strait";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Stylish";a:3:{s:5:"label";s:7:"Stylish";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:19:"Sue Ellen Francisco";a:3:{s:5:"label";s:19:"Sue Ellen Francisco";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Suez One";a:3:{s:5:"label";s:8:"Suez One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Sumana";a:3:{s:5:"label";s:6:"Sumana";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Sunflower";a:3:{s:5:"label";s:9:"Sunflower";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"700";}s:8:"category";s:10:"sans-serif";}s:9:"Sunshiney";a:3:{s:5:"label";s:9:"Sunshiney";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:16:"Supermercado One";a:3:{s:5:"label";s:16:"Supermercado One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:4:"Sura";a:3:{s:5:"label";s:4:"Sura";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Suranna";a:3:{s:5:"label";s:7:"Suranna";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Suravaram";a:3:{s:5:"label";s:9:"Suravaram";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Suwannaphum";a:3:{s:5:"label";s:11:"Suwannaphum";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:18:"Swanky and Moo Moo";a:3:{s:5:"label";s:18:"Swanky and Moo Moo";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Syncopate";a:3:{s:5:"label";s:9:"Syncopate";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Tajawal";a:3:{s:5:"label";s:7:"Tajawal";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";i:6;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Tangerine";a:3:{s:5:"label";s:9:"Tangerine";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Taprom";a:3:{s:5:"label";s:6:"Taprom";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:5:"Tauri";a:3:{s:5:"label";s:5:"Tauri";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:7:"Taviraj";a:3:{s:5:"label";s:7:"Taviraj";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:5:"serif";}s:4:"Teko";a:3:{s:5:"label";s:4:"Teko";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Telex";a:3:{s:5:"label";s:5:"Telex";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:18:"Tenali Ramakrishna";a:3:{s:5:"label";s:18:"Tenali Ramakrishna";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:10:"Tenor Sans";a:3:{s:5:"label";s:10:"Tenor Sans";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Text Me One";a:3:{s:5:"label";s:11:"Text Me One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:18:"The Girl Next Door";a:3:{s:5:"label";s:18:"The Girl Next Door";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Tienne";a:3:{s:5:"label";s:6:"Tienne";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:3:"900";i:2;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Tillana";a:3:{s:5:"label";s:7:"Tillana";s:8:"variants";a:5:{i:0;s:3:"500";i:1;s:3:"600";i:2;s:3:"700";i:3;s:3:"800";i:4;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:7:"Timmana";a:3:{s:5:"label";s:7:"Timmana";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Tinos";a:3:{s:5:"label";s:5:"Tinos";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:9:"Titan One";a:3:{s:5:"label";s:9:"Titan One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:13:"Titillium Web";a:3:{s:5:"label";s:13:"Titillium Web";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:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"900";i:9;s:6:"italic";i:10;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Trade Winds";a:3:{s:5:"label";s:11:"Trade Winds";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Trirong";a:3:{s:5:"label";s:7:"Trirong";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:3:"500";i:7;s:9:"500italic";i:8;s:3:"600";i:9;s:9:"600italic";i:10;s:3:"700";i:11;s:9:"700italic";i:12;s:3:"800";i:13;s:9:"800italic";i:14;s:3:"900";i:15;s:9:"900italic";i:16;s:6:"italic";i:17;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Trocchi";a:3:{s:5:"label";s:7:"Trocchi";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:7:"Trochut";a:3:{s:5:"label";s:7:"Trochut";s:8:"variants";a:3:{i:0;s:3:"700";i:1;s:6:"italic";i:2;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Trykker";a:3:{s:5:"label";s:7:"Trykker";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:10:"Tulpen One";a:3:{s:5:"label";s:10:"Tulpen One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Ubuntu";a:3:{s:5:"label";s:6:"Ubuntu";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:16:"Ubuntu Condensed";a:3:{s:5:"label";s:16:"Ubuntu Condensed";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Ubuntu Mono";a:3:{s:5:"label";s:11:"Ubuntu Mono";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:9:"monospace";}s:5:"Ultra";a:3:{s:5:"label";s:5:"Ultra";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:14:"Uncial Antiqua";a:3:{s:5:"label";s:14:"Uncial Antiqua";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:8:"Underdog";a:3:{s:5:"label";s:8:"Underdog";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Unica One";a:3:{s:5:"label";s:9:"Unica One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:14:"UnifrakturCook";a:3:{s:5:"label";s:14:"UnifrakturCook";s:8:"variants";a:1:{i:0;s:3:"700";}s:8:"category";s:7:"display";}s:18:"UnifrakturMaguntia";a:3:{s:5:"label";s:18:"UnifrakturMaguntia";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Unkempt";a:3:{s:5:"label";s:7:"Unkempt";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Unlock";a:3:{s:5:"label";s:6:"Unlock";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:4:"Unna";a:3:{s:5:"label";s:4:"Unna";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"VT323";a:3:{s:5:"label";s:5:"VT323";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:9:"monospace";}s:11:"Vampiro One";a:3:{s:5:"label";s:11:"Vampiro One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:6:"Varela";a:3:{s:5:"label";s:6:"Varela";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:12:"Varela Round";a:3:{s:5:"label";s:12:"Varela Round";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Vast Shadow";a:3:{s:5:"label";s:11:"Vast Shadow";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:12:"Vesper Libre";a:3:{s:5:"label";s:12:"Vesper Libre";s:8:"variants";a:4:{i:0;s:3:"500";i:1;s:3:"700";i:2;s:3:"900";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:5:"Vibur";a:3:{s:5:"label";s:5:"Vibur";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Vidaloka";a:3:{s:5:"label";s:8:"Vidaloka";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:5:"serif";}s:4:"Viga";a:3:{s:5:"label";s:4:"Viga";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:5:"Voces";a:3:{s:5:"label";s:5:"Voces";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:7:"Volkhov";a:3:{s:5:"label";s:7:"Volkhov";s:8:"variants";a:4:{i:0;s:3:"700";i:1;s:9:"700italic";i:2;s:6:"italic";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Vollkorn";a:3:{s:5:"label";s:8:"Vollkorn";s:8:"variants";a:8:{i:0;s:3:"600";i:1;s:9:"600italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";i:6;s:6:"italic";i:7;s:7:"regular";}s:8:"category";s:5:"serif";}s:11:"Vollkorn SC";a:3:{s:5:"label";s:11:"Vollkorn SC";s:8:"variants";a:4:{i:0;s:3:"600";i:1;s:3:"700";i:2;s:3:"900";i:3;s:7:"regular";}s:8:"category";s:5:"serif";}s:8:"Voltaire";a:3:{s:5:"label";s:8:"Voltaire";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:23:"Waiting for the Sunrise";a:3:{s:5:"label";s:23:"Waiting for the Sunrise";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:8:"Wallpoet";a:3:{s:5:"label";s:8:"Wallpoet";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:15:"Walter Turncoat";a:3:{s:5:"label";s:15:"Walter Turncoat";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:6:"Warnes";a:3:{s:5:"label";s:6:"Warnes";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Wellfleet";a:3:{s:5:"label";s:9:"Wellfleet";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:9:"Wendy One";a:3:{s:5:"label";s:9:"Wendy One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:8:"Wire One";a:3:{s:5:"label";s:8:"Wire One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Work Sans";a:3:{s:5:"label";s:9:"Work Sans";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";i:8;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:17:"Yanone Kaffeesatz";a:3:{s:5:"label";s:17:"Yanone Kaffeesatz";s:8:"variants";a:4:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:3:"700";i:3;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:11:"Yantramanav";a:3:{s:5:"label";s:11:"Yantramanav";s:8:"variants";a:6:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:3:"500";i:3;s:3:"700";i:4;s:3:"900";i:5;s:7:"regular";}s:8:"category";s:10:"sans-serif";}s:9:"Yatra One";a:3:{s:5:"label";s:9:"Yatra One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Yellowtail";a:3:{s:5:"label";s:10:"Yellowtail";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:9:"Yeon Sung";a:3:{s:5:"label";s:9:"Yeon Sung";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Yeseva One";a:3:{s:5:"label";s:10:"Yeseva One";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:7:"display";}s:10:"Yesteryear";a:3:{s:5:"label";s:10:"Yesteryear";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:4:"Yrsa";a:3:{s:5:"label";s:4:"Yrsa";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:7:"regular";}s:8:"category";s:5:"serif";}s:6:"Zeyada";a:3:{s:5:"label";s:6:"Zeyada";s:8:"variants";a:1:{i:0;s:7:"regular";}s:8:"category";s:11:"handwriting";}s:10:"Zilla Slab";a:3:{s:5:"label";s:10:"Zilla Slab";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";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:6:"italic";i:9;s:7:"regular";}s:8:"category";s:5:"serif";}s:20:"Zilla Slab Highlight";a:3:{s:5:"label";s:20:"Zilla Slab Highlight";s:8:"variants";a:2:{i:0;s:3:"700";i:1;s:7:"regular";}s:8:"category";s:7:"display";}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(689, '_transient_timeout_feed_ad6683f740789125f82be95837acfc14', '1532638439', 'no'),
(151, 'new_admin_email', 'snoopy77429@gmail.com', 'yes'),
(173, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(179, 'theme_mods_my-dog-lite', 'a:5:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:3;}s:12:"header_image";s:81:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1.png";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:130;s:3:"url";s:81:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1.png";s:13:"thumbnail_url";s:81:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1.png";s:6:"height";i:200;s:5:"width";i:1600;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1532080630;s:4:"data";a:2:{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";}}}}', 'yes'),
(176, 'theme_mods_ayageek', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(214, 'elementor_disable_color_schemes', 'yes', 'yes'),
(185, 'current_theme', 'Talon', 'yes'),
(186, 'theme_switched', '', 'yes'),
(191, 'theme_mods_stout', 'a:8:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:3;}s:18:"custom_css_post_id";i:-1;s:10:"page_width";s:5:"fluid";s:12:"header_image";s:83:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-2.png";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:138;s:3:"url";s:83:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-2.png";s:13:"thumbnail_url";s:83:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-2.png";s:6:"height";i:1096;s:5:"width";i:2400;}s:23:"use_featured_hero_image";i:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1532094611;s:4:"data";a:7:{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:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}s:4:"hero";a:0:{}}}}', 'yes'),
(192, 'widget_primer-hero-text', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(199, '_site_transient_timeout_browser_a54eb83090ed984332f4eca22d3ec5e4', '1532694655', 'no'),
(200, '_site_transient_browser_a54eb83090ed984332f4eca22d3ec5e4', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"67.0.3396.99";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'),
(206, 'theme_mods_primer', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(239, 'theme_mods_organic-lite', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(213, 'theme_mods_sydney', 'a:22:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:3;}s:18:"custom_css_post_id";i:-1;s:12:"header_image";s:81:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-3.png";s:14:"header_bg_size";s:5:"cover";s:12:"hide_overlay";s:0:"";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:143;s:3:"url";s:81:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-3.png";s:13:"thumbnail_url";s:81:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-3.png";s:6:"height";i:1080;s:5:"width";i:1920;}s:21:"external_header_video";s:43:"https://www.youtube.com/watch?v=dMvZXZE0z5w";s:9:"site_logo";s:76:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo.png";s:14:"slider_image_1";s:138:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332.jpg";s:14:"slider_image_2";s:91:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/志溶現身_100066.png";s:13:"mobile_slider";s:10:"responsive";s:14:"slider_image_3";s:91:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/志溶現身_100649.png";s:14:"slider_image_4";s:101:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/志溶現身演唱會_1_15100.png";s:14:"slider_image_5";s:112:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/dc2c986a5167533c32ec7ad09ecde9a0a39137d7.jpg";s:11:"sticky_menu";s:6:"sticky";s:10:"menu_style";s:6:"inline";s:11:"blog_layout";s:11:"classic-alt";s:16:"fullwidth_single";s:0:"";s:16:"background_image";s:73:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/3.png";s:19:"wrapper_top_padding";i:100;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1532410763;s:4:"data";a:5:{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:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}}}}', 'yes'),
(215, 'elementor_disable_typography_schemes', 'yes', 'yes'),
(216, 'widget_sydney_contact_info', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(233, 'widget_fifteen_rp', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(234, 'theme_mods_fifteen', 'a:3:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:3;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1532094806;s:4:"data";a:5:{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:{}s:9:"sidebar-4";a:0:{}}}}', 'yes'),
(232, 'theme_mods_zeko-lite', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:3:"top";i:3;}s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1532094647;s:4:"data";a:5:{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:{}s:9:"sidebar-4";a:0:{}}}}', 'yes'),
(235, '_transient_zeko_lite_categories', '1', 'yes'),
(237, 'theme_switched_via_customizer', '', 'yes'),
(238, 'customize_stashed_theme_mods', 'a:1:{s:12:"organic-lite";a:1:{s:27:"nav_menu_locations[primary]";a:4:{s:5:"value";i:3;s:4:"type";s:9:"theme_mod";s:7:"user_id";i:1;s:17:"date_modified_gmt";s:19:"2018-07-20 13:51:44";}}}', 'no'),
(242, 'theme_mods_twentyfifteen', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(738, '_transient_timeout_elementor_remote_info_api_data_2.1.5', '1532664580', 'no'),
(693, 'category_children', 'a:0:{}', 'yes'),
(266, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:"title";s:40:"Introducing Filter Effects & Blend Modes";s:7:"excerpt";s:168:"Today, I am eager to show you a brand new set of capabilities that will allow you to create a wide range of visual effects, all using Filter Effects and Blend modes.";s:7:"created";s:10:"1531911170";s:5:"badge";s:3:"New";s:3:"url";s:124:"https://elementor.com/introducing-filter-blend-mode/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:58:"New Features: Revamped Video Features & Custom Breakpoints";s:7:"excerpt";s:181:"This week, youll have the chance to discover other helpful features that were introduced: Video enhancements, custom breakpoints, Gutenberg compatibility, and WP-CLI integration.";s:7:"created";s:10:"1531227695";s:5:"badge";s:0:"";s:3:"url";s:111:"https://elementor.com/2-1-new-features/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:35:"Introducing Copy Style & Copy Paste";s:7:"excerpt";s:190:"We''re excited to release one of the most requested features: Copy Style & Copy Paste. This will save you hours of work, allowing you to quickly copy any style or element with a single click.";s:7:"created";s:10:"1530613662";s:5:"badge";s:0:"";s:3:"url";s:117:"https://elementor.com/introducing-copy-paste/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'no'),
(326, 'elementor_allow_tracking', 'no', 'yes'),
(327, 'elementor_tracker_notice', '1', 'yes'),
(809, '_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.7.zip";s:6:"locale";s:5:"zh_TW";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-4.9.7.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.9.7-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.9.7-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.9.7";s:7:"version";s:5:"4.9.7";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:1532662187;s:15:"version_checked";s:5:"4.9.7";s:12:"translations";a:0:{}}', 'no'),
(692, '_transient_feed_mod_ad6683f740789125f82be95837acfc14', '1532595239', 'no'),
(392, 'widget_athemes_portfolio', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(393, 'widget_athemes_separator', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(394, 'widget_athemes_employees', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(395, 'widget_athemes_image', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(396, 'widget_athemes_clients', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(397, 'widget_athemes_skills', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(398, 'widget_athemes_video', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(399, 'widget_athemes_button', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(400, 'widget_athemes_services', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(401, 'widget_athemes_facts', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(402, 'widget_athemes_testimonials', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(403, 'widget_athemes_blog', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(404, 'theme_mods_talon', 'a:27:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:3;}s:13:"slide_image_1";s:79:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli02-1.png";s:13:"slide_image_2";s:82:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sayugi4_2s.png";s:13:"slide_image_3";s:87:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ShowBizhoony-1s.png";s:11:"custom_logo";i:270;s:17:"site_header_color";s:7:"#424242";s:17:"header_text_color";s:7:"#8e8e8e";s:20:"header_subtext_color";s:7:"#9e9e9e";s:16:"background_color";s:6:"ffffff";s:13:"primary_color";s:7:"#eeee22";s:16:"site_title_color";s:7:"#2d3142";s:16:"menu_items_color";s:7:"#e8e8e8";s:15:"site_title_size";i:27;s:10:"menu_items";i:18;s:20:"headings_font_family";s:16:"Permanent Marker";s:11:"blog_layout";s:9:"fullwidth";s:13:"slide_title_1";s:0:"";s:16:"slide_subtitle_1";s:0:"";s:15:"slide_btn_url_1";s:28:"https://youtu.be/ARi0cfpv6mE";s:17:"slide_btn_title_1";s:20:"20周年應援影片";s:13:"slide_title_2";s:0:"";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1532595193;s:4:"data";a:5:{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:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}}}s:16:"slide_subtitle_2";s:0:"";s:17:"slide_btn_title_2";s:0:"";s:13:"slide_title_3";s:0:"";s:12:"slider_speed";i:6000;}', 'yes'),
(772, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1532697918', 'no'),
(770, '_site_transient_timeout_community-events-f8d9fc2e2d1aefbea13c8bb85891b058', '1532697917', 'no'),
(771, '_site_transient_community-events-f8d9fc2e2d1aefbea13c8bb85891b058', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:10:"1.34.241.0";}s:6:"events";a:1:{i:0;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:15:"WordCamp Taipei";s:3:"url";s:32:"https://2018.taipei.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2018-10-21 00:00:00";s:8:"location";a:4:{s:8:"location";s:15:"Taiwan (Taipei)";s:7:"country";s:2:"TW";s:8:"latitude";d:25.007993299999998981775206630118191242218017578125;s:9:"longitude";d:121.4666595999999998412022250704467296600341796875;}}}}', 'no'),
(544, '_transient_timeout_elementor_remote_info_api_data_2.1.4', '1532629559', 'no'),
(545, '_transient_elementor_remote_info_api_data_2.1.4', 'a:2:{s:9:"timestamp";i:1532586289;s:14:"upgrade_notice";a:2:{s:7:"version";s:5:"1.5.0";s:7:"message";s:0:"";}}', 'no'),
(475, 'elementor_scheme_color', 'a:4:{i:1;s:7:"#6ec1e4";i:2;s:7:"#54595f";i:3;s:7:"#7a7a7a";i:4;s:7:"#61ce70";}', 'yes'),
(476, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"600";}i:2;a:2:{s:11:"font_family";s:11:"Roboto Slab";s:11:"font_weight";s:3:"400";}i:3;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"400";}i:4;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"500";}}', 'yes'),
(477, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:"#6ec1e4";i:2;s:7:"#54595f";i:3;s:7:"#7a7a7a";i:4;s:7:"#61ce70";i:5;s:7:"#4054b2";i:6;s:7:"#23a455";i:7;s:4:"#000";i:8;s:4:"#fff";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(773, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:34:"\n Tue, 17 Jul 2018 14:45:38 +0000 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=5.0-alpha-43535";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Quarterly Updates | Q2 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Jul 2018 14:50:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6140";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:347:"To keep everyone aware of big projects and efforts across WordPress contributor teams, I&#8217;ve reached out to each team&#8217;s listed representatives. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I&#8217;ve included a link to [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Josepha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:15622:"<p><em>To keep everyone aware of big projects and efforts across WordPress contributor teams, I&#8217;ve reached out to each team&#8217;s <a href="https://make.wordpress.org/updates/team-reps/">listed representatives</a>. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I&#8217;ve included a link to each team&#8217;s site in the headings.</em></p>\n\n<h2><a href="https://make.wordpress.org/accessibility/">Accessibility</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/rianrietveld/'' class=''mention''><span class=''mentions-prefix''>@</span>rianrietveld</a>, <a href=''https://profiles.wordpress.org/joedolson/'' class=''mention''><span class=''mentions-prefix''>@</span>joedolson</a>, <a href=''https://profiles.wordpress.org/afercia/'' class=''mention''><span class=''mentions-prefix''>@</span>afercia</a></li>\n <li><strong>Priority</strong>: Working to make sure that Gutenberg is reasonably accessible prior to merge. ETA is before 5.0</li>\n <li><strong>Struggle</strong>: Lack of developers and accessibility experts to help test and code the milestone issues. <em>The team is doing outreach to help solve this problem.</em></li>\n <li><strong>Big Win</strong>: Interest from companies like The Paciello Group and Tenon.io to help out with Gutenberg code review and testing tools.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/cli/">CLI</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: @danielbachhuber, <a href=''https://profiles.wordpress.org/schlessera/'' class=''mention''><span class=''mentions-prefix''>@</span>schlessera</a></li>\n <li><strong>Priority</strong>: Very first global <a href="https://make.wordpress.org/cli/2018/07/04/wp-cli-hack-day/">Hack Day</a> is coming up July 20. Version 2.0.0 is still in progress (new <a href="https://github.com/wp-cli/wp-cli/issues/4752">ETA</a> is end of July).</li>\n <li><strong>Struggle</strong>: The team continues to need new contributors. The current team is tiny but tough.</li>\n <li><strong>Big Win</strong>: WP-CLI is currently one of the project&#8217;s four main focuses, as mentioned in the Summer Update at WordCamp Europe.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/community/">Community</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/francina/'' class=''mention''><span class=''mentions-prefix''>@</span>francina</a>, <a href=''https://profiles.wordpress.org/hlashbrooke/'' class=''mention''><span class=''mentions-prefix''>@</span>hlashbrooke</a></li>\n <li><strong>Priority</strong>: Focusing on smoothing out the processes in our community management by building up our team of volunteers and establishing what tools we need to keep things running well. ETA is ongoing.</li>\n <li><strong>Struggle</strong>: Our two biggest struggles at the moment are tracking what we need to get done, and making final decisions on things. <em>There is current work on the tools available to assist with tracking progress.</em></li>\n <li><strong>Big Win</strong>: After making a concerted effort to get more contributors on the Community Team, we now have a much larger group of volunteers working as deputies and WordCamp mentors</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/core/">Core</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/jeffpaul/'' class=''mention''><span class=''mentions-prefix''>@</span>jeffpaul</a></li>\n <li><strong>Priority</strong>: Following the <a href="https://wordpress.tv/2018/07/04/matt-mullenweg-a-summertime-update-keynote-and-qa/">WordCamp Europe summer update</a> (and the companion post <a href="https://wordpress.org/news/2018/07/update-on-gutenberg/">here</a>), the team is getting Gutenberg (the new WordPress editing experience) into a strong state for the 5.0 release. Potential ETA as soon as August.</li>\n <li><strong>Struggle</strong>: Coordinating momentum and direction as we start seeing more contributors offering their time. Still working our way through open issues. <em>The team is starting multiple bug scrubs each week to work through these more quickly and transparently.</em></li>\n <li><strong>Big Win</strong>: Had a <a href="https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/">sizable release in 4.9.6</a> which featured major updates around privacy tools and functionality in Core.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/design/">Design</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/melchoyce/'' class=''mention''><span class=''mentions-prefix''>@</span>melchoyce</a>, <a href=''https://profiles.wordpress.org/karmatosed/'' class=''mention''><span class=''mentions-prefix''>@</span>karmatosed</a>, <a href=''https://profiles.wordpress.org/boemedia/'' class=''mention''><span class=''mentions-prefix''>@</span>boemedia</a>, <a href=''https://profiles.wordpress.org/joshuawold/'' class=''mention''><span class=''mentions-prefix''>@</span>joshuawold</a>, <a href=''https://profiles.wordpress.org/mizejewski/'' class=''mention''><span class=''mentions-prefix''>@</span>mizejewski</a></li>\n <li><strong>Priority</strong>: Better on-boarding of new contributors, especially creating better documentation. ETA is end of July.</li>\n <li><strong>Struggle</strong>: It&#8217;s hard to identify reasonably small tasks for first-time contributors.</li>\n <li><strong>Big Win</strong>: The team is much more organized now which has helped clear out the design backlog, bring in new contributors, and also keep current contributors coming back. <em>Bonus: Joshua Wold will co-lead the upcoming release.</em></li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/docs/">Documentation</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/kenshino/'' class=''mention''><span class=''mentions-prefix''>@</span>kenshino</a><br /></li>\n <li><strong>Priority</strong>: Opening up the work on <a href="https://make.wordpress.org/docs/2018/02/26/state-of-helphub-february-2018/">HelpHub</a> to new contributors and easing the onboarding process. No ETA.<br /></li>\n <li><strong>Struggle</strong>: Some blockers with making sure the code and database can be ready to launch on https://wordpress.org/support/<br /></li>\n <li><strong>Big Win</strong>: The <a href="https://wp-helphub.com/">first phase of HelpHub</a> creation is complete, which means content updates (current info, more readable, easier discovery), internal search, design improvements, and REST API endpoints.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/hosting/">Hosting</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/mikeschroder/'' class=''mention''><span class=''mentions-prefix''>@</span>mikeschroder</a>, <a href=''https://profiles.wordpress.org/jadonn/'' class=''mention''><span class=''mentions-prefix''>@</span>jadonn</a></li>\n <li><strong>Priority</strong>: Preparing hosts for supporting Gutenberg, especially support questions they&#8217;re likely to see when the &#8220;Try Gutenberg&#8221; callout is released. ETA July 31st, then before WordPress 5.0<br /><strong></strong></li>\n <li><strong>Struggle</strong>: Most contributions are still made a by a small team of volunteers. Seeing a few more people join, but progress is slow.<br /><strong></strong></li>\n <li><strong>Big Win</strong>: New team members and hosting companies have joined the #hosting-community team and have started contributing.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/marketing/">Marketing</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/bridgetwillard/'' class=''mention''><span class=''mentions-prefix''>@</span>bridgetwillard</a></li>\n <li><strong>Priority</strong>: Continuing to write and publish case studies from the community. ETA is ongoing.</li>\n <li><strong>Struggle</strong>: No current team struggles.</li>\n <li><strong>Big Win</strong>: Wrote and designed a short <a href="https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/">Contributor Day onboarding card</a>. It was used at Contributor Day at WCEU and onboarding time went down to 1 hour instead of 3 hours.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/meta/">Meta</a> (WordPress.org Site)</h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/tellyworth/'' class=''mention''><span class=''mentions-prefix''>@</span>tellyworth</a>, <a href=''https://profiles.wordpress.org/coffee2code/'' class=''mention''><span class=''mentions-prefix''>@</span>coffee2code</a></li>\n <li><strong>Priority</strong>: Reducing manual work around the contributor space (theme review, GDPR/privacy, plugin review). ETA for small wins is end of quarter, larger efforts after that.</li>\n <li><strong>Struggle</strong>: Maintaining momentum on tickets. <em>There are also some discussions about updating the ticket management process across teams that use the Meta trac system.</em></li>\n <li><strong>Big Win</strong>: The new About page launched and has been translated across most locale sites.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/mobile/">Mobile</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/elibud/'' class=''mention''><span class=''mentions-prefix''>@</span>elibud</a></li>\n <li><strong>Priority</strong>: Getting Gutenberg in the mobile applications. ETA is late December.</li>\n <li><strong>Struggle</strong>: Consuming the Gutenberg source in the ReactNative app directly. <em>More info can be found here: https://make.wordpress.org/mobile/2018/07/09/next-steps-for-gutenberg-mobile/</em></li>\n <li><strong>Big Win</strong>: The WordPress mobile applications now fully support right-to-left languages and are compliant with the latest standards for accessibility.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/plugins/">Plugins</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/ipstenu/'' class=''mention''><span class=''mentions-prefix''>@</span>ipstenu</a></li>\n <li><strong>Priority</strong>: Clearing ~8,000 unused plugins from the queues. Likely ETA is September.<br /></li>\n <li><strong>Struggles</strong>: Had to triage a lot of false claims around plugins offering GDPR compliance.</li>\n <li><strong>Big Win</strong>: Released 4.9.6 and <a href="https://make.wordpress.org/plugins/2018/05/17/wp-4-9-6-privacy-hooks-and-you/">updated expectations</a> with plugin authors. Huge thanks to the Core Privacy team for their hard work on this.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/polyglots/">Polyglots</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/petya/'' class=''mention''><span class=''mentions-prefix''>@</span>petya</a>, <a href=''https://profiles.wordpress.org/ocean90/'' class=''mention''><span class=''mentions-prefix''>@</span>ocean90</a>, <a href=''https://profiles.wordpress.org/nao/'' class=''mention''><span class=''mentions-prefix''>@</span>nao</a>, <a href=''https://profiles.wordpress.org/chantalc/'' class=''mention''><span class=''mentions-prefix''>@</span>chantalc</a>, <a href=''https://profiles.wordpress.org/deconf/'' class=''mention''><span class=''mentions-prefix''>@</span>deconf</a>, <a href=''https://profiles.wordpress.org/casiepa/'' class=''mention''><span class=''mentions-prefix''>@</span>casiepa</a></li>\n <li><strong>Priority</strong>: Keep WordPress releases translated to 100% and then concentrate on the top 100 plugins and themes. ETA is ongoing.<br /><strong></strong></li>\n <li><strong>Struggle</strong>: Getting new PTEs fast enough, and complex tools/systems. Overall, the volume of strings awaiting approval.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/support/">Support</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/clorith/'' class=''mention''><span class=''mentions-prefix''>@</span>clorith</a></li>\n <li><strong>Priority:</strong> Getting ready for the Gutenberg callout (it got pushed last quarter). Needing a better presence on the official support forums, and outreach for that is underway, ETA end of July. <br /></li>\n <li><strong>Struggle</strong>: Keeping contributors participating post-contributor days/drives. <em>Considering the creation of a dedicated post-contributor day survey to get some insight here.</em></li>\n <li><strong>Big Win</strong>: The increase in international liaisons joining for weekly meetings, helping bring the wider support community together.</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/themes/">Theme Review</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/acosmin/'' class=''mention''><span class=''mentions-prefix''>@</span>acosmin</a>, <a href=''https://profiles.wordpress.org/rabmalin/'' class=''mention''><span class=''mentions-prefix''>@</span>rabmalin</a>, <a href=''https://profiles.wordpress.org/thinkupthemes/'' class=''mention''><span class=''mentions-prefix''>@</span>thinkupthemes</a>, <a href=''https://profiles.wordpress.org/williampatton/'' class=''mention''><span class=''mentions-prefix''>@</span>williampatton</a></li>\n <li><strong>Priority</strong>: Building a better Theme Check/Sniffer in order to automate most of the checks done right now by reviewers. ETA late 2018, early 2019.</li>\n <li><strong>Struggle</strong>: Bringing in new contributors to the team.</li>\n <li><strong>Big Win</strong>: <a href="https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/">Trusted Authors program</a></li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/tide/">Tide</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/valendesigns/'' class=''mention''><span class=''mentions-prefix''>@</span>valendesigns</a> (but usually <a href=''https://profiles.wordpress.org/jeffpaul/'' class=''mention''><span class=''mentions-prefix''>@</span>jeffpaul</a>)</li>\n <li><strong>Priority</strong>: Storing PHPCompatibilty results inside the WordPress.org API and building a UI to display those results, an endpoint to request an audit is required for this work to continue.</li>\n <li><strong>Struggle</strong>: Development has dramatically slowed down while team members are on leave or pulled into internal client work.</li>\n <li><strong>Big Win</strong>: Migration to Google Cloud Platform (GCP) from Amazon Web Services (AWS) is complete and the audit servers have all been rewritten in Go. (This allows us to be faster with greater capacity and less cost.)</li>\n</ul>\n\n<h2><a href="https://make.wordpress.org/training/">Training</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=''https://profiles.wordpress.org/bethsoderberg/'' class=''mention''><span class=''mentions-prefix''>@</span>bethsoderberg</a>, <a href=''https://profiles.wordpress.org/juliek/'' class=''mention''><span class=''mentions-prefix''>@</span>juliek</a></li>\n <li><strong>Priority:</strong> Lesson plan production. ETA is ongoing.</li>\n <li><strong>Struggle:</strong> The workflow is a little complex, so recruiting and training enough contributors to keep the process moving is a struggle.</li>\n <li><strong>Big Win</strong>: WordCamp Europe&#8217;s Contributor Day was very productive. New tools/workflow are in place and two team representatives were there to lead and help.</li>\n</ul>\n\n<p><em>Interested in updates from the first quarter of this year? You can find those here: <a href="https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/"><em>https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/</em></a>\n </em>\n</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6140";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Update on Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/news/2018/07/update-on-gutenberg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 06 Jul 2018 19:23:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:5:"Focus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6118";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:328:"Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Tammie Lister";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2261:"<p>Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. As the work on phase one moves into its final stretch, here is what you can expect.<br /></p>\n\n<h4>In Progress</h4>\n\n<ul>\n <li>Freeze new features in Gutenberg (the feature list can be found <a href="https://github.com/WordPress/gutenberg/issues/4894">here</a>).</li>\n <li>Hosts, agencies, teachers invited to opt-in sites they have influence over.</li>\n <li>WordPress.com has opt-in for wp-admin users. The number of sites and posts will be tracked.</li>\n <li>Mobile app support for Gutenberg will be across iOS and Android.</li>\n</ul>\n\n<h4>July</h4>\n\n<ul>\n <li>4.9.x release with an invitation to install either Gutenberg or Classic Editor plugin.</li>\n <li>WordPress.com will move to opt-out. There will be tracking to see who opts out and why.</li>\n <li>Triage increases and bug gardening escalates to get blockers in Gutenberg down to zero.</li>\n <li>Gutenberg phase two, Customization exploration begins by moving beyond the post.</li>\n</ul>\n\n<h4>August and beyond</h4>\n\n<ul>\n <li>All critical issues within Gutenberg are resolved.</li>\n <li>There is full integration with Calypso and there is opt-in for users there.</li>\n <li>A goal will be 100k+ sites having made 250k+ posts using Gutenberg.</li>\n <li>Core merge of Gutenberg begins the 5.0 release cycle.</li>\n <li>5.0 moves into beta releases and translations are completed.</li>\n <li>There will be a mobile version of Gutenberg by the end of the year.</li>\n</ul>\n\n<p>WordPress 5.0 could be as soon as August with hundreds of thousands of sites using Gutenberg before release. Learn more about Gutenberg <a href="https://wordpress.org/gutenberg/">here</a>, take it for a <a href="https://testgutenberg.com/">test drive</a>, <a href="https://wordpress.org/plugins/gutenberg/">install</a> on your site, follow along on <a href="https://github.com/WordPress/gutenberg">GitHub</a> and give your <a href="https://wordpressdotorg.polldaddy.com/s/gutenberg-support">feedback</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6118";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 4.9.7 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Jul 2018 17:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6091";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:360:"WordPress 4.9.7 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.6 and earlier are affected by a media issue that could potentially allow a user with certain capabilities to attempt to delete files outside the uploads [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Aaron D. Campbell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3984:"<p>WordPress 4.9.7 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.6 and earlier are affected by a media issue that could potentially allow a user with certain capabilities to attempt to delete files outside the uploads directory.</p>\n\n<p>Thank you to <a href="https://hackerone.com/slavco">Slavco</a> for reporting the original issue and <a href="https://www.wordfence.com/">Matt Barry</a> for reporting related issues.</p>\n\n<p>Seventeen other bugs were fixed in WordPress 4.9.7. Particularly of note were:</p>\n\n<ul>\n <li>Taxonomy: Improve cache handling for term queries.</li>\n <li>Posts, Post Types: Clear post password cookie when logging out.</li>\n <li>Widgets: Allow basic HTML tags in sidebar descriptions on Widgets admin screen.</li>\n <li>Community Events Dashboard: Always show the nearest WordCamp if one is coming up, even if there are multiple Meetups happening first.</li>\n <li>Privacy: Make sure default privacy policy content does not cause a fatal error when flushing rewrite rules outside of the admin context.</li>\n</ul>\n\n<p><a href="https://wordpress.org/download/">Download WordPress 4.9.7</a> or venture over to Dashboard → Updates and click &#8220;Update Now.&#8221; Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>The previously scheduled 4.9.7 is now referred to as 4.9.8, and will follow the <a href="https://make.wordpress.org/core/2018/07/04/dev-chat-summary-july-4th-4-9-7-week-7/">release schedule posted yesterday</a>.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.7:</p>\n\n<p><a href="https://profiles.wordpress.org/1naveengiri/">1naveengiri</a>, <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abdullahramzan/">abdullahramzan</a>, <a href="https://profiles.wordpress.org/alejandroxlopez/">alejandroxlopez</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/aryamaaru/">Arun</a>, <a href="https://profiles.wordpress.org/birgire/">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bjornw/">BjornW</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>, <a href="https://profiles.wordpress.org/kraftbj/">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/flixos90/">Felix Arntz</a>, <a href="https://profiles.wordpress.org/garetharnold/">Gareth</a>, <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianbelanger/">ibelanger</a>, <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/joyously/">Joy</a>, <a href="https://profiles.wordpress.org/khaihong/">khaihong</a>, <a href="https://profiles.wordpress.org/lbenicio/">lbenicio</a>, <a href="https://profiles.wordpress.org/leanderiversen/">Leander Iversen</a>, <a href="https://profiles.wordpress.org/mermel/">mermel</a>, <a href="https://profiles.wordpress.org/metalandcoffee/">metalandcoffee</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Migrated to @jeffpaul</a>, <a href="https://profiles.wordpress.org/palmiak/">palmiak</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/skoldin/">skoldin</a>, <a href="https://profiles.wordpress.org/subrataemfluence/">Subrata Sarkar</a>, <a href="https://profiles.wordpress.org/itowhid06/">Towhidul Islam</a>, <a href="https://profiles.wordpress.org/warmlaundry/">warmlaundry</a>, and <a href="https://profiles.wordpress.org/yuriv/">YuriV</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6091";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"The Month in WordPress: June 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2018/07/the-month-in-wordpress-june-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Jul 2018 09:28:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6087";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:366:"With one of the two flagship WordCamp events taking place this month, as well as some important WordPress project announcements, theres no shortage of news. Learn more about what happened in the WordPress community in June. Another Successful WordCamp Europe On June 14th, WordCamp Europe kicked off three days of learning and contributions in Belgrade. [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4627:"<p>With one of the two flagship WordCamp events taking place this month, as well as some important WordPress project announcements, theres no shortage of news. Learn more about what happened in the WordPress community in June.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Another Successful WordCamp Europe</h2>\n\n<p>On June 14th, WordCamp Europe kicked off three days of learning and contributions in Belgrade. Over 2,000 people attended in person, with hundreds more watching live streams of the sessions.</p>\n\n<p>The WordCamp was a great success with plenty of first-time attendees and new WordPress contributors getting involved in the project and community. Recorded sessions from the 65 speakers at the event will be available on WordPress.tv in the coming weeks. In the meantime, check out the <a href="https://www.flickr.com/photos/wceu/albums">photos from the event</a>.</p>\n\n<p><a href="https://2018.europe.wordcamp.org/2018/06/16/wordcamp-europe-2019/">The next WordCamp Europe</a> takes place on June 20-22 2019 in Berlin, Germany. If youre based in Europe and would like to serve on the organizing team, <a href="https://2019.europe.wordcamp.org/2018/06/16/call-wordcamp-europe-2019-organizers/">fill in the application form</a>.</p>\n\n<h2>Updated Roadmap for the New WordPress Content Editor</h2>\n\n<p>During his keynote session at WordCamp Europe, Matt Mullenweg presented <a href="https://gutenbergtimes.com/mullenweg-on-gutenberg-roll-out-plan/">an updated roadmap</a> for <a href="https://wordpress.org/gutenberg/">Gutenberg</a>, the new content editor coming in WordPress 5.0.</p>\n\n<p>While the editor is in rapid development, <a href="https://make.wordpress.org/core/2018/06/21/whats-new-in-gutenberg-21st-june/">with v3.1 being released this past month</a>, the team is aiming to ship Gutenberg with WordPress Core in August, 2018. This is not set in stone — the release date may shift as development progresses — but this gives the first realistic idea of when we can expect the editor to be released.</p>\n\n<p>If you would like to contribute to Gutenberg, read <a href="https://wordpress.org/gutenberg/handbook/">the handbook</a>, follow the <a href="https://make.wordpress.org/core/">Core team blog</a>, and join the #core-editor channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n\n<h2>WordCamp Incubator Cities Announced</h2>\n\n<p>The WordCamp Incubator program helps spread WordPress to underserved communities by providing organizing support for their first WordCamp. The first iteration of this program ran successfully in 2016 and empowered three cities to start their own WordPress communities.</p>\n\n<p>This year, the Community Team is running the Incubator program again. After receiving applications from 104 communities, <a href="https://make.wordpress.org/community/2018/06/26/wordcamp-incubator-program-2018-locations-announcement/">they have selected</a> Montevideo, Uruguay and Kota Kinabalu, Malaysia to participate in the program. Both cities will receive direct help from experienced WordCamp organizers to run their first-ever WordCamp as a way to help their WordPress community get started.</p>\n\n<p>To find out more about the Incubator program follow the <a href="https://make.wordpress.org/community/">Community team blog</a>, and join the #community-events channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress community of Spain recently <a href="https://twitter.com/wp_es/status/1004681694660603904">received an award</a> for being the best open-source community in the country.</li>\n <li>This month, WordPress reached <a href="https://w3techs.com/technologies/details/cm-wordpress/all/all">the milestone of powering 31% of websites</a>.</li>\n <li><a href="https://wprig.io/introducing-wprig-wordpress/">WP Rig</a> is a brand new tool to help WordPress developers build better themes.</li>\n <li><a href="https://richtabor.com/gutenberg-block-unit-test/">Block Unit Test</a> is a new plugin to help theme developers prepare for Gutenberg.</li>\n <li>Near the end of the month, Zac Gordon hosted <a href="https://javascriptforwp.com/conference/">an online conference</a> focused on JavaScript development in WordPress &#8211; the session videos will be available on YouTube soon.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6087";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"The Month in WordPress: May 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2018/06/the-month-in-wordpress-may-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 01 Jun 2018 09:09:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6065";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:360:"This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May. Local Communities Celebrate the 15th Anniversary of WordPress Last Sunday, May [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4537:"<p>This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Local Communities Celebrate the 15th Anniversary of WordPress</h2>\n\n<p>Last Sunday, May 27, WordPress turned 15 years old. This is a noteworthy occasion for an open-source project like WordPress and one well worth celebrating. To mark the occasion, <a href="https://wp15.wordpress.net/">WordPress communities across the world gathered</a> for parties and meetups in honor of the milestone.</p>\n\n<p>Altogether, there were 224 events globally, with <a href="https://wp15.wordpress.net/about/">a few more of those still scheduled</a> to take place in some communities — attend one in your area if you can.</p>\n\n<p>If your city doesnt have a WordPress meetup group, this is a great opportunity to start one! Learn how with <a href="https://make.wordpress.org/community/handbook/meetup-organizer/welcome/">the Meetup Organizer Handbook</a>, and join the #community-events channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n\n<h2>Privacy Tools added to WordPress core</h2>\n\n<p>In light of recent changes to data privacy regulations in the EU, WordPress Core shipped important updates <a href="https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/">in the v4.9.6 release</a>, giving site owners tools to help them comply with the new General Data Protection Regulation (GDPR). It is worth noting, however, that WordPress cannot ensure you are compliant — this is still a site owners responsibility.</p>\n\n<p>The new privacy tools include a number of features focused on providing privacy and personal data management to all site users — asking commenters for explicit consent to store their details in a cookie, providing site owners with an easy way to publish a Privacy Policy, and providing data export and erasure tools to all site users that can be extended by plugins to allow the handling of data that they introduce.</p>\n\n<p>To find out more about these features and the other updates, read the <a href="https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/">4.9.6 update guide</a>. You can also get involved in contributing to this part of WordPress Core by jumping into the #core-privacy channel in the<a href="https://make.wordpress.org/chat/"> Making WordPress Slack group</a>, and following<a href="https://make.wordpress.org/core/"> the Core team blog</a>.</p>\n\n<h2>Updates to the WordPress.org Privacy Policy</h2>\n\n<p>In a similar vein, WordPress.org itself has received <a href="https://wordpress.org/about/privacy/">an updated Privacy Policy</a> to make clear what is being tracked and how your data is handled. Along with that, a <a href="https://wordpress.org/about/privacy/cookies/">Cookie Policy</a> has also been added to explain just what is collected and stored in your browser when using the site.</p>\n\n<p>These policies cover all sites on the WordPress.org network — including WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains. Its important to note that this does not mean that anything has changed in terms of data storage; rather that these documents clarify what data is stored and how it is handled.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WordCamp US 2018 has <a href="https://2018.us.wordcamp.org/2018/05/29/speak-at-wordcamp-us/">opened up speaker submissions</a> for the December event.</li>\n <li><a href="https://2018.europe.wordcamp.org/2018/05/15/wceu-live-stream-tickets/">Live stream tickets are now available for WordCamp Europe</a>, happening on June 14-16.</li>\n <li>Gutenberg, the new editor for WordPress Core, is getting ever closer to the final stages with <a href="https://make.wordpress.org/core/2018/05/18/whats-new-in-gutenberg-18th-may/">a major update</a> this month.</li>\n <li>In preparation for Gutenberg, <a href="https://core.trac.wordpress.org/changeset/43309">significant work has been done</a> to improve WordPress Cores build process.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6065";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"WordPress.org Privacy Policy Updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-updates/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 25 May 2018 08:06:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"privacy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6047";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:325:"The WordPress.org privacy policy has been updated, hurray! While we weren&#8217;t able to remove all the long sentences, we hope you find the revisions make it easier to understand: how we collect and use data, how long the data we collect is retained, and how you can request a copy of the data you&#8217;ve shared [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Andrea Middleton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:657:"<p>The <a href="https://wordpress.org/about/privacy/">WordPress.org privacy policy</a> has been updated, hurray! While we weren&#8217;t able to remove <strong>all</strong> the long sentences, we hope you find the revisions make it easier to understand:</p>\n<ul>\n<li>how we collect and use data,</li>\n<li>how long the data we collect is retained, and</li>\n<li>how you can request a copy of the data you&#8217;ve shared with us.</li>\n</ul>\n<p>There hasn&#8217;t been any change to the data that WordPress.org collects or how that data is used; the privacy policy just provides more detail now. Happy reading, and thanks for using WordPress!</p>\n<p>&nbsp;</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6047";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress 4.9.6 Privacy and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 May 2018 19:21:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5920";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"WordPress 4.9.6 is now available. This is a privacy and maintenance release. We encourage you to update your sites to take advantage of the new privacy features. Privacy The European Union&#8217;s General Data Protection Regulation (GDPR) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Allen Snook";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:13399:"<p>WordPress 4.9.6 is now available. This is a <strong>privacy and maintenance release</strong>. We encourage you to update your sites to take advantage of the new privacy features.</p>\n\n<figure class="wp-block-image"><img src="https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=632&#038;ssl=1" alt="A decorative header featuring the text &quot;GDPR&quot; and a lock inside of a blue shield, on multicolor green background." class="wp-image-5988" srcset="https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=1024%2C512&amp;ssl=1 1024w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure>\n\n<h2 style="text-align:left">Privacy</h2>\n\n<p>The European Union&#8217;s General Data Protection Regulation (<strong>GDPR</strong>) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, use, and share personal data. It also gives individuals more access and choice when it comes to how their own personal data is collected, used, and shared.<br /></p>\n\n<p>Its important to understand that while the GDPR is a European regulation, its requirements apply to all sites and online businesses that collect, store, and process personal data about EU residents no matter where the business is located.<br /></p>\n\n<p>You can learn more about the GDPR from the European Commission&#8217;s <a href="http://ec.europa.eu/justice/smedataprotect/index_en.htm">Data Protection page</a>.<br /></p>\n\n<p>We&#8217;re committed to supporting site owners around the world in their work to comply with this important law. As part of that effort, weve added a number of new privacy features in this release.</p>\n\n<h2 style="text-align:left">Comments</h2>\n\n<figure class="wp-block-image"><img src="https://i1.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=632&#038;ssl=1" alt="A screenshot of a comment form, where the new &quot;Save my name, email, and website in this browser for the next time I comment&quot; checkbox is featured." class="wp-image-5986" srcset="https://i1.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=300%2C291&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=768%2C744&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=1024%2C992&amp;ssl=1 1024w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure>\n\n<p>Logged-out commenters will be given a choice on whether their name, email address, and website are saved in a cookie on their browser.</p>\n\n<h2 style="text-align:left">Privacy Policy Page</h2>\n\n<figure class="wp-block-image"><img src="https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=632&#038;ssl=1" alt="A screenshot of the new Privacy Settings page." class="wp-image-5995" srcset="https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1898&amp;ssl=1 1898w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=300%2C177&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=768%2C453&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=1024%2C604&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1264&amp;ssl=1 1264w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure>\n\n<p>Site owners can now designate a privacy policy page. This page will be shown on your login and registration pages. You should manually add a link to your policy to every page on your website. If you have a footer menu, thats a great place to include your privacy policy.<br /></p>\n\n<p>In addition, weve created a guide that includes insights from WordPress and participating plugins on how they handle personal data. These insights can be copied and pasted into your site&#8217;s privacy policy to help you get started.<br /></p>\n\n<p>If you maintain a plugin that collects data, we recommend including that information in WordPress privacy policy guide. <a href="https://developer.wordpress.org/plugins/privacy/">Learn more in our Privacy section of the Plugin Handbook</a>.</p>\n\n<h2 style="text-align:left">Data Handling</h2>\n\n<figure class="wp-block-image"><img src="https://i1.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=632&#038;ssl=1" alt="A screenshot of the new Export Personal Data tools page. Several export requests are listed on the page, to demonstrate how the new feature will work." class="wp-image-5999" srcset="https://i1.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=2372&amp;ssl=1 2372w, https://i1.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=300%2C221&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=768%2C565&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=1024%2C753&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure>\n\n<div class="wp-block-columns has-2-columns">\n <h3 class="layout-column-1">Data Export</h3>\n \n <p class="layout-column-1">Site owners can export a ZIP file containing a user&#8217;s personal data, using data gathered by WordPress and participating plugins.</p>\n \n <h3 class="layout-column-2">Data Erasure</h3>\n \n <p class="layout-column-2">Site owners can erase a user&#8217;s personal data, including data collected by participating plugins.</p>\n </div>\n\n<blockquote class="wp-block-quote">\n <p>Howdy,</p>\n <p>A request has been made to perform the following action on your account:<br /> </p>\n <p><strong>Export Personal Data</strong><br /> </p>\n <p>To confirm this, please click on the following link:<br /><a href="#">http://.wordpress.org/wp-login.php?action=confirmaction&#8230;</a><br /> </p>\n <p>You can safely ignore and delete this email if you do not want to<br /> take this action.<br /> </p>\n <p>This email has been sent to <a href="#">you@example.com</a>.<br /> </p>\n <p>Regards,<br /><em>Your friends at WordPress</em><br /><a href="http://wordpress.org"><em> http://wordpress.org</em></a></p>\n</blockquote>\n\n<p>Site owners have a new email-based method that they can use to confirm personal data requests. This request confirmation tool works for both export and erasure requests, and for both registered users and commenters.</p>\n\n<hr class="wp-block-separator" />\n\n<h2 style="text-align:left">Maintenance</h2>\n\n<p>95 updates were made in WordPress 4.9.6. In addition to the above, particularly of note were:<br /></p>\n\n<ul>\n <li>&#8220;Mine&#8221; has been added as a filter in the media library.</li>\n <li>When viewing a plugin in the admin, it will now tell you the minimum PHP version required.</li>\n <li>We&#8217;ve added new PHP polyfills for forwards-compatibility and proper variable validation.</li>\n <li>TinyMCE was updated to the latest version (4.7.11).<br /></li>\n</ul>\n\n<p><a href="https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/">This post has more information about all of the issues fixed in 4.9.6 if you&#8217;d like to learn more</a>.</p>\n\n<p><a href="https://wordpress.org/download/">Download WordPress 4.9.6</a> or venture over to Dashboard → Updates and click &#8220;Update Now.&#8221; Sites that support automatic background updates will start updating soon.<br /></p>\n\n<p class="has-background has-very-light-gray-background-color">Please note that if youre currently on WordPress 4.9.3, you should manually update your site immediately.</p>\n\n<hr class="wp-block-separator" />\n\n<p>Thank you to everyone who contributed to WordPress 4.9.6:<br /><a href="https://profiles.wordpress.org/aaroncampbell/">Aaron D. Campbell</a>, <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abdullahramzan/">abdullahramzan</a>, <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/schlessera/">Alain Schlesser</a>, <a href="https://profiles.wordpress.org/allendav/">allendav</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andreamiddleton/">Andrea Middleton</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/ayeshrajans/">Ayesh Karunaratne</a>, <a href="https://profiles.wordpress.org/birgire/">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bridgetwillard/">bridgetwillard</a>, <a href="https://profiles.wordpress.org/burlingtonbytes/">Burlington Bytes</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/claudiu/">claudiu</a>, <a href="https://profiles.wordpress.org/coreymckrill/">Corey McKrill</a>, <a href="https://profiles.wordpress.org/danielbachhuber/">Daniel Bachhuber</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling (ocean90)</a>, <a href="https://profiles.wordpress.org/iseulde/">Ella Van Dorpe</a>, <a href="https://profiles.wordpress.org/ericdaams/">Eric Daams</a>, <a href="https://profiles.wordpress.org/fclaussen/">Fernando Claussen</a>, <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder</a>, <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/idea15/">Heather Burns</a>, <a href="https://profiles.wordpress.org/helen/">Helen Hou-Sandi</a>, <a href="https://profiles.wordpress.org/herregroen/">herregroen</a>, <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianbelanger/">ibelanger</a>, <a href="https://profiles.wordpress.org/imath/">imath</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/jeffpaul/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jeremyfelt/">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jesperher/">Jesper V Nielsen</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">JJJ</a>, <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a>, <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/chanthaboune/">Josepha</a>, <a href="https://profiles.wordpress.org/jrf/">jrf</a>, <a href="https://profiles.wordpress.org/dejliglama/">Kåre Mulvad Steffensen</a>, <a href="https://profiles.wordpress.org/lakenh/">Laken Hafner</a>, <a href="https://profiles.wordpress.org/laurelfulford/">laurelfulford</a>, <a href="https://profiles.wordpress.org/lbenicio/">lbenicio</a>, <a href="https://profiles.wordpress.org/macbookandrew/">macbookandrew</a>, <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a>, <a href="https://profiles.wordpress.org/melchoyce/">Mel Choyce</a>, <a href="https://profiles.wordpress.org/mnelson4/">Michael Nelson</a>, <a href="https://profiles.wordpress.org/mikejolley/">Mike Jolley</a>, <a href="https://profiles.wordpress.org/casiepa/">Pascal Casier</a>, <a href="https://profiles.wordpress.org/pbarthmaier/">pbrocks</a>, <a href="https://profiles.wordpress.org/postphotos/">postphotos</a>, <a href="https://profiles.wordpress.org/pmbaldha/">Prashant Baldha</a>, <a href="https://profiles.wordpress.org/presstigers/">PressTigers</a>, <a href="https://profiles.wordpress.org/programmin/">programmin</a>, <a href="https://profiles.wordpress.org/littlerchicken/">Robin Cornett</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/satollo/">Stefano Lissa</a>, <a href="https://profiles.wordpress.org/stephdau/">Stephane Daury (stephdau)</a>, <a href="https://profiles.wordpress.org/subrataemfluence/">Subrata Sarkar</a>, <a href="https://profiles.wordpress.org/karmatosed/">Tammie Lister</a>, <a href="https://profiles.wordpress.org/teddytime/">teddytime</a>, <a href="https://profiles.wordpress.org/thomasplevy/">thomasplevy</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs/">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/tz-media/">Tobias Zimpel</a>, <a href="https://profiles.wordpress.org/tjnowell/">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/tobifjellner/">Tor-Bjorn Fjellner</a>, <a href="https://profiles.wordpress.org/itowhid06/">Towhidul Islam</a>, <a href="https://profiles.wordpress.org/voneff/">voneff</a>, <a href="https://profiles.wordpress.org/earnjam/">William Earnhardt</a>, and <a href="https://profiles.wordpress.org/xkon/">Xenos (xkon) Konstantinos</a>.<br /></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5920";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"The Month in WordPress: April 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2018/05/the-month-in-wordpress-april-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 May 2018 08:30:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5891";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:324:"This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April. The WordPress 15th Anniversary is Coming On May 27 2018, WordPress will turn 15 years old — this is [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4981:"<p>This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>The WordPress 15th Anniversary is Coming</h2>\n\n<p>On May 27 2018, <a href="https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/">WordPress will turn 15 years old</a> — this is a huge milestone for the project, or, indeed, for any open-source platform. The Community Team has been hard at work helping communities around the world plan local anniversary parties.</p>\n\n<p>Check <a href="https://wp15.wordpress.net/">the central anniversary website</a> to see if theres already a party being planned near you. These parties are all organized by local communities — if theres no local community in your area, you can <a href="https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group">start one today</a> and host a party yourself.</p>\n\n<h2>Work has Started on a Gutenberg Migration Guide</h2>\n\n<p>With Gutenberg, the upcoming WordPress content editor, in rapid development, a lot of people have been wondering how they will convert their existing plugins to work with the new features. To mitigate the issues here and help people overcome any migration hurdles, <a href="https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/">a Gutenberg Migration Guide is underway</a> to assist developers with making their code Gutenberg-compatible.</p>\n\n<p>If youd like to contribute to this guide, you can review <a href="https://github.com/danielbachhuber/gutenberg-migration-guide">the existing documentation on GitHub</a> and <a href="https://github.com/danielbachhuber/gutenberg-migration-guide/issues">open a new issue</a> if you find something to add.</p>\n\n<h2>Theme Review Team Launches Trusted Authors Program</h2>\n\n<p>Reviews of themes submitted to the Theme Directory can take quite a while to complete. In order to combat this issue and to make the theme submission process smoother for everyone, <a href="https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/">the Theme Review Team is introducing a Trusted Authors Program</a>.</p>\n\n<p>This program will allow frequent and reliable theme authors to apply for trusted status, allowing them to upload themes more frequently and to have their themes automatically approved. This will allow more high-quality themes to be added to the directory, as well as recognize the hard work that authors put in to build their themes.</p>\n\n<p>If you would like to get involved with reviewing themes, you can read <a href="https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/">their getting started guide</a>, follow the <a href="https://make.wordpress.org/themes/">team blog</a> and join the #themereview channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n\n<hr class="wp-block-separator" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li><a href="https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/">WordPress 4.9.5 was released</a> early this month, fixing numerous bugs and potential security issues. The two leads for this release <a href="https://make.wordpress.org/core/2018/04/20/4-9-5-feedback-leading-a-wordpress-minor-release/">published some interesting feedback</a> about the process.</li>\n <li>In addition to the Trusted Authors Program mentioned above, the Theme Review Team is <a href="https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/">making some changes to their review process</a> to minimize theme review delays.<br /></li>\n <li>The Marketing Team produced <a href="https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/">a handy Contributor Day onboarding PDF</a> for organizers to hand out to contributors attending WordCamps.</li>\n <li>The Accessibility Team is actively looking for contributors for <a href="https://make.wordpress.org/accessibility/handbook/">their handbook</a>.</li>\n <li>A new type of WordCamp, <a href="https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/">targeted at organizers</a>, is in the planning stages now.</li>\n <li><a href="https://wordpress.org/about/">The WordPress.org About pages</a> received a significant redesign to make them more clear and useful.</li>\n <li>The Community Team <a href="https://make.wordpress.org/community/2018/04/27/wordcamp-incubator-program-2018-2019-roadmap/">posted the roadmap</a> for this years WordCamp Incubator program.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5891";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:39:"\n \n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Celebrate the WordPress 15th Anniversary on May 27";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Apr 2018 21:07:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"Store";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"wp15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5753";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"May 27, 2018 is the 15th anniversary of the first WordPress release — and we can&#8217;t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here&#8217;s how you can join in the fun: Check the WordPress 15th Anniversary website to see [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Andrea Middleton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3948:"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href="https://wordpress.org/news/2003/05/wordpress-now-available/">first WordPress release</a> <a href="https://wordpress.org/news/2003/05/wordpress-now-available/"></a>— and we can&#8217;t wait to celebrate!</p>\n\n<figure class="wp-block-image aligncenter"><img src="https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&#038;ssl=1" alt="" class="wp-image-5841" width="342" height="268" srcset="https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=2188&amp;ssl=1 2188w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=300%2C236&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=768%2C605&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=1024%2C806&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1896&amp;ssl=1 1896w" sizes="(max-width: 342px) 100vw, 342px" data-recalc-dims="1" /></figure>\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here&#8217;s how you can join in the fun:</p>\n\n<ol>\n <li>Check the <a href="https://wp15.wordpress.net/about/">WordPress 15th Anniversary website</a> to see if there&#8217;s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n <li>If there isn&#8217;t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n <li>List your party with <a href="https://www.meetup.com/pro/wordpress/">your local WordPress meetup group</a> (Don&#8217;t have a group? <a href="https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group">Start one!</a>)  and then spread the word to other local meetups, tech groups, press, etc and get people to say theyll come to your party.</li>\n <li><a href="https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href="https://wp15.wordpress.net/live/">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don&#8217;t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, weve added some <a href="https://mercantile.wordpress.org/product-category/wordpress-15/">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we&#8217;ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href="https://wp15.wordpress.net/about/">a party</a>, with <a href="https://wp15.wordpress.net/swag/">commemorative swag</a>, by <a href="https://wp15.wordpress.net/live/">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don&#8217;t forget to <a href="https://wp15.wordpress.net/live/">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href="https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/">30% of the internet</a> has a reason to celebrate, you know it&#8217;s going to be great! </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"GDPR Compliance Tools in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Apr 2018 20:11:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5728";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:188:"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Andrew Ozz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3914:"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes  enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Dont we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new &#8220;postbox&#8221; will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new &#8220;Privacy&#8221; page is added under the &#8220;Tools&#8221; menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href="https://developer.wordpress.org/plugins/">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href="https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href="https://make.wordpress.org/chat/">Make WordPress</a> Slack group.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5728";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n hourly ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n 1 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 27 Jul 2018 01:24:09 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Tue, 17 Jul 2018 14:45:38 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 1";}}s:5:"build";s:14:"20130911133210";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(542, '_site_transient_timeout_browser_c76f01ef31066bd31dad173c7d23161b', '1533173848', 'no'),
(543, '_site_transient_browser_c76f01ef31066bd31dad173c7d23161b', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"68.0.3440.75";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'),
(595, '_site_transient_timeout_browser_9ddd74e928f243c9d42d656e6ecdb5ea', '1533185492', 'no'),
(596, '_site_transient_browser_9ddd74e928f243c9d42d656e6ecdb5ea', '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'),
(597, '_site_transient_timeout_community-events-6ba6a6e8f419a3c0327909341b7674b5', '1532623895', 'no'),
(598, '_site_transient_community-events-6ba6a6e8f419a3c0327909341b7674b5', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:13:"180.204.135.0";}s:6:"events";a:1:{i:0;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:15:"WordCamp Taipei";s:3:"url";s:32:"https://2018.taipei.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2018-10-21 00:00:00";s:8:"location";a:4:{s:8:"location";s:15:"Taiwan (Taipei)";s:7:"country";s:2:"TW";s:8:"latitude";d:25.007993299999998981775206630118191242218017578125;s:9:"longitude";d:121.4666595999999998412022250704467296600341796875;}}}}', 'no'),
(602, 'recently_activated', 'a:0:{}', 'yes'),
(603, 'widget_onetone_recent_posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(650, 'onetone', 'a:10:{s:19:"header_social_icons";a:0:{}s:26:"page_title_bar_background1";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:0:"";s:19:"background-position";s:8:"top-left";s:15:"background-size";s:0:"";s:21:"background-attachment";s:0:"";}s:33:"page_title_bar_retina_background1";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:0:"";s:19:"background-position";s:8:"top-left";s:15:"background-size";s:0:"";s:21:"background-attachment";s:0:"";}s:17:"footer_background";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:0:"";s:19:"background-position";s:0:"";s:15:"background-size";s:0:"";s:21:"background-attachment";s:0:"";}s:19:"footer_social_icons";a:0:{}s:17:"header_background";a:6:{s:16:"background-color";s:7:"#ffffff";s:16:"background-image";s:0:"";s:17:"background-repeat";s:0:"";s:19:"background-position";s:8:"top-left";s:15:"background-size";s:0:"";s:21:"background-attachment";s:0:"";}s:12:"custom_fonts";a:0:{}s:4:"logo";s:78:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo-2.png";s:12:"overlay_logo";s:82:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo_light.png";s:11:"logo_retina";s:78:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo2x.png";}', 'yes'),
(609, 'siteorigin_panels_settings', 'a:0:{}', 'yes'),
(610, 'siteorigin_panels_initial_version', '2.7.3', 'no'),
(611, 'siteorigin_panels_active_version', '2.7.3', 'yes'),
(612, 'widget_siteorigin-panels-post-content', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(613, 'widget_siteorigin-panels-postloop', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(614, 'widget_siteorigin-panels-builder', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(661, 'wpcf7', 'a:2:{s:7:"version";s:5:"5.0.3";s:13:"bulk_validate";a:4:{s:9:"timestamp";d:1532623434;s:7:"version";s:5:"5.0.3";s:11:"count_valid";i:1;s:13:"count_invalid";i:0;}}', 'yes'),
(662, '_transient_timeout_plugin_slugs', '1532749709', 'no'),
(663, '_transient_plugin_slugs', 'a:8:{i:0;s:19:"akismet/akismet.php";i:1;s:35:"athemes-toolbox/athemes-toolbox.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php";i:3;s:23:"elementor/elementor.php";i:4;s:9:"hello.php";i:5;s:39:"onetone-companion/onetone-companion.php";i:6;s:39:"siteorigin-panels/siteorigin-panels.php";i:7;s:33:"sydney-toolbox/sydney-toolbox.php";}', 'no'),
(796, '_transient_timeout_feed_ae09fc0b5482208db974d7536243841f', '1532704241', 'no'),
(797, '_transient_feed_ae09fc0b5482208db974d7536243841f', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:2:"\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:85:"\n \n \n \n \n \n \n \n \n \n\n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Vela Elementor - Feed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:19:"https://mageewp.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:20:"Themes for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 07:01:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wordpress.org/?v=4.9.7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:3:"url";a:1:{i:0;a:5:{s:4:"data";s:57:"https://mageewp.com/wp-content/uploads/2014/04/logo11.png";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Mageewp Elementor Feed - MAGEEWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:19:"https://mageewp.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:67:"https://mageewp.com/mageewp-elementor-feed/?license_key=&item=talon";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:12:"nginx/1.13.7";s:4:"date";s:29:"Fri, 27 Jul 2018 03:09:32 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:12:"x-powered-by";s:9:"PHP/7.2.0";s:10:"set-cookie";s:44:"PHPSESSID=f3rsp41o3hsu2609u0564v34q5; path=/";s:7:"expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"cache-control";s:35:"no-store, no-cache, must-revalidate";s:6:"pragma";s:8:"no-cache";s:4:"link";a:2:{i:0;s:56:"<https://mageewp.com/wp-json/>; rel="https://api.w.org/"";i:1;s:45:"<https://mageewp.com/?p=69457>; rel=shortlink";}}}s:5:"build";s:14:"20130911133210";}', 'no'),
(812, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1532662946;s:7:"checked";a:16:{s:7:"ayageek";s:5:"1.0.1";s:9:"fcommerce";s:5:"1.0.0";s:7:"fifteen";s:5:"2.1.6";s:11:"my-dog-lite";s:3:"1.0";s:8:"onepress";s:5:"2.0.9";s:7:"onetone";s:5:"3.0.3";s:12:"organic-lite";s:5:"1.1.1";s:6:"primer";s:5:"1.8.4";s:10:"storefront";s:5:"2.3.3";s:5:"stout";s:5:"1.1.3";s:6:"sydney";s:4:"1.50";s:5:"talon";s:4:"1.06";s:13:"twentyfifteen";s:3:"2.0";s:15:"twentyseventeen";s:3:"1.6";s:13:"twentysixteen";s:3:"1.5";s:9:"zeko-lite";s:5:"1.1.2";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'),
(798, '_transient_timeout_feed_mod_ae09fc0b5482208db974d7536243841f', '1532704241', 'no'),
(799, '_transient_feed_mod_ae09fc0b5482208db974d7536243841f', '1532661041', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(801, '_site_transient_available_translations', 'a:113:{s:2:"af";a:8:{s:8:"language";s:2:"af";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-06 13:56:09";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.4/af.zip";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}}s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-09 07:24:12";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.7/ar.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:3:"ary";a:8:{s:8:"language";s:3:"ary";s:7:"version";s:5:"4.7.7";s:7:"updated";s:19:"2017-01-26 15:42:35";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:2:"as";a:8:{s:8:"language";s:2:"as";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-22 18:59:07";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমীয়া";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/as.zip";s:3:"iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:{s:8:"continue";s:0:"";}}s:2:"az";a:8:{s:8:"language";s:2:"az";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-06 00:09:27";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/az.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}}s:3:"azb";a:8:{s:8:"language";s:3:"azb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-12 20:34:31";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:3:"bel";a:8:{s:8:"language";s:3:"bel";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-04-04 08:43:29";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.5/bel.zip";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}}s:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-06-23 07:27:43";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/bg_BG.zip";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:12:"Напред";}}s:5:"bn_BD";a:8:{s:8:"language";s:5:"bn_BD";s:7:"version";s:5:"4.8.6";s:7:"updated";s:19:"2017-10-01 12:57:10";s:12:"english_name";s:7:"Bengali";s:11:"native_name";s:15:"বাংলা";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}}s:2:"bo";a:8:{s:8:"language";s:2:"bo";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-22 03:44:52";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.5/bo.zip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:24:"མུ་མཐུད།";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-04 20:20:28";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:2:"ca";a:8:{s:8:"language";s:2:"ca";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 04:48:54";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.7/ca.zip";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:3:"ceb";a:8:{s:8:"language";s:3:"ceb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-02 17:25:51";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}}s:5:"cs_CZ";a:8:{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 06:46:23";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:9:"Čeština";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/cs_CZ.zip";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-07 10:10:13";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.7/cy.zip";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}}s:5:"da_DK";a:8:{s:8:"language";s:5:"da_DK";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 08:46:24";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/da_DK.zip";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsæt";}}s:5:"de_CH";a:8:{s:8:"language";s:5:"de_CH";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-08 16:40:04";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-10 10:21:23";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.9.7/de_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-08 16:42:22";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:7:"package";s:73:"https://downloads.wordpress.org/translation/core/4.9.7/de_CH_informal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-10 10:18:08";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:3:"dzo";a:8:{s:8:"language";s:3:"dzo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-06-29 08:59:03";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རྫོང་ཁ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:{s:8:"continue";s:0:"";}}s:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-14 17:51:21";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.7/el.zip";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}}s:5:"en_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 10:18:25";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/en_CA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 07:35:25";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/en_ZA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-05 22:07:01";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/en_AU.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-05 22:06:40";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/en_NZ.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-05 20:57:02";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/en_GB.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 10:52:53";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.7/eo.zip";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}}s:5:"es_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-17 05:54:09";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/es_ES.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-06-26 13:11:18";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/es_VE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-06-16 04:48:17";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/es_AR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CO";a:8:{s:8:"language";s:5:"es_CO";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-15 23:17:08";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/es_CO.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-15 15:03:42";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/es_GT.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"4.8.6";s:7:"updated";s:19:"2017-07-31 15:12:02";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.8.6/es_MX.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CR";a:8:{s:8:"language";s:5:"es_CR";s:7:"version";s:5:"4.8.3";s:7:"updated";s:19:"2017-10-01 17:54:52";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:22:"Español de Costa Rica";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-28 20:09:49";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PE";a:8:{s:8:"language";s:5:"es_PE";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-09 09:36:22";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"et";a:8:{s:8:"language";s:2:"et";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-19 14:11:29";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.2/et.zip";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}}s:2:"eu";a:8:{s:8:"language";s:2:"eu";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-12-09 21:12:23";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}}s:5:"fa_IR";a:8:{s:8:"language";s:5:"fa_IR";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-16 05:40:29";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/fa_IR.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:2:"fi";a:8:{s:8:"language";s:2:"fi";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-05-16 10:29:40";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.6/fi.zip";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}}s:5:"fr_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-10 22:02:58";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/fr_FR.zip";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-05-23 21:23:19";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/fr_CA.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-01-31 11:16:06";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:3:"fur";a:8:{s:8:"language";s:3:"fur";s:7:"version";s:5:"4.8.6";s:7:"updated";s:19:"2018-01-29 17:32:35";s:12:"english_name";s:8:"Friulian";s:11:"native_name";s:8:"Friulian";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip";s:3:"iso";a:2:{i:2;s:3:"fur";i:3;s:3:"fur";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"gd";a:8:{s:8:"language";s:2:"gd";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-08-23 17:41:37";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}}s:5:"gl_ES";a:8:{s:8:"language";s:5:"gl_ES";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-14 18:51:09";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/gl_ES.zip";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"gu";a:8:{s:8:"language";s:2:"gu";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-02-14 06:16:04";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.7/gu.zip";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}}s:3:"haz";a:8:{s:8:"language";s:3:"haz";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-05 00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"he_IL";a:8:{s:8:"language";s:5:"he_IL";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-04-15 08:49:46";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:8:"המשך";}}s:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-06-17 09:33:44";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:12:"जारी";}}s:2:"hr";a:8:{s:8:"language";s:2:"hr";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-09 17:30:15";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.7/hr.zip";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:5:"hu_HU";a:8:{s:8:"language";s:5:"hu_HU";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-05-23 22:45:22";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/hu_HU.zip";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:10:"Folytatás";}}s:2:"hy";a:8:{s:8:"language";s:2:"hy";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-03 16:21:10";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}}s:5:"id_ID";a:8:{s:8:"language";s:5:"id_ID";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-10 03:24:01";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/id_ID.zip";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}}s:5:"is_IS";a:8:{s:8:"language";s:5:"is_IS";s:7:"version";s:5:"4.7.7";s:7:"updated";s:19:"2017-04-13 13:55:54";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.7/is_IS.zip";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}}s:5:"it_IT";a:8:{s:8:"language";s:5:"it_IT";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 05:36:29";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/it_IT.zip";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:2:"ja";a:8:{s:8:"language";s:2:"ja";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-06-21 16:18:57";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.6/ja.zip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:9:"続ける";}}s:5:"jv_ID";a:8:{s:8:"language";s:5:"jv_ID";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-24 13:53:29";s:12:"english_name";s:8:"Javanese";s:11:"native_name";s:9:"Basa Jawa";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip";s:3:"iso";a:2:{i:1;s:2:"jv";i:2;s:3:"jav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Nerusaké";}}s:5:"ka_GE";a:8:{s:8:"language";s:5:"ka_GE";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-08 06:01:48";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/ka_GE.zip";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}}s:3:"kab";a:8:{s:8:"language";s:3:"kab";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-22 22:24:38";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.5/kab.zip";s:3:"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:{s:8:"continue";s:6:"Kemmel";}}s:2:"kk";a:8:{s:8:"language";s:2:"kk";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-12 08:08:32";s:12:"english_name";s:6:"Kazakh";s:11:"native_name";s:19:"Қазақ тілі";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip";s:3:"iso";a:2:{i:1;s:2:"kk";i:2;s:3:"kaz";}s:7:"strings";a:1:{s:8:"continue";s:20:"Жалғастыру";}}s:2:"km";a:8:{s:8:"language";s:2:"km";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-07 02:07:59";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភាសាខ្មែរ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/km.zip";s:3:"iso";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:{s:8:"continue";s:12:"បន្ត";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-13 16:16:37";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/ko_KR.zip";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}}s:3:"ckb";a:8:{s:8:"language";s:3:"ckb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26 15:48:25";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"كوردی‎";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:{s:8:"continue";s:30:"به‌رده‌وام به‌";}}s:2:"lo";a:8:{s:8:"language";s:2:"lo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 09:59:23";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາລາວ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:{s:8:"continue";s:18:"ຕໍ່​ໄປ";}}s:5:"lt_LT";a:8:{s:8:"language";s:5:"lt_LT";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-05-24 09:42:27";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/lt_LT.zip";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}}s:2:"lv";a:8:{s:8:"language";s:2:"lv";s:7:"version";s:5:"4.7.7";s:7:"updated";s:19:"2017-03-17 20:40:40";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}}s:5:"mk_MK";a:8:{s:8:"language";s:5:"mk_MK";s:7:"version";s:5:"4.7.7";s:7:"updated";s:19:"2017-01-26 15:54:41";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}}s:5:"ml_IN";a:8:{s:8:"language";s:5:"ml_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:43:32";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയാളം";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:{s:8:"continue";s:18:"തുടരുക";}}s:2:"mn";a:8:{s:8:"language";s:2:"mn";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-12 07:29:35";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip";s:3:"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:{s:8:"continue";s:24:"Үргэлжлүүлэх";}}s:2:"mr";a:8:{s:8:"language";s:2:"mr";s:7:"version";s:5:"4.8.6";s:7:"updated";s:19:"2018-02-13 07:38:55";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}}s:5:"ms_MY";a:8:{s:8:"language";s:5:"ms_MY";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-05-23 08:05:19";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/ms_MY.zip";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}}s:5:"my_MM";a:8:{s:8:"language";s:5:"my_MM";s:7:"version";s:6:"4.1.20";s:7:"updated";s:19:"2015-03-26 15:57:42";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ဆောင်ပါ။";}}s:5:"nb_NO";a:8:{s:8:"language";s:5:"nb_NO";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-07-04 18:18:06";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/nb_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}}s:5:"ne_NP";a:8:{s:8:"language";s:5:"ne_NP";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-27 10:30:26";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नेपाली";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip";s:3:"iso";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:43:"जारी राख्नुहोस्";}}s:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 07:24:36";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.9.7/nl_NL_formal.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 07:22:35";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/nl_NL.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_BE";a:8:{s:8:"language";s:5:"nl_BE";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-09 17:56:24";s:12:"english_name";s:15:"Dutch (Belgium)";s:11:"native_name";s:20:"Nederlands (België)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/nl_BE.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-07 06:25:16";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/nn_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}}s:3:"oci";a:8:{s:8:"language";s:3:"oci";s:7:"version";s:5:"4.8.3";s:7:"updated";s:19:"2017-08-25 10:03:08";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}}s:5:"pa_IN";a:8:{s:8:"language";s:5:"pa_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-16 05:19:43";s:12:"english_name";s:7:"Punjabi";s:11:"native_name";s:18:"ਪੰਜਾਬੀ";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip";s:3:"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਾਰੀ ਰੱਖੋ";}}s:5:"pl_PL";a:8:{s:8:"language";s:5:"pl_PL";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-06-12 12:14:24";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/pl_PL.zip";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}}s:2:"ps";a:8:{s:8:"language";s:2:"ps";s:7:"version";s:6:"4.1.20";s:7:"updated";s:19:"2015-03-29 22:19:48";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:19:"دوام ورکړه";}}s:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 08:49:25";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/pt_PT.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:10:"pt_PT_ao90";a:8:{s:8:"language";s:10:"pt_PT_ao90";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-09 09:30:48";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:7:"package";s:69:"https://downloads.wordpress.org/translation/core/4.9.5/pt_PT_ao90.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_BR";a:8:{s:8:"language";s:5:"pt_BR";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-05 22:28:16";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/pt_BR.zip";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:3:"rhg";a:8:{s:8:"language";s:3:"rhg";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-16 13:03:18";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip";s:3:"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:{s:8:"continue";s:0:"";}}s:5:"ro_RO";a:8:{s:8:"language";s:5:"ro_RO";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-10 15:57:40";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/ro_RO.zip";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}}s:5:"ru_RU";a:8:{s:8:"language";s:5:"ru_RU";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-05 19:21:47";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/ru_RU.zip";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}}s:3:"sah";a:8:{s:8:"language";s:3:"sah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-21 02:06:41";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip";s:3:"iso";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:{s:8:"continue";s:12:"Салҕаа";}}s:5:"si_LK";a:8:{s:8:"language";s:5:"si_LK";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 06:00:52";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සිංහල";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip";s:3:"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:{s:8:"continue";s:44:"දිගටම කරගෙන යන්න";}}s:5:"sk_SK";a:8:{s:8:"language";s:5:"sk_SK";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 12:55:35";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/sk_SK.zip";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}}s:5:"sl_SI";a:8:{s:8:"language";s:5:"sl_SI";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2018-01-04 13:33:13";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:8:"Nadaljuj";}}s:2:"sq";a:8:{s:8:"language";s:2:"sq";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-25 10:30:04";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.5/sq.zip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}}s:5:"sr_RS";a:8:{s:8:"language";s:5:"sr_RS";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-05-17 22:21:34";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.6/sr_RS.zip";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}}s:5:"sv_SE";a:8:{s:8:"language";s:5:"sv_SE";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-05 20:09:13";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/sv_SE.zip";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}}s:3:"szl";a:8:{s:8:"language";s:3:"szl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-24 19:58:14";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}}s:5:"ta_IN";a:8:{s:8:"language";s:5:"ta_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:22:47";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"தமிழ்";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:24:"தொடரவும்";}}s:2:"te";a:8:{s:8:"language";s:2:"te";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26 15:47:39";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తెలుగు";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/te.zip";s:3:"iso";a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:{s:8:"continue";s:30:"కొనసాగించు";}}s:2:"th";a:8:{s:8:"language";s:2:"th";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-02 17:08:41";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.5/th.zip";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}}s:2:"tl";a:8:{s:8:"language";s:2:"tl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-30 02:38:08";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}}s:5:"tr_TR";a:8:{s:8:"language";s:5:"tr_TR";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 11:02:31";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/tr_TR.zip";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}}s:5:"tt_RU";a:8:{s:8:"language";s:5:"tt_RU";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-20 20:20:50";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар теле";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:{s:8:"continue";s:17:"дәвам итү";}}s:3:"tah";a:8:{s:8:"language";s:3:"tah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-06 18:39:39";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo Tahiti";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip";s:3:"iso";a:3:{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:{s:8:"continue";s:0:"";}}s:5:"ug_CN";a:8:{s:8:"language";s:5:"ug_CN";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-04-12 12:31:53";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:16:"ئۇيغۇرچە";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}}s:2:"uk";a:8:{s:8:"language";s:2:"uk";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-07-06 08:18:32";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.7/uk.zip";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}}s:2:"ur";a:8:{s:8:"language";s:2:"ur";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-06-20 11:37:47";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.6/ur.zip";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}}s:5:"uz_UZ";a:8:{s:8:"language";s:5:"uz_UZ";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-09 10:37:43";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"Ozbekcha";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/uz_UZ.zip";s:3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:{s:8:"continue";s:11:"Davom etish";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"4.9.6";s:7:"updated";s:19:"2018-06-14 04:18:32";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.6/vi.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}}s:5:"zh_HK";a:8:{s:8:"language";s:5:"zh_HK";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-04-09 00:56:52";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:16:"香港中文版 ";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/zh_HK.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:5:"4.9.4";s:7:"updated";s:19:"2018-02-13 02:41:15";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.4/zh_TW.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2017-11-17 22:20:52";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/zh_CN.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}}}', 'no'),
(769, '_transient_feed_mod_2dd0202377a060f0df35cceaacc2c13c', '1532654712', 'no'),
(768, '_transient_timeout_feed_mod_2dd0202377a060f0df35cceaacc2c13c', '1532697912', 'no'),
(766, '_transient_timeout_feed_2dd0202377a060f0df35cceaacc2c13c', '1532697912', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(767, '_transient_feed_2dd0202377a060f0df35cceaacc2c13c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"SiteOrigin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:22:"https://siteorigin.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:21:"Free WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jul 2018 11:43:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wordpress.org/?v=4.9.7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"One Page Navigation with Page Builder and Corp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"https://siteorigin.com/one-page-navigation-with-page-builder-corp/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"https://siteorigin.com/one-page-navigation-with-page-builder-corp/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 08:20:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Tutorial";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"tutorial";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://siteorigin.com/?p=119494";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:570:"<p>One-page navigation allows users to easily access content in long landing pages or one-page websites. SiteOrigin Corp offers integrated one-page navigation with menu highlighting and smooth scroll. In this tutorial, we''ll explain how to set up a one-page website or landing page using Page Builder by SiteOrigin and Corp.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/one-page-navigation-with-page-builder-corp/">One Page Navigation with Page Builder and Corp</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:7720:"<p>One-page navigation allows users to easily access content in long landing pages or one-page websites. SiteOrigin Corp offers integrated one-page navigation with menu highlighting and smooth scroll. In this tutorial, we&#8217;ll explain how to set up a one-page website or landing page using Page Builder by SiteOrigin and Corp.</p>\n<p><a href="https://demo.siteorigin.com/corp/one-page-demo/">View the demo</a>.</p>\n<h3>Create Your Page</h3>\n<p>In this tutorial, we&#8217;ll be using the WordPress plugin <a href="https://wordpress.org/plugins/siteorigin-panels/">Page Builder by SiteOrigin</a> and theme, <a href="https://wordpress.org/themes/siteorigin-corp/">SiteOrigin Corp</a>.</p>\n<p>If you haven&#8217;t already created a page, go to <span class="adminized-section"><span class="adminized-part">Pages</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">Add New</span></span>, create a new page and click on the Page Builder tab to get started. </p>\n<p>If you&#8217;d like to use the demo page content, you can <a href="https://siteorigin.com/wp-content/uploads/2018/07/one-page-demo-export.json">download it here</a> (right click and save as). Import the JSON file from <span class="adminized-section"><span class="adminized-part">Layouts</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">Import/Export</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">Select Import File</span></span>.</p>\n<h3>Adding Row ID&#8217;s</h3>\n<p>One you have a populated page, either with your own content or with the demo content listed above, it&#8217;s time to insert our row ID&#8217;s. Row ID&#8217;s will be used to link to each section of the page. Edit the first row you&#8217;d like your menu to link to and click the Attributes tab on the right, use the Row ID field to insert an ID that&#8217;ll be used later in your menu. For example, in our demo, the first row we&#8217;re linking to is the Services row. The ID used is <code>services</code>. You can insert any name or number.</p>\n<p><img src="https://siteorigin.com/wp-content/uploads/2018/07/row-id.png" alt="" width="754" height="474" class="alignnone size-full wp-image-119817" style="max-width:50%;" srcset="https://siteorigin.com/wp-content/uploads/2018/07/row-id.png 754w, https://siteorigin.com/wp-content/uploads/2018/07/row-id-300x189.png 300w, https://siteorigin.com/wp-content/uploads/2018/07/row-id-699x439.png 699w, https://siteorigin.com/wp-content/uploads/2018/07/row-id-313x197.png 313w" sizes="(max-width: 754px) 100vw, 754px" /></p>\n<p>Add a row ID for every row in your page that you&#8217;d like to link to.</p>\n<h3>Create Your Menu</h3>\n<p>Go to <span class="adminized-section"><span class="adminized-part">Appearance</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">Menus</span></span>, click the &#8220;create a new menu&#8221; link if you don&#8217;t already have a menu added. Once named, save your menu to the Header Menu theme location. Next, add your anchor links, these will direct users to the various sections of your one-page website. Click the Custom Links tab on the left to add a link. In the URL field, add the name of your first section ID with a hash before it. For example, if the first row you&#8217;d like to link to has the ID <code>services</code>, you&#8217;d add <code>#services</code> to the URL field. The Link Text field is the text your users will see, insert the link text for the anchor you&#8217;re linking to.</p>\n<p><img src="https://siteorigin.com/wp-content/uploads/2018/07/custom-link.png" alt="" width="944" height="1162" class="alignnone size-full wp-image-119847" style="max-width:50%;" srcset="https://siteorigin.com/wp-content/uploads/2018/07/custom-link.png 944w, https://siteorigin.com/wp-content/uploads/2018/07/custom-link-244x300.png 244w, https://siteorigin.com/wp-content/uploads/2018/07/custom-link-768x945.png 768w, https://siteorigin.com/wp-content/uploads/2018/07/custom-link-568x699.png 568w, https://siteorigin.com/wp-content/uploads/2018/07/custom-link-853x1050.png 853w, https://siteorigin.com/wp-content/uploads/2018/07/custom-link-313x385.png 313w" sizes="(max-width: 944px) 100vw, 944px" /></p>\n<h3>Creating One-Page Navigation in Multi-Page Website</h3>\n<p>Creating an anchor menu as we&#8217;ve described in the above paragraph is quite simple for a one-page website. But what if your one-pager is part of a larger website? In that case, you&#8217;d need a separate menu. In our Corp demo, we&#8217;ve done exactly that, the one-page demo has one menu and the rest of the website has another. If you&#8217;d like to know how this was done, read on. </p>\n<p>The plugin we&#8217;ve used for this is called <a href="https://wordpress.org/plugins/menu-items-visibility-control/">Menu Items Visibility Control</a>. Once installed and activated, it adds a Visibility field to each menu item. In each menu item at <span class="adminized-section"><span class="adminized-part">Appearance</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">Menus</span></span> we&#8217;ve set the visibility to either show or be hidden on the one-pager. To do this, you&#8217;ll need to know the ID of your one-pager. Go to Pages, edit the page concerned and check the URL, within the URL is a number, that&#8217;s the page ID. In the case of our demo, the ID is <code>288</code>. The below conditional statements can be used in your menu, simply replace our page ID (288), with yours.</p>\n<p><strong>Show this item on page ID 288</strong><br />\n<code>is_page( 288 )</code></p>\n<p><strong>Hide this item on page ID 288</strong><br />\n<code>! is_page( 288 )</code></p>\n<p><img src="https://siteorigin.com/wp-content/uploads/2018/07/menu-visibility.png" alt="" width="1346" height="828" class="alignnone size-full wp-image-119852" style="width:75%" srcset="https://siteorigin.com/wp-content/uploads/2018/07/menu-visibility.png 1346w, https://siteorigin.com/wp-content/uploads/2018/07/menu-visibility-300x185.png 300w, https://siteorigin.com/wp-content/uploads/2018/07/menu-visibility-768x472.png 768w, https://siteorigin.com/wp-content/uploads/2018/07/menu-visibility-699x430.png 699w, https://siteorigin.com/wp-content/uploads/2018/07/menu-visibility-1050x646.png 1050w, https://siteorigin.com/wp-content/uploads/2018/07/menu-visibility-313x193.png 313w" sizes="(max-width: 1346px) 100vw, 1346px" /></p>\n<p>If you&#8217;d prefer to have your one-page links visible throughout your site then there is no need to use Menu Item Visibility. An additional consideration is that users might access your one-page links from another page. To ensure your anchor links work, use absolute URLs when adding Custom Links to your menu. This means that instead of adding anchor links such as <code>#services</code>, you&#8217;ll need to add the page URL in addition to the anchor link. Using our Services example from earlier in this post, we&#8217;d add <code>http://demo.siteorigin.com/corp/one-page-demo/#services</code>.</p>\n<p><strong>Page URL:</strong> http://demo.siteorigin.com/corp/one-page-demo/<br />\n<strong>Anchor Link:</strong> #services<br />\n<strong>Combined URL:</strong> http://demo.siteorigin.com/corp/one-page-demo/#services</p>\n<p>Hopefully, you&#8217;ve found this post useful. Please, let us know if you have any questions below, we&#8217;ll do our best to assist.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/one-page-navigation-with-page-builder-corp/">One Page Navigation with Page Builder and Corp</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"https://siteorigin.com/one-page-navigation-with-page-builder-corp/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Announcing the Tooltip Addon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://siteorigin.com/announcing-the-tooltip-addon/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"https://siteorigin.com/announcing-the-tooltip-addon/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jul 2018 07:28:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://siteorigin.com/?p=118318";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:624:"<p>The Tooltip addon for <a href="https://siteorigin.com/downloads/premium/">SiteOrigin Premium</a> is here! Tooltips appear on hover or mouse click and are a great way to display additional image information without taking up space. To see the Tooltip addon in use, <a href="https://demo.siteorigin.com/premium/tooltip-addon/" target="_blank" rel="nofollow">view the demo</a> and hover over any of the images.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/announcing-the-tooltip-addon/">Announcing the Tooltip Addon</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1546:"<p>The Tooltip addon for <a href="https://siteorigin.com/downloads/premium/">SiteOrigin Premium</a> is here! Tooltips appear on hover or mouse click and are a great way to display additional image information without taking up space. To see the Tooltip addon in use, <a href="https://demo.siteorigin.com/premium/tooltip-addon/" target="_blank" rel="nofollow">view the demo</a> and hover over any of the images.</p>\n<p>We first had the idea for a tooltip addon while building a portfolio website as part of a SiteOrigin <a href="https://siteorigin.com/pack/">Site Pack</a>. Tooltips are an awesome addition for designers and photographers displaying their work or any image that needs a credit or additional information added on hover or click. The Tooltip addon is available for the SiteOrigin Image, Image Grid, and Simple Masonry widgets.</p>\n<p>If you&#8217;re already using SiteOrigin Premium and have updated to version 1.4.1, you can go to <span class="adminized-section"><span class="adminized-part">SiteOrigin</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">Premium Addons</span></span> to activate and adjust the global settings. Find out more about how to use the Tooltip addon in the <a href="https://siteorigin.com/premium-documentation/plugin-addons/tooltip/">documentation</a>.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/announcing-the-tooltip-addon/">Announcing the Tooltip Addon</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"https://siteorigin.com/announcing-the-tooltip-addon/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Four New Blog Layouts Added to Corp Theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://siteorigin.com/four-new-blog-layouts-added-to-corp-theme/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"https://siteorigin.com/four-new-blog-layouts-added-to-corp-theme/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jun 2018 17:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://siteorigin.com/?p=115595";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:524:"<p>We''re excited to announce four new blog layouts for our Corp theme. This brings the total available blog layouts to five. Choose between the following for your posts page, Standard, Grid, Offset, Alternate or Masonry. We''ve also included a new search results layout in this update.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/four-new-blog-layouts-added-to-corp-theme/">Four New Blog Layouts Added to Corp Theme</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6940:"<p>We&#8217;re excited to announce four new blog layouts for our latest theme, <a href="https://siteorigin.com/theme/corp">Corp</a>. Choose the layout that&#8217;s the best fit for your blog and archive pages.</p>\n<p><a href="https://wordpress.org/themes/siteorigin-corp/">Download Corp</a>, a fully featured free WordPress theme.<br />\n<a href="https://demo.siteorigin.com/corp/">View the Corp demo</a>.</p>\n<h3>Standard Layout</h3>\n<p><a href="https://demo.siteorigin.com/corp/standard-blog-layout/">View the demo</a>.</p>\n<p>The Standard layout features a classic blog look with a large featured image followed by a title, post meta, and content.</p>\n<p><a href="https://demo.siteorigin.com/corp/standard-blog-layout/"><img class="alignnone size-large wp-image-115786" src="https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-standard-633x699.jpg" alt="" width="633" height="699" srcset="https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-standard-633x699.jpg 633w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-standard-272x300.jpg 272w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-standard-768x848.jpg 768w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-standard-313x346.jpg 313w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-standard.jpg 770w" sizes="(max-width: 633px) 100vw, 633px" /></a></p>\n<h3>Grid Layout</h3>\n<p><a href="https://demo.siteorigin.com/corp/grid-blog-layout/">View the demo</a>.</p>\n<p>This is the blog layout Corp launched with, it offers a structured grid pattern, great for blogs with lots of content.</p>\n<p><a href="https://demo.siteorigin.com/corp/grid-blog-layout/"><img class="alignnone size-large wp-image-115787" src="https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-grid-699x441.jpg" alt="" width="699" height="441" srcset="https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-grid-699x441.jpg 699w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-grid-300x189.jpg 300w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-grid-768x485.jpg 768w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-grid-313x198.jpg 313w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-grid.jpg 800w" sizes="(max-width: 699px) 100vw, 699px" /></a></p>\n<h3>Offset Layout</h3>\n<p><a href="https://demo.siteorigin.com/corp/offset-blog-layout/">View the demo</a>.</p>\n<p>The Offset layout features the post author, categories and comment count in an offset left column, great for highlighting post author contributions.</p>\n<p><a href="https://demo.siteorigin.com/corp/offset-blog-layout/"><img src="https://siteorigin.com/wp-content/uploads/2018/06/new-offset-layout-676x699.jpg" alt="" width="676" height="699" class="alignnone size-large wp-image-115801" srcset="https://siteorigin.com/wp-content/uploads/2018/06/new-offset-layout-676x699.jpg 676w, https://siteorigin.com/wp-content/uploads/2018/06/new-offset-layout-290x300.jpg 290w, https://siteorigin.com/wp-content/uploads/2018/06/new-offset-layout-768x794.jpg 768w, https://siteorigin.com/wp-content/uploads/2018/06/new-offset-layout-313x324.jpg 313w, https://siteorigin.com/wp-content/uploads/2018/06/new-offset-layout.jpg 800w" sizes="(max-width: 676px) 100vw, 676px" /></a></p>\n<h3>Alternate Layout</h3>\n<p><a href="https://demo.siteorigin.com/corp/alternate-blog-layout/">View the demo</a>.</p>\n<p>This layout displays your post in horizontal containers, alternating the side the featured image is positioned on. Like the Grid layout, it&#8217;s also useful for active sites, looking to display more content on each page of their blog.</p>\n<p><a href="https://demo.siteorigin.com/corp/alternate-blog-layout/"><img class="alignnone size-large wp-image-115783" src="https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-alternate-699x489.jpg" alt="" width="699" height="489" srcset="https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-alternate-699x489.jpg 699w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-alternate-300x210.jpg 300w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-alternate-768x538.jpg 768w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-alternate-313x219.jpg 313w, https://siteorigin.com/wp-content/uploads/2018/06/corp-demo-alternate.jpg 800w" sizes="(max-width: 699px) 100vw, 699px" /></a></p>\n<h3>Masonry Layout</h3>\n<p><a href="https://demo.siteorigin.com/corp/masonry-blog-layout/">View the demo</a>.</p>\n<p>The Masonry layout offers a more creative take on the grid layout. The post category is displayed on the featured image, the featured images aren&#8217;t uniform in height and when resizing the screen, the grid layout cascades into place.</p>\n<p><a href="https://demo.siteorigin.com/corp/masonry-blog-layout/"><img src="https://siteorigin.com/wp-content/uploads/2018/06/new-masonry-corp-699x544.jpg" alt="" width="699" height="544" class="alignnone size-large wp-image-115806" srcset="https://siteorigin.com/wp-content/uploads/2018/06/new-masonry-corp-699x544.jpg 699w, https://siteorigin.com/wp-content/uploads/2018/06/new-masonry-corp-300x234.jpg 300w, https://siteorigin.com/wp-content/uploads/2018/06/new-masonry-corp-768x598.jpg 768w, https://siteorigin.com/wp-content/uploads/2018/06/new-masonry-corp-313x244.jpg 313w, https://siteorigin.com/wp-content/uploads/2018/06/new-masonry-corp.jpg 800w" sizes="(max-width: 699px) 100vw, 699px" /></a></p>\n<h3>Search Results</h3>\n<p>We&#8217;ve also improved Corp&#8217;s search results page. Search results now make use of a very similar layout to the Alternate post loop, just without the alternating featured image.</p>\n<p><img src="https://siteorigin.com/wp-content/uploads/2018/06/new-search-699x311.jpg" alt="" width="699" height="311" class="alignnone size-large wp-image-115803" srcset="https://siteorigin.com/wp-content/uploads/2018/06/new-search-699x311.jpg 699w, https://siteorigin.com/wp-content/uploads/2018/06/new-search-300x134.jpg 300w, https://siteorigin.com/wp-content/uploads/2018/06/new-search-768x342.jpg 768w, https://siteorigin.com/wp-content/uploads/2018/06/new-search-313x139.jpg 313w, https://siteorigin.com/wp-content/uploads/2018/06/new-search.jpg 800w" sizes="(max-width: 699px) 100vw, 699px" /></p>\n<h3>SiteOrigin Premium</h3>\n<p>If you&#8217;d like to remove the footer attribution, add Ajax comments and enjoy quick email support, SiteOrigin Premium is for you. <a href="https://siteorigin.com/downloads/premium/">Find out more</a>.</p>\n<p>Corp is now a fully featured theme, complete with multiple blog loops and a completely customized WooCommerce design. If you have any questions or requests, please let us know below.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/four-new-blog-layouts-added-to-corp-theme/">Four New Blog Layouts Added to Corp Theme</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"https://siteorigin.com/four-new-blog-layouts-added-to-corp-theme/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Create a Fullscreen Slider with the SiteOrigin Hero Widget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://siteorigin.com/create-fullscreen-slider-siteorigin-hero-widget/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:80:"https://siteorigin.com/create-fullscreen-slider-siteorigin-hero-widget/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 Jun 2018 10:59:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Tutorial";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"tutorial";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://siteorigin.com/?p=113044";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:442:"<p>This guide will outline how to create a fullscreen slider with the SiteOrigin Hero widget and how you can take your fullscreen slider to the next level with SiteOrigin Premium.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/create-fullscreen-slider-siteorigin-hero-widget/">Create a Fullscreen Slider with the SiteOrigin Hero Widget</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Alex S";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:11224:"<p>This guide will outline how to create a fullscreen slider with the SiteOrigin Hero widget and how you can take your fullscreen slider to the next level with <a href="https://siteorigin.com/downloads/premium/">SiteOrigin Premium</a>.</p>\n<h3>Let&#8217;s Get Started</h3>\n<p>We&#8217;ll be using <a href="https://wordpress.org/plugins/siteorigin-panels/">Page Builder by SiteOrigin</a> and the <a href="https://wordpress.org/plugins/so-widgets-bundle/">SiteOrigin Widgets Bundle</a> plugins. You can check these plugins are activated from the Plugins menu item. Go to <span class="adminized-section"><span class="adminized-part">Plugins</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">SiteOrigin Widgets</span></span> and ensure the Hero widget is activated.<span id="more-113044"></span></p>\n<p>Create a new page and enable Page Builder, or open an existing page. Add a new row and SiteOrigin Hero Image widget to that row. We need to set the row you&#8217;re using is set to Full Width Stretch, which will allow for the Hero widget to be the full width of the page. To do this, open the row containing the newly added Hero widget by clicking the wrench button above the row.</p>\n<p><img class="wp-image-113480 size-large aligncenter" src="https://siteorigin.com/wp-content/uploads/2018/06/9PIZeAn-1-699x142.png" alt="image with row wrench icon hovered on" width="699" height="142" srcset="https://siteorigin.com/wp-content/uploads/2018/06/9PIZeAn-1-699x142.png 699w, https://siteorigin.com/wp-content/uploads/2018/06/9PIZeAn-1-300x61.png 300w, https://siteorigin.com/wp-content/uploads/2018/06/9PIZeAn-1-768x156.png 768w, https://siteorigin.com/wp-content/uploads/2018/06/9PIZeAn-1-1050x213.png 1050w, https://siteorigin.com/wp-content/uploads/2018/06/9PIZeAn-1-313x64.png 313w, https://siteorigin.com/wp-content/uploads/2018/06/9PIZeAn-1-600x122.png 600w, https://siteorigin.com/wp-content/uploads/2018/06/9PIZeAn-1-1200x244.png 1200w, https://siteorigin.com/wp-content/uploads/2018/06/9PIZeAn-1.png 1486w" sizes="(max-width: 699px) 100vw, 699px" /></p>\n<p>Go to the Row Styles Sidebar on the right and open the Layout settings group. Set the <span class="adminized-section"><span class="adminized-part">Row Layout</span></span> to <span class="adminized-section"><span class="adminized-part">Full Width Stretched</span></span>. For reference, here&#8217;s what each row Layout does:</p>\n<p><img class="wp-image-113481 size-medium alignright" src="https://siteorigin.com/wp-content/uploads/2018/06/Zgsowcb-1-1-300x208.png" alt="Image of cursor on on the Row Layout drop-down" width="300" height="208" srcset="https://siteorigin.com/wp-content/uploads/2018/06/Zgsowcb-1-1-300x208.png 300w, https://siteorigin.com/wp-content/uploads/2018/06/Zgsowcb-1-1-313x217.png 313w, https://siteorigin.com/wp-content/uploads/2018/06/Zgsowcb-1-1-600x415.png 600w, https://siteorigin.com/wp-content/uploads/2018/06/Zgsowcb-1-1.png 662w" sizes="(max-width: 300px) 100vw, 300px" /></p>\n<p><strong>Standard:</strong> The standard layout provided by your theme.</p>\n<p><strong>Full Width:</strong> This row layout will stretch the row to the full width of the browser, and add a content container that&#8217;s sized based on the standard container. This row layout is perfect for making full-width backgrounds while still allowing the widgets within the row to maintain the consistent placement of the rest of the page.</p>\n<p><strong>Full Width Stretched:</strong> This row layout is the full width of the page. It&#8217;s perfect for making widgets (such as the Hero widget) full width rather than just the row background.</p>\n<p>Close the row and open the SiteOrigin Hero widget by hovering on top of the Hero widget and clicking edit.</p>\n<p><img class="wp-image-113483 size-large aligncenter" src="https://siteorigin.com/wp-content/uploads/2018/06/ojjt7X0-1-699x112.png" alt="image of hero widget with edit hovered on" width="699" height="112" srcset="https://siteorigin.com/wp-content/uploads/2018/06/ojjt7X0-1-699x112.png 699w, https://siteorigin.com/wp-content/uploads/2018/06/ojjt7X0-1-300x48.png 300w, https://siteorigin.com/wp-content/uploads/2018/06/ojjt7X0-1-768x123.png 768w, https://siteorigin.com/wp-content/uploads/2018/06/ojjt7X0-1-1050x168.png 1050w, https://siteorigin.com/wp-content/uploads/2018/06/ojjt7X0-1-313x50.png 313w, https://siteorigin.com/wp-content/uploads/2018/06/ojjt7X0-1-600x96.png 600w, https://siteorigin.com/wp-content/uploads/2018/06/ojjt7X0-1-1200x192.png 1200w, https://siteorigin.com/wp-content/uploads/2018/06/ojjt7X0-1.png 1488w" sizes="(max-width: 699px) 100vw, 699px" /></p>\n<p>Open the Design and Layout settings group and set the Height to <span class="adminized-section"><span class="adminized-part">100vh</span></span>. The <span class="adminized-section"><span class="adminized-part">V</span></span> in <span class="adminized-section"><span class="adminized-part">VH</span></span> stands for <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/length#Viewport-percentage_lengths">Viewport Percentage Length</a> and <span class="adminized-section"><span class="adminized-part">H</span></span> means height. Basically, <span class="adminized-section"><span class="adminized-part">100vh</span></span> is the entire height of the browser regardless of device so it&#8217;s exactly what you&#8217;re after for a fullscreen slider.</p>\n<p>That&#8217;s all the setup required to build fullscreen sliders with the SiteOrigin Hero widget. Now you simply need to set up the rest of the slider as desired &#8211; add content, tweak spacing, etc. As a point reference, for fullscreen sliders, we recommend using slide background images that are at least <span class="adminized-section"><span class="adminized-part">1920 x 1080</span></span> in dimensions. <span class="adminized-section"><span class="adminized-part">1920 x 1080</span></span> is an extremely popular resolution so it&#8217;ll cover the vast majority of use cases.</p>\n<h3>SiteOrigin Premium Enhancements</h3>\n<p><a href="https://siteorigin.com/downloads/premium/">SiteOrigin Premium</a> adds a number of enhancements to your website and the Hero widget benefits greatly from these enhancements. You&#8217;re able to create a fullscreen slider with parallax with <a href="https://siteorigin.com/premium-documentation/plugin-addons/parallax-sliders/">the Parallax Sliders plugin addon</a> and add transitional Content Animations with the <a href="https://siteorigin.com/premium-documentation/plugin-addons/hero/">Hero plugin addon</a>. If you have SiteOrigin Premium, please ensure you&#8217;ve activated relevant functionality by navigating to <span class="adminized-section"><span class="adminized-part">SiteOrigin</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">Premium Addons</span></span> and activating <a href="https://siteorigin.com/premium-documentation/plugin-addons/parallax-sliders/">Parallax Sliders</a> and <a href="https://siteorigin.com/premium-documentation/plugin-addons/hero/">Hero Addon</a>.</p>\n<h4>Fullscreen Parallax Sliders</h4>\n<p>SiteOrigin Premium adds the ability to allow your slide backgrounds to <a href="https://siteorigin.com/fixed-vs-parallax-background-images/">parallax</a>. Before proceeding, it&#8217;s worth noting that parallax images require a vertically larger image than normal so ensure your image is vertically larger than you would normally use or the parallax effect may be very minor. We recommend using an image that&#8217;s more than <span class="adminized-section"><span class="adminized-part">1440px</span></span> in height. If your images result in blank spacing beneath the image, your image is too small to for a fullscreen Parallax. If the parallax isn&#8217;t very noticeable, that means the image isn&#8217;t large enough.</p>\n<p>To set a slider background as parallax, please open your hero widget and open a frame you would like to apply a parallax too. Open the Background settings group and set <span class="adminized-section"><span class="adminized-part">Background Type</span></span> to <span class="adminized-section"><span class="adminized-part">Parallax</span></span>. Repeat this process for the rest of the slides you wish to parallax.</p>\n<p>You can <a href="https://demo.siteorigin.com/premium/hero-addon/">preview this functionality here</a>.</p>\n<h3>Hero Content Animations</h3>\n<p>To allow you to make really beautiful sliders that stand out, we recently released an update for the SiteOrigin Premium which adds transitional Content Animations for the SiteOrigin Hero widget. This functionality will allow you to add transitional effects for the text of your slider.</p>\n<p>To give your slide a context animation, please open your hero widget and open a frame you would like to apply a content animation too. Open the Content Animation settings group. You have access to all of the standard <a href="https://siteorigin.com/premium-documentation/plugin-addons/block-animations/">Block Animation</a> options but the key difference is there&#8217;s a new Animation Event &#8211; Frame Display. This event is triggered every time the slide changes so the animation will continually animate.</p>\n<p>You can <a href="https://demo.siteorigin.com/premium/hero-addon/#parallax-sliders">preview this functionality here</a>.</p>\n<h3>Responsive Notes</h3>\n<p>To ensure setup is as easy as possible, we use <span class="adminized-section"><span class="adminized-part">background-size: cover;</span></span> to allow for all images to fill the entire area of the hero widget. This prevents having to resize images manually. This functionality works by ensuring the image is always the same height of the area/slide its been applied to and to ensure this the browser can (and will) clip the sides of the image off. This can be problematic on mobile because if you use a height that&#8217;s too large, or add too much text it may result in parts of your image being hidden on mobile.</p>\n<p>To lower the impact of the slides being clipped off, you should use an image with a central focus, which is an image where the focus of the image is in the middle (or at least towards the middle). Alternatively, you could apply a <span class="adminized-section"><span class="adminized-part">Responsive Height</span></span> that works better for your image than the Height setting does. We&#8217;re unable to recommend a <span class="adminized-section"><span class="adminized-part">Responsive Height</span></span> as it depends solely on the image you&#8217;re using so you&#8217;ll need to try a number of different values to see what works for you and your image.</p>\n<p>Alternatively, give <a href="https://smartslider3.com/?source=siteorigin">Smart Slider 3</a> a try as it handles slides in a different manner.</p>\n<p>If you have any questions or run into any issues, please feel free to leave a comment and we&#8217;ll lend a hand.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/create-fullscreen-slider-siteorigin-hero-widget/">Create a Fullscreen Slider with the SiteOrigin Hero Widget</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:76:"https://siteorigin.com/create-fullscreen-slider-siteorigin-hero-widget/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"GDPR and SiteOrigin Products";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://siteorigin.com/gdpr-and-siteorigin-products/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"https://siteorigin.com/gdpr-and-siteorigin-products/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 May 2018 12:32:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://siteorigin.com/?p=109960";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:580:"<p>General Data Protection Regulation (GDPR) is European Union law on data protection and privacy for all individuals within the European Union. It addresses the export of personal data outside the EU. We''ve assembled a brief guide on what sort of information you might need to add to your privacy policy to comply with GDPR when using SiteOrigin themes and plugins.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/gdpr-and-siteorigin-products/">GDPR and SiteOrigin Products</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Alex S";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5829:"<p>General Data Protection Regulation (GDPR) is European Union law on data protection and privacy for all individuals within the European Union. It addresses the export of personal data outside the EU. We&#8217;ve assembled a brief guide on what sort of information you might need to add to your privacy policy to comply with GDPR when using SiteOrigin themes and plugins.</p>\n<p><strong>Disclaimer:</strong> this post is by no means legal advice. If unsure, please seek professional consultation.</p>\n<h3>What is GDPR?</h3>\n<p>The General Data Protection Regulation (GDPR) is a legal framework that sets guidelines for the collection and processing of personal information of individuals within the European Union (EU).</p>\n<p>Read the full definition on <a href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation">Wikipedia</a>.</p>\n<h3>Does GDPR Affect Me and My Website?</h3>\n<p>If your company is based in the European Union (EU), or you do business with EU citizens, the GDPR does affect you and your website so you need to comply. With that said, it would be a good idea comply with the regulations regardless, as it&#8217;s possible countries outside of the EU will implement similar legislation in the future.</p>\n<p><span id="more-109960"></span></p>\n<h4>SiteOrigin CSS Plugin and SiteOrigin Themes</h4>\n<p>Good News! SiteOrigin CSS and SiteOrigin themes comply with the GDPR as none of them collect, store or transmit any user information. However, if you&#8217;re making use of Google Fonts in SiteOrigin CSS or SiteOrigin themes, you&#8217;ll need to make a note of this in your privacy policy. Google is GDPR compliant, <a href="https://privacy.google.com/businesses/compliance/">find out more</a>.</p>\n<p>(Google Fonts can only be added from within SiteOrigin CSS using the Web Font Selector in SiteOrigin Premium.)</p>\n<h4>SiteOrigin Page Builder: Layouts Directory</h4>\n<p>The only GDPR concern in SiteOrigin Page Builder is the Layouts Directory. By default, all images in prebuilt layouts are hosted on layouts.siteorigin.com. We recommend changing these images as soon as possible. If you decide not to, you&#8217;ll need to make mention of these images in your privacy policy.</p>\n<h4>SiteOrigin Widgets Bundle</h4>\n<p>Certain widgets include Google Fonts if you decide to use any of those fonts you&#8217;ll need to mention that in your privacy policy. Google is GDPR compliant, <a href="https://privacy.google.com/businesses/compliance/">find out more</a>.</p>\n<h4>SiteOrigin Contact Form Widget</h4>\n<p>While the SiteOrigin Contact Form widget doesn&#8217;t store data, it does handle user submitted data. As such, it&#8217;s a good idea to ask for consent before transmitting this data.</p>\n<p>To ask for consent, add a checkbox to your contact form and use the following values:</p>\n<p><strong>Field Type:</strong> Checkboxes<br />\n<strong>Required Field:</strong> Required (This field must be required)<br />\n<strong>Add an Option and set the Value to:</strong><br />\nPlease tick to consent to your data being stored temporarily, as per our privacy policy.</p>\n<p><img class="alignnone size-full wp-image-109968" src="https://siteorigin.com/wp-content/uploads/2018/05/siteorigin-contact-form-GDPR-setup.png" alt="" width="1604" height="1024" srcset="https://siteorigin.com/wp-content/uploads/2018/05/siteorigin-contact-form-GDPR-setup.png 1604w, https://siteorigin.com/wp-content/uploads/2018/05/siteorigin-contact-form-GDPR-setup-300x192.png 300w, https://siteorigin.com/wp-content/uploads/2018/05/siteorigin-contact-form-GDPR-setup-768x490.png 768w, https://siteorigin.com/wp-content/uploads/2018/05/siteorigin-contact-form-GDPR-setup-699x446.png 699w, https://siteorigin.com/wp-content/uploads/2018/05/siteorigin-contact-form-GDPR-setup-1050x670.png 1050w, https://siteorigin.com/wp-content/uploads/2018/05/siteorigin-contact-form-GDPR-setup-313x200.png 313w, https://siteorigin.com/wp-content/uploads/2018/05/siteorigin-contact-form-GDPR-setup-600x383.png 600w, https://siteorigin.com/wp-content/uploads/2018/05/siteorigin-contact-form-GDPR-setup-1200x766.png 1200w" sizes="(max-width: 1604px) 100vw, 1604px" /></p>\n<p>If you choose to <strong>Log IP Address</strong>, you&#8217;ll need to mention this in your privacy policy. Logging the user&#8217;s IP Address simply includes the IP in the email, you&#8217;ll need to mention that it&#8217;s included, but not stored anywhere.</p>\n<p>If you&#8217;re using SiteOrigin Premium, the Contact From plugin addon allows you to add autoresponder functionality to email the user on form submission. If you use this functionality you&#8217;ll need to mention this in your privacy policy alongside your contact form information.</p>\n<h4>SiteOrigin Google Maps Widget</h4>\n<p>If you use the SiteOrigin Google Maps widget, you&#8217;ll need to mention that you use Google Maps in your privacy policy and that while you don&#8217;t personally collect this data, Google may. Google is GDPR compliant, <a href="https://privacy.google.com/businesses/compliance/">find out more</a>.</p>\n<h4>SiteOrigin Video Player</h4>\n<p>If you embed any external video, such as from YouTube or Vimeo, you&#8217;ll need to mention this in your privacy policy. Be sure to check if the video you&#8217;re embedding is hosted on a service that is GDPR compliant.</p>\n<h3>Summary</h3>\n<p>Hopefully, this gives you a better idea of what GDPR is and how SiteOrigin themes and plugins might influence the creation of your website&#8217;s data management and privacy policy.</p>\n<p>If you have any questions or concerns, please feel free to leave a comment.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/gdpr-and-siteorigin-products/">GDPR and SiteOrigin Products</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"https://siteorigin.com/gdpr-and-siteorigin-products/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"40";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Gutenberg Compatibility in SiteOrigin Page Builder";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://siteorigin.com/gutenberg-compatibility-page-builder/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:69:"https://siteorigin.com/gutenberg-compatibility-page-builder/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Feb 2018 08:14:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=93803";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:608:"<p>Gutenberg has made massive strides in 2018. It continues to evolve into what we hope will be a worthy core editor later this year with the release of WordPress 5.0. Were doing our bit for the Gutenberg future of WordPress by adding compatibility to all our products. This will be available as a free update before Gutenberg is merged into the WordPress core.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/gutenberg-compatibility-page-builder/">Gutenberg Compatibility in SiteOrigin Page Builder</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Greg Priday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3713:"<p><iframe width="840" height="473" src="https://www.youtube.com/embed/UC05MXR6LMg?feature=oembed&#038;vq=hd1080" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p>\n<p><a href="https://wordpress.org/plugins/gutenberg/">Gutenberg</a> has made massive strides in 2018. It continues to evolve into what we hope will be a worthy core editor later this year with the release of <a href="https://make.wordpress.org/core/5-0/">WordPress 5.0</a>.</p>\n<p>We&#8217;re doing our bit for the Gutenberg future of WordPress by adding compatibility to all our products. This will be available as a free update before Gutenberg is merged into the WordPress core.</p>\n<p>Just like we made our Widgets Bundle widgets available to <a href="https://siteorigin.com/widgets-beaver-builder-elementor/">other page builder plugins</a>, we&#8217;re making all our widgets Gutenberg compatible. So you can add our buttons, tabbed layout, maps, etc. to your Gutenberg pages.</p>\n<p><span id="more-93803"></span></p>\n<p>The thing we&#8217;re most excited about though, is that we&#8217;re making our Layout widget available as a Gutenberg block. The SiteOrigin Layout block gives you the full power of SiteOrigin Page Builder, so you&#8217;ll be able to create fully nested, columnized, widgetized content, with advanced row, column and widget styling right inside Gutenberg.</p>\n<p>Why are we doing this? Gutenberg is taking a more conservative approach to page building, which means there are designs and layouts that you just won&#8217;t be able to achieve. The SiteOrigin Layout block fills all those gaps, by allowing you to create advanced sections inside your Gutenberg pages.</p>\n<p>This is just the beginning, we&#8217;re planning on adding a lot more features by the time Gutenberg becomes the core WordPress editor. For example, we&#8217;ll give you a migration tool that&#8217;ll let you convert your existing Page Builder pages into Gutenberg pages.</p>\n<p>We&#8217;re excited to bring Page Builder and Widgets Bundle plugins, with over 2 million combined installs, into the future of WordPress. It&#8217;s our way of guaranteeing that your content is safe, as WordPress evolves into a more modern content creation platform.</p>\n<h4>Editing Options for Existing Page Builder Content</h4>\n<p>Once WordPress 5.0 is released you can rest assured that your Page Builder content will be safe and editable. Existing Page Builder content will be editable in one of two ways. If you&#8217;d prefer not to switch over to Gutenberg you can install the <a href="https://wordpress.org/plugins/classic-editor/">Classic Editor</a> plugin provided by WordPress. Once activated, your existing Page Builder pages will remain exactly as they were pre WordPress 5.0. Alternatively, if you&#8217;d like to move over to Gutenberg, existing Page Builder pages will offer the option to migrate Page Builder content into a single Layout Builder block.</p>\n<h4>Editing Options for New Pages</h4>\n<p>If you have the Classic Editor plugin installed and add a new page, you&#8217;ll be able to choose between a classic page with the familiar Visual, Text and Page Builder tabs or a Gutenberg page. If you don&#8217;t have the Classic Editor plugin installed, your new pages will be Gutenberg pages.</p>\n<p>Once Gutenberg is integrated into the WordPress core there will be much more certainty. The above update and roadmap is based on the information that&#8217;s currently available.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/gutenberg-compatibility-page-builder/">Gutenberg Compatibility in SiteOrigin Page Builder</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:65:"https://siteorigin.com/gutenberg-compatibility-page-builder/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"63";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Introducing Corp Business Theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://siteorigin.com/introducing-corp-business-theme/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"https://siteorigin.com/introducing-corp-business-theme/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 20 Dec 2017 19:30:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=81713";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:570:"<p>A little earlier this year we released Corp, our new business focused theme. Corp features a professional design, beautiful transitions and is a perfect platform for Page Builder by SiteOrigin or the page builder plugin of your choice. Corp is lightweight, responsive and fast loading. Its perfectly suited to promoting businesses of all types.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/introducing-corp-business-theme/">Introducing Corp Business Theme</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3336:"<p>A little earlier this year we released <a href="https://wordpress.org/themes/siteorigin-corp/">Corp</a>, our new business focused theme. Corp features a professional design, beautiful transitions and is a perfect platform for Page Builder by SiteOrigin or the page builder plugin of your choice. Corp is lightweight, responsive and fast loading. It&#8217;s perfectly suited to promoting businesses of all types. If you&#8217;re a developer, we&#8217;re sure you&#8217;ll find Corp a great theme to extend. <a href="http://demo.siteorigin.com/corp/">View the theme demo</a>.</p>\n<p><span id="more-81713"></span></p>\n<h3>Notable Features</h3>\n<ul>\n<li>Color Settings: Take full control over all theme background, element and font colors.</li>\n<li>Font Settings: Take full control over all theme fonts.</li>\n<li>Spacing Settings: Set header and footer padding and margins.</li>\n<li>Sticky Header: Sticks the header to the top of the screen when scrolling.</li>\n<li>Responsive Layout: Adapt the theme layout for mobile devices.</li>\n<li>Mobile Menu: Use a special responsive menu for small screen devices.</li>\n<li>Scroll to Top: Display a scroll to top button after scrolling.</li>\n<li>Sidebar Customizations: Set the sidebar position and width.</li>\n<li>Header Overlap: Overlap the header as we&#8217;ve done on the Corp demo home page: http://demo.siteorigin.com/corp/. Perfect for home or landing pages.</li>\n<li>Page Settings: Adjust the theme layout on each page or post as required. Included is a full-width option for Page Builder&#8217;s that require one.</li>\n<li>Page Template Settings: Take control of your blog and archive page layouts.</li>\n<li>Sidebar Width: Set the sidebar width as a percentage.</li>\n<li>Sidebar Position: Set the sidebar position to right or left.</li>\n</ul>\n<h3>Still to Come</h3>\n<p>In the next two months you can expect the following awesome new features:</p>\n<ul>\n<li>Complete WooCommerce support with custom styling.</li>\n<li>Four new blog layouts that&#8217;ll greatly enhance Corp&#8217;s customizability.</li>\n<li>Jetpack Portfolio support.</li>\n</ul>\n<h3>Something for our Premium Users</h3>\n<p>As with all of our themes, <a href="https://siteorigin.com/downloads/premium/">SiteOrigin Premium</a> users will be able to remove the footer attribution, enable Ajax comments and get quick support via email.</p>\n<h3>Download Corp</h3>\n<p>Corp is available for download right now on the <a href="https://wordpress.org/themes/siteorigin-corp/">WordPress.org theme directory</a>. Or from within your WordPress installation, <span class="adminized-section"><span class="adminized-part">Themes</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">Add New</span></span>, use the search field and search for &#8220;SiteOrigin Corp&#8221;. If you&#8217;d like a helping hand or would just like to preview Corp&#8217;s settings and features, check out the <a href="https://siteorigin.com/corp-documentation/">documentation</a>.</p>\n<p>If you have any feedback or suggestions, we&#8217;d love to hear from you. Feel free to post below in the comments.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/introducing-corp-business-theme/">Introducing Corp Business Theme</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"https://siteorigin.com/introducing-corp-business-theme/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"28";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Introducing the Tabs Widget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"https://siteorigin.com/introducing-tabs-widget/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:56:"https://siteorigin.com/introducing-tabs-widget/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Nov 2017 10:56:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=76959";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:554:"<p>Following our recent release of the Accordion widget, we&#8217;re really pleased to announce our new Tabs widget. Tabs offer a great way to organise and structure content in a small amount of space. Perfect for listing your services, products, page sections or any other content that has a horizontal structure to it. The Tabs widget [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/introducing-tabs-widget/">Introducing the Tabs Widget</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6268:"<p>Following our recent <a href="https://siteorigin.com/introducing-accordion-widget/">release of the Accordion widget</a>, we&#8217;re really pleased to announce our new Tabs widget. Tabs offer a great way to organise and structure content in a small amount of space. Perfect for listing your services, products, page sections or any other content that has a horizontal structure to it.</p>\n<p>The Tabs widget is included in the <a href="https://siteorigin.com/widgets-bundle/">Widgets Bundle</a> plugin release version 1.11.0. SiteOrigin Widgets can be inserted into any page using <a href="https://siteorigin.com/page-builder/">SiteOrigin Page Builder</a> or any of the <a href="https://siteorigin.com/widgets-beaver-builder-elementor/">other Page Builders that we support</a>. You can also insert widgets into theme widget areas.</p>\n<p><span id="more-76959"></span></p>\n<p>As always, this is a completely free addon. All you need to do is update your copy of Widgets Bundle, then navigate to <span class="adminized-section"><span class="adminized-part">Plugins</span><span class="adminized-arrow icon-arrow-right"></span><span class="adminized-part">SiteOrigin Widgets</span></span> in your WordPress admin, search for and activate the Tabs widget.</p>\n<p>If you need a hand getting started, please, see the <a href="https://siteorigin.com/widgets-bundle/tabs-widget/">Tabs widget documentation</a>.</p>\n<h3>Extra Options for SiteOrigin Premium Users</h3>\n<p><a href="https://siteorigin.com/downloads/premium/">SiteOrigin Premium</a> adds awesome functionality and additional features across our range of plugins and themes. The Tabs addon in SiteOrigin Premium adds a host of extra settings and features. The two you might find most useful are:</p>\n<h4>Preset Designs</h4>\n<p>To make the most of the extra settings and save you time, the Presets setting lets you choose from four unique designs. All the designs use neutral colours making it easy to adapt to your website colour scheme.</p>\n<div id="attachment_77202" style="width: 709px" class="wp-caption aligncenter"><img class="wp-image-77202 size-large" src="https://siteorigin.com/wp-content/uploads/2017/11/01-699x164.jpg" alt="" width="699" height="164" srcset="https://siteorigin.com/wp-content/uploads/2017/11/01-699x164.jpg 699w, https://siteorigin.com/wp-content/uploads/2017/11/01-300x70.jpg 300w, https://siteorigin.com/wp-content/uploads/2017/11/01-768x180.jpg 768w, https://siteorigin.com/wp-content/uploads/2017/11/01-1050x247.jpg 1050w, https://siteorigin.com/wp-content/uploads/2017/11/01-313x74.jpg 313w, https://siteorigin.com/wp-content/uploads/2017/11/01-600x141.jpg 600w, https://siteorigin.com/wp-content/uploads/2017/11/01-1200x282.jpg 1200w" sizes="(max-width: 699px) 100vw, 699px" /></p>\n<p class="wp-caption-text">Flat Preset Design</p>\n</div>\n<div id="attachment_77203" style="width: 709px" class="wp-caption aligncenter"><img class="wp-image-77203 size-large" src="https://siteorigin.com/wp-content/uploads/2017/11/02-699x190.jpg" alt="" width="699" height="190" srcset="https://siteorigin.com/wp-content/uploads/2017/11/02-699x190.jpg 699w, https://siteorigin.com/wp-content/uploads/2017/11/02-300x82.jpg 300w, https://siteorigin.com/wp-content/uploads/2017/11/02-768x209.jpg 768w, https://siteorigin.com/wp-content/uploads/2017/11/02-1050x286.jpg 1050w, https://siteorigin.com/wp-content/uploads/2017/11/02-313x85.jpg 313w, https://siteorigin.com/wp-content/uploads/2017/11/02-600x163.jpg 600w, https://siteorigin.com/wp-content/uploads/2017/11/02-1200x326.jpg 1200w" sizes="(max-width: 699px) 100vw, 699px" /></p>\n<p class="wp-caption-text">Wire Preset Design</p>\n</div>\n<div id="attachment_77204" style="width: 709px" class="wp-caption aligncenter"><img class="wp-image-77204 size-large" src="https://siteorigin.com/wp-content/uploads/2017/11/03-699x185.jpg" alt="" width="699" height="185" srcset="https://siteorigin.com/wp-content/uploads/2017/11/03-699x185.jpg 699w, https://siteorigin.com/wp-content/uploads/2017/11/03-300x79.jpg 300w, https://siteorigin.com/wp-content/uploads/2017/11/03-768x203.jpg 768w, https://siteorigin.com/wp-content/uploads/2017/11/03-1050x278.jpg 1050w, https://siteorigin.com/wp-content/uploads/2017/11/03-313x83.jpg 313w, https://siteorigin.com/wp-content/uploads/2017/11/03-600x159.jpg 600w, https://siteorigin.com/wp-content/uploads/2017/11/03-1200x317.jpg 1200w" sizes="(max-width: 699px) 100vw, 699px" /></p>\n<p class="wp-caption-text">Rounded 01 Preset Design</p>\n</div>\n<div id="attachment_77205" style="width: 709px" class="wp-caption aligncenter"><img class="wp-image-77205 size-large" src="https://siteorigin.com/wp-content/uploads/2017/11/04-699x177.jpg" alt="" width="699" height="177" srcset="https://siteorigin.com/wp-content/uploads/2017/11/04-699x177.jpg 699w, https://siteorigin.com/wp-content/uploads/2017/11/04-300x76.jpg 300w, https://siteorigin.com/wp-content/uploads/2017/11/04-768x195.jpg 768w, https://siteorigin.com/wp-content/uploads/2017/11/04-1050x266.jpg 1050w, https://siteorigin.com/wp-content/uploads/2017/11/04-313x79.jpg 313w, https://siteorigin.com/wp-content/uploads/2017/11/04-600x152.jpg 600w, https://siteorigin.com/wp-content/uploads/2017/11/04-1200x304.jpg 1200w" sizes="(max-width: 699px) 100vw, 699px" /></p>\n<p class="wp-caption-text">Rounded 02 Preset Design</p>\n</div>\n<p>View a demo of the <a href="http://demo.siteorigin.com/premium/tabs-addon/">preset tab designs</a>.</p>\n<h4>Layout Builder</h4>\n<p>The free Tab widget lets you add standard TinyMCE text content, but in the premium addon, were giving you the power to create tab content using a layout field. This means you can fill your tabs with complex widgets and Page Builder style layouts (rows and columns).</p>\n<p>If you arent a <a href="https://siteorigin.com/downloads/premium/">SiteOrigin Premium</a> member yet, be sure to sign up. Its a cost-effective way to build your sites faster and more professionally. Were introducing more addons all the time, so the longer youre a member, the more valuable it becomes.</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/introducing-tabs-widget/">Introducing the Tabs Widget</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:52:"https://siteorigin.com/introducing-tabs-widget/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"17";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:54:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"New Portfolio Support for Unwind";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://siteorigin.com/new-portfolio-support-unwind/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"https://siteorigin.com/new-portfolio-support-unwind/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Oct 2017 12:59:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"jetpack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:9:"portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:6:"unwind";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=72866";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:557:"<p>We&#8217;re really pleased to announce Unwind now offers support for Jetpack Portfolio custom post type. If you have a portfolio of any sort that you&#8217;d like to show off, Jetpack Portfolio is a great way to do it. View our photography portfolio demo. In this case we&#8217;ve built a small portfolio of travel photos. You [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/new-portfolio-support-unwind/">New Portfolio Support for Unwind</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:898:"<p>We&#8217;re really pleased to announce Unwind now offers support for Jetpack Portfolio custom post type. If you have a portfolio of any sort that you&#8217;d like to show off, Jetpack Portfolio is a great way to do it. View our <a href="http://demo.siteorigin.com/unwind/photography-portfolio/">photography portfolio demo</a>. In this case we&#8217;ve built a small portfolio of travel photos. You can use this great feature for showing off a portfolio of any kind of work.</p>\n<p>For instructions on activating Jetpack, adding portfolio items and displaying your portfolio, <a href="https://siteorigin.com/unwind-documentation/portfolio/">view the documentation</a>.</p>\n<h3></h3>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/new-portfolio-support-unwind/">New Portfolio Support for Unwind</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"https://siteorigin.com/new-portfolio-support-unwind/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Are WordPress Websites Responsive?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://siteorigin.com/wordpress-websites-responsive/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"https://siteorigin.com/wordpress-websites-responsive/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Oct 2017 11:46:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=59360";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:505:"<p>Yes. WordPress websites are responsive, but not all. The responsive capability of a WordPress website depends on the theme and the plugins that you are using. Let''s take a look at how your choice of theme and plugins can effect the overall responsiveness of your website. Read More</p>\n<p>The post <a rel="nofollow" href="https://siteorigin.com/wordpress-websites-responsive/">Are WordPress Websites Responsive?</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Ian Rossiter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1027:"<div id="pl-59360" class="panel-layout" ><div id="pg-59360-0" class="panel-grid panel-no-style" ><div id="pgc-59360-0-0" class="panel-grid-cell" ><div id="panel-59360-0-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="0" ><div class="so-widget-sow-editor so-widget-sow-editor-base">\n<div class="siteorigin-widget-tinymce textwidget">\n <p>Yes. WordPress websites are responsive, but not all. The responsive capability of a WordPress website depends on the theme and the plugins that you are using. Let''s take a look at how your choice of theme and plugins can effect the overall responsiveness of your website.</p></div></div></div></div></div></div><p> <a href="https://siteorigin.com/wordpress-websites-responsive/#more-59360" class="more-link">Read More</a></p><p>The post <a rel="nofollow" href="https://siteorigin.com/wordpress-websites-responsive/">Are WordPress Websites Responsive?</a> appeared first on <a rel="nofollow" href="https://siteorigin.com">SiteOrigin</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:58:"https://siteorigin.com/wordpress-websites-responsive/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"13";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:28:"https://siteorigin.com/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:16:{s:4:"date";s:29:"Fri, 27 Jul 2018 01:24:03 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:10:"set-cookie";s:131:"__cfduid=d8c50d113db445eddf2c35a2055c58e601532654643; expires=Sat, 27-Jul-19 01:24:03 GMT; path=/; domain=.siteorigin.com; HttpOnly";s:13:"cache-control";s:22:"public, max-age=432000";s:7:"expires";s:29:"Wed, 01 Aug 2018 01:24:03 GMT";s:12:"x-robots-tag";s:15:"noindex, follow";s:4:"link";s:59:"<https://siteorigin.com/wp-json/>; rel="https://api.w.org/"";s:13:"last-modified";s:29:"Thu, 26 Jul 2018 11:43:52 GMT";s:4:"etag";s:39:""758e81e926e4c25ae9055c182abc4534-gzip"";s:4:"vary";s:15:"Accept-Encoding";s:16:"content-encoding";s:4:"gzip";s:7:"x-cache";s:4:"MISS";s:15:"cf-cache-status";s:3:"HIT";s:9:"expect-ct";s:87:"max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"";s:6:"server";s:10:"cloudflare";s:6:"cf-ray";s:20:"440b4de49f9b06d6-LHR";}}s:5:"build";s:14:"20130911133210";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(726, '_site_transient_timeout_community-events-1635848a0e5fd7c66a27be065ee96c4b', '1532647289', 'no'),
(727, '_site_transient_community-events-1635848a0e5fd7c66a27be065ee96c4b', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:12:"61.228.198.0";}s:6:"events";a:1:{i:0;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:15:"WordCamp Taipei";s:3:"url";s:32:"https://2018.taipei.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2018-10-21 00:00:00";s:8:"location";a:4:{s:8:"location";s:15:"Taiwan (Taipei)";s:7:"country";s:2:"TW";s:8:"latitude";d:25.007993299999998981775206630118191242218017578125;s:9:"longitude";d:121.4666595999999998412022250704467296600341796875;}}}}', 'no'),
(810, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1532663107;s:7:"checked";a:8:{s:19:"akismet/akismet.php";s:5:"4.0.8";s:35:"athemes-toolbox/athemes-toolbox.php";s:4:"1.03";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"5.0.3";s:23:"elementor/elementor.php";s:5:"2.1.5";s:9:"hello.php";s:3:"1.7";s:39:"onetone-companion/onetone-companion.php";s:5:"1.0.9";s:39:"siteorigin-panels/siteorigin-panels.php";s:5:"2.7.3";s:33:"sydney-toolbox/sydney-toolbox.php";s:4:"1.05";}s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:8:{s:19:"akismet/akismet.php";O:8:"stdClass":9:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"4.0.8";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.0.8.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:35:"athemes-toolbox/athemes-toolbox.php";O:8:"stdClass":9:{s:2:"id";s:29:"w.org/plugins/athemes-toolbox";s:4:"slug";s:15:"athemes-toolbox";s:6:"plugin";s:35:"athemes-toolbox/athemes-toolbox.php";s:11:"new_version";s:4:"1.03";s:3:"url";s:46:"https://wordpress.org/plugins/athemes-toolbox/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/athemes-toolbox.zip";s:5:"icons";a:1:{s:7:"default";s:59:"https://s.w.org/plugins/geopattern-icon/athemes-toolbox.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":9:{s:2:"id";s:28:"w.org/plugins/contact-form-7";s:4:"slug";s:14:"contact-form-7";s:6:"plugin";s:36:"contact-form-7/wp-contact-form-7.php";s:11:"new_version";s:5:"5.0.3";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.3.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:23:"elementor/elementor.php";O:8:"stdClass":9:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"2.1.5";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.2.1.5.zip";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}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:39:"onetone-companion/onetone-companion.php";O:8:"stdClass":9:{s:2:"id";s:31:"w.org/plugins/onetone-companion";s:4:"slug";s:17:"onetone-companion";s:6:"plugin";s:39:"onetone-companion/onetone-companion.php";s:11:"new_version";s:5:"1.0.9";s:3:"url";s:48:"https://wordpress.org/plugins/onetone-companion/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/onetone-companion.zip";s:5:"icons";a:1:{s:7:"default";s:61:"https://s.w.org/plugins/geopattern-icon/onetone-companion.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}s:39:"siteorigin-panels/siteorigin-panels.php";O:8:"stdClass":9:{s:2:"id";s:31:"w.org/plugins/siteorigin-panels";s:4:"slug";s:17:"siteorigin-panels";s:6:"plugin";s:39:"siteorigin-panels/siteorigin-panels.php";s:11:"new_version";s:5:"2.7.3";s:3:"url";s:48:"https://wordpress.org/plugins/siteorigin-panels/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/siteorigin-panels.2.7.3.zip";s:5:"icons";a:2:{s:2:"2x";s:70:"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755";s:2:"1x";s:70:"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755";}s:7:"banners";a:1:{s:2:"1x";s:72:"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755";}s:11:"banners_rtl";a:0:{}}s:33:"sydney-toolbox/sydney-toolbox.php";O:8:"stdClass":9:{s:2:"id";s:28:"w.org/plugins/sydney-toolbox";s:4:"slug";s:14:"sydney-toolbox";s:6:"plugin";s:33:"sydney-toolbox/sydney-toolbox.php";s:11:"new_version";s:4:"1.05";s:3:"url";s:45:"https://wordpress.org/plugins/sydney-toolbox/";s:7:"package";s:57:"https://downloads.wordpress.org/plugin/sydney-toolbox.zip";s:5:"icons";a:1:{s:7:"default";s:58:"https://s.w.org/plugins/geopattern-icon/sydney-toolbox.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(739, '_transient_elementor_remote_info_api_data_2.1.5', 'a:2:{s:9:"timestamp";i:1532621310;s:14:"upgrade_notice";a:2:{s:7:"version";s:5:"1.5.0";s:7:"message";s:0:"";}}', 'no'),
(802, '_transient_is_multi_author', '0', 'yes'),
(813, 'widget_akismet_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes');
-- --------------------------------------------------------
--
-- 表的结构 `wp_postmeta`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=1723 ;
--
-- 转存表中的数据 `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 6, '_edit_last', '1'),
(4, 6, '_edit_lock', '1532661946:1'),
(5, 8, '_edit_last', '1'),
(6, 8, '_edit_lock', '1532071154:1'),
(7, 10, '_edit_last', '1'),
(8, 10, '_edit_lock', '1532599227:1'),
(9, 12, '_wp_attached_file', '2018/07/1.png'),
(10, 12, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1200;s:4:"file";s:13:"2018/07/1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"1-300x180.png";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"1-768x461.png";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"1-1024x614.png";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:9:"image/png";}s:32:"twentyseventeen-thumbnail-avatar";a:4:{s:4:"file";s:13:"1-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:{}}}'),
(11, 12, '_wp_attachment_image_alt', '水晶男孩sechskies'),
(12, 12, '_wp_attachment_custom_header_last_used_twentyseventeen', '1532066210'),
(13, 12, '_wp_attachment_is_custom_header', 'twentyseventeen'),
(14, 13, '_wp_trash_meta_status', 'publish'),
(15, 13, '_wp_trash_meta_time', '1532066210'),
(16, 17, '_wp_attached_file', '2018/07/jiyong_taiwan03.jpg'),
(17, 17, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1912;s:6:"height";i:804;s:4:"file";s:27:"2018/07/jiyong_taiwan03.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"jiyong_taiwan03-150x150.jpg";s:5:"width";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:"jiyong_taiwan03-300x126.jpg";s:5:"width";i:300;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"jiyong_taiwan03-768x323.jpg";s:5:"width";i:768;s:6:"height";i:323;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"jiyong_taiwan03-1024x431.jpg";s:5:"width";i:1024;s:6:"height";i:431;s:9:"mime-type";s:10:"image/jpeg";}s:32:"twentyseventeen-thumbnail-avatar";a:4:{s:4:"file";s:27:"jiyong_taiwan03-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:{}}}'),
(18, 18, '_wp_attached_file', '2018/07/jiyong_taiwan02.jpg'),
(19, 18, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1912;s:6:"height";i:804;s:4:"file";s:27:"2018/07/jiyong_taiwan02.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"jiyong_taiwan02-150x150.jpg";s:5:"width";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:"jiyong_taiwan02-300x126.jpg";s:5:"width";i:300;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"jiyong_taiwan02-768x323.jpg";s:5:"width";i:768;s:6:"height";i:323;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"jiyong_taiwan02-1024x431.jpg";s:5:"width";i:1024;s:6:"height";i:431;s:9:"mime-type";s:10:"image/jpeg";}s:32:"twentyseventeen-thumbnail-avatar";a:4:{s:4:"file";s:27:"jiyong_taiwan02-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:{}}}'),
(20, 19, '_wp_attached_file', '2018/07/jiyong_taiwan01.jpg'),
(21, 19, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1912;s:6:"height";i:804;s:4:"file";s:27:"2018/07/jiyong_taiwan01.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"jiyong_taiwan01-150x150.jpg";s:5:"width";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:"jiyong_taiwan01-300x126.jpg";s:5:"width";i:300;s:6:"height";i:126;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"jiyong_taiwan01-768x323.jpg";s:5:"width";i:768;s:6:"height";i:323;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"jiyong_taiwan01-1024x431.jpg";s:5:"width";i:1024;s:6:"height";i:431;s:9:"mime-type";s:10:"image/jpeg";}s:32:"twentyseventeen-thumbnail-avatar";a:4:{s:4:"file";s:27:"jiyong_taiwan01-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:{}}}'),
(22, 2, '_edit_lock', '1532071141:1'),
(23, 21, '_edit_lock', '1532073462:1'),
(24, 21, '_wp_trash_meta_status', 'publish'),
(25, 21, '_wp_trash_meta_time', '1532073495'),
(26, 22, '_wp_attached_file', '2018/07/新西遊記4.png'),
(27, 22, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:489;s:4:"file";s:25:"2018/07/新西遊記4.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"新西遊記4-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:25:"新西遊記4-300x122.png";s:5:"width";i:300;s:6:"height";i:122;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:25:"新西遊記4-768x313.png";s:5:"width";i:768;s:6:"height";i:313;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:26:"新西遊記4-1024x417.png";s:5:"width";i:1024;s:6:"height";i:417;s:9:"mime-type";s:9:"image/png";}s:32:"twentyseventeen-thumbnail-avatar";a:4:{s:4:"file";s:25:"新西遊記4-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:{}}}'),
(28, 23, '_wp_attached_file', '2018/07/jekkidancegroup.png'),
(29, 23, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2730;s:6:"height";i:1143;s:4:"file";s:27:"2018/07/jekkidancegroup.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"jekkidancegroup-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:"jekkidancegroup-300x126.png";s:5:"width";i:300;s:6:"height";i:126;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:27:"jekkidancegroup-768x322.png";s:5:"width";i:768;s:6:"height";i:322;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:28:"jekkidancegroup-1024x429.png";s:5:"width";i:1024;s:6:"height";i:429;s:9:"mime-type";s:9:"image/png";}s:30:"twentyseventeen-featured-image";a:4:{s:4:"file";s:29:"jekkidancegroup-2000x1143.png";s:5:"width";i:2000;s:6:"height";i:1143;s:9:"mime-type";s:9:"image/png";}s:32:"twentyseventeen-thumbnail-avatar";a:4:{s:4:"file";s:27:"jekkidancegroup-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:{}}}'),
(30, 24, '_wp_attached_file', '2018/07/G1fanmeetingb.png'),
(31, 24, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1230;s:6:"height";i:517;s:4:"file";s:25:"2018/07/G1fanmeetingb.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"G1fanmeetingb-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:25:"G1fanmeetingb-300x126.png";s:5:"width";i:300;s:6:"height";i:126;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:25:"G1fanmeetingb-768x323.png";s:5:"width";i:768;s:6:"height";i:323;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:26:"G1fanmeetingb-1024x430.png";s:5:"width";i:1024;s:6:"height";i:430;s:9:"mime-type";s:9:"image/png";}s:32:"twentyseventeen-thumbnail-avatar";a:4:{s:4:"file";s:25:"G1fanmeetingb-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:{}}}'),
(32, 25, '_wp_attached_file', '2018/07/G1fanmeeting.png'),
(33, 25, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2783;s:6:"height";i:1165;s:4:"file";s:24:"2018/07/G1fanmeeting.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"G1fanmeeting-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:"G1fanmeeting-300x126.png";s:5:"width";i:300;s:6:"height";i:126;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:24:"G1fanmeeting-768x321.png";s:5:"width";i:768;s:6:"height";i:321;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:25:"G1fanmeeting-1024x429.png";s:5:"width";i:1024;s:6:"height";i:429;s:9:"mime-type";s:9:"image/png";}s:30:"twentyseventeen-featured-image";a:4:{s:4:"file";s:26:"G1fanmeeting-2000x1165.png";s:5:"width";i:2000;s:6:"height";i:1165;s:9:"mime-type";s:9:"image/png";}s:32:"twentyseventeen-thumbnail-avatar";a:4:{s:4:"file";s:24:"G1fanmeeting-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:{}}}'),
(34, 22, '_wp_attachment_image_alt', '水晶男孩 殷志源 水晶熱舞社 新西遊記'),
(35, 27, '_edit_last', '1'),
(36, 27, '_edit_lock', '1532599238:1'),
(37, 29, '_edit_last', '1'),
(38, 29, '_edit_lock', '1532599253:1'),
(39, 31, '_edit_last', '1'),
(40, 31, '_edit_lock', '1532599274:1'),
(41, 33, '_edit_last', '1'),
(42, 33, '_edit_lock', '1532663310:1'),
(43, 35, '_edit_last', '1'),
(44, 35, '_edit_lock', '1532599285:1'),
(45, 37, '_edit_last', '1'),
(46, 37, '_edit_lock', '1532358382:1'),
(47, 39, '_edit_last', '1'),
(48, 39, '_edit_lock', '1532358021:1'),
(49, 41, '_edit_last', '1'),
(50, 41, '_edit_lock', '1532357185:1'),
(51, 43, '_edit_last', '1'),
(52, 43, '_edit_lock', '1532628363:1'),
(53, 45, '_edit_last', '1'),
(54, 45, '_edit_lock', '1532657346:1'),
(55, 3, '_wp_trash_meta_status', 'draft'),
(56, 3, '_wp_trash_meta_time', '1532074566'),
(57, 3, '_wp_desired_post_slug', 'privacy-policy'),
(58, 2, '_wp_trash_meta_status', 'publish'),
(59, 2, '_wp_trash_meta_time', '1532074566'),
(60, 2, '_wp_desired_post_slug', 'sample-page'),
(61, 8, '_wp_trash_meta_status', 'publish'),
(62, 8, '_wp_trash_meta_time', '1532074566'),
(63, 8, '_wp_desired_post_slug', '%e9%97%9c%e6%96%bc'),
(64, 49, '_edit_last', '1'),
(65, 49, '_edit_lock', '1532599172:1'),
(66, 51, '_wp_trash_meta_status', 'publish'),
(67, 51, '_wp_trash_meta_time', '1532075476'),
(68, 52, '_edit_last', '1'),
(69, 52, '_edit_lock', '1532599160:1'),
(70, 54, '_edit_last', '1'),
(71, 54, '_edit_lock', '1532598523:1'),
(72, 56, '_edit_last', '1'),
(73, 56, '_edit_lock', '1532598585:1'),
(74, 59, '_edit_last', '1'),
(75, 59, '_edit_lock', '1532598063:1'),
(76, 61, '_menu_item_type', 'post_type'),
(77, 61, '_menu_item_menu_item_parent', '0'),
(78, 61, '_menu_item_object_id', '54'),
(79, 61, '_menu_item_object', 'page'),
(80, 61, '_menu_item_target', ''),
(81, 61, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(82, 61, '_menu_item_xfn', ''),
(83, 61, '_menu_item_url', ''),
(84, 61, '_menu_item_orphaned', '1532076834'),
(85, 62, '_menu_item_type', 'post_type'),
(86, 62, '_menu_item_menu_item_parent', '0'),
(87, 62, '_menu_item_object_id', '59'),
(88, 62, '_menu_item_object', 'page'),
(89, 62, '_menu_item_target', ''),
(90, 62, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(91, 62, '_menu_item_xfn', ''),
(92, 62, '_menu_item_url', ''),
(93, 62, '_menu_item_orphaned', '1532076834'),
(94, 63, '_menu_item_type', 'post_type'),
(95, 63, '_menu_item_menu_item_parent', '0'),
(96, 63, '_menu_item_object_id', '56'),
(97, 63, '_menu_item_object', 'page'),
(98, 63, '_menu_item_target', ''),
(99, 63, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(100, 63, '_menu_item_xfn', ''),
(101, 63, '_menu_item_url', ''),
(102, 63, '_menu_item_orphaned', '1532076834'),
(103, 64, '_menu_item_type', 'post_type'),
(104, 64, '_menu_item_menu_item_parent', '0'),
(105, 64, '_menu_item_object_id', '43'),
(106, 64, '_menu_item_object', 'page'),
(107, 64, '_menu_item_target', ''),
(108, 64, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(109, 64, '_menu_item_xfn', ''),
(110, 64, '_menu_item_url', ''),
(111, 64, '_menu_item_orphaned', '1532076834'),
(112, 65, '_menu_item_type', 'post_type'),
(113, 65, '_menu_item_menu_item_parent', '0'),
(114, 65, '_menu_item_object_id', '52'),
(115, 65, '_menu_item_object', 'page'),
(116, 65, '_menu_item_target', ''),
(117, 65, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(118, 65, '_menu_item_xfn', ''),
(119, 65, '_menu_item_url', ''),
(120, 65, '_menu_item_orphaned', '1532076834'),
(121, 66, '_menu_item_type', 'post_type'),
(122, 66, '_menu_item_menu_item_parent', '0'),
(123, 66, '_menu_item_object_id', '49'),
(124, 66, '_menu_item_object', 'page'),
(125, 66, '_menu_item_target', ''),
(126, 66, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(127, 66, '_menu_item_xfn', ''),
(128, 66, '_menu_item_url', ''),
(129, 66, '_menu_item_orphaned', '1532076834'),
(130, 67, '_menu_item_type', 'post_type'),
(131, 67, '_menu_item_menu_item_parent', '0'),
(132, 67, '_menu_item_object_id', '45'),
(133, 67, '_menu_item_object', 'page'),
(134, 67, '_menu_item_target', ''),
(135, 67, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(136, 67, '_menu_item_xfn', ''),
(137, 67, '_menu_item_url', ''),
(138, 67, '_menu_item_orphaned', '1532076834'),
(139, 68, '_menu_item_type', 'post_type'),
(140, 68, '_menu_item_menu_item_parent', '0'),
(141, 68, '_menu_item_object_id', '35'),
(142, 68, '_menu_item_object', 'page'),
(143, 68, '_menu_item_target', ''),
(144, 68, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(145, 68, '_menu_item_xfn', ''),
(146, 68, '_menu_item_url', ''),
(147, 68, '_menu_item_orphaned', '1532076834'),
(148, 69, '_menu_item_type', 'post_type'),
(149, 69, '_menu_item_menu_item_parent', '0'),
(150, 69, '_menu_item_object_id', '41'),
(151, 69, '_menu_item_object', 'page'),
(152, 69, '_menu_item_target', ''),
(153, 69, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(154, 69, '_menu_item_xfn', ''),
(155, 69, '_menu_item_url', ''),
(156, 69, '_menu_item_orphaned', '1532076834'),
(157, 70, '_menu_item_type', 'post_type'),
(158, 70, '_menu_item_menu_item_parent', '0'),
(159, 70, '_menu_item_object_id', '39'),
(160, 70, '_menu_item_object', 'page'),
(161, 70, '_menu_item_target', ''),
(162, 70, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(163, 70, '_menu_item_xfn', ''),
(164, 70, '_menu_item_url', ''),
(165, 70, '_menu_item_orphaned', '1532076834'),
(166, 71, '_menu_item_type', 'post_type'),
(167, 71, '_menu_item_menu_item_parent', '0'),
(168, 71, '_menu_item_object_id', '37'),
(169, 71, '_menu_item_object', 'page'),
(170, 71, '_menu_item_target', ''),
(171, 71, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(172, 71, '_menu_item_xfn', ''),
(173, 71, '_menu_item_url', ''),
(174, 71, '_menu_item_orphaned', '1532076834'),
(175, 72, '_menu_item_type', 'post_type'),
(176, 72, '_menu_item_menu_item_parent', '0'),
(177, 72, '_menu_item_object_id', '27'),
(178, 72, '_menu_item_object', 'page'),
(179, 72, '_menu_item_target', ''),
(180, 72, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(181, 72, '_menu_item_xfn', ''),
(182, 72, '_menu_item_url', ''),
(183, 72, '_menu_item_orphaned', '1532076834'),
(184, 73, '_menu_item_type', 'post_type'),
(185, 73, '_menu_item_menu_item_parent', '0'),
(186, 73, '_menu_item_object_id', '33'),
(187, 73, '_menu_item_object', 'page'),
(188, 73, '_menu_item_target', ''),
(189, 73, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(190, 73, '_menu_item_xfn', ''),
(191, 73, '_menu_item_url', ''),
(192, 73, '_menu_item_orphaned', '1532076834'),
(193, 74, '_menu_item_type', 'post_type'),
(194, 74, '_menu_item_menu_item_parent', '0'),
(195, 74, '_menu_item_object_id', '31'),
(196, 74, '_menu_item_object', 'page'),
(197, 74, '_menu_item_target', ''),
(198, 74, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(199, 74, '_menu_item_xfn', ''),
(200, 74, '_menu_item_url', ''),
(201, 74, '_menu_item_orphaned', '1532076834'),
(202, 75, '_menu_item_type', 'post_type'),
(203, 75, '_menu_item_menu_item_parent', '0'),
(204, 75, '_menu_item_object_id', '29'),
(205, 75, '_menu_item_object', 'page'),
(206, 75, '_menu_item_target', ''),
(207, 75, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(208, 75, '_menu_item_xfn', ''),
(209, 75, '_menu_item_url', ''),
(210, 75, '_menu_item_orphaned', '1532076834'),
(211, 76, '_menu_item_type', 'post_type'),
(212, 76, '_menu_item_menu_item_parent', '0'),
(213, 76, '_menu_item_object_id', '6'),
(214, 76, '_menu_item_object', 'page'),
(215, 76, '_menu_item_target', ''),
(216, 76, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(217, 76, '_menu_item_xfn', ''),
(218, 76, '_menu_item_url', ''),
(219, 76, '_menu_item_orphaned', '1532076861'),
(220, 77, '_menu_item_type', 'post_type'),
(221, 77, '_menu_item_menu_item_parent', '0'),
(222, 77, '_menu_item_object_id', '54'),
(223, 77, '_menu_item_object', 'page'),
(224, 77, '_menu_item_target', ''),
(225, 77, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(226, 77, '_menu_item_xfn', ''),
(227, 77, '_menu_item_url', ''),
(228, 77, '_menu_item_orphaned', '1532076861'),
(229, 78, '_menu_item_type', 'post_type'),
(230, 78, '_menu_item_menu_item_parent', '0'),
(231, 78, '_menu_item_object_id', '59'),
(232, 78, '_menu_item_object', 'page'),
(233, 78, '_menu_item_target', ''),
(234, 78, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(235, 78, '_menu_item_xfn', ''),
(236, 78, '_menu_item_url', ''),
(237, 78, '_menu_item_orphaned', '1532076861'),
(238, 79, '_menu_item_type', 'post_type'),
(239, 79, '_menu_item_menu_item_parent', '0'),
(240, 79, '_menu_item_object_id', '56'),
(241, 79, '_menu_item_object', 'page'),
(242, 79, '_menu_item_target', ''),
(243, 79, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(244, 79, '_menu_item_xfn', ''),
(245, 79, '_menu_item_url', ''),
(246, 79, '_menu_item_orphaned', '1532076861'),
(247, 80, '_menu_item_type', 'post_type'),
(248, 80, '_menu_item_menu_item_parent', '0'),
(249, 80, '_menu_item_object_id', '43'),
(250, 80, '_menu_item_object', 'page'),
(251, 80, '_menu_item_target', ''),
(252, 80, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(253, 80, '_menu_item_xfn', ''),
(254, 80, '_menu_item_url', ''),
(255, 80, '_menu_item_orphaned', '1532076861'),
(256, 81, '_menu_item_type', 'post_type'),
(257, 81, '_menu_item_menu_item_parent', '0'),
(258, 81, '_menu_item_object_id', '52'),
(259, 81, '_menu_item_object', 'page'),
(260, 81, '_menu_item_target', ''),
(261, 81, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(262, 81, '_menu_item_xfn', ''),
(263, 81, '_menu_item_url', ''),
(264, 81, '_menu_item_orphaned', '1532076861'),
(265, 82, '_menu_item_type', 'post_type'),
(266, 82, '_menu_item_menu_item_parent', '0'),
(267, 82, '_menu_item_object_id', '49'),
(268, 82, '_menu_item_object', 'page'),
(269, 82, '_menu_item_target', ''),
(270, 82, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(271, 82, '_menu_item_xfn', ''),
(272, 82, '_menu_item_url', ''),
(273, 82, '_menu_item_orphaned', '1532076861'),
(274, 83, '_menu_item_type', 'post_type'),
(275, 83, '_menu_item_menu_item_parent', '0'),
(276, 83, '_menu_item_object_id', '45'),
(277, 83, '_menu_item_object', 'page'),
(278, 83, '_menu_item_target', ''),
(279, 83, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(280, 83, '_menu_item_xfn', ''),
(281, 83, '_menu_item_url', ''),
(282, 83, '_menu_item_orphaned', '1532076861'),
(283, 84, '_menu_item_type', 'post_type'),
(284, 84, '_menu_item_menu_item_parent', '0'),
(285, 84, '_menu_item_object_id', '10'),
(286, 84, '_menu_item_object', 'page'),
(287, 84, '_menu_item_target', ''),
(288, 84, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(289, 84, '_menu_item_xfn', ''),
(290, 84, '_menu_item_url', ''),
(291, 84, '_menu_item_orphaned', '1532076861'),
(292, 85, '_menu_item_type', 'post_type'),
(293, 85, '_menu_item_menu_item_parent', '0'),
(294, 85, '_menu_item_object_id', '35'),
(295, 85, '_menu_item_object', 'page'),
(296, 85, '_menu_item_target', ''),
(297, 85, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(298, 85, '_menu_item_xfn', ''),
(299, 85, '_menu_item_url', ''),
(300, 85, '_menu_item_orphaned', '1532076861'),
(301, 86, '_menu_item_type', 'post_type'),
(302, 86, '_menu_item_menu_item_parent', '0'),
(303, 86, '_menu_item_object_id', '41'),
(304, 86, '_menu_item_object', 'page'),
(305, 86, '_menu_item_target', ''),
(306, 86, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(307, 86, '_menu_item_xfn', ''),
(308, 86, '_menu_item_url', ''),
(309, 86, '_menu_item_orphaned', '1532076861'),
(310, 87, '_menu_item_type', 'post_type'),
(311, 87, '_menu_item_menu_item_parent', '0'),
(312, 87, '_menu_item_object_id', '39'),
(313, 87, '_menu_item_object', 'page'),
(314, 87, '_menu_item_target', ''),
(315, 87, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(316, 87, '_menu_item_xfn', ''),
(317, 87, '_menu_item_url', ''),
(318, 87, '_menu_item_orphaned', '1532076861'),
(319, 88, '_menu_item_type', 'post_type'),
(320, 88, '_menu_item_menu_item_parent', '0'),
(321, 88, '_menu_item_object_id', '37'),
(322, 88, '_menu_item_object', 'page'),
(323, 88, '_menu_item_target', ''),
(324, 88, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(325, 88, '_menu_item_xfn', ''),
(326, 88, '_menu_item_url', ''),
(327, 88, '_menu_item_orphaned', '1532076861'),
(328, 89, '_menu_item_type', 'post_type'),
(329, 89, '_menu_item_menu_item_parent', '0'),
(330, 89, '_menu_item_object_id', '27'),
(331, 89, '_menu_item_object', 'page'),
(332, 89, '_menu_item_target', ''),
(333, 89, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(334, 89, '_menu_item_xfn', ''),
(335, 89, '_menu_item_url', ''),
(336, 89, '_menu_item_orphaned', '1532076861'),
(337, 90, '_menu_item_type', 'post_type'),
(338, 90, '_menu_item_menu_item_parent', '0'),
(339, 90, '_menu_item_object_id', '29'),
(340, 90, '_menu_item_object', 'page'),
(341, 90, '_menu_item_target', ''),
(342, 90, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(343, 90, '_menu_item_xfn', ''),
(344, 90, '_menu_item_url', ''),
(345, 90, '_menu_item_orphaned', '1532076861'),
(346, 91, '_menu_item_type', 'post_type'),
(347, 91, '_menu_item_menu_item_parent', '0'),
(348, 91, '_menu_item_object_id', '33'),
(349, 91, '_menu_item_object', 'page'),
(350, 91, '_menu_item_target', ''),
(351, 91, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(352, 91, '_menu_item_xfn', ''),
(353, 91, '_menu_item_url', ''),
(354, 91, '_menu_item_orphaned', '1532076861'),
(355, 92, '_menu_item_type', 'post_type'),
(356, 92, '_menu_item_menu_item_parent', '0'),
(357, 92, '_menu_item_object_id', '31'),
(358, 92, '_menu_item_object', 'page'),
(359, 92, '_menu_item_target', ''),
(360, 92, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(361, 92, '_menu_item_xfn', ''),
(362, 92, '_menu_item_url', ''),
(363, 92, '_menu_item_orphaned', '1532076861'),
(364, 93, '_menu_item_type', 'post_type'),
(365, 93, '_menu_item_menu_item_parent', '0'),
(366, 93, '_menu_item_object_id', '6'),
(367, 93, '_menu_item_object', 'page'),
(368, 93, '_menu_item_target', ''),
(369, 93, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(370, 93, '_menu_item_xfn', ''),
(371, 93, '_menu_item_url', ''),
(372, 93, '_menu_item_orphaned', '1532076861'),
(373, 94, '_menu_item_type', 'post_type'),
(374, 94, '_menu_item_menu_item_parent', '0'),
(375, 94, '_menu_item_object_id', '6'),
(376, 94, '_menu_item_object', 'page'),
(377, 94, '_menu_item_target', ''),
(378, 94, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(379, 94, '_menu_item_xfn', ''),
(380, 94, '_menu_item_url', ''),
(381, 94, '_menu_item_orphaned', '1532076884'),
(382, 95, '_menu_item_type', 'post_type'),
(383, 95, '_menu_item_menu_item_parent', '0'),
(384, 95, '_menu_item_object_id', '54'),
(385, 95, '_menu_item_object', 'page'),
(386, 95, '_menu_item_target', ''),
(387, 95, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(388, 95, '_menu_item_xfn', ''),
(389, 95, '_menu_item_url', ''),
(390, 95, '_menu_item_orphaned', '1532076884'),
(391, 96, '_menu_item_type', 'post_type'),
(392, 96, '_menu_item_menu_item_parent', '0'),
(393, 96, '_menu_item_object_id', '59'),
(394, 96, '_menu_item_object', 'page'),
(395, 96, '_menu_item_target', ''),
(396, 96, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(397, 96, '_menu_item_xfn', ''),
(398, 96, '_menu_item_url', ''),
(399, 96, '_menu_item_orphaned', '1532076884'),
(400, 97, '_menu_item_type', 'post_type'),
(401, 97, '_menu_item_menu_item_parent', '0'),
(402, 97, '_menu_item_object_id', '56'),
(403, 97, '_menu_item_object', 'page'),
(404, 97, '_menu_item_target', ''),
(405, 97, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(406, 97, '_menu_item_xfn', ''),
(407, 97, '_menu_item_url', ''),
(408, 97, '_menu_item_orphaned', '1532076884'),
(409, 98, '_menu_item_type', 'post_type'),
(410, 98, '_menu_item_menu_item_parent', '0'),
(411, 98, '_menu_item_object_id', '43'),
(412, 98, '_menu_item_object', 'page'),
(413, 98, '_menu_item_target', ''),
(414, 98, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(415, 98, '_menu_item_xfn', ''),
(416, 98, '_menu_item_url', ''),
(417, 98, '_menu_item_orphaned', '1532076884'),
(418, 99, '_menu_item_type', 'post_type'),
(419, 99, '_menu_item_menu_item_parent', '0'),
(420, 99, '_menu_item_object_id', '52'),
(421, 99, '_menu_item_object', 'page'),
(422, 99, '_menu_item_target', ''),
(423, 99, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(424, 99, '_menu_item_xfn', ''),
(425, 99, '_menu_item_url', ''),
(426, 99, '_menu_item_orphaned', '1532076884'),
(427, 100, '_menu_item_type', 'post_type'),
(428, 100, '_menu_item_menu_item_parent', '0'),
(429, 100, '_menu_item_object_id', '49'),
(430, 100, '_menu_item_object', 'page'),
(431, 100, '_menu_item_target', ''),
(432, 100, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(433, 100, '_menu_item_xfn', ''),
(434, 100, '_menu_item_url', ''),
(435, 100, '_menu_item_orphaned', '1532076884'),
(436, 101, '_menu_item_type', 'post_type'),
(437, 101, '_menu_item_menu_item_parent', '0'),
(438, 101, '_menu_item_object_id', '45'),
(439, 101, '_menu_item_object', 'page'),
(440, 101, '_menu_item_target', ''),
(441, 101, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(442, 101, '_menu_item_xfn', ''),
(443, 101, '_menu_item_url', ''),
(444, 101, '_menu_item_orphaned', '1532076884'),
(445, 102, '_menu_item_type', 'post_type'),
(446, 102, '_menu_item_menu_item_parent', '0'),
(447, 102, '_menu_item_object_id', '10'),
(448, 102, '_menu_item_object', 'page'),
(449, 102, '_menu_item_target', ''),
(450, 102, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(451, 102, '_menu_item_xfn', ''),
(452, 102, '_menu_item_url', ''),
(453, 102, '_menu_item_orphaned', '1532076884'),
(454, 103, '_menu_item_type', 'post_type'),
(455, 103, '_menu_item_menu_item_parent', '0'),
(456, 103, '_menu_item_object_id', '35'),
(457, 103, '_menu_item_object', 'page'),
(458, 103, '_menu_item_target', ''),
(459, 103, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(460, 103, '_menu_item_xfn', ''),
(461, 103, '_menu_item_url', ''),
(462, 103, '_menu_item_orphaned', '1532076884'),
(463, 104, '_menu_item_type', 'post_type'),
(464, 104, '_menu_item_menu_item_parent', '0'),
(465, 104, '_menu_item_object_id', '41'),
(466, 104, '_menu_item_object', 'page'),
(467, 104, '_menu_item_target', ''),
(468, 104, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(469, 104, '_menu_item_xfn', ''),
(470, 104, '_menu_item_url', ''),
(471, 104, '_menu_item_orphaned', '1532076884'),
(472, 105, '_menu_item_type', 'post_type'),
(473, 105, '_menu_item_menu_item_parent', '0'),
(474, 105, '_menu_item_object_id', '39'),
(475, 105, '_menu_item_object', 'page'),
(476, 105, '_menu_item_target', ''),
(477, 105, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(478, 105, '_menu_item_xfn', ''),
(479, 105, '_menu_item_url', ''),
(480, 105, '_menu_item_orphaned', '1532076884'),
(481, 106, '_menu_item_type', 'post_type'),
(482, 106, '_menu_item_menu_item_parent', '0'),
(483, 106, '_menu_item_object_id', '37'),
(484, 106, '_menu_item_object', 'page'),
(485, 106, '_menu_item_target', ''),
(486, 106, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(487, 106, '_menu_item_xfn', ''),
(488, 106, '_menu_item_url', ''),
(489, 106, '_menu_item_orphaned', '1532076884'),
(490, 107, '_menu_item_type', 'post_type'),
(491, 107, '_menu_item_menu_item_parent', '0'),
(492, 107, '_menu_item_object_id', '27'),
(493, 107, '_menu_item_object', 'page'),
(494, 107, '_menu_item_target', ''),
(495, 107, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(496, 107, '_menu_item_xfn', ''),
(497, 107, '_menu_item_url', ''),
(498, 107, '_menu_item_orphaned', '1532076884'),
(499, 108, '_menu_item_type', 'post_type'),
(500, 108, '_menu_item_menu_item_parent', '0'),
(501, 108, '_menu_item_object_id', '29'),
(502, 108, '_menu_item_object', 'page'),
(503, 108, '_menu_item_target', ''),
(504, 108, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(505, 108, '_menu_item_xfn', ''),
(506, 108, '_menu_item_url', ''),
(507, 108, '_menu_item_orphaned', '1532076884'),
(508, 109, '_menu_item_type', 'post_type'),
(509, 109, '_menu_item_menu_item_parent', '0'),
(510, 109, '_menu_item_object_id', '33'),
(511, 109, '_menu_item_object', 'page'),
(512, 109, '_menu_item_target', ''),
(513, 109, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(514, 109, '_menu_item_xfn', ''),
(515, 109, '_menu_item_url', ''),
(516, 109, '_menu_item_orphaned', '1532076884'),
(517, 110, '_menu_item_type', 'post_type'),
(518, 110, '_menu_item_menu_item_parent', '0'),
(519, 110, '_menu_item_object_id', '31'),
(520, 110, '_menu_item_object', 'page'),
(521, 110, '_menu_item_target', ''),
(522, 110, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(523, 110, '_menu_item_xfn', ''),
(524, 110, '_menu_item_url', ''),
(525, 110, '_menu_item_orphaned', '1532076884'),
(526, 111, '_menu_item_type', 'post_type'),
(527, 111, '_menu_item_menu_item_parent', '0'),
(528, 111, '_menu_item_object_id', '6'),
(529, 111, '_menu_item_object', 'page'),
(530, 111, '_menu_item_target', ''),
(531, 111, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(532, 111, '_menu_item_xfn', ''),
(533, 111, '_menu_item_url', ''),
(534, 111, '_menu_item_orphaned', '1532076884'),
(1689, 43, '_elementor_template_type', 'post'),
(1162, 246, '_elementor_edit_mode', 'builder'),
(1204, 297, '_elementor_template_type', 'post'),
(544, 113, '_menu_item_type', 'post_type'),
(545, 113, '_menu_item_menu_item_parent', '0'),
(546, 113, '_menu_item_object_id', '54'),
(547, 113, '_menu_item_object', 'page'),
(548, 113, '_menu_item_target', ''),
(549, 113, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(550, 113, '_menu_item_xfn', ''),
(551, 113, '_menu_item_url', ''),
(553, 114, '_menu_item_type', 'post_type'),
(554, 114, '_menu_item_menu_item_parent', '113'),
(555, 114, '_menu_item_object_id', '59'),
(556, 114, '_menu_item_object', 'page'),
(557, 114, '_menu_item_target', ''),
(558, 114, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(559, 114, '_menu_item_xfn', ''),
(560, 114, '_menu_item_url', ''),
(562, 115, '_menu_item_type', 'post_type'),
(563, 115, '_menu_item_menu_item_parent', '113'),
(564, 115, '_menu_item_object_id', '56'),
(565, 115, '_menu_item_object', 'page'),
(566, 115, '_menu_item_target', ''),
(567, 115, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(568, 115, '_menu_item_xfn', ''),
(569, 115, '_menu_item_url', ''),
(690, 130, '_wp_attachment_context', 'custom-header'),
(571, 116, '_menu_item_type', 'post_type'),
(572, 116, '_menu_item_menu_item_parent', '0'),
(573, 116, '_menu_item_object_id', '43'),
(574, 116, '_menu_item_object', 'page'),
(575, 116, '_menu_item_target', ''),
(576, 116, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(577, 116, '_menu_item_xfn', ''),
(578, 116, '_menu_item_url', ''),
(580, 117, '_menu_item_type', 'post_type'),
(581, 117, '_menu_item_menu_item_parent', '113'),
(582, 117, '_menu_item_object_id', '52'),
(583, 117, '_menu_item_object', 'page'),
(584, 117, '_menu_item_target', ''),
(585, 117, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(586, 117, '_menu_item_xfn', ''),
(587, 117, '_menu_item_url', ''),
(691, 130, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:200;s:4:"file";s:21:"2018/07/cropped-1.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"cropped-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:"cropped-1-300x38.png";s:5:"width";i:300;s:6:"height";i:38;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:20:"cropped-1-768x96.png";s:5:"width";i:768;s:6:"height";i:96;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:22:"cropped-1-1024x128.png";s:5:"width";i:1024;s:6:"height";i:128;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:{}}s:17:"attachment_parent";i:12;}'),
(589, 118, '_menu_item_type', 'post_type'),
(590, 118, '_menu_item_menu_item_parent', '116'),
(591, 118, '_menu_item_object_id', '49'),
(592, 118, '_menu_item_object', 'page'),
(593, 118, '_menu_item_target', ''),
(594, 118, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(595, 118, '_menu_item_xfn', ''),
(596, 118, '_menu_item_url', ''),
(598, 119, '_menu_item_type', 'post_type'),
(599, 119, '_menu_item_menu_item_parent', '116'),
(600, 119, '_menu_item_object_id', '45'),
(601, 119, '_menu_item_object', 'page'),
(602, 119, '_menu_item_target', ''),
(603, 119, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(604, 119, '_menu_item_xfn', ''),
(605, 119, '_menu_item_url', ''),
(607, 120, '_menu_item_type', 'post_type'),
(608, 120, '_menu_item_menu_item_parent', '0'),
(609, 120, '_menu_item_object_id', '10'),
(610, 120, '_menu_item_object', 'page'),
(611, 120, '_menu_item_target', ''),
(612, 120, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(613, 120, '_menu_item_xfn', ''),
(614, 120, '_menu_item_url', ''),
(689, 130, '_wp_attached_file', '2018/07/cropped-1.png'),
(616, 121, '_menu_item_type', 'post_type'),
(617, 121, '_menu_item_menu_item_parent', '0'),
(618, 121, '_menu_item_object_id', '35'),
(619, 121, '_menu_item_object', 'page'),
(620, 121, '_menu_item_target', ''),
(621, 121, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(622, 121, '_menu_item_xfn', ''),
(623, 121, '_menu_item_url', ''),
(625, 122, '_menu_item_type', 'post_type'),
(626, 122, '_menu_item_menu_item_parent', '121'),
(627, 122, '_menu_item_object_id', '41'),
(628, 122, '_menu_item_object', 'page'),
(629, 122, '_menu_item_target', ''),
(630, 122, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(631, 122, '_menu_item_xfn', ''),
(632, 122, '_menu_item_url', ''),
(634, 123, '_menu_item_type', 'post_type'),
(635, 123, '_menu_item_menu_item_parent', '121'),
(636, 123, '_menu_item_object_id', '39'),
(637, 123, '_menu_item_object', 'page'),
(638, 123, '_menu_item_target', ''),
(639, 123, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(640, 123, '_menu_item_xfn', ''),
(641, 123, '_menu_item_url', ''),
(643, 124, '_menu_item_type', 'post_type'),
(644, 124, '_menu_item_menu_item_parent', '121'),
(645, 124, '_menu_item_object_id', '37'),
(646, 124, '_menu_item_object', 'page'),
(647, 124, '_menu_item_target', ''),
(648, 124, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(649, 124, '_menu_item_xfn', ''),
(650, 124, '_menu_item_url', ''),
(652, 125, '_menu_item_type', 'post_type'),
(653, 125, '_menu_item_menu_item_parent', '0'),
(654, 125, '_menu_item_object_id', '27'),
(655, 125, '_menu_item_object', 'page'),
(656, 125, '_menu_item_target', ''),
(657, 125, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(658, 125, '_menu_item_xfn', ''),
(659, 125, '_menu_item_url', ''),
(661, 126, '_menu_item_type', 'post_type'),
(662, 126, '_menu_item_menu_item_parent', '125'),
(663, 126, '_menu_item_object_id', '29'),
(664, 126, '_menu_item_object', 'page'),
(665, 126, '_menu_item_target', ''),
(666, 126, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(667, 126, '_menu_item_xfn', ''),
(668, 126, '_menu_item_url', ''),
(670, 127, '_menu_item_type', 'post_type'),
(671, 127, '_menu_item_menu_item_parent', '125'),
(672, 127, '_menu_item_object_id', '33'),
(673, 127, '_menu_item_object', 'page'),
(674, 127, '_menu_item_target', ''),
(675, 127, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(676, 127, '_menu_item_xfn', ''),
(677, 127, '_menu_item_url', ''),
(679, 128, '_menu_item_type', 'post_type'),
(680, 128, '_menu_item_menu_item_parent', '0'),
(681, 128, '_menu_item_object_id', '31'),
(682, 128, '_menu_item_object', 'page'),
(683, 128, '_menu_item_target', ''),
(684, 128, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(685, 128, '_menu_item_xfn', ''),
(686, 128, '_menu_item_url', ''),
(687, 128, '_menu_item_orphaned', '1532076917'),
(692, 130, '_wp_attachment_custom_header_last_used_my-dog-lite', '1532079839'),
(693, 130, '_wp_attachment_is_custom_header', 'my-dog-lite'),
(694, 129, '_customize_restore_dismissed', '1'),
(695, 131, '_wp_trash_meta_status', 'publish'),
(696, 131, '_wp_trash_meta_time', '1532079839'),
(697, 132, '_wp_trash_meta_status', 'publish'),
(698, 132, '_wp_trash_meta_time', '1532080782'),
(699, 133, '_wp_attached_file', '2018/07/cropped-1-1.png'),
(700, 133, '_wp_attachment_context', 'custom-header'),
(701, 133, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2400;s:6:"height";i:1300;s:4:"file";s:23:"2018/07/cropped-1-1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"cropped-1-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:23:"cropped-1-1-300x163.png";s:5:"width";i:300;s:6:"height";i:163;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:23:"cropped-1-1-768x416.png";s:5:"width";i:768;s:6:"height";i:416;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"cropped-1-1-1024x555.png";s:5:"width";i:1024;s:6:"height";i:555;s:9:"mime-type";s:9:"image/png";}s:15:"primer-featured";a:4:{s:4:"file";s:24:"cropped-1-1-1600x867.png";s:5:"width";i:1600;s:6:"height";i:867;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:{}}s:17:"attachment_parent";i:12;}'),
(702, 133, '_wp_attachment_custom_header_last_used_stout', '1532080868'),
(703, 133, '_wp_attachment_is_custom_header', 'stout'),
(704, 134, '_wp_trash_meta_status', 'publish'),
(705, 134, '_wp_trash_meta_time', '1532080868'),
(706, 135, '_edit_lock', '1532081818:1'),
(707, 136, '_wp_attached_file', '2018/07/未命名-1.png'),
(708, 136, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1200;s:4:"file";s:23:"2018/07/未命名-1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"未命名-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:23:"未命名-1-300x180.png";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:23:"未命名-1-768x461.png";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"未命名-1-1024x614.png";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:9:"image/png";}s:15:"primer-featured";a:4:{s:4:"file";s:24:"未命名-1-1600x960.png";s:5:"width";i:1600;s:6:"height";i:960;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:{}}}'),
(709, 137, '_wp_attached_file', '2018/07/3.png'),
(710, 137, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1200;s:4:"file";s:13:"2018/07/3.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"3-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:"3-300x180.png";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"3-768x461.png";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"3-1024x614.png";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:9:"image/png";}s:15:"primer-featured";a:4:{s:4:"file";s:14:"3-1600x960.png";s:5:"width";i:1600;s:6:"height";i:960;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:{}}}'),
(711, 136, '_wp_attachment_image_alt', '水晶男孩'),
(712, 138, '_wp_attached_file', '2018/07/cropped-1-2.png'),
(713, 138, '_wp_attachment_context', 'custom-header'),
(714, 138, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2400;s:6:"height";i:1096;s:4:"file";s:23:"2018/07/cropped-1-2.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"cropped-1-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:23:"cropped-1-2-300x137.png";s:5:"width";i:300;s:6:"height";i:137;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:23:"cropped-1-2-768x351.png";s:5:"width";i:768;s:6:"height";i:351;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"cropped-1-2-1024x468.png";s:5:"width";i:1024;s:6:"height";i:468;s:9:"mime-type";s:9:"image/png";}s:15:"primer-featured";a:4:{s:4:"file";s:24:"cropped-1-2-1600x731.png";s:5:"width";i:1600;s:6:"height";i:731;s:9:"mime-type";s:9:"image/png";}s:11:"primer-hero";a:4:{s:4:"file";s:25:"cropped-1-2-2400x1096.png";s:5:"width";i:2400;s:6:"height";i:1096;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:{}}s:17:"attachment_parent";i:136;}'),
(715, 138, '_wp_attachment_custom_header_last_used_stout', '1532081844'),
(716, 138, '_wp_attachment_is_custom_header', 'stout'),
(717, 135, '_wp_trash_meta_status', 'publish'),
(718, 135, '_wp_trash_meta_time', '1532081844'),
(719, 139, '_edit_lock', '1532090002:1'),
(720, 139, '_customize_restore_dismissed', '1'),
(721, 140, '_wp_attached_file', '2018/07/cropped-1-3.png'),
(722, 140, '_wp_attachment_context', 'custom-header'),
(723, 140, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:23:"2018/07/cropped-1-3.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"cropped-1-3-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:"cropped-1-3-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:23:"cropped-1-3-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"cropped-1-3-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:23:"cropped-1-3-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:23:"cropped-1-3-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:23:"cropped-1-3-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:23:"cropped-1-3-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:23:"cropped-1-3-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}s:17:"attachment_parent";i:12;}'),
(724, 140, '_wp_attachment_custom_header_last_used_sydney', '1532090970'),
(725, 140, '_wp_attachment_is_custom_header', 'sydney'),
(726, 141, '_wp_attached_file', '2018/07/cropped-1-5.png'),
(727, 141, '_wp_attachment_context', 'custom-header'),
(728, 141, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:23:"2018/07/cropped-1-5.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"cropped-1-5-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:"cropped-1-5-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:23:"cropped-1-5-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"cropped-1-5-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:23:"cropped-1-5-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:23:"cropped-1-5-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:23:"cropped-1-5-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:23:"cropped-1-5-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:23:"cropped-1-5-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}s:17:"attachment_parent";i:136;}'),
(729, 142, '_edit_lock', '1532091034:1'),
(730, 141, '_wp_attachment_custom_header_last_used_sydney', '1532091157'),
(731, 141, '_wp_attachment_is_custom_header', 'sydney'),
(732, 143, '_wp_attached_file', '2018/07/cropped-3.png'),
(733, 143, '_wp_attachment_context', 'custom-header'),
(734, 143, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:21:"2018/07/cropped-3.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"cropped-3-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:21:"cropped-3-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:21:"cropped-3-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:22:"cropped-3-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:21:"cropped-3-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:21:"cropped-3-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:21:"cropped-3-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:21:"cropped-3-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:21:"cropped-3-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}s:17:"attachment_parent";i:137;}'),
(735, 143, '_wp_attachment_custom_header_last_used_sydney', '1532091284'),
(736, 143, '_wp_attachment_is_custom_header', 'sydney'),
(737, 142, '_wp_trash_meta_status', 'publish'),
(738, 142, '_wp_trash_meta_time', '1532091058'),
(739, 144, '_edit_lock', '1532091094:1'),
(740, 144, '_wp_trash_meta_status', 'publish'),
(741, 144, '_wp_trash_meta_time', '1532091106'),
(742, 145, '_wp_trash_meta_status', 'publish'),
(743, 145, '_wp_trash_meta_time', '1532091194'),
(744, 146, '_wp_trash_meta_status', 'publish'),
(745, 146, '_wp_trash_meta_time', '1532091284'),
(746, 147, '_wp_trash_meta_status', 'publish'),
(747, 147, '_wp_trash_meta_time', '1532091321'),
(748, 148, '_wp_trash_meta_status', 'publish'),
(749, 148, '_wp_trash_meta_time', '1532094648'),
(750, 149, '_edit_lock', '1532094799:1'),
(751, 149, '_wp_trash_meta_status', 'publish'),
(752, 149, '_wp_trash_meta_time', '1532094806'),
(753, 150, '_wp_attached_file', '2018/07/logo-e1532449665430.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(754, 150, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:469;s:6:"height";i:551;s:4:"file";s:31:"2018/07/logo-e1532449665430.png";s:5:"sizes";a:4:{s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:16:"logo-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:16:"logo-230x325.png";s:5:"width";i:230;s:6:"height";i:325;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:16:"logo-350x495.png";s:5:"width";i:350;s:6:"height";i:495;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:16:"logo-480x679.png";s:5:"width";i:480;s:6:"height";i:679;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:{}}}'),
(755, 151, '_edit_lock', '1532094966:1'),
(756, 152, '_wp_attached_file', '2018/07/cropped-logo.png'),
(757, 152, '_wp_attachment_context', 'site-icon'),
(758, 152, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/07/cropped-logo.png";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"cropped-logo-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:"cropped-logo-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:24:"cropped-logo-512x400.png";s:5:"width";i:512;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:24:"cropped-logo-230x230.png";s:5:"width";i:230;s:6:"height";i:230;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:24:"cropped-logo-350x350.png";s:5:"width";i:350;s:6:"height";i:350;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:24:"cropped-logo-480x480.png";s:5:"width";i:480;s:6:"height";i:480;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-270";a:4:{s:4:"file";s:24:"cropped-logo-270x270.png";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-192";a:4:{s:4:"file";s:24:"cropped-logo-192x192.png";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-180";a:4:{s:4:"file";s:24:"cropped-logo-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:12:"site_icon-32";a:4:{s:4:"file";s:22:"cropped-logo-32x32.png";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(759, 153, '_wp_attached_file', '2018/07/cropped-logo-1.png'),
(760, 153, '_wp_attachment_context', 'site-icon'),
(761, 153, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:26:"2018/07/cropped-logo-1.png";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"cropped-logo-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:26:"cropped-logo-1-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:26:"cropped-logo-1-512x400.png";s:5:"width";i:512;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:26:"cropped-logo-1-230x230.png";s:5:"width";i:230;s:6:"height";i:230;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:26:"cropped-logo-1-350x350.png";s:5:"width";i:350;s:6:"height";i:350;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:26:"cropped-logo-1-480x480.png";s:5:"width";i:480;s:6:"height";i:480;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-270";a:4:{s:4:"file";s:26:"cropped-logo-1-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:26:"cropped-logo-1-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:26:"cropped-logo-1-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:24:"cropped-logo-1-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:{}}}'),
(762, 151, '_wp_trash_meta_status', 'publish'),
(763, 151, '_wp_trash_meta_time', '1532094969'),
(764, 154, '_wp_trash_meta_status', 'publish'),
(765, 154, '_wp_trash_meta_time', '1532095056'),
(766, 155, '_edit_lock', '1532095148:1'),
(767, 155, '_wp_trash_meta_status', 'publish'),
(768, 155, '_wp_trash_meta_time', '1532095168'),
(769, 156, '_edit_lock', '1532096028:1'),
(770, 156, '_wp_trash_meta_status', 'publish'),
(771, 156, '_wp_trash_meta_time', '1532096070'),
(772, 137, '_wp_attachment_is_custom_background', 'sydney'),
(773, 157, '_wp_trash_meta_status', 'publish'),
(774, 157, '_wp_trash_meta_time', '1532096241'),
(775, 6, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(776, 160, '_wp_trash_meta_status', 'publish'),
(777, 160, '_wp_trash_meta_time', '1532097517'),
(778, 161, '_edit_lock', '1532097616:1'),
(779, 161, '_wp_trash_meta_status', 'publish'),
(780, 161, '_wp_trash_meta_time', '1532097620'),
(782, 162, '_customize_restore_dismissed', '1'),
(783, 163, '_wp_trash_meta_status', 'publish'),
(784, 163, '_wp_trash_meta_time', '1532338649'),
(823, 175, '_oembed_2c4879d2322082b4ea9a6252b867d6e4', '<iframe width="1170" height="878" src="https://www.youtube.com/embed/0POutLvnuHA?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(822, 175, '_wp_page_template', 'default'),
(791, 35, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(792, 37, '_wp_page_template', 'default'),
(793, 39, '_wp_page_template', 'default'),
(794, 41, '_wp_page_template', 'default'),
(795, 169, '_edit_last', '1'),
(796, 169, '_edit_lock', '1532598496:1'),
(797, 169, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(798, 169, '_oembed_a5656f3ac7021808caa95d69e36f9899', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/pBeJC4ol-ts?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(799, 169, '_oembed_time_a5656f3ac7021808caa95d69e36f9899', '1532354451'),
(800, 169, '_oembed_bbda5e53867043d6d572140fe7363a43', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/pvsa7PjsfwA?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(801, 169, '_oembed_time_bbda5e53867043d6d572140fe7363a43', '1532354451'),
(802, 169, '_oembed_33b5e20849345833740934fa750c4234', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/ARi0cfpv6mE?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(803, 169, '_oembed_time_33b5e20849345833740934fa750c4234', '1532354451'),
(804, 169, '_oembed_6ebb78420e54ffaf8fc5c70a63d44ca1', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/fkJmOMPirBc?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(805, 169, '_oembed_time_6ebb78420e54ffaf8fc5c70a63d44ca1', '1532354452'),
(806, 171, '_menu_item_type', 'post_type'),
(807, 171, '_menu_item_menu_item_parent', '277'),
(808, 171, '_menu_item_object_id', '169'),
(809, 171, '_menu_item_object', 'page'),
(810, 171, '_menu_item_target', ''),
(811, 171, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(812, 171, '_menu_item_xfn', ''),
(813, 171, '_menu_item_url', ''),
(815, 39, '_oembed_990bf70d73a799370cc8ab19ffa29ec4', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/KkJ1fUO9vt4?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(816, 39, '_oembed_time_990bf70d73a799370cc8ab19ffa29ec4', '1532356958'),
(817, 175, '_edit_last', '1'),
(818, 175, '_edit_lock', '1532358088:1'),
(819, 37, '_oembed_f06447de926a681d349f676e13ca4b09', '<iframe width="1170" height="878" src="https://www.youtube.com/embed/OPtMVCy390U?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(820, 37, '_oembed_time_f06447de926a681d349f676e13ca4b09', '1532357683'),
(821, 54, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(824, 175, '_oembed_time_2c4879d2322082b4ea9a6252b867d6e4', '1532358231'),
(825, 175, '_oembed_aeb84c53387ec1bbf18fed0de94646eb', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/h0iSLxTscP8?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(826, 175, '_oembed_time_aeb84c53387ec1bbf18fed0de94646eb', '1532358231'),
(827, 180, '_menu_item_type', 'post_type'),
(828, 180, '_menu_item_menu_item_parent', '125'),
(829, 180, '_menu_item_object_id', '31'),
(830, 180, '_menu_item_object', 'page'),
(831, 180, '_menu_item_target', ''),
(832, 180, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(833, 180, '_menu_item_xfn', ''),
(834, 180, '_menu_item_url', ''),
(836, 59, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(837, 59, '_oembed_616b7c6ec960575739ab0cacfa00aae8', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/qwBH6xtpndg?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(838, 59, '_oembed_time_616b7c6ec960575739ab0cacfa00aae8', '1532512242'),
(839, 29, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(840, 33, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(841, 33, '_oembed_b4c2abafe4a4671a805201664f234aeb', '{{unknown}}'),
(842, 33, '_oembed_06dada53e0da65ebfb61bb9f53ee6be9', '{{unknown}}'),
(843, 33, '_oembed_533ee73b299fcc7c44566de4628a8d9c', '{{unknown}}'),
(844, 33, '_oembed_710f4372b7464e8c14f5deb42d7fb08a', '{{unknown}}'),
(845, 33, '_oembed_bd58fbdaaeebaa631fdcc643a8972ad7', '{{unknown}}'),
(846, 189, '_wp_attached_file', '2018/07/2018020913033131310.jpg'),
(847, 189, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:31:"2018/07/2018020913033131310.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"2018020913033131310-150x150.jpg";s:5:"width";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:"2018020913033131310-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:31:"2018020913033131310-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:32:"2018020913033131310-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:31:"2018020913033131310-830x553.jpg";s:5:"width";i:830;s:6:"height";i:553;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:31:"2018020913033131310-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:31:"2018020913033131310-230x153.jpg";s:5:"width";i:230;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:31:"2018020913033131310-350x233.jpg";s:5:"width";i:350;s:6:"height";i:233;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:31:"2018020913033131310-480x320.jpg";s:5:"width";i:480;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(848, 190, '_wp_attached_file', '2018/07/lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0.jpg'),
(849, 190, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1440;s:6:"height";i:810;s:4:"file";s:54:"2018/07/lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:54:"lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:54:"lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0-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:54:"lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0-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:55:"lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:54:"lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0-830x467.jpg";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:54:"lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:54:"lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0-230x129.jpg";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:54:"lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0-350x197.jpg";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:54:"lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0-480x270.jpg";s:5:"width";i:480;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(850, 191, '_wp_attached_file', '2018/07/0.jpg'),
(851, 191, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:13:"2018/07/0.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"0-150x150.jpg";s:5:"width";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:"0-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:13:"0-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:14:"0-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:13:"0-830x553.jpg";s:5:"width";i:830;s:6:"height";i:553;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:13:"0-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:13:"0-230x153.jpg";s:5:"width";i:230;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:13:"0-350x233.jpg";s:5:"width";i:350;s:6:"height";i:233;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:13:"0-480x320.jpg";s:5:"width";i:480;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(852, 192, '_edit_lock', '1532366208:1'),
(853, 193, '_wp_attached_file', '2018/07/20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332.jpg'),
(854, 193, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:78:"2018/07/20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:78:"20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:78:"20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332-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:78:"20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332-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:79:"20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:78:"20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332-830x467.jpg";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:78:"20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:78:"20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332-230x129.jpg";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:78:"20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332-350x197.jpg";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:78:"20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332-480x270.jpg";s:5:"width";i:480;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"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:{}}}'),
(855, 194, '_wp_attached_file', '2018/07/20160415103659_5-12.jpg'),
(856, 194, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:433;s:6:"height";i:349;s:4:"file";s:31:"2018/07/20160415103659_5-12.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"20160415103659_5-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:31:"20160415103659_5-12-300x242.jpg";s:5:"width";i:300;s:6:"height";i:242;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:31:"20160415103659_5-12-230x185.jpg";s:5:"width";i:230;s:6:"height";i:185;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:31:"20160415103659_5-12-350x282.jpg";s:5:"width";i:350;s:6:"height";i:282;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(857, 195, '_wp_attached_file', '2018/07/dc2c986a5167533c32ec7ad09ecde9a0a39137d7.jpg'),
(858, 195, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:750;s:4:"file";s:52:"2018/07/dc2c986a5167533c32ec7ad09ecde9a0a39137d7.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:52:"dc2c986a5167533c32ec7ad09ecde9a0a39137d7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:52:"dc2c986a5167533c32ec7ad09ecde9a0a39137d7-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:52:"dc2c986a5167533c32ec7ad09ecde9a0a39137d7-768x480.jpg";s:5:"width";i:768;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:53:"dc2c986a5167533c32ec7ad09ecde9a0a39137d7-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:52:"dc2c986a5167533c32ec7ad09ecde9a0a39137d7-830x519.jpg";s:5:"width";i:830;s:6:"height";i:519;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:52:"dc2c986a5167533c32ec7ad09ecde9a0a39137d7-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:52:"dc2c986a5167533c32ec7ad09ecde9a0a39137d7-230x144.jpg";s:5:"width";i:230;s:6:"height";i:144;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:52:"dc2c986a5167533c32ec7ad09ecde9a0a39137d7-350x219.jpg";s:5:"width";i:350;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:52:"dc2c986a5167533c32ec7ad09ecde9a0a39137d7-480x300.jpg";s:5:"width";i:480;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(859, 196, '_wp_attached_file', '2018/07/FtTG5Os.jpg'),
(860, 196, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:640;s:4:"file";s:19:"2018/07/FtTG5Os.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"FtTG5Os-150x150.jpg";s:5:"width";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:"FtTG5Os-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:19:"FtTG5Os-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:19:"FtTG5Os-230x230.jpg";s:5:"width";i:230;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:19:"FtTG5Os-350x350.jpg";s:5:"width";i:350;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:19:"FtTG5Os-480x480.jpg";s:5:"width";i:480;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(861, 197, '_wp_attached_file', '2018/07/g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g.jpg'),
(862, 197, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1440;s:6:"height";i:810;s:4:"file";s:55:"2018/07/g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:55:"g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:55:"g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g-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:55:"g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g-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:56:"g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:55:"g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g-830x467.jpg";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:55:"g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:55:"g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g-230x129.jpg";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:55:"g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g-350x197.jpg";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:55:"g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g-480x270.jpg";s:5:"width";i:480;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(863, 198, '_wp_attached_file', '2018/07/HCo9cfy.jpg'),
(864, 198, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:736;s:6:"height";i:1039;s:4:"file";s:19:"2018/07/HCo9cfy.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"HCo9cfy-150x150.jpg";s:5:"width";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:"HCo9cfy-213x300.jpg";s:5:"width";i:213;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"HCo9cfy-725x1024.jpg";s:5:"width";i:725;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:19:"HCo9cfy-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:19:"HCo9cfy-230x325.jpg";s:5:"width";i:230;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:19:"HCo9cfy-350x494.jpg";s:5:"width";i:350;s:6:"height";i:494;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:19:"HCo9cfy-480x678.jpg";s:5:"width";i:480;s:6:"height";i:678;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(865, 199, '_wp_attached_file', '2018/07/hKbkmIk.jpg'),
(866, 199, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:736;s:6:"height";i:1056;s:4:"file";s:19:"2018/07/hKbkmIk.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"hKbkmIk-150x150.jpg";s:5:"width";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:"hKbkmIk-209x300.jpg";s:5:"width";i:209;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"hKbkmIk-714x1024.jpg";s:5:"width";i:714;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:19:"hKbkmIk-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:19:"hKbkmIk-230x330.jpg";s:5:"width";i:230;s:6:"height";i:330;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:19:"hKbkmIk-350x502.jpg";s:5:"width";i:350;s:6:"height";i:502;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:19:"hKbkmIk-480x689.jpg";s:5:"width";i:480;s:6:"height";i:689;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(867, 200, '_wp_attached_file', '2018/07/ulLFfxD.jpg'),
(868, 200, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:736;s:6:"height";i:1108;s:4:"file";s:19:"2018/07/ulLFfxD.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"ulLFfxD-150x150.jpg";s:5:"width";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:"ulLFfxD-199x300.jpg";s:5:"width";i:199;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"ulLFfxD-680x1024.jpg";s:5:"width";i:680;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:19:"ulLFfxD-550x400.jpg";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:19:"ulLFfxD-230x346.jpg";s:5:"width";i:230;s:6:"height";i:346;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:19:"ulLFfxD-350x527.jpg";s:5:"width";i:350;s:6:"height";i:527;s:9:"mime-type";s:10:"image/jpeg";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:19:"ulLFfxD-480x723.jpg";s:5:"width";i:480;s:6:"height";i:723;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(869, 192, '_wp_trash_meta_status', 'publish'),
(870, 192, '_wp_trash_meta_time', '1532366238'),
(871, 201, '_wp_attached_file', '2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339.png'),
(872, 201, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:85:"2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339-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:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:86:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}}'),
(873, 202, '_wp_attached_file', '2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339.png'),
(874, 202, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:85:"2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339-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:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:86:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}}'),
(875, 203, '_wp_attached_file', '2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539.png'),
(876, 203, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:85:"2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539-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:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:86:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}}'),
(877, 204, '_wp_attached_file', '2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282.png'),
(878, 204, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:85:"2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282-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:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:86:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}}'),
(879, 205, '_wp_attached_file', '2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341.png'),
(880, 205, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:85:"2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341-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:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:86:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}}'),
(881, 206, '_wp_attached_file', '2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657.png'),
(882, 206, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:85:"2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657-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:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:86:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}}'),
(883, 207, '_wp_attached_file', '2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747.png'),
(884, 207, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:85:"2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747-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:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:86:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}}'),
(885, 208, '_wp_attached_file', '2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477.png'),
(886, 208, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:85:"2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477-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:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:86:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}}'),
(887, 209, '_wp_attached_file', '2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(888, 209, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:85:"2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572-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:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:86:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572-830x467.png";s:5:"width";i:830;s:6:"height";i:467;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572-230x129.png";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572-350x197.png";s:5:"width";i:350;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:85:"SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572-480x270.png";s:5:"width";i:480;s:6:"height";i:270;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:{}}}'),
(889, 210, '_wp_attached_file', '2018/07/志溶現身演唱會_1_15100.png'),
(890, 210, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1432;s:6:"height";i:896;s:4:"file";s:41:"2018/07/志溶現身演唱會_1_15100.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"志溶現身演唱會_1_15100-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:41:"志溶現身演唱會_1_15100-300x188.png";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:41:"志溶現身演唱會_1_15100-768x481.png";s:5:"width";i:768;s:6:"height";i:481;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:42:"志溶現身演唱會_1_15100-1024x641.png";s:5:"width";i:1024;s:6:"height";i:641;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:41:"志溶現身演唱會_1_15100-830x519.png";s:5:"width";i:830;s:6:"height";i:519;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:41:"志溶現身演唱會_1_15100-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:41:"志溶現身演唱會_1_15100-230x144.png";s:5:"width";i:230;s:6:"height";i:144;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:41:"志溶現身演唱會_1_15100-350x219.png";s:5:"width";i:350;s:6:"height";i:219;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:41:"志溶現身演唱會_1_15100-480x300.png";s:5:"width";i:480;s:6:"height";i:300;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:{}}}'),
(891, 211, '_wp_attached_file', '2018/07/志溶現身_100066.png'),
(892, 211, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1432;s:6:"height";i:896;s:4:"file";s:31:"2018/07/志溶現身_100066.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"志溶現身_100066-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:"志溶現身_100066-300x188.png";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:31:"志溶現身_100066-768x481.png";s:5:"width";i:768;s:6:"height";i:481;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:32:"志溶現身_100066-1024x641.png";s:5:"width";i:1024;s:6:"height";i:641;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:31:"志溶現身_100066-830x519.png";s:5:"width";i:830;s:6:"height";i:519;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:31:"志溶現身_100066-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:31:"志溶現身_100066-230x144.png";s:5:"width";i:230;s:6:"height";i:144;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:31:"志溶現身_100066-350x219.png";s:5:"width";i:350;s:6:"height";i:219;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:31:"志溶現身_100066-480x300.png";s:5:"width";i:480;s:6:"height";i:300;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:{}}}'),
(893, 212, '_edit_lock', '1532367880:1'),
(894, 213, '_wp_attached_file', '2018/07/志溶現身_100649.png'),
(895, 213, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1432;s:6:"height";i:896;s:4:"file";s:31:"2018/07/志溶現身_100649.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"志溶現身_100649-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:"志溶現身_100649-300x188.png";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:31:"志溶現身_100649-768x481.png";s:5:"width";i:768;s:6:"height";i:481;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:32:"志溶現身_100649-1024x641.png";s:5:"width";i:1024;s:6:"height";i:641;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-large-thumb";a:4:{s:4:"file";s:31:"志溶現身_100649-830x519.png";s:5:"width";i:830;s:6:"height";i:519;s:9:"mime-type";s:9:"image/png";}s:19:"sydney-medium-thumb";a:4:{s:4:"file";s:31:"志溶現身_100649-550x400.png";s:5:"width";i:550;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:18:"sydney-small-thumb";a:4:{s:4:"file";s:31:"志溶現身_100649-230x144.png";s:5:"width";i:230;s:6:"height";i:144;s:9:"mime-type";s:9:"image/png";}s:20:"sydney-service-thumb";a:4:{s:4:"file";s:31:"志溶現身_100649-350x219.png";s:5:"width";i:350;s:6:"height";i:219;s:9:"mime-type";s:9:"image/png";}s:16:"sydney-mas-thumb";a:4:{s:4:"file";s:31:"志溶現身_100649-480x300.png";s:5:"width";i:480;s:6:"height";i:300;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:{}}}'),
(896, 212, '_wp_trash_meta_status', 'publish'),
(897, 212, '_wp_trash_meta_time', '1532367880'),
(898, 214, '_wp_trash_meta_status', 'publish'),
(899, 214, '_wp_trash_meta_time', '1532410763'),
(900, 215, '_wp_trash_meta_status', 'publish'),
(901, 215, '_wp_trash_meta_time', '1532410876'),
(902, 31, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(909, 222, '_wp_attached_file', '2018/07/cropped-logo-2.png'),
(910, 222, '_wp_attachment_context', 'custom-logo'),
(911, 222, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:171;s:4:"file";s:26:"2018/07/cropped-logo-2.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"cropped-logo-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:26:"cropped-logo-2-200x171.png";s:5:"width";i:200;s:6:"height";i:171;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:{}}}'),
(912, 223, '_wp_trash_meta_status', 'publish'),
(913, 223, '_wp_trash_meta_time', '1532449130'),
(914, 224, '_wp_trash_meta_status', 'publish'),
(915, 224, '_wp_trash_meta_time', '1532449291'),
(916, 225, '_edit_lock', '1532449451:1'),
(917, 225, '_wp_trash_meta_status', 'publish'),
(918, 225, '_wp_trash_meta_time', '1532449454'),
(919, 150, '_edit_lock', '1532449595:1'),
(920, 150, '_edit_last', '1'),
(921, 150, '_wp_attachment_backup_sizes', 'a:2:{s:9:"full-orig";a:3:{s:5:"width";i:595;s:6:"height";i:842;s:4:"file";s:8:"logo.png";}s:18:"full-1532449592524";a:3:{s:5:"width";i:80;s:6:"height";i:113;s:4:"file";s:23:"logo-e1532449560307.png";}}'),
(922, 227, '_wp_attached_file', '2018/07/logo-1-e1532451212729.png'),
(923, 227, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:50;s:6:"height";i:55;s:4:"file";s:33:"2018/07/logo-1-e1532451212729.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"logo-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:"logo-1-212x300.png";s:5:"width";i:212;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:18:"logo-1-200x283.png";s:5:"width";i:200;s:6:"height";i:283;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:18:"logo-1-280x280.png";s:5:"width";i:280;s:6:"height";i:280;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:{}}}'),
(924, 227, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:595;s:6:"height";i:842;s:4:"file";s:10:"logo-1.png";}s:18:"full-1532449939407";a:3:{s:5:"width";i:200;s:6:"height";i:283;s:4:"file";s:25:"logo-1-e1532449928939.png";}s:18:"full-1532449950670";a:3:{s:5:"width";i:150;s:6:"height";i:212;s:4:"file";s:25:"logo-1-e1532449939407.png";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:18:"logo-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:11:"medium-orig";a:4:{s:4:"file";s:18:"logo-1-212x300.png";s:5:"width";i:212;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:21:"talon-home-small-orig";a:4:{s:4:"file";s:18:"logo-1-200x283.png";s:5:"width";i:200;s:6:"height";i:283;s:9:"mime-type";s:9:"image/png";}s:21:"talon-home-large-orig";a:4:{s:4:"file";s:18:"logo-1-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:18:"full-1532451212729";a:3:{s:5:"width";i:119;s:6:"height";i:131;s:4:"file";s:25:"logo-1-e1532449950670.png";}}'),
(925, 228, '_wp_attached_file', '2018/07/cropped-logo-1-e1532449950670.png'),
(926, 228, '_wp_attachment_context', 'custom-logo'),
(927, 228, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:220;s:4:"file";s:41:"2018/07/cropped-logo-1-e1532449950670.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"cropped-logo-1-e1532449950670-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:41:"cropped-logo-1-e1532449950670-200x220.png";s:5:"width";i:200;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:{}}}'),
(928, 229, '_wp_trash_meta_status', 'publish'),
(929, 229, '_wp_trash_meta_time', '1532450014'),
(930, 230, '_wp_attached_file', '2018/07/cropped-logo-e1532449665430.png'),
(931, 230, '_wp_attachment_context', 'custom-logo'),
(932, 230, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:221;s:4:"file";s:39:"2018/07/cropped-logo-e1532449665430.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"cropped-logo-e1532449665430-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:39:"cropped-logo-e1532449665430-200x221.png";s:5:"width";i:200;s:6:"height";i:221;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:{}}}'),
(933, 231, '_edit_lock', '1532450054:1'),
(934, 231, '_wp_trash_meta_status', 'publish'),
(935, 231, '_wp_trash_meta_time', '1532450058'),
(936, 232, '_wp_trash_meta_status', 'publish'),
(937, 232, '_wp_trash_meta_time', '1532450258'),
(938, 233, '_edit_lock', '1532450611:1'),
(939, 233, '_wp_trash_meta_status', 'publish'),
(940, 233, '_wp_trash_meta_time', '1532450626'),
(941, 234, '_wp_trash_meta_status', 'publish'),
(942, 234, '_wp_trash_meta_time', '1532450763'),
(944, 235, '_customize_restore_dismissed', '1'),
(945, 236, '_wp_trash_meta_status', 'publish'),
(946, 236, '_wp_trash_meta_time', '1532450941'),
(947, 237, '_wp_attached_file', '2018/07/cropped-logo-1-e1532449950670-1.png'),
(948, 237, '_wp_attachment_context', 'site-icon'),
(949, 237, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:43:"2018/07/cropped-logo-1-e1532449950670-1.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"cropped-logo-1-e1532449950670-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:43:"cropped-logo-1-e1532449950670-1-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:43:"cropped-logo-1-e1532449950670-1-200x200.png";s:5:"width";i:200;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:43:"cropped-logo-1-e1532449950670-1-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-270";a:4:{s:4:"file";s:43:"cropped-logo-1-e1532449950670-1-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:43:"cropped-logo-1-e1532449950670-1-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:43:"cropped-logo-1-e1532449950670-1-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:41:"cropped-logo-1-e1532449950670-1-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:{}}}'),
(950, 238, '_wp_trash_meta_status', 'publish'),
(951, 238, '_wp_trash_meta_time', '1532451181'),
(952, 227, '_edit_lock', '1532451107:1'),
(953, 227, '_edit_last', '1'),
(1685, 2616, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(955, 45, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(956, 56, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(957, 246, '_edit_last', '1'),
(958, 246, '_edit_lock', '1532598406:1'),
(959, 246, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(960, 248, '_edit_last', '1'),
(961, 248, '_edit_lock', '1532598445:1'),
(962, 249, '_wp_attached_file', '2018/07/superdad_x264.mp4'),
(963, 249, '_wp_attachment_metadata', 'a:10:{s:7:"bitrate";i:511474;s:8:"filesize";i:7943250;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:124;s:16:"length_formatted";s:4:"2:04";s:5:"width";i:1230;s:6:"height";i:516;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:17:"created_timestamp";i:-2082844800;}'),
(964, 248, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(965, 251, '_menu_item_type', 'post_type'),
(966, 251, '_menu_item_menu_item_parent', '0'),
(967, 251, '_menu_item_object_id', '169'),
(968, 251, '_menu_item_object', 'page'),
(969, 251, '_menu_item_target', ''),
(970, 251, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(971, 251, '_menu_item_xfn', ''),
(972, 251, '_menu_item_url', ''),
(973, 251, '_menu_item_orphaned', '1532539516'),
(974, 252, '_menu_item_type', 'post_type'),
(975, 252, '_menu_item_menu_item_parent', '0'),
(976, 252, '_menu_item_object_id', '54'),
(977, 252, '_menu_item_object', 'page'),
(978, 252, '_menu_item_target', ''),
(979, 252, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(980, 252, '_menu_item_xfn', ''),
(981, 252, '_menu_item_url', ''),
(982, 252, '_menu_item_orphaned', '1532539516'),
(983, 253, '_menu_item_type', 'post_type'),
(984, 253, '_menu_item_menu_item_parent', '0'),
(985, 253, '_menu_item_object_id', '59'),
(986, 253, '_menu_item_object', 'page'),
(987, 253, '_menu_item_target', ''),
(988, 253, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(989, 253, '_menu_item_xfn', ''),
(990, 253, '_menu_item_url', ''),
(991, 253, '_menu_item_orphaned', '1532539516'),
(992, 254, '_menu_item_type', 'post_type'),
(993, 254, '_menu_item_menu_item_parent', '0'),
(994, 254, '_menu_item_object_id', '248'),
(995, 254, '_menu_item_object', 'page'),
(996, 254, '_menu_item_target', ''),
(997, 254, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(998, 254, '_menu_item_xfn', ''),
(999, 254, '_menu_item_url', ''),
(1000, 254, '_menu_item_orphaned', '1532539517'),
(1001, 255, '_menu_item_type', 'post_type'),
(1002, 255, '_menu_item_menu_item_parent', '0'),
(1003, 255, '_menu_item_object_id', '246'),
(1004, 255, '_menu_item_object', 'page'),
(1005, 255, '_menu_item_target', ''),
(1006, 255, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1007, 255, '_menu_item_xfn', ''),
(1008, 255, '_menu_item_url', ''),
(1009, 255, '_menu_item_orphaned', '1532539517'),
(1010, 256, '_menu_item_type', 'post_type'),
(1011, 256, '_menu_item_menu_item_parent', '0'),
(1012, 256, '_menu_item_object_id', '56'),
(1013, 256, '_menu_item_object', 'page'),
(1014, 256, '_menu_item_target', ''),
(1015, 256, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1016, 256, '_menu_item_xfn', ''),
(1017, 256, '_menu_item_url', ''),
(1018, 256, '_menu_item_orphaned', '1532539517'),
(1019, 257, '_menu_item_type', 'post_type'),
(1020, 257, '_menu_item_menu_item_parent', '0'),
(1021, 257, '_menu_item_object_id', '43'),
(1022, 257, '_menu_item_object', 'page'),
(1023, 257, '_menu_item_target', ''),
(1024, 257, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1025, 257, '_menu_item_xfn', ''),
(1026, 257, '_menu_item_url', ''),
(1027, 257, '_menu_item_orphaned', '1532539517'),
(1028, 258, '_menu_item_type', 'post_type'),
(1029, 258, '_menu_item_menu_item_parent', '0'),
(1030, 258, '_menu_item_object_id', '52'),
(1031, 258, '_menu_item_object', 'page'),
(1032, 258, '_menu_item_target', ''),
(1033, 258, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1034, 258, '_menu_item_xfn', ''),
(1035, 258, '_menu_item_url', ''),
(1036, 258, '_menu_item_orphaned', '1532539517'),
(1037, 259, '_menu_item_type', 'post_type'),
(1038, 259, '_menu_item_menu_item_parent', '0'),
(1039, 259, '_menu_item_object_id', '49'),
(1040, 259, '_menu_item_object', 'page'),
(1041, 259, '_menu_item_target', ''),
(1042, 259, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1043, 259, '_menu_item_xfn', ''),
(1044, 259, '_menu_item_url', ''),
(1045, 259, '_menu_item_orphaned', '1532539517'),
(1046, 260, '_menu_item_type', 'post_type'),
(1047, 260, '_menu_item_menu_item_parent', '0'),
(1048, 260, '_menu_item_object_id', '45'),
(1049, 260, '_menu_item_object', 'page'),
(1050, 260, '_menu_item_target', ''),
(1051, 260, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1052, 260, '_menu_item_xfn', ''),
(1053, 260, '_menu_item_url', ''),
(1054, 260, '_menu_item_orphaned', '1532539517'),
(1055, 261, '_menu_item_type', 'post_type'),
(1056, 261, '_menu_item_menu_item_parent', '0'),
(1057, 261, '_menu_item_object_id', '175'),
(1058, 261, '_menu_item_object', 'page'),
(1059, 261, '_menu_item_target', ''),
(1060, 261, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1061, 261, '_menu_item_xfn', ''),
(1062, 261, '_menu_item_url', ''),
(1063, 261, '_menu_item_orphaned', '1532539517'),
(1064, 262, '_menu_item_type', 'post_type'),
(1065, 262, '_menu_item_menu_item_parent', '0'),
(1066, 262, '_menu_item_object_id', '41'),
(1067, 262, '_menu_item_object', 'page'),
(1068, 262, '_menu_item_target', ''),
(1069, 262, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1070, 262, '_menu_item_xfn', ''),
(1071, 262, '_menu_item_url', ''),
(1072, 262, '_menu_item_orphaned', '1532539517'),
(1073, 263, '_menu_item_type', 'post_type'),
(1074, 263, '_menu_item_menu_item_parent', '0'),
(1075, 263, '_menu_item_object_id', '39'),
(1076, 263, '_menu_item_object', 'page'),
(1077, 263, '_menu_item_target', ''),
(1078, 263, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1079, 263, '_menu_item_xfn', ''),
(1080, 263, '_menu_item_url', ''),
(1081, 263, '_menu_item_orphaned', '1532539517'),
(1082, 264, '_menu_item_type', 'post_type'),
(1083, 264, '_menu_item_menu_item_parent', '0'),
(1084, 264, '_menu_item_object_id', '37'),
(1085, 264, '_menu_item_object', 'page'),
(1086, 264, '_menu_item_target', ''),
(1087, 264, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1088, 264, '_menu_item_xfn', ''),
(1089, 264, '_menu_item_url', ''),
(1090, 264, '_menu_item_orphaned', '1532539517'),
(1091, 265, '_menu_item_type', 'post_type'),
(1092, 265, '_menu_item_menu_item_parent', '0'),
(1093, 265, '_menu_item_object_id', '35'),
(1094, 265, '_menu_item_object', 'page'),
(1095, 265, '_menu_item_target', ''),
(1096, 265, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1097, 265, '_menu_item_xfn', ''),
(1098, 265, '_menu_item_url', ''),
(1099, 265, '_menu_item_orphaned', '1532539517'),
(1100, 266, '_menu_item_type', 'post_type'),
(1101, 266, '_menu_item_menu_item_parent', '277'),
(1102, 266, '_menu_item_object_id', '248'),
(1103, 266, '_menu_item_object', 'page'),
(1104, 266, '_menu_item_target', ''),
(1105, 266, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1106, 266, '_menu_item_xfn', ''),
(1107, 266, '_menu_item_url', ''),
(1118, 268, '_edit_lock', '1532539795:1'),
(1109, 267, '_menu_item_type', 'post_type'),
(1110, 267, '_menu_item_menu_item_parent', '277'),
(1111, 267, '_menu_item_object_id', '246'),
(1112, 267, '_menu_item_object', 'page'),
(1113, 267, '_menu_item_target', ''),
(1114, 267, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1115, 267, '_menu_item_xfn', ''),
(1116, 267, '_menu_item_url', ''),
(1119, 269, '_wp_attached_file', '2018/07/6syk.png'),
(1120, 269, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:300;s:4:"file";s:16:"2018/07/6syk.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"6syk-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:16:"6syk-300x100.png";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:16:"6syk-768x256.png";s:5:"width";i:768;s:6:"height";i:256;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:15:"6syk-200x67.png";s:5:"width";i:200;s:6:"height";i:67;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:16:"6syk-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:16:"talon-blog-image";a:4:{s:4:"file";s:16:"6syk-690x230.png";s:5:"width";i:690;s:6:"height";i:230;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:{}}}'),
(1121, 270, '_wp_attached_file', '2018/07/cropped-6syk.png'),
(1122, 270, '_wp_attachment_context', 'custom-logo'),
(1123, 270, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:80;s:4:"file";s:24:"2018/07/cropped-6syk.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"cropped-6syk-150x80.png";s:5:"width";i:150;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:23:"cropped-6syk-200x80.png";s:5:"width";i:200;s:6:"height";i:80;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:{}}}'),
(1124, 268, '_wp_trash_meta_status', 'publish'),
(1125, 268, '_wp_trash_meta_time', '1532539826'),
(1126, 271, '_wp_attached_file', '2018/07/reference_website.html'),
(1127, 272, '_wp_attached_file', '2018/07/LOGO_.psd'),
(1128, 275, '_edit_last', '1'),
(1129, 275, '_edit_lock', '1532598378:1'),
(1130, 275, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1159, 287, '_wp_trash_meta_status', 'publish'),
(1201, 246, '_elementor_data', '[{"id":"59cc11a1","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"5329c714","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"28da42c3","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"425c8b02","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=phsOnzzHrZs","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"21e929b","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/FccoV2LboWI","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"2b142d31","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"603c6d7e","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"6ceeee8f","elType":"widget","settings":{"title":"\\u5165\\u5883\\u8868\\u683c","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"7f11037e","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/R9k6Cs4Rwqc","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"7c5cff53","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/tRPHtT0-JkE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"41443676","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"2ca4968f","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"8496151","elType":"widget","settings":{"title":"\\u7c89\\u7d72\\u63d0\\u554f"},"elements":[],"widgetType":"heading"},{"id":"218c999","elType":"widget","settings":{"title":"Taipei in Melody"},"elements":[],"widgetType":"heading"},{"id":"4d04780","elType":"widget","settings":{"title":"G1\\u2019s Great Moment"},"elements":[],"widgetType":"heading"},{"id":"144c283b","elType":"widget","settings":{"title":"Dance","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"bbbd27","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"44244b8","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/lOdKgsr9ttU","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"4b14270e","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"651d77b8","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"ad6d622","elType":"widget","settings":{"title":"\\u6492\\u5b0c","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"57939939","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/S7HJAZ4Kgso","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"f723674","elType":"section","settings":[],"elements":[{"id":"5164123","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ffe49d4","elType":"widget","settings":{"title":"1 the land"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"7445766d","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"3cbb692f","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"93bffc0","elType":"widget","settings":{"title":"\\u70cf\\u514b\\u9e97\\u9e97","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"750b720c","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/p5_PiYMsoZc","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"77d6e389","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/7A_0l9wVoNE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"27e57bc2","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"5bd9b314","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"7295572c","elType":"widget","settings":{"title":"Couple\\u5927\\u5408\\u5531","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"774757a","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/sQ5P3BWL15E","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"334239bb","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/XZvyS4yDulk","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"e446df0","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"665e7a3","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"38295823","elType":"widget","settings":{"title":"Never, Ever\\u2026","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"7db4f964","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/v8XBssrcM0U","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"4a3ee2d8","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/0uQgXToOyiA","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"47c19345","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"7f849b49","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"79906c3","elType":"widget","settings":{"title":"\\u9152\\u9189","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"3f2ca734","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/6mUl85XOyQw","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"10aaa6a3","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"54ea689a","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"2b338447","elType":"widget","settings":{"title":"\\u6eff\\u9189 in Melody","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"2609da89","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/EJcpA7bubqM","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"62110554","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/Ovzu07lYVVU","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"253edc4c","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"570f381f","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"7f3b653e","elType":"widget","settings":{"title":"All Famy","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"9a6ddea","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/b6S-CAk-RAA","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"581d272","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/G8u7D3Xleeo","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"3b7b11f9","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"2701e7c","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"7ad69e42","elType":"widget","settings":{"title":"Suddenly","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"697a44c","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/a70ojjXoB4M","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"1c13a4e8","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"39271980","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"21fa57","elType":"widget","settings":{"title":"ONE","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"01eaa9d","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/fhgboeZ-J0s","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"720d4738","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/CIhAi_gw0fI","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"6e283963","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"737d006d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"303c6f9b","elType":"widget","settings":{"title":"\\u5b89\\u53ef\\/Adios","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"3c7baeed","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/Jz3zUZolzjM","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"faed5f4","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/ycydd8Bfkb8","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false}]'),
(1131, 277, '_menu_item_type', 'post_type'),
(1132, 277, '_menu_item_menu_item_parent', '0'),
(1133, 277, '_menu_item_object_id', '275'),
(1134, 277, '_menu_item_object', 'page'),
(1135, 277, '_menu_item_target', ''),
(1136, 277, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1137, 277, '_menu_item_xfn', ''),
(1138, 277, '_menu_item_url', ''),
(1684, 43, '_elementor_version', '0.4'),
(1674, 2612, '_wp_trash_meta_status', 'publish'),
(1675, 2612, '_wp_trash_meta_time', '1532625678'),
(1676, 2614, '_wp_trash_meta_status', 'publish'),
(1677, 2614, '_wp_trash_meta_time', '1532625739'),
(1695, 45, '_onetone_post_meta', '{"header_overlay":"no","nav_menu":"","full_width":"no","padding_top":"50px","padding_bottom":"50px","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}'),
(1694, 43, '_onetone_post_meta', '{"header_overlay":"no","nav_menu":"","full_width":"no","padding_top":"50px","padding_bottom":"50px","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}'),
(1680, 43, '_elementor_data', '[{"id":"242f34b","elType":"section","settings":[],"elements":[{"id":"21d3a28","elType":"column","settings":{"_column_size":100},"elements":[],"isInner":false}],"isInner":false}]'),
(1681, 2615, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1682, 2615, '_elementor_edit_mode', 'builder'),
(1683, 2615, '_elementor_data', '[{"id":"242f34b","elType":"section","settings":[],"elements":[{"id":"21d3a28","elType":"column","settings":{"_column_size":100},"elements":[],"isInner":false}],"isInner":false}]'),
(1147, 282, '_wp_attached_file', '2018/07/sli01.png'),
(1148, 282, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1003;s:4:"file";s:17:"2018/07/sli01.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"sli01-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:"sli01-300x157.png";s:5:"width";i:300;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:17:"sli01-768x401.png";s:5:"width";i:768;s:6:"height";i:401;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:18:"sli01-1024x535.png";s:5:"width";i:1024;s:6:"height";i:535;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:17:"sli01-200x104.png";s:5:"width";i:200;s:6:"height";i:104;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:17:"sli01-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:16:"talon-blog-image";a:4:{s:4:"file";s:17:"sli01-690x360.png";s:5:"width";i:690;s:6:"height";i:360;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:{}}}'),
(1149, 283, '_wp_attached_file', '2018/07/sli02-1.png'),
(1150, 283, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1003;s:4:"file";s:19:"2018/07/sli02-1.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"sli02-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:19:"sli02-1-300x157.png";s:5:"width";i:300;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:19:"sli02-1-768x401.png";s:5:"width";i:768;s:6:"height";i:401;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:20:"sli02-1-1024x535.png";s:5:"width";i:1024;s:6:"height";i:535;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:19:"sli02-1-200x104.png";s:5:"width";i:200;s:6:"height";i:104;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:19:"sli02-1-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:16:"talon-blog-image";a:4:{s:4:"file";s:19:"sli02-1-690x360.png";s:5:"width";i:690;s:6:"height";i:360;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:{}}}'),
(1705, 2631, '_wp_trash_meta_status', 'publish'),
(1706, 2631, '_wp_trash_meta_time', '1532656221'),
(1707, 248, '_elementor_css', 'a:4:{s:4:"time";i:1532656616;s:5:"fonts";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1708, 2632, '_wp_attached_file', '2018/07/toto1.png'),
(1709, 2632, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2001;s:6:"height";i:1251;s:4:"file";s:17:"2018/07/toto1.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"toto1-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:"toto1-300x188.png";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:17:"toto1-768x480.png";s:5:"width";i:768;s:6:"height";i:480;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:18:"toto1-1024x640.png";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:17:"toto1-200x125.png";s:5:"width";i:200;s:6:"height";i:125;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:17:"toto1-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:16:"talon-blog-image";a:4:{s:4:"file";s:17:"toto1-690x431.png";s:5:"width";i:690;s:6:"height";i:431;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:{}}}'),
(1153, 285, '_edit_lock', '1532578066:1'),
(1154, 285, '_wp_trash_meta_status', 'publish'),
(1155, 285, '_wp_trash_meta_time', '1532578084'),
(1156, 286, '_edit_lock', '1532578116:1'),
(1157, 286, '_wp_trash_meta_status', 'publish'),
(1158, 286, '_wp_trash_meta_time', '1532578126'),
(1160, 287, '_wp_trash_meta_time', '1532580848'),
(1161, 246, '_onetone_post_meta', '{"header_overlay":"no","nav_menu":"","full_width":"no","padding_top":"50px","padding_bottom":"50px","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}'),
(1165, 246, '_elementor_template_type', 'post'),
(1202, 297, '_wp_page_template', 'default'),
(1203, 297, '_elementor_edit_mode', 'builder'),
(1168, 290, '_edit_last', '1'),
(1169, 290, '_edit_lock', '1532594917:1'),
(1170, 290, '_elementor_edit_mode', 'builder'),
(1171, 291, '_elementor_template_type', 'page'),
(1172, 291, '_elementor_edit_mode', 'builder'),
(1173, 291, '_edit_lock', '1532589220:1'),
(1184, 293, '_elementor_template_type', 'page'),
(1185, 293, '_elementor_edit_mode', 'builder'),
(1175, 291, '_wp_page_template', 'default'),
(1176, 291, '_elementor_data', '[{"id":"36989ae","elType":"section","settings":{"content_width":{"unit":"px","size":893},"structure":"22"},"elements":[{"id":"74b39d2","elType":"column","settings":{"_column_size":66,"_inline_size":null},"elements":[{"id":"646852b","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"8273a3e","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false},{"id":"1edc5ad","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"e6d3dc8","elType":"widget","settings":[],"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1177, 291, '_elementor_version', '0.4'),
(1178, 292, '_elementor_template_type', 'page'),
(1179, 292, '_elementor_edit_mode', 'builder'),
(1180, 292, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1181, 292, '_elementor_data', '[{"id":"36989ae","elType":"section","settings":{"content_width":{"unit":"px","size":893},"structure":"22"},"elements":[{"id":"74b39d2","elType":"column","settings":{"_column_size":66,"_inline_size":null},"elements":[{"id":"646852b","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"8273a3e","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false},{"id":"1edc5ad","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"e6d3dc8","elType":"widget","settings":[],"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1182, 292, '_elementor_version', '0.4'),
(1205, 297, '_elementor_data', '[{"id":"59cc11a1","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"5329c714","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"28da42c3","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"425c8b02","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=phsOnzzHrZs","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"21e929b","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/FccoV2LboWI","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"173c905f","elType":"section","settings":[],"elements":[{"id":"5c76e1aa","elType":"column","settings":{"_column_size":100},"elements":[{"id":"27bff370","elType":"widget","settings":{"editor":"<p>\\u5165\\u5883\\u8868\\u683c<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/R9k6Cs4Rwqc\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/tRPHtT0-JkE\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/>\\u7c89\\u7d72\\u63d0\\u554f<br \\/>Taipei in Melody<br \\/>G1''s Great Moment<br \\/>Dance<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/lOdKgsr9ttU\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/>\\u6492\\u5b0c<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/S7HJAZ4Kgso\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/>1 the land<br \\/>\\u70cf\\u514b\\u9e97\\u9e97<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/p5_PiYMsoZc\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/7A_0l9wVoNE\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/>Couple\\u5927\\u5408\\u5531<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/sQ5P3BWL15E\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/XZvyS4yDulk\\" width=\\"1920\\" height=\\"1080\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/>Never, Ever\\u2026<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/v8XBssrcM0U\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/0uQgXToOyiA\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p>\\u9152\\u9189<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/6mUl85XOyQw\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/>\\u6eff\\u9189 in Melody<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/EJcpA7bubqM\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Ovzu07lYVVU\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/>All Famy<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/G8u7D3Xleeo\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/b6S-CAk-RAA\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/>Suddenly<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/a70ojjXoB4M\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><br \\/><\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1c13a4e8","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"39271980","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"21fa57","elType":"widget","settings":{"title":"ONE","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"01eaa9d","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/fhgboeZ-J0s","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"720d4738","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/CIhAi_gw0fI","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"6e283963","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"737d006d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"303c6f9b","elType":"widget","settings":{"title":"\\u5b89\\u53ef\\/Adios","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"3c7baeed","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/Jz3zUZolzjM","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"faed5f4","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/ycydd8Bfkb8","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false}]'),
(1186, 294, '_elementor_template_type', 'page'),
(1187, 294, '_elementor_edit_mode', 'builder'),
(1188, 293, '_wp_page_template', 'default'),
(1189, 293, '_elementor_data', '[{"id":"39b9673b","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"17c347d5","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"57f769c","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"202973d9","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"277c7bc1","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"77ad79ab","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"620473a2","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"7915f0b5","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"7885b5fb","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"5df8e460","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"7cb0b741","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"3a1b47cc","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"717676d4","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"780cb092","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"f779cc6","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"36989ae","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"74b39d2","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"646852b","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"8273a3e","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"f375599","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false}]'),
(1190, 295, '_elementor_template_type', 'page'),
(1191, 295, '_elementor_edit_mode', 'builder'),
(1192, 295, '_wp_page_template', 'default'),
(1193, 295, '_elementor_data', '[{"id":"36989ae","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"74b39d2","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"646852b","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"8273a3e","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false}]'),
(1194, 293, '_elementor_version', '0.4'),
(1195, 296, '_elementor_template_type', 'page'),
(1196, 296, '_elementor_edit_mode', 'builder'),
(1197, 296, '_wp_page_template', 'default'),
(1198, 296, '_elementor_data', '[{"id":"36989ae","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"74b39d2","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"646852b","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"8273a3e","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false}]'),
(1199, 296, '_elementor_version', '0.4'),
(1206, 246, '_elementor_version', '0.4'),
(1226, 301, '_wp_page_template', 'default'),
(1227, 301, '_elementor_edit_mode', 'builder'),
(1228, 301, '_elementor_template_type', 'post'),
(1229, 301, '_elementor_data', '[{"id":"59cc11a1","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"5329c714","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"28da42c3","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"425c8b02","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=phsOnzzHrZs","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"21e929b","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/FccoV2LboWI","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"2b142d31","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"603c6d7e","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"6ceeee8f","elType":"widget","settings":{"title":"\\u5165\\u5883\\u8868\\u683c","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"7f11037e","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/R9k6Cs4Rwqc","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"7c5cff53","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/tRPHtT0-JkE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"41443676","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"2ca4968f","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"8496151","elType":"widget","settings":{"title":"\\u7c89\\u7d72\\u63d0\\u554f"},"elements":[],"widgetType":"heading"},{"id":"218c999","elType":"widget","settings":{"title":"Taipei in Melody"},"elements":[],"widgetType":"heading"},{"id":"4d04780","elType":"widget","settings":{"title":"G1\\u2019s Great Moment"},"elements":[],"widgetType":"heading"},{"id":"144c283b","elType":"widget","settings":{"title":"Dance","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"bbbd27","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"44244b8","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/lOdKgsr9ttU","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"4b14270e","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"651d77b8","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"ad6d622","elType":"widget","settings":{"title":"\\u6492\\u5b0c","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"57939939","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/S7HJAZ4Kgso","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"f723674","elType":"section","settings":[],"elements":[{"id":"5164123","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ffe49d4","elType":"widget","settings":{"title":"1 the land"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"7445766d","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"3cbb692f","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"93bffc0","elType":"widget","settings":{"title":"\\u70cf\\u514b\\u9e97\\u9e97","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"750b720c","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/p5_PiYMsoZc","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"77d6e389","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/7A_0l9wVoNE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"27e57bc2","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"5bd9b314","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"7295572c","elType":"widget","settings":{"title":"Couple\\u5927\\u5408\\u5531","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"774757a","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/sQ5P3BWL15E","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"334239bb","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/XZvyS4yDulk","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"e446df0","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"665e7a3","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"38295823","elType":"widget","settings":{"title":"Never, Ever\\u2026","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"7db4f964","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/v8XBssrcM0U","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"4a3ee2d8","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/0uQgXToOyiA","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"47c19345","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"7f849b49","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"79906c3","elType":"widget","settings":{"title":"\\u9152\\u9189","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"3f2ca734","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/6mUl85XOyQw","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"10aaa6a3","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"54ea689a","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"2b338447","elType":"widget","settings":{"title":"\\u6eff\\u9189 in Melody","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"2609da89","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/EJcpA7bubqM","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"62110554","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/Ovzu07lYVVU","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"253edc4c","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"570f381f","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"7f3b653e","elType":"widget","settings":{"title":"All Famy","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"9a6ddea","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/b6S-CAk-RAA","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"581d272","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/G8u7D3Xleeo","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"3b7b11f9","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"2701e7c","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"7ad69e42","elType":"widget","settings":{"title":"Suddenly","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"697a44c","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/a70ojjXoB4M","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"1c13a4e8","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"39271980","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"21fa57","elType":"widget","settings":{"title":"ONE","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"01eaa9d","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/fhgboeZ-J0s","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"720d4738","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/CIhAi_gw0fI","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"6e283963","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"737d006d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"303c6f9b","elType":"widget","settings":{"title":"\\u5b89\\u53ef\\/Adios","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"3c7baeed","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/Jz3zUZolzjM","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"faed5f4","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/ycydd8Bfkb8","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false}]'),
(1212, 293, '_edit_lock', '1532586734:1'),
(1213, 293, '_oembed_5fb7345f2bee5c1950299a7e489ff67b', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(1214, 293, '_oembed_time_5fb7345f2bee5c1950299a7e489ff67b', '1532586621'),
(1215, 299, '_elementor_template_type', 'page'),
(1216, 299, '_elementor_edit_mode', 'builder'),
(1217, 299, '_wp_page_template', 'default'),
(1218, 299, '_elementor_data', '[{"id":"7cb0b741","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"3a1b47cc","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"717676d4","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"780cb092","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"f779cc6","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"36989ae","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"74b39d2","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"646852b","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"8273a3e","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"f375599","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false}]'),
(1219, 299, '_elementor_version', '0.4'),
(1220, 293, '_oembed_3f690c434b6d0cca063254702813e1da', '{{unknown}}'),
(1221, 300, '_elementor_template_type', 'page'),
(1222, 300, '_elementor_edit_mode', 'builder'),
(1223, 300, '_wp_page_template', 'default'),
(1224, 300, '_elementor_data', '[{"id":"39b9673b","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"17c347d5","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"57f769c","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"202973d9","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"277c7bc1","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"77ad79ab","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"620473a2","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"7915f0b5","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"7885b5fb","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"5df8e460","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"7cb0b741","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"3a1b47cc","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"717676d4","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"780cb092","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"f779cc6","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false},{"id":"36989ae","elType":"section","settings":{"content_width":{"unit":"px","size":893}},"elements":[{"id":"74b39d2","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"646852b","elType":"widget","settings":{"title":"8t. Truck","align":"center","title_color":"#ffe500","typography_typography":"custom","typography_font_size":{"unit":"rem","size":""},"text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":5,"color":"rgba(0,0,0,0.3)"},"_animation":"bounceInRight"},"elements":[],"widgetType":"heading"},{"id":"8273a3e","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"f375599","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"}],"isInner":false}],"isInner":false}]'),
(1225, 300, '_elementor_version', '0.4'),
(1230, 301, '_elementor_version', '0.4'),
(1232, 246, '_oembed_d541abccf515c9a3028fa64d066e5b90', '{{unknown}}'),
(1233, 246, '_oembed_232691d12b88ddf899c2abbbd09af2f6', '{{unknown}}'),
(1234, 246, '_oembed_fe9c64cbd00e3aab37be17f1ec794c8f', '{{unknown}}'),
(1235, 246, '_oembed_0bde30dd5b4595d63971e9f4208654e7', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/S7HJAZ4Kgso?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(1236, 246, '_oembed_time_0bde30dd5b4595d63971e9f4208654e7', '1532587719'),
(1237, 246, '_oembed_fc095505c455943a80be5e838ed1e364', '{{unknown}}'),
(1238, 246, '_oembed_1d71a055ef16fc12007189590c1f9743', '{{unknown}}'),
(1239, 246, '_oembed_4585f3e673fb36bfac55ab5f6874d56f', '{{unknown}}'),
(1240, 246, '_oembed_57922e9e13d973c96f15018a4f9c7a9f', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/6mUl85XOyQw?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(1241, 246, '_oembed_time_57922e9e13d973c96f15018a4f9c7a9f', '1532587719'),
(1242, 246, '_oembed_e70bc98bcbd0eaebb7dcb8c85a2a3358', '{{unknown}}'),
(1243, 246, '_oembed_4ca2142fe32c6701462a80c2ddc906c2', '{{unknown}}'),
(1244, 246, '_oembed_b2c27d461be963a4ac411a0063439360', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/a70ojjXoB4M?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(1245, 246, '_oembed_time_b2c27d461be963a4ac411a0063439360', '1532587720'),
(1246, 246, '_oembed_91bdbd9f9888f0a9f8ad435427910328', '{{unknown}}'),
(1247, 246, '_oembed_525e4c90780319e1685383be4c9d21a5', '{{unknown}}'),
(1309, 248, '_onetone_post_meta', '{"header_overlay":"no","nav_menu":"","full_width":"no","padding_top":"50px","padding_bottom":"50px","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}'),
(1671, 2612, '_edit_lock', '1532625636:1'),
(1670, 6, '_elementor_css', 'a:4:{s:4:"time";i:1532625180;s:5:"fonts";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1252, 303, '_wp_attached_file', '2018/07/icon-G_S.2.png'),
(1253, 303, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:151;s:6:"height";i:151;s:4:"file";s:22:"2018/07/icon-G_S.2.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"icon-G_S.2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1254, 303, '_elementor_source_image_hash', 'd9207a211aba1d3c6aed63ae3ee5f9a31bf3be4a'),
(1255, 304, '_wp_attached_file', '2018/07/icon-G_S.1.png'),
(1256, 304, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:151;s:6:"height";i:151;s:4:"file";s:22:"2018/07/icon-G_S.1.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"icon-G_S.1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1257, 304, '_elementor_source_image_hash', '54ccf09e3c01a2b5c90c8999c5f2f8dff85346e8'),
(1258, 305, '_wp_attached_file', '2018/07/icon-G_S.3.png'),
(1259, 305, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:151;s:6:"height";i:151;s:4:"file";s:22:"2018/07/icon-G_S.3.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"icon-G_S.3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1260, 305, '_elementor_source_image_hash', '270739e383ea6e1f6d2a58218aa81b2cfd8f9f02'),
(1261, 306, '_wp_attached_file', '2018/07/icon-G_S.4.png'),
(1262, 306, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:151;s:6:"height";i:151;s:4:"file";s:22:"2018/07/icon-G_S.4.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"icon-G_S.4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1263, 306, '_elementor_source_image_hash', '398848fc4e48bd9094f9af590afc1b0c84ead0ef'),
(1264, 307, '_wp_attached_file', '2018/07/Background-Digital.jpg'),
(1265, 307, '_elementor_source_image_hash', 'cca4b9e1ed4e1624c1bf418496c70712db14a870'),
(1266, 308, '_wp_attached_file', '2018/07/img2-1.png'),
(1267, 308, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1019;s:6:"height";i:758;s:4:"file";s:18:"2018/07/img2-1.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"img2-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:"img2-1-300x223.png";s:5:"width";i:300;s:6:"height";i:223;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:18:"img2-1-768x571.png";s:5:"width";i:768;s:6:"height";i:571;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:18:"img2-1-200x149.png";s:5:"width";i:200;s:6:"height";i:149;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:18:"img2-1-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:16:"talon-blog-image";a:4:{s:4:"file";s:18:"img2-1-690x513.png";s:5:"width";i:690;s:6:"height";i:513;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:{}}}'),
(1268, 308, '_elementor_source_image_hash', 'f5bd99cb4598f2deb470d9a6630393f262a9b60c'),
(1271, 248, '_elementor_template_type', 'post'),
(1275, 309, '_wp_attached_file', '2018/07/superdad_x264-1.mp4'),
(1276, 309, '_wp_attachment_metadata', 'a:10:{s:7:"bitrate";i:511474;s:8:"filesize";i:7943250;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:124;s:16:"length_formatted";s:4:"2:04";s:5:"width";i:1230;s:6:"height";i:516;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:17:"created_timestamp";i:-2082844800;}'),
(1285, 311, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1286, 311, '_elementor_edit_mode', 'builder'),
(1287, 311, '_elementor_template_type', 'post'),
(1288, 311, '_elementor_data', '[{"id":"3ea8a490","elType":"section","settings":[],"elements":[{"id":"3a7fbc1a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a5d91e1","elType":"widget","settings":{"video_type":"hosted","youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf","hosted_url":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/superdad_x264.mp4","id":249},"autoplay":"yes","loop":"yes","controls":"","css_filters_css_filter":"custom","css_filters_blur":{"unit":"px","size":0.2},"css_filters_brightness":{"unit":"px","size":99},"css_filters_contrast":{"unit":"px","size":95},"css_filters_saturate":{"unit":"px","size":163}},"elements":[],"widgetType":"video"},{"id":"869909c","elType":"widget","settings":{"image":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Background-Digital.jpg","id":307}},"elements":[],"widgetType":"image"},{"id":"b5239fa","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"ada0bb6","elType":"widget","settings":{"editor":"[playlist type=\\"video\\" ids=\\"249\\"]\\r\\n\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n\\r\\n\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/YjFbkKItptI?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/sF65jDd_fLI?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>.\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Xj9J6nIwY_c?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/wlmE5F1kh3o?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/THz3i8_Nf5g?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/hGUYhdFjhGM?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/uaHpbsTSKp8?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Oh9bmW_1UZw?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Z0F4LZ1VOpg?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n<img src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan02.jpg\\" alt=\\"\\" width=\\"100%\\" class=\\"alignnone size-medium wp-image-18\\" \\/>\\r\\n\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/by0ywUVfofY?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Og2vraA5KBE?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<img src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan03.jpg\\" alt=\\"\\" width=\\"100%\\" class=\\"alignnone size-medium wp-image-17\\" \\/>\\r\\n<img src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan01.jpg\\" alt=\\"\\" width=\\"100%\\" class=\\"alignnone size-medium wp-image-19\\" \\/>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1278, 310, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1279, 310, '_elementor_edit_mode', 'builder'),
(1280, 310, '_elementor_template_type', 'post');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1281, 310, '_elementor_data', '[{"id":"3ea8a490","elType":"section","settings":[],"elements":[{"id":"3a7fbc1a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a5d91e1","elType":"widget","settings":{"video_type":"hosted","youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf","hosted_url":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/superdad_x264.mp4","id":249},"autoplay":"yes","loop":"yes","controls":""},"elements":[],"widgetType":"video"},{"id":"869909c","elType":"widget","settings":{"image":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Background-Digital.jpg","id":307}},"elements":[],"widgetType":"image"},{"id":"b5239fa","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"ada0bb6","elType":"widget","settings":{"editor":"[playlist type=\\"video\\" ids=\\"249\\"]\\r\\n\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n\\r\\n\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/YjFbkKItptI?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/sF65jDd_fLI?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>.\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Xj9J6nIwY_c?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/wlmE5F1kh3o?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/THz3i8_Nf5g?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/hGUYhdFjhGM?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/uaHpbsTSKp8?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Oh9bmW_1UZw?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Z0F4LZ1VOpg?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n<img src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan02.jpg\\" alt=\\"\\" width=\\"100%\\" class=\\"alignnone size-medium wp-image-18\\" \\/>\\r\\n\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/by0ywUVfofY?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Og2vraA5KBE?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<img src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan03.jpg\\" alt=\\"\\" width=\\"100%\\" class=\\"alignnone size-medium wp-image-17\\" \\/>\\r\\n<img src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan01.jpg\\" alt=\\"\\" width=\\"100%\\" class=\\"alignnone size-medium wp-image-19\\" \\/>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1282, 248, '_elementor_version', '0.4'),
(1284, 248, '_oembed_00adacc64149526274e4be491f7b1485', '{{unknown}}'),
(1289, 311, '_elementor_version', '0.4'),
(1292, 312, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1293, 312, '_elementor_edit_mode', 'builder'),
(1294, 312, '_elementor_template_type', 'post'),
(1295, 312, '_elementor_data', '[{"id":"3ea8a490","elType":"section","settings":[],"elements":[{"id":"3a7fbc1a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a5d91e1","elType":"widget","settings":{"youtube_url":"https:\\/\\/youtu.be\\/qGeRwSiyWuU","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf","hosted_url":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/superdad_x264.mp4","id":249},"autoplay":"yes","loop":"yes","controls":"","showinfo":"","css_filters_css_filter":"custom","css_filters_blur":{"unit":"px","size":0.2},"css_filters_brightness":{"unit":"px","size":99},"css_filters_contrast":{"unit":"px","size":95},"css_filters_saturate":{"unit":"px","size":163}},"elements":[],"widgetType":"video"},{"id":"869909c","elType":"widget","settings":{"image":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Background-Digital.jpg","id":307}},"elements":[],"widgetType":"image"},{"id":"b5239fa","elType":"widget","settings":{"youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6koazf"},"elements":[],"widgetType":"video"},{"id":"ada0bb6","elType":"widget","settings":{"editor":"[playlist type=\\"video\\" ids=\\"249\\"]\\r\\n\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n\\r\\n\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/YjFbkKItptI?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/sF65jDd_fLI?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>.\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Xj9J6nIwY_c?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/wlmE5F1kh3o?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/THz3i8_Nf5g?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/hGUYhdFjhGM?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/uaHpbsTSKp8?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Oh9bmW_1UZw?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Z0F4LZ1VOpg?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n<img src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan02.jpg\\" alt=\\"\\" width=\\"100%\\" class=\\"alignnone size-medium wp-image-18\\" \\/>\\r\\n\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/by0ywUVfofY?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<iframe width=\\"854\\" height=\\"480\\" src=\\"https:\\/\\/www.youtube.com\\/embed\\/Og2vraA5KBE?ecver=1\\" frameborder=\\"0\\" allow=\\"autoplay; encrypted-media\\" allowfullscreen><\\/iframe>\\r\\n<img src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan03.jpg\\" alt=\\"\\" width=\\"100%\\" class=\\"alignnone size-medium wp-image-17\\" \\/>\\r\\n<img src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan01.jpg\\" alt=\\"\\" width=\\"100%\\" class=\\"alignnone size-medium wp-image-19\\" \\/>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1296, 312, '_elementor_version', '0.4'),
(1667, 2611, '_elementor_data', '[{"id":"406c4ed","elType":"section","settings":[],"elements":[{"id":"15d8e8b","elType":"column","settings":{"_column_size":100},"elements":[{"id":"0b51997","elType":"widget","settings":{"title_text":"\\u9019\\u662f\\u6a19\\u984c","description_text":"\\u9ede\\u64ca\\u7de8\\u8f2f\\u6309\\u9215\\u66f4\\u6539\\u6b64\\u6587\\u672c\\u3002 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."},"elements":[],"widgetType":"image-box"}],"isInner":false}],"isInner":false}]'),
(1299, 248, '_oembed_f0db76ee9c23c6a6d2583777dc22c1fb', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/qGeRwSiyWuU?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(1300, 248, '_oembed_time_f0db76ee9c23c6a6d2583777dc22c1fb', '1532591095'),
(1301, 313, '_wp_attached_file', '2018/07/superdads.gif'),
(1302, 313, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:251;s:4:"file";s:21:"2018/07/superdads.gif";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"superdads-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:21:"superdads-300x126.gif";s:5:"width";i:300;s:6:"height";i:126;s:9:"mime-type";s:9:"image/gif";}s:16:"talon-home-small";a:4:{s:4:"file";s:20:"superdads-200x84.gif";s:5:"width";i:200;s:6:"height";i:84;s:9:"mime-type";s:9:"image/gif";}s:16:"talon-home-large";a:4:{s:4:"file";s:21:"superdads-280x251.gif";s:5:"width";i:280;s:6:"height";i:251;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:{}}}'),
(1601, 2597, '_elementor_version', '0.4'),
(1602, 2597, '_elementor_edit_mode', 'builder'),
(1619, 59, '_onetone_post_meta', '{"header_overlay":"no","nav_menu":"","full_width":"no","padding_top":"50px","padding_bottom":"50px","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}'),
(1604, 2598, '_wp_attached_file', '2018/07/ezgif.com-optimize-1.gif'),
(1605, 2598, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1230;s:6:"height";i:515;s:4:"file";s:32:"2018/07/ezgif.com-optimize-1.gif";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"ezgif.com-optimize-1-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:32:"ezgif.com-optimize-1-300x126.gif";s:5:"width";i:300;s:6:"height";i:126;s:9:"mime-type";s:9:"image/gif";}s:12:"medium_large";a:4:{s:4:"file";s:32:"ezgif.com-optimize-1-768x322.gif";s:5:"width";i:768;s:6:"height";i:322;s:9:"mime-type";s:9:"image/gif";}s:5:"large";a:4:{s:4:"file";s:33:"ezgif.com-optimize-1-1024x429.gif";s:5:"width";i:1024;s:6:"height";i:429;s:9:"mime-type";s:9:"image/gif";}s:16:"talon-home-small";a:4:{s:4:"file";s:31:"ezgif.com-optimize-1-200x84.gif";s:5:"width";i:200;s:6:"height";i:84;s:9:"mime-type";s:9:"image/gif";}s:16:"talon-home-large";a:4:{s:4:"file";s:32:"ezgif.com-optimize-1-280x280.gif";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/gif";}s:16:"talon-blog-image";a:4:{s:4:"file";s:32:"ezgif.com-optimize-1-690x289.gif";s:5:"width";i:690;s:6:"height";i:289;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:{}}}'),
(1277, 248, '_elementor_data', '[{"id":"3ea8a490","elType":"section","settings":[],"elements":[{"id":"3a7fbc1a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a4bbf6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/ezgif.com-optimize-1.gif","id":2598},"width":{"unit":"%","size":100},"space":{"unit":"%","size":100},"background_hover_transition":{"unit":"px","size":1.1},"hover_animation":"shrink"},"elements":[],"widgetType":"image"},{"id":"ada0bb6","elType":"widget","settings":{"editor":"<p>\\u00a0<\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/YjFbkKItptI?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/sF65jDd_fLI?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe>.<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Xj9J6nIwY_c?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/wlmE5F1kh3o?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/THz3i8_Nf5g?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/hGUYhdFjhGM?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/uaHpbsTSKp8?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Oh9bmW_1UZw?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Z0F4LZ1VOpg?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p><img class=\\"alignnone size-medium wp-image-18\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan02.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/by0ywUVfofY?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Og2vraA5KBE?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><img class=\\"alignnone size-medium wp-image-17\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan03.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><br \\/><img class=\\"alignnone size-medium wp-image-19\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan01.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1625, 2603, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1598, 2597, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1599, 2597, '_elementor_template_type', 'post'),
(1600, 2597, '_elementor_data', '[{"id":"3ea8a490","elType":"section","settings":[],"elements":[{"id":"3a7fbc1a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"869909c","elType":"widget","settings":{"image":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Background-Digital.jpg","id":307}},"elements":[],"widgetType":"image"},{"id":"a4bbf6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/ezgif.com-optimize.gif","id":2596}},"elements":[],"widgetType":"image"},{"id":"ada0bb6","elType":"widget","settings":{"editor":"<p>\\u00a0<\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/YjFbkKItptI?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/sF65jDd_fLI?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe>.<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Xj9J6nIwY_c?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/wlmE5F1kh3o?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/THz3i8_Nf5g?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/hGUYhdFjhGM?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/uaHpbsTSKp8?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Oh9bmW_1UZw?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Z0F4LZ1VOpg?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p><img class=\\"alignnone size-medium wp-image-18\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan02.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/by0ywUVfofY?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Og2vraA5KBE?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><img class=\\"alignnone size-medium wp-image-17\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan03.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><br \\/><img class=\\"alignnone size-medium wp-image-19\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan01.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1310, 248, '_oembed_5fb7345f2bee5c1950299a7e489ff67b', '<iframe width="1170" height="658" src="https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(1311, 248, '_oembed_time_5fb7345f2bee5c1950299a7e489ff67b', '1532592118'),
(1312, 316, '_edit_lock', '1532593905:1'),
(1313, 317, '_wp_attached_file', '2018/07/logo_light.png'),
(1314, 317, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:478;s:6:"height";i:526;s:4:"file";s:22:"2018/07/logo_light.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"logo_light-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:"logo_light-273x300.png";s:5:"width";i:273;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:22:"logo_light-200x220.png";s:5:"width";i:200;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:22:"logo_light-280x280.png";s:5:"width";i:280;s:6:"height";i:280;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:{}}}'),
(1315, 318, '_wp_attached_file', '2018/07/logo2x.png'),
(1316, 318, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:955;s:6:"height";i:1052;s:4:"file";s:18:"2018/07/logo2x.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"logo2x-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:"logo2x-272x300.png";s:5:"width";i:272;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:18:"logo2x-768x846.png";s:5:"width";i:768;s:6:"height";i:846;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:19:"logo2x-930x1024.png";s:5:"width";i:930;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:18:"logo2x-200x220.png";s:5:"width";i:200;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:18:"logo2x-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:16:"talon-blog-image";a:4:{s:4:"file";s:18:"logo2x-690x760.png";s:5:"width";i:690;s:6:"height";i:760;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:{}}}'),
(1317, 319, '_wp_attached_file', '2018/07/logo-2.png'),
(1318, 319, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:478;s:6:"height";i:526;s:4:"file";s:18:"2018/07/logo-2.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"logo-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:"logo-2-273x300.png";s:5:"width";i:273;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:18:"logo-2-200x220.png";s:5:"width";i:200;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:18:"logo-2-280x280.png";s:5:"width";i:280;s:6:"height";i:280;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:{}}}'),
(1319, 316, '_wp_trash_meta_status', 'publish'),
(1320, 316, '_wp_trash_meta_time', '1532593946'),
(1321, 248, '_oembed_b031ed1b2dff2ef333d1e78da3b161e4', '<iframe width="1120" height="630" src="https://www.youtube.com/embed/qGeRwSiyWuU?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(1322, 248, '_oembed_time_b031ed1b2dff2ef333d1e78da3b161e4', '1532594507'),
(1323, 248, '_oembed_0dd5aa981f62121283b72b224f29bfd3', '<iframe width="1120" height="630" src="https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(1324, 248, '_oembed_time_0dd5aa981f62121283b72b224f29bfd3', '1532594507'),
(1325, 320, '_form', '<label> 你的姓名 (必填)\n [text* your-name] </label>\n\n<label> 你的電子郵件 (必填)\n [email* your-email] </label>\n\n<label> 主旨\n [text your-subject] </label>\n\n<label> 你的訊息\n [textarea your-message] </label>\n\n[submit "傳送"]'),
(1326, 320, '_mail', 'a:8:{s:7:"subject";s:75:"[your-subject] (由《6SYK水晶男孩推廣部》的聯絡表單所傳送)";s:6:"sender";s:50:"[your-name] <wordpress@sixjekkient.byethost18.com>";s:4:"body";s:231:"寄件者: [your-name] <[your-email]>\n主旨: [your-subject]\n\n郵件內文:\n[your-message]\n\n-- \n這封電子郵件由《6SYK水晶男孩推廣部》的聯絡表單所傳送,網站網址為 http://sixjekkient.byethost18.com/6sykdb";s:9:"recipient";s:21:"snoopy77429@gmail.com";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";i:0;s:13:"exclude_blank";i:0;}'),
(1327, 320, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:75:"[your-subject] (由《6SYK水晶男孩推廣部》的聯絡表單所傳送)";s:6:"sender";s:64:"6SYK水晶男孩推廣部 <wordpress@sixjekkient.byethost18.com>";s:4:"body";s:169:"郵件內文:\n[your-message]\n\n-- \n這封電子郵件由《6SYK水晶男孩推廣部》的聯絡表單所傳送,網站網址為 http://sixjekkient.byethost18.com/6sykdb";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:31:"Reply-To: snoopy77429@gmail.com";s:11:"attachments";s:0:"";s:8:"use_html";i:0;s:13:"exclude_blank";i:0;}'),
(1328, 320, '_messages', 'a:8:{s:12:"mail_sent_ok";s:57:"感謝你的留言,已將留言傳送給站務人員。";s:12:"mail_sent_ng";s:54:"嘗試傳送郵件時發生錯誤。請稍後再試。";s:16:"validation_error";s:57:"一個或多個欄位發生錯誤。請檢查並重試。";s:4:"spam";s:54:"嘗試傳送郵件時發生錯誤。請稍後再試。";s:12:"accept_terms";s:51:"傳送郵件前,你必須接受條款及條件。";s:16:"invalid_required";s:21:"此為必填欄位。";s:16:"invalid_too_long";s:24:"輸入的內容太長。";s:17:"invalid_too_short";s:24:"輸入的內容太短。";}'),
(1329, 320, '_additional_settings', NULL),
(1330, 320, '_locale', 'zh_TW'),
(1331, 2542, '_form', '[text* your-name placeholder "Name"]\n\n[email* your-email placeholder "Email"]\n\n[textarea your-message placeholder "Message"]\n\n[submit "Post"]'),
(1332, 2542, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:53:"Onetone Video Background Banner Demo "[your-subject]"";s:6:"sender";s:40:"[your-name] <wordpress@demo.mageewp.com>";s:9:"recipient";s:19:"mageewp@hotmail.com";s:4:"body";s:207:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Onetone Video Background Banner Demo (https://demo.mageewp.com/onetone)";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(1333, 2542, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:53:"Onetone Video Background Banner Demo "[your-subject]"";s:6:"sender";s:65:"Onetone Video Background Banner Demo <wordpress@demo.mageewp.com>";s:9:"recipient";s:12:"[your-email]";s:4:"body";s:149:"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Onetone Video Background Banner Demo (https://demo.mageewp.com/onetone)";s:18:"additional_headers";s:29:"Reply-To: mageewp@hotmail.com";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(1334, 2542, '_messages', 'a:23:{s:12:"mail_sent_ok";s:45:"Thank you for your message. It has been sent.";s:12:"mail_sent_ng";s:71:"There was an error trying to send your message. Please try again later.";s:16:"validation_error";s:61:"One or more fields have an error. Please check and try again.";s:4:"spam";s:71:"There was an error trying to send your message. Please try again later.";s:12:"accept_terms";s:69:"You must accept the terms and conditions before sending your message.";s:16:"invalid_required";s:22:"The field is required.";s:16:"invalid_too_long";s:22:"The field is too long.";s:17:"invalid_too_short";s:23:"The field is too short.";s:12:"invalid_date";s:29:"The date format is incorrect.";s:14:"date_too_early";s:44:"The date is before the earliest one allowed.";s:13:"date_too_late";s:41:"The date is after the latest one allowed.";s:13:"upload_failed";s:46:"There was an unknown error uploading the file.";s:24:"upload_file_type_invalid";s:49:"You are not allowed to upload files of this type.";s:21:"upload_file_too_large";s:20:"The file is too big.";s:23:"upload_failed_php_error";s:38:"There was an error uploading the file.";s:14:"invalid_number";s:29:"The number format is invalid.";s:16:"number_too_small";s:47:"The number is smaller than the minimum allowed.";s:16:"number_too_large";s:46:"The number is larger than the maximum allowed.";s:23:"quiz_answer_not_correct";s:36:"The answer to the quiz is incorrect.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"invalid_email";s:38:"The e-mail address entered is invalid.";s:11:"invalid_url";s:19:"The URL is invalid.";s:11:"invalid_tel";s:32:"The telephone number is invalid.";}'),
(1335, 2542, '_additional_settings', ''),
(1336, 2542, '_locale', 'en_US'),
(1511, 2542, '_messages', 'a:23:{s:12:"mail_sent_ok";s:45:"Thank you for your message. It has been sent.";s:12:"mail_sent_ng";s:71:"There was an error trying to send your message. Please try again later.";s:16:"validation_error";s:61:"One or more fields have an error. Please check and try again.";s:4:"spam";s:71:"There was an error trying to send your message. Please try again later.";s:12:"accept_terms";s:69:"You must accept the terms and conditions before sending your message.";s:16:"invalid_required";s:22:"The field is required.";s:16:"invalid_too_long";s:22:"The field is too long.";s:17:"invalid_too_short";s:23:"The field is too short.";s:12:"invalid_date";s:29:"The date format is incorrect.";s:14:"date_too_early";s:44:"The date is before the earliest one allowed.";s:13:"date_too_late";s:41:"The date is after the latest one allowed.";s:13:"upload_failed";s:46:"There was an unknown error uploading the file.";s:24:"upload_file_type_invalid";s:49:"You are not allowed to upload files of this type.";s:21:"upload_file_too_large";s:20:"The file is too big.";s:23:"upload_failed_php_error";s:38:"There was an error uploading the file.";s:14:"invalid_number";s:29:"The number format is invalid.";s:16:"number_too_small";s:47:"The number is smaller than the minimum allowed.";s:16:"number_too_large";s:46:"The number is larger than the maximum allowed.";s:23:"quiz_answer_not_correct";s:36:"The answer to the quiz is incorrect.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"invalid_email";s:38:"The e-mail address entered is invalid.";s:11:"invalid_url";s:19:"The URL is invalid.";s:11:"invalid_tel";s:32:"The telephone number is invalid.";}'),
(1510, 2542, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:53:"Onetone Video Background Banner Demo "[your-subject]"";s:6:"sender";s:65:"Onetone Video Background Banner Demo <wordpress@demo.mageewp.com>";s:9:"recipient";s:12:"[your-email]";s:4:"body";s:149:"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Onetone Video Background Banner Demo (https://demo.mageewp.com/onetone)";s:18:"additional_headers";s:29:"Reply-To: mageewp@hotmail.com";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(1509, 2542, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:53:"Onetone Video Background Banner Demo "[your-subject]"";s:6:"sender";s:40:"[your-name] <wordpress@demo.mageewp.com>";s:9:"recipient";s:19:"mageewp@hotmail.com";s:4:"body";s:207:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Onetone Video Background Banner Demo (https://demo.mageewp.com/onetone)";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(1508, 2542, '_form', '[text* your-name placeholder "Name"]\n\n[email* your-email placeholder "Email"]\n\n[textarea your-message placeholder "Message"]\n\n[submit "Post"]'),
(1401, 2551, '_wp_attached_file', '2018/07/home-bg01.jpg'),
(1402, 2551, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:21:"2018/07/home-bg01.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"home-bg01-150x150.jpg";s:5:"width";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:"home-bg01-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:21:"home-bg01-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:22:"home-bg01-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"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:{}}}'),
(1403, 2551, '_elementor_source_image_hash', '5fbe539b644608c1dde1c28cdc43227b9441a217'),
(1404, 2552, '_wp_attached_file', '2018/07/onetone-banner-1.png'),
(1405, 2552, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:940;s:6:"height";i:526;s:4:"file";s:28:"2018/07/onetone-banner-1.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"onetone-banner-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:"onetone-banner-1-300x168.png";s:5:"width";i:300;s:6:"height";i:168;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:28:"onetone-banner-1-768x430.png";s:5:"width";i:768;s:6:"height";i:430;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:{}}}'),
(1406, 2552, '_elementor_source_image_hash', '29dfbe51f98aa65ebdaca12055759317a6f7116d'),
(1407, 2553, '_wp_attached_file', '2018/07/Icon_1-3.png'),
(1408, 2553, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:50;s:6:"height";i:50;s:4:"file";s:20:"2018/07/Icon_1-3.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:{}}}'),
(1409, 2553, '_elementor_source_image_hash', '37ca667e1997c39e2332989aeff7e562fca26418'),
(1410, 2554, '_wp_attached_file', '2018/07/Icon_2-3.png'),
(1411, 2554, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:50;s:6:"height";i:50;s:4:"file";s:20:"2018/07/Icon_2-3.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:{}}}'),
(1412, 2554, '_elementor_source_image_hash', 'e648ba521325b513a58418a396c831fdef8b76d7'),
(1413, 2555, '_wp_attached_file', '2018/07/Icon_3-2.png'),
(1414, 2555, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:50;s:6:"height";i:50;s:4:"file";s:20:"2018/07/Icon_3-2.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:{}}}'),
(1415, 2555, '_elementor_source_image_hash', '4ea13b27a2d5a627df361a1df4380ceecca0d34b'),
(1416, 2556, '_wp_attached_file', '2018/07/Icon_4-2.png'),
(1417, 2556, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:50;s:6:"height";i:50;s:4:"file";s:20:"2018/07/Icon_4-2.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:{}}}'),
(1418, 2556, '_elementor_source_image_hash', '75eb21dd5180f7cc8a6124e0b54a148a72892cdf'),
(1419, 2557, '_wp_attached_file', '2018/07/Icon_5-3.png'),
(1420, 2557, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:50;s:6:"height";i:50;s:4:"file";s:20:"2018/07/Icon_5-3.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:{}}}'),
(1421, 2557, '_elementor_source_image_hash', 'e3ab36ac487812aa7388c1e622fba1384fb520e7'),
(1422, 2558, '_wp_attached_file', '2018/07/Icon_6-3.png'),
(1423, 2558, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:50;s:6:"height";i:50;s:4:"file";s:20:"2018/07/Icon_6-3.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:{}}}'),
(1424, 2558, '_elementor_source_image_hash', '8065877eb44e0d505529bd3fe71bee74705b64d8'),
(1425, 2559, '_wp_attached_file', '2018/07/bg2.jpg'),
(1426, 2559, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1280;s:4:"file";s:15:"2018/07/bg2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"bg2-150x150.jpg";s:5:"width";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:"bg2-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:15:"bg2-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:16:"bg2-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"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:{}}}'),
(1427, 2559, '_elementor_source_image_hash', 'ecbe435b157ae9e4e853d849cd2a37a46a7d87e2'),
(1428, 2560, '_wp_attached_file', '2018/07/gallery2.jpg'),
(1429, 2560, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:20:"2018/07/gallery2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"gallery2-150x150.jpg";s:5:"width";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:"gallery2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1430, 2560, '_elementor_source_image_hash', 'cb363fd1e1c994cbe9e944e934db2fe0fbac185f'),
(1431, 2561, '_wp_attached_file', '2018/07/gallery3.jpg'),
(1432, 2561, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:20:"2018/07/gallery3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"gallery3-150x150.jpg";s:5:"width";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:"gallery3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1433, 2561, '_elementor_source_image_hash', '2bacf33cccf6b5253d51c9084bb4898006d6a9d4'),
(1434, 2562, '_wp_attached_file', '2018/07/gallery4.jpg'),
(1435, 2562, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:20:"2018/07/gallery4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"gallery4-150x150.jpg";s:5:"width";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:"gallery4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1436, 2562, '_elementor_source_image_hash', '639dea47de8ae57fa8770048d6d764f9c609930c'),
(1437, 2563, '_wp_attached_file', '2018/07/gallery5.jpg'),
(1438, 2563, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:20:"2018/07/gallery5.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"gallery5-150x150.jpg";s:5:"width";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:"gallery5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1439, 2563, '_elementor_source_image_hash', 'f1b43c23a4b2bacce340e99b0d75654929abd46f'),
(1440, 2564, '_wp_attached_file', '2018/07/06.jpg'),
(1441, 2564, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:623;s:6:"height";i:457;s:4:"file";s:14:"2018/07/06.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"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:14:"06-300x220.jpg";s:5:"width";i:300;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:{}}}'),
(1442, 2564, '_elementor_source_image_hash', '3f334a17f277be54518a386fcf17e5f5dcceeee9'),
(1443, 2565, '_wp_attached_file', '2018/07/team1.jpg'),
(1444, 2565, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:310;s:4:"file";s:17:"2018/07/team1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"team1-150x150.jpg";s:5:"width";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:"team1-290x300.jpg";s:5:"width";i:290;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1445, 2565, '_elementor_source_image_hash', '4624f8c579d421ab2563f5a41608cff425120a45'),
(1446, 2566, '_wp_attached_file', '2018/07/team2.jpg'),
(1447, 2566, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:310;s:4:"file";s:17:"2018/07/team2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"team2-150x150.jpg";s:5:"width";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:"team2-290x300.jpg";s:5:"width";i:290;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1448, 2566, '_elementor_source_image_hash', '12fcd6a1139c96db16ed64166e06a17e2439b0f6'),
(1449, 2567, '_wp_attached_file', '2018/07/team3.jpg'),
(1450, 2567, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:310;s:4:"file";s:17:"2018/07/team3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"team3-150x150.jpg";s:5:"width";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:"team3-290x300.jpg";s:5:"width";i:290;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1451, 2567, '_elementor_source_image_hash', '1726efc7adaf766862b3a3e0e61ce6fb9db37ff7'),
(1452, 2568, '_wp_attached_file', '2018/07/team4.jpg'),
(1453, 2568, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:310;s:4:"file";s:17:"2018/07/team4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"team4-150x150.jpg";s:5:"width";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:"team4-290x300.jpg";s:5:"width";i:290;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1454, 2568, '_elementor_source_image_hash', '9c85c06ddd28f3240ca49c014816f97344dae471'),
(1455, 2569, '_wp_attached_file', '2018/07/testimonial1.jpg'),
(1456, 2569, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:150;s:4:"file";s:24:"2018/07/testimonial1.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1457, 2569, '_elementor_source_image_hash', '513c4437efaa2062f8bca0270563398486a2e463'),
(1458, 2570, '_wp_attached_file', '2018/07/testimonial2.jpg'),
(1459, 2570, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:150;s:4:"file";s:24:"2018/07/testimonial2.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1460, 2570, '_elementor_source_image_hash', '07b4dd6d6be0dfddb1cc0a6a077ef54b831cd55a'),
(1461, 2571, '_wp_attached_file', '2018/07/testimonial3.jpg'),
(1462, 2571, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:150;s:4:"file";s:24:"2018/07/testimonial3.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1463, 2571, '_elementor_source_image_hash', '4ebd8bf4c75e350931bb00c7cf7aceb74ca3d830'),
(1464, 2572, '_wp_attached_file', '2018/07/c3.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1465, 2572, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:80;s:6:"height";i:80;s:4:"file";s:14:"2018/07/c3.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:{}}}'),
(1466, 2572, '_elementor_source_image_hash', '096e9f19df1a23b6227e9efe53ab44af34b7f6cb'),
(1467, 2573, '_wp_attached_file', '2018/07/c2.png'),
(1468, 2573, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:80;s:6:"height";i:80;s:4:"file";s:14:"2018/07/c2.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:{}}}'),
(1469, 2573, '_elementor_source_image_hash', '87d39fc2abfd262902ebe94ff08fd070780e9c06'),
(1470, 2574, '_wp_attached_file', '2018/07/c1.png'),
(1471, 2574, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:80;s:6:"height";i:80;s:4:"file";s:14:"2018/07/c1.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:{}}}'),
(1472, 2574, '_elementor_source_image_hash', '766c3cfb40bb5f6b1d9cf937484daa4f0e13572e'),
(1473, 2575, '_wp_attached_file', '2018/07/c4.png'),
(1474, 2575, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:135;s:6:"height";i:80;s:4:"file";s:14:"2018/07/c4.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:{}}}'),
(1475, 2575, '_elementor_source_image_hash', '5dd1ff7ca304a86bc49cd219e18232387f9eb9ca'),
(1476, 2576, '_wp_attached_file', '2018/07/c5.png'),
(1477, 2576, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:80;s:6:"height";i:80;s:4:"file";s:14:"2018/07/c5.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:{}}}'),
(1478, 2576, '_elementor_source_image_hash', 'f9d02148fd9e8698c924bd472e51de18794020f5'),
(1479, 2577, '_wp_attached_file', '2018/07/003.jpg'),
(1480, 2577, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1280;s:4:"file";s:15:"2018/07/003.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"003-150x150.jpg";s:5:"width";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:"003-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:15:"003-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:16:"003-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"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:{}}}'),
(1481, 2577, '_elementor_source_image_hash', 'aa6057564b24deb5117103e42941a0bf0dd224a9'),
(1583, 2594, '_wp_page_template', 'default'),
(1582, 2594, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1581, 2592, '_elementor_data', '[{"id":"38575c5f","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","height":"full","background_background":"video","background_video_link":"https:\\/\\/www.youtube.com\\/watch?v=XDLmLYXuIDM","background_video_fallback":{"id":"2551","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/home-bg01.jpg"},"_element_id":"home","background_video_start":10,"background_video_end":60,"background_overlay_background":"classic","background_overlay_color":"#000000","background_overlay_opacity":{"unit":"px","size":0.1},"padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"background_image":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5310463a","elType":"column","settings":{"_column_size":100,"space_between_widgets":5,"animation":"fadeIn","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4fce0e5a","elType":"widget","settings":{"weight":{"unit":"px","size":2},"color":"#ffffff","width":{"unit":"px","size":945},"align":"center","gap":{"unit":"px","size":0},"hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"3dc4952a","elType":"widget","settings":{"title":"Powerful One Page Theme","header_size":"h1","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_family":"Lustria","typography_font_size":{"unit":"px","size":64},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_border_width":{"unit":"px","top":"1","right":"0","bottom":"1","left":"0","isLinked":false},"typography_font_size_tablet":{"unit":"px","size":48},"typography_font_size_mobile":{"unit":"px","size":32},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"636ae261","elType":"widget","settings":{"weight":{"unit":"px","size":2},"color":"#ffffff","width":{"unit":"px","size":945},"align":"center","gap":{"unit":"px","size":0},"hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"c6ed0a7","elType":"widget","settings":{"space":{"unit":"px","size":20},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"spacer"},{"id":"e1910c3","elType":"widget","settings":{"editor":"<p>Based on Bootstrap framework and shortcodes, quick set and easy build,<br \\/> shines one page small business website.<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Lustria","typography_font_size":{"unit":"px","size":20},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_font_style":"normal","typography_line_height":{"unit":"em","size":1.8},"typography_font_size_tablet":{"unit":"px","size":16},"typography_font_size_mobile":{"unit":"px","size":12},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"d4c2689","elType":"widget","settings":{"text":"Click Me","align":"center","size":"lg","background_color":"rgba(0,0,0,0)","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_radius":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"700","typography_text_transform":"uppercase","text_padding":{"unit":"px","top":"15","right":"30","bottom":"15","left":"30","isLinked":false},"text_padding_tablet":{"unit":"px","top":"10","right":"20","bottom":"10","left":"20","isLinked":false},"text_padding_mobile":{"unit":"px","top":"8","right":"15","bottom":"8","left":"15","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"button"},{"id":"52285578","elType":"widget","settings":{"space":{"unit":"px","size":20},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"spacer"},{"id":"31081d16","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"b8aff73","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-skype","link":{"url":"","is_external":"true","nofollow":""},"_id":"10fde77"},{"social":"fa fa-twitter","_id":"b6afc83","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-linkedin","link":{"url":"","is_external":"true","nofollow":""},"_id":"e203229"},{"social":"fa fa-google-plus","_id":"547ac15","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-rss","link":{"url":"","is_external":"true","nofollow":""},"_id":"a771896"}],"icon_color":"custom","icon_primary_color":"rgba(255,255,255,0)","icon_size":{"unit":"px","size":32},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":20},"icon_size_tablet":{"unit":"px","size":24},"icon_size_mobile":{"unit":"px","size":16},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":false}],"isInner":false},{"id":"2ebfbd13","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"no","padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"about","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"360d42de","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"788d4634","elType":"widget","settings":{"title":"Welcome to Onetone Agency","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5521a7","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"68a8afb9","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"38e88f59","elType":"widget","settings":{"image":{"id":"2552","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/onetone-banner-1.png"},"align":"center","width":{"unit":"px","size":700},"_animation":"fadeInDown","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"163b6489","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","padding":{"unit":"px","top":"50","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"services","background_color":"#f5f5f5","background_image":{"id":"2559","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/bg2.jpg"},"background_overlay_background":"classic","background_overlay_color":"#f6f6f6","background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7b3250ff","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"180558a2","elType":"widget","settings":{"title":"Our Services","align":"center","title_color":"#555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7724583b","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"2b4e1583","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","text_color":"#555","_margin":{"unit":"px","top":"0","right":"0","bottom":"40","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"48a47f60","elType":"section","settings":{"structure":"30","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"28277d7e","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInLeft","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7c3802a8","elType":"widget","settings":{"image":{"id":"2553","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_1-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"26d693cc","elType":"widget","settings":{"title":"Flexible Design","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5153bf38","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"26aeb720","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"26f0cd67","elType":"widget","settings":{"image":{"id":"2554","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_2-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"25631589","elType":"widget","settings":{"title":"Elementor Compatible\\u200b","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"1a7de38","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"249eae93","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2b7f533f","elType":"widget","settings":{"image":{"id":"2555","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_3-2.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"741c8e81","elType":"widget","settings":{"title":"Free PSD Template\\u200b","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"28e7412d","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"71500886","elType":"section","settings":{"structure":"30","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2f4ad371","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInLeft","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1ba11592","elType":"widget","settings":{"image":{"id":"2556","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_4-2.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"5e7bb5a0","elType":"widget","settings":{"title":"Free Demo Contents","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7a93e2f1","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"39598cfa","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInUp","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"576027a0","elType":"widget","settings":{"image":{"id":"2557","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_5-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"5132afc5","elType":"widget","settings":{"title":"SEO Optimization","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3e954138","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"4805b901","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2890b0e3","elType":"widget","settings":{"image":{"id":"2558","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_6-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"522aec56","elType":"widget","settings":{"title":"Continuous Support","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3f98e2f","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"44b44b5e","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"no","padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"projects","layout":"full_width","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"34d1d7e3","elType":"column","settings":{"_column_size":100,"space_between_widgets":20,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"55030511","elType":"widget","settings":{"title":"OUR PROJECTS","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"76ece463","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"68258b66","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"63131925","elType":"widget","settings":{"wp_gallery":[{"id":"2560","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery2.jpg"},{"id":"2561","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery3.jpg"},{"id":"2562","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery4.jpg"},{"id":"2563","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery5.jpg"}],"thumbnail_size":"shop_single","gallery_columns":"4","open_lightbox":"yes","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0},"image_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"fadeInDown","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"154b622b","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"features","content_position":"middle","structure":"20","background_overlay_background":"classic","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"45bb818e","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7574a1c5","elType":"widget","settings":{"title":"Features","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4149e378","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"left","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"2e39f57","elType":"widget","settings":{"editor":"<p>Morbi rutrum, elit ac fermentum egestas, tortor ante vestibulum est, eget scelerisque nisl velit eget tellus. Fusce porta facilisis luctus. Integer neque dolor, rhoncus nec euismod eget, pharetra et tortor. Nulla id pulvinar nunc. Vestibulum auctor nisl vel lectus ullamcorper sed pellentesque dolor eleifend. Praesent lobortis magna vel diam mattis sagittis.<\\/p>","text_color":"#555","_animation":"fadeInLeft","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"346920aa","elType":"widget","settings":{"tabs":[{"tab_title":"Mauris pulvinar fringilla turpis quis","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"127d72e"},{"tab_title":"Donec eu eleifend mauris","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"d069379"},{"tab_title":"Donec porta non justo vel iaculis","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"cc312a5"}],"border_width":{"unit":"px","size":0},"title_color":"#333","title_padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false},"_animation":"fadeInLeft","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"toggle"}],"isInner":false},{"id":"625a2473","elType":"column","settings":{"_column_size":50,"_inline_size":null,"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"d726fba","elType":"widget","settings":{"image":{"id":"2564","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/06.jpg"},"_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_border_color":"#f5f5f5","_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"20a9452b","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"team","background_background":"classic","background_color":"#f5f5f5","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"9b50876","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"38fad5dc","elType":"widget","settings":{"title":"Our Team","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"20b52c33","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"67da3b92","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"75cfb574","elType":"section","settings":{"structure":"40","animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"56b1ae3d","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1b44fa7e","elType":"widget","settings":{"image":{"id":"2565","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team1.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"709827f2","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5ab3f1ca","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"51c693f6","elType":"widget","settings":{"editor":"Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"3c19503e","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"24ea2fbe","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5b745406","elType":"widget","settings":{"image":{"id":"2566","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team2.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"29f77776","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"711eab0","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5ecc537d","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"c6a0a08","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"2e77c822","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"22c06791","elType":"widget","settings":{"image":{"id":"2567","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team3.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"4bd0af9","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4feb2aa0","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"514c00c5","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"2664391b","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"21edc5c1","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"489b1b61","elType":"widget","settings":{"image":{"id":"2568","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team4.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"11ecad49","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"6032b085","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3f98ba42","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"5b9fcffc","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76b651dc","elType":"section","settings":{"structure":"40","background_background":"classic","background_color":"#ffffff","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"content_width":{"unit":"px","size":1172},"gap":"extended","_element_id":"skills","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"56aa2393","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"589927de","elType":"widget","settings":{"starting_number":"","ending_number":20,"title":"Themes","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"314130c0","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"171c0c0b","elType":"widget","settings":{"starting_number":"","ending_number":98,"title":"Supporters","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"11a42d08","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"88c32d","elType":"widget","settings":{"starting_number":"","ending_number":1360,"title":"Projects","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"4fb1ae32","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4936d17","elType":"widget","settings":{"starting_number":"","ending_number":80000,"title":"Customers","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false}],"isInner":false},{"id":"4c4817fd","elType":"section","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_color":"#f5f5f5","_element_id":"testimonials","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4a2de1c9","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"422938ba","elType":"widget","settings":{"title":"What Clients Say","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"9072b46","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"}],"isInner":false}],"isInner":false},{"id":"207f9f02","elType":"section","settings":{"structure":"30","padding":{"unit":"px","top":"20","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"testimonial","content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_color":"#f5f5f5","animation":"bounceIn","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5d3ae724","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"291ba615","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"65ac7030","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2166fe67","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"439c0bb","elType":"widget","settings":{"image":{"id":"2569","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial1.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"73e2ee92","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2f061a01","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"2dd056d3","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"2197c760","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"d6e5e2d","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"56d665a5","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"532d3c96","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"10e732ac","elType":"widget","settings":{"image":{"id":"2570","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial2.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"3c50e1e7","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"105009a4","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"583e3956","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5406bc62","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"12fab55e","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"4489829a","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2eae939e","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"55d8a389","elType":"widget","settings":{"image":{"id":"2571","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial3.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"7f001ff2","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7b84f9b1","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"2248ac0b","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7080cefe","elType":"section","settings":{"background_background":"classic","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_width":{"unit":"px","size":1170},"gap":"extended","_element_id":"clients","animation":"fadeIn","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1555e73b","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4807920c","elType":"widget","settings":{"carousel":[{"id":"2572","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c3.png"},{"id":"2573","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c2.png"},{"id":"2574","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c1.png"},{"id":"2575","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c4.png"},{"id":"2576","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c5.png"}],"thumbnail_size":"full","slides_to_show":"5","navigation":"none","image_spacing_custom":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"7145ff66","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_position":"top left","background_attachment":"scroll","background_repeat":"no-repeat","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"contact","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.85},"background_size":"cover","background_image":{"id":"2577","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/003.jpg"},"background_overlay_color":"#f5f5f5","background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"3f37b2d0","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"63538b80","elType":"widget","settings":{"title":"Contact","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4bb4d94b","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"7b854b8a","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","text_color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"300b0e5c","elType":"section","settings":{"content_width":{"unit":"px","size":520},"gap":"no","text_align":"center","animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"298c3a91","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":20,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5d82d1d3","elType":"widget","settings":{"icon_list":[{"text":"3301 Lorem Ipsum, Dolor Sit St","icon":"fa fa-map-marker","_id":"4b1ae76","link":{"url":"","is_external":"","nofollow":""}},{"text":"+1123 2456 689","icon":"fa fa-phone","_id":"45dcfc5","link":{"url":"","is_external":"","nofollow":""}},{"text":"admin@domain.com","icon":"fa fa-envelope-o","_id":"1580dbb","link":{"url":"","is_external":"","nofollow":""}}],"space_between":{"unit":"px","size":10},"icon_color":"#555","view":"inline","icon_align":"center","text_color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-list"},{"id":"4598f733","elType":"widget","settings":{"shortcode":"[contact-form-7 id=''2542'' title=''Contact form'']","_background_background":"classic","_background_color":"rgba(255,255,255,0.01)","_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(255,255,255,0.5)"},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"shortcode"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1584, 2594, '_elementor_data', '[{"id":"38575c5f","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","height":"full","background_background":"video","background_video_link":"https:\\/\\/www.youtube.com\\/watch?v=XDLmLYXuIDM","background_video_fallback":{"id":"2551","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/home-bg01.jpg"},"_element_id":"home","background_video_start":10,"background_video_end":60,"background_overlay_background":"classic","background_overlay_color":"#000000","background_overlay_opacity":{"unit":"px","size":0.1},"padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"background_image":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5310463a","elType":"column","settings":{"_column_size":100,"space_between_widgets":5,"animation":"fadeIn","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4fce0e5a","elType":"widget","settings":{"weight":{"unit":"px","size":2},"color":"#ffffff","width":{"unit":"px","size":945},"align":"center","gap":{"unit":"px","size":0},"hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"3dc4952a","elType":"widget","settings":{"title":"Powerful One Page Theme","header_size":"h1","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_family":"Lustria","typography_font_size":{"unit":"px","size":64},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_border_width":{"unit":"px","top":"1","right":"0","bottom":"1","left":"0","isLinked":false},"typography_font_size_tablet":{"unit":"px","size":48},"typography_font_size_mobile":{"unit":"px","size":32},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"636ae261","elType":"widget","settings":{"weight":{"unit":"px","size":2},"color":"#ffffff","width":{"unit":"px","size":945},"align":"center","gap":{"unit":"px","size":0},"hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"c6ed0a7","elType":"widget","settings":{"space":{"unit":"px","size":20},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"spacer"},{"id":"e1910c3","elType":"widget","settings":{"editor":"<p>Based on Bootstrap framework and shortcodes, quick set and easy build,<br \\/> shines one page small business website.<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Lustria","typography_font_size":{"unit":"px","size":20},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_font_style":"normal","typography_line_height":{"unit":"em","size":1.8},"typography_font_size_tablet":{"unit":"px","size":16},"typography_font_size_mobile":{"unit":"px","size":12},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"d4c2689","elType":"widget","settings":{"text":"Click Me","align":"center","size":"lg","background_color":"rgba(0,0,0,0)","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_radius":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"700","typography_text_transform":"uppercase","text_padding":{"unit":"px","top":"15","right":"30","bottom":"15","left":"30","isLinked":false},"text_padding_tablet":{"unit":"px","top":"10","right":"20","bottom":"10","left":"20","isLinked":false},"text_padding_mobile":{"unit":"px","top":"8","right":"15","bottom":"8","left":"15","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"button"},{"id":"52285578","elType":"widget","settings":{"space":{"unit":"px","size":20},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"spacer"},{"id":"31081d16","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"b8aff73","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-skype","link":{"url":"","is_external":"true","nofollow":""},"_id":"10fde77"},{"social":"fa fa-twitter","_id":"b6afc83","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-linkedin","link":{"url":"","is_external":"true","nofollow":""},"_id":"e203229"},{"social":"fa fa-google-plus","_id":"547ac15","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-rss","link":{"url":"","is_external":"true","nofollow":""},"_id":"a771896"}],"icon_color":"custom","icon_primary_color":"rgba(255,255,255,0)","icon_size":{"unit":"px","size":32},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":20},"icon_size_tablet":{"unit":"px","size":24},"icon_size_mobile":{"unit":"px","size":16},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":false}],"isInner":false},{"id":"2ebfbd13","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"no","padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"about","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"360d42de","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"788d4634","elType":"widget","settings":{"title":"Welcome to Onetone Agency","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5521a7","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"68a8afb9","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"38e88f59","elType":"widget","settings":{"image":{"id":"2552","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/onetone-banner-1.png"},"align":"center","width":{"unit":"px","size":700},"_animation":"fadeInDown","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"163b6489","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","padding":{"unit":"px","top":"50","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"services","background_color":"#f5f5f5","background_image":{"id":"2559","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/bg2.jpg"},"background_overlay_background":"classic","background_overlay_color":"#f6f6f6","background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7b3250ff","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"180558a2","elType":"widget","settings":{"title":"Our Services","align":"center","title_color":"#555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7724583b","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"2b4e1583","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","text_color":"#555","_margin":{"unit":"px","top":"0","right":"0","bottom":"40","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"48a47f60","elType":"section","settings":{"structure":"30","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"28277d7e","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInLeft","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7c3802a8","elType":"widget","settings":{"image":{"id":"2553","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_1-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"26d693cc","elType":"widget","settings":{"title":"Flexible Design","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5153bf38","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"26aeb720","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"26f0cd67","elType":"widget","settings":{"image":{"id":"2554","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_2-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"25631589","elType":"widget","settings":{"title":"Elementor Compatible\\u200b","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"1a7de38","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"249eae93","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2b7f533f","elType":"widget","settings":{"image":{"id":"2555","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_3-2.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"741c8e81","elType":"widget","settings":{"title":"Free PSD Template\\u200b","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"28e7412d","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"71500886","elType":"section","settings":{"structure":"30","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2f4ad371","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInLeft","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1ba11592","elType":"widget","settings":{"image":{"id":"2556","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_4-2.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"5e7bb5a0","elType":"widget","settings":{"title":"Free Demo Contents","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7a93e2f1","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"39598cfa","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInUp","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"576027a0","elType":"widget","settings":{"image":{"id":"2557","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_5-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"5132afc5","elType":"widget","settings":{"title":"SEO Optimization","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3e954138","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"4805b901","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2890b0e3","elType":"widget","settings":{"image":{"id":"2558","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_6-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"522aec56","elType":"widget","settings":{"title":"Continuous Support","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3f98e2f","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"44b44b5e","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"no","padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"projects","layout":"full_width","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"34d1d7e3","elType":"column","settings":{"_column_size":100,"space_between_widgets":20,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"55030511","elType":"widget","settings":{"title":"OUR PROJECTS","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"76ece463","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"68258b66","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"63131925","elType":"widget","settings":{"wp_gallery":[{"id":"2560","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery2.jpg"},{"id":"2561","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery3.jpg"},{"id":"2562","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery4.jpg"},{"id":"2563","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery5.jpg"}],"thumbnail_size":"shop_single","gallery_columns":"4","open_lightbox":"yes","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0},"image_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"fadeInDown","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"154b622b","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"features","content_position":"middle","structure":"20","background_overlay_background":"classic","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"45bb818e","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7574a1c5","elType":"widget","settings":{"title":"Features","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4149e378","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"left","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"2e39f57","elType":"widget","settings":{"editor":"<p>Morbi rutrum, elit ac fermentum egestas, tortor ante vestibulum est, eget scelerisque nisl velit eget tellus. Fusce porta facilisis luctus. Integer neque dolor, rhoncus nec euismod eget, pharetra et tortor. Nulla id pulvinar nunc. Vestibulum auctor nisl vel lectus ullamcorper sed pellentesque dolor eleifend. Praesent lobortis magna vel diam mattis sagittis.<\\/p>","text_color":"#555","_animation":"fadeInLeft","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"346920aa","elType":"widget","settings":{"tabs":[{"tab_title":"Mauris pulvinar fringilla turpis quis","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"127d72e"},{"tab_title":"Donec eu eleifend mauris","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"d069379"},{"tab_title":"Donec porta non justo vel iaculis","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"cc312a5"}],"border_width":{"unit":"px","size":0},"title_color":"#333","title_padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false},"_animation":"fadeInLeft","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"toggle"}],"isInner":false},{"id":"625a2473","elType":"column","settings":{"_column_size":50,"_inline_size":null,"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"d726fba","elType":"widget","settings":{"image":{"id":"2564","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/06.jpg"},"_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_border_color":"#f5f5f5","_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"20a9452b","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"team","background_background":"classic","background_color":"#f5f5f5","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"9b50876","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"38fad5dc","elType":"widget","settings":{"title":"Our Team","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"20b52c33","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"67da3b92","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"75cfb574","elType":"section","settings":{"structure":"40","animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"56b1ae3d","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1b44fa7e","elType":"widget","settings":{"image":{"id":"2565","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team1.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"709827f2","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5ab3f1ca","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"51c693f6","elType":"widget","settings":{"editor":"Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"3c19503e","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"24ea2fbe","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5b745406","elType":"widget","settings":{"image":{"id":"2566","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team2.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"29f77776","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"711eab0","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5ecc537d","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"c6a0a08","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"2e77c822","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"22c06791","elType":"widget","settings":{"image":{"id":"2567","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team3.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"4bd0af9","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4feb2aa0","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"514c00c5","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"2664391b","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"21edc5c1","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"489b1b61","elType":"widget","settings":{"image":{"id":"2568","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team4.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"11ecad49","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"6032b085","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3f98ba42","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"5b9fcffc","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76b651dc","elType":"section","settings":{"structure":"40","background_background":"classic","background_color":"#ffffff","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"content_width":{"unit":"px","size":1172},"gap":"extended","_element_id":"skills","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"56aa2393","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"589927de","elType":"widget","settings":{"starting_number":"","ending_number":20,"title":"Themes","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"314130c0","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"171c0c0b","elType":"widget","settings":{"starting_number":"","ending_number":98,"title":"Supporters","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"11a42d08","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"88c32d","elType":"widget","settings":{"starting_number":"","ending_number":1360,"title":"Projects","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"4fb1ae32","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4936d17","elType":"widget","settings":{"starting_number":"","ending_number":80000,"title":"Customers","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false}],"isInner":false},{"id":"4c4817fd","elType":"section","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_color":"#f5f5f5","_element_id":"testimonials","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4a2de1c9","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"422938ba","elType":"widget","settings":{"title":"What Clients Say","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"9072b46","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"}],"isInner":false}],"isInner":false},{"id":"207f9f02","elType":"section","settings":{"structure":"30","padding":{"unit":"px","top":"20","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"testimonial","content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_color":"#f5f5f5","animation":"bounceIn","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5d3ae724","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"291ba615","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"65ac7030","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2166fe67","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"439c0bb","elType":"widget","settings":{"image":{"id":"2569","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial1.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"73e2ee92","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2f061a01","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"2dd056d3","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"2197c760","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"d6e5e2d","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"56d665a5","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"532d3c96","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"10e732ac","elType":"widget","settings":{"image":{"id":"2570","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial2.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"3c50e1e7","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"105009a4","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"583e3956","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5406bc62","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"12fab55e","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"4489829a","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2eae939e","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"55d8a389","elType":"widget","settings":{"image":{"id":"2571","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial3.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"7f001ff2","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7b84f9b1","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"2248ac0b","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7080cefe","elType":"section","settings":{"background_background":"classic","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_width":{"unit":"px","size":1170},"gap":"extended","_element_id":"clients","animation":"fadeIn","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1555e73b","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4807920c","elType":"widget","settings":{"carousel":[{"id":"2572","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c3.png"},{"id":"2573","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c2.png"},{"id":"2574","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c1.png"},{"id":"2575","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c4.png"},{"id":"2576","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c5.png"}],"thumbnail_size":"full","slides_to_show":"5","navigation":"none","image_spacing_custom":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"7145ff66","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_position":"top left","background_attachment":"scroll","background_repeat":"no-repeat","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"contact","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.85},"background_size":"cover","background_image":{"id":"2577","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/003.jpg"},"background_overlay_color":"#f5f5f5","background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"3f37b2d0","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"63538b80","elType":"widget","settings":{"title":"Contact","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4bb4d94b","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"7b854b8a","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","text_color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"300b0e5c","elType":"section","settings":{"content_width":{"unit":"px","size":520},"gap":"no","text_align":"center","animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"298c3a91","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":20,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5d82d1d3","elType":"widget","settings":{"icon_list":[{"text":"3301 Lorem Ipsum, Dolor Sit St","icon":"fa fa-map-marker","_id":"4b1ae76","link":{"url":"","is_external":"","nofollow":""}},{"text":"+1123 2456 689","icon":"fa fa-phone","_id":"45dcfc5","link":{"url":"","is_external":"","nofollow":""}},{"text":"admin@domain.com","icon":"fa fa-envelope-o","_id":"1580dbb","link":{"url":"","is_external":"","nofollow":""}}],"space_between":{"unit":"px","size":10},"icon_color":"#555","view":"inline","icon_align":"center","text_color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-list"},{"id":"4598f733","elType":"widget","settings":{"shortcode":"[contact-form-7 id=''2542'' title=''Contact form'']","_background_background":"classic","_background_color":"rgba(255,255,255,0.01)","_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(255,255,255,0.5)"},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"shortcode"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1580, 2592, '_wp_page_template', 'default'),
(1579, 2593, '_elementor_edit_mode', 'builder'),
(1578, 2592, '_elementor_edit_mode', 'builder'),
(1589, 2595, '_elementor_version', '0.4'),
(1590, 2595, '_elementor_edit_mode', 'builder'),
(1592, 2595, '_wp_page_template', 'elementor_header_footer'),
(1593, 2595, '_onetone_post_meta', '{"header_overlay":"yes","nav_menu":"custom_menu_1","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}'),
(1499, 2582, '_wp_trash_meta_status', 'publish'),
(1500, 2582, '_wp_trash_meta_time', '1532594795'),
(1501, 6, '_elementor_edit_mode', 'builder'),
(1512, 2542, '_additional_settings', ''),
(1513, 2542, '_locale', 'en_US'),
(1514, 2584, '_menu_item_type', 'custom'),
(1515, 2584, '_menu_item_menu_item_parent', '0'),
(1516, 2584, '_menu_item_object_id', '2584'),
(1517, 2584, '_menu_item_object', 'custom'),
(1518, 2584, '_menu_item_target', ''),
(1519, 2584, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1520, 2584, '_menu_item_xfn', ''),
(1521, 2584, '_menu_item_url', '#home'),
(1522, 2585, '_menu_item_type', 'custom'),
(1523, 2585, '_menu_item_menu_item_parent', '0'),
(1524, 2585, '_menu_item_object_id', '2585'),
(1525, 2585, '_menu_item_object', 'custom'),
(1526, 2585, '_menu_item_target', ''),
(1527, 2585, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1528, 2585, '_menu_item_xfn', ''),
(1529, 2585, '_menu_item_url', '#about'),
(1530, 2586, '_menu_item_type', 'custom'),
(1531, 2586, '_menu_item_menu_item_parent', '0'),
(1532, 2586, '_menu_item_object_id', '2586'),
(1533, 2586, '_menu_item_object', 'custom'),
(1534, 2586, '_menu_item_target', ''),
(1535, 2586, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1536, 2586, '_menu_item_xfn', ''),
(1537, 2586, '_menu_item_url', '#services'),
(1538, 2587, '_menu_item_type', 'custom'),
(1539, 2587, '_menu_item_menu_item_parent', '0'),
(1540, 2587, '_menu_item_object_id', '2587'),
(1541, 2587, '_menu_item_object', 'custom'),
(1542, 2587, '_menu_item_target', ''),
(1543, 2587, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1544, 2587, '_menu_item_xfn', ''),
(1545, 2587, '_menu_item_url', '#projects'),
(1546, 2588, '_menu_item_type', 'custom'),
(1547, 2588, '_menu_item_menu_item_parent', '0'),
(1548, 2588, '_menu_item_object_id', '2588'),
(1549, 2588, '_menu_item_object', 'custom'),
(1550, 2588, '_menu_item_target', ''),
(1551, 2588, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1552, 2588, '_menu_item_xfn', ''),
(1553, 2588, '_menu_item_url', '#features'),
(1554, 2589, '_menu_item_type', 'custom'),
(1555, 2589, '_menu_item_menu_item_parent', '0'),
(1556, 2589, '_menu_item_object_id', '2589'),
(1557, 2589, '_menu_item_object', 'custom'),
(1558, 2589, '_menu_item_target', ''),
(1559, 2589, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1560, 2589, '_menu_item_xfn', ''),
(1561, 2589, '_menu_item_url', '#team'),
(1562, 2590, '_menu_item_type', 'custom'),
(1563, 2590, '_menu_item_menu_item_parent', '0'),
(1564, 2590, '_menu_item_object_id', '2590'),
(1565, 2590, '_menu_item_object', 'custom'),
(1566, 2590, '_menu_item_target', ''),
(1567, 2590, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1568, 2590, '_menu_item_xfn', ''),
(1569, 2590, '_menu_item_url', '#testimonials'),
(1570, 2591, '_menu_item_type', 'custom'),
(1571, 2591, '_menu_item_menu_item_parent', '0'),
(1572, 2591, '_menu_item_object_id', '2591'),
(1573, 2591, '_menu_item_object', 'custom'),
(1574, 2591, '_menu_item_target', ''),
(1575, 2591, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1576, 2591, '_menu_item_xfn', ''),
(1577, 2591, '_menu_item_url', '#contact'),
(1585, 2592, '_elementor_version', '0.4'),
(1586, 2592, '_elementor_template_type', 'page'),
(1587, 2592, '_elementor_page_settings', 'a:1:{s:10:"hide_title";s:3:"yes";}'),
(1665, 2611, '_elementor_edit_mode', 'builder'),
(1595, 248, '_elementor_edit_mode', 'builder'),
(1606, 2599, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1607, 2599, '_elementor_template_type', 'post'),
(1608, 2599, '_elementor_data', '[{"id":"3ea8a490","elType":"section","settings":[],"elements":[{"id":"3a7fbc1a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"869909c","elType":"widget","settings":{"image":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Background-Digital.jpg","id":307}},"elements":[],"widgetType":"image"},{"id":"a4bbf6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/ezgif.com-optimize-1.gif","id":2598}},"elements":[],"widgetType":"image"},{"id":"ada0bb6","elType":"widget","settings":{"editor":"<p>\\u00a0<\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/YjFbkKItptI?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/sF65jDd_fLI?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe>.<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Xj9J6nIwY_c?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/wlmE5F1kh3o?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/THz3i8_Nf5g?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/hGUYhdFjhGM?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/uaHpbsTSKp8?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Oh9bmW_1UZw?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Z0F4LZ1VOpg?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p><img class=\\"alignnone size-medium wp-image-18\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan02.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/by0ywUVfofY?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Og2vraA5KBE?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><img class=\\"alignnone size-medium wp-image-17\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan03.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><br \\/><img class=\\"alignnone size-medium wp-image-19\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan01.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1609, 2599, '_elementor_version', '0.4'),
(1610, 2599, '_elementor_edit_mode', 'builder'),
(1664, 2611, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1628, 2603, '_elementor_version', '0.4'),
(1629, 2603, '_elementor_edit_mode', 'builder'),
(1626, 2603, '_elementor_template_type', 'post'),
(1627, 2603, '_elementor_data', '[{"id":"3ea8a490","elType":"section","settings":[],"elements":[{"id":"3a7fbc1a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a4bbf6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/ezgif.com-optimize-1.gif","id":2598},"width":{"unit":"%","size":100},"space":{"unit":"%","size":100},"background_hover_transition":{"unit":"px","size":1.1},"hover_animation":"shrink"},"elements":[],"widgetType":"image"},{"id":"ada0bb6","elType":"widget","settings":{"editor":"<p>\\u00a0<\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/YjFbkKItptI?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/sF65jDd_fLI?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe>.<br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Xj9J6nIwY_c?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/wlmE5F1kh3o?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/THz3i8_Nf5g?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/hGUYhdFjhGM?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/uaHpbsTSKp8?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Oh9bmW_1UZw?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Z0F4LZ1VOpg?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><\\/p><p><img class=\\"alignnone size-medium wp-image-18\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan02.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><\\/p><p><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/by0ywUVfofY?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><iframe src=\\"https:\\/\\/www.youtube.com\\/embed\\/Og2vraA5KBE?ecver=1\\" width=\\"854\\" height=\\"480\\" frameborder=\\"0\\" allowfullscreen=\\"allowfullscreen\\"><\\/iframe><br \\/><img class=\\"alignnone size-medium wp-image-17\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan03.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><br \\/><img class=\\"alignnone size-medium wp-image-19\\" src=\\"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/jiyong_taiwan01.jpg\\" alt=\\"\\" width=\\"100%\\" \\/><\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1620, 59, '_elementor_edit_mode', 'builder'),
(1621, 2601, '_wp_page_template', 'default'),
(1622, 2601, '_elementor_edit_mode', 'builder'),
(1623, 2601, '_elementor_data', '[]'),
(1624, 2601, '_elementor_version', '0.4'),
(1631, 43, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1693, 43, '_elementor_css', 'a:5:{s:4:"time";i:1532628423;s:5:"fonts";a:0:{}s:6:"status";s:5:"empty";i:0;s:0:"";s:3:"css";s:0:"";}'),
(1632, 52, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1633, 49, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1634, 10, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1635, 27, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1663, 6, '_onetone_post_meta', '{"header_overlay":"no","nav_menu":"","full_width":"no","padding_top":"50px","padding_bottom":"50px","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}'),
(1641, 6, '_elementor_template_type', 'post'),
(1644, 6, '_elementor_data', '[{"id":"dfbe526","elType":"section","settings":[],"elements":[{"id":"3cdad1d","elType":"column","settings":{"_column_size":100},"elements":[{"id":"952f6ef","elType":"widget","settings":{"carousel":[{"id":284,"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/sli02.png"},{"id":282,"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/sli01.png"},{"id":22,"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/\\u65b0\\u897f\\u904a\\u8a184.png"},{"id":2607,"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/ShowBizhoony.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","arrows_size":{"unit":"px","size":45},"dots_position":"inside","dots_size":{"unit":"px","size":5},"_animation":"bounceIn"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(1645, 2608, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1646, 2608, '_elementor_edit_mode', 'builder'),
(1647, 2608, '_elementor_template_type', 'post'),
(1648, 2608, '_elementor_data', '[{"id":"dfbe526","elType":"section","settings":[],"elements":[{"id":"3cdad1d","elType":"column","settings":{"_column_size":100},"elements":[{"id":"952f6ef","elType":"widget","settings":{"carousel":[{"id":284,"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/sli02.png"},{"id":282,"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/sli01.png"},{"id":22,"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/\\u65b0\\u897f\\u904a\\u8a184.png"},{"id":2607,"url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/ShowBizhoony.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","arrows_size":{"unit":"px","size":45},"dots_position":"inside","dots_size":{"unit":"px","size":5},"_animation":"bounceIn"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(1649, 6, '_elementor_version', '0.4'),
(1650, 2595, '_wp_trash_meta_status', 'publish'),
(1651, 2595, '_wp_trash_meta_time', '1532621263'),
(1652, 2595, '_wp_desired_post_slug', 'onetone-classic');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1653, 2609, '_elementor_data', '[{"id":"38575c5f","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","height":"full","background_background":"video","background_video_link":"https:\\/\\/www.youtube.com\\/watch?v=XDLmLYXuIDM","background_video_fallback":{"id":"2551","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/home-bg01.jpg"},"_element_id":"home","background_video_start":10,"background_video_end":60,"background_overlay_background":"classic","background_overlay_color":"#000000","background_overlay_opacity":{"unit":"px","size":0.1},"padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"background_image":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5310463a","elType":"column","settings":{"_column_size":100,"space_between_widgets":5,"animation":"fadeIn","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4fce0e5a","elType":"widget","settings":{"weight":{"unit":"px","size":2},"color":"#ffffff","width":{"unit":"px","size":945},"align":"center","gap":{"unit":"px","size":0},"hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"3dc4952a","elType":"widget","settings":{"title":"Powerful One Page Theme","header_size":"h1","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_family":"Lustria","typography_font_size":{"unit":"px","size":64},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_border_width":{"unit":"px","top":"1","right":"0","bottom":"1","left":"0","isLinked":false},"typography_font_size_tablet":{"unit":"px","size":48},"typography_font_size_mobile":{"unit":"px","size":32},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"636ae261","elType":"widget","settings":{"weight":{"unit":"px","size":2},"color":"#ffffff","width":{"unit":"px","size":945},"align":"center","gap":{"unit":"px","size":0},"hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"c6ed0a7","elType":"widget","settings":{"space":{"unit":"px","size":20},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"spacer"},{"id":"e1910c3","elType":"widget","settings":{"editor":"<p>Based on Bootstrap framework and shortcodes, quick set and easy build,<br \\/> shines one page small business website.<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Lustria","typography_font_size":{"unit":"px","size":20},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_font_style":"normal","typography_line_height":{"unit":"em","size":1.8},"typography_font_size_tablet":{"unit":"px","size":16},"typography_font_size_mobile":{"unit":"px","size":12},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"d4c2689","elType":"widget","settings":{"text":"Click Me","align":"center","size":"lg","background_color":"rgba(0,0,0,0)","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_radius":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"700","typography_text_transform":"uppercase","text_padding":{"unit":"px","top":"15","right":"30","bottom":"15","left":"30","isLinked":false},"text_padding_tablet":{"unit":"px","top":"10","right":"20","bottom":"10","left":"20","isLinked":false},"text_padding_mobile":{"unit":"px","top":"8","right":"15","bottom":"8","left":"15","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"button"},{"id":"52285578","elType":"widget","settings":{"space":{"unit":"px","size":20},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"spacer"},{"id":"31081d16","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"b8aff73","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-skype","link":{"url":"","is_external":"true","nofollow":""},"_id":"10fde77"},{"social":"fa fa-twitter","_id":"b6afc83","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-linkedin","link":{"url":"","is_external":"true","nofollow":""},"_id":"e203229"},{"social":"fa fa-google-plus","_id":"547ac15","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-rss","link":{"url":"","is_external":"true","nofollow":""},"_id":"a771896"}],"icon_color":"custom","icon_primary_color":"rgba(255,255,255,0)","icon_size":{"unit":"px","size":32},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":20},"icon_size_tablet":{"unit":"px","size":24},"icon_size_mobile":{"unit":"px","size":16},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":false}],"isInner":false},{"id":"2ebfbd13","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"no","padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"about","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"360d42de","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"788d4634","elType":"widget","settings":{"title":"Welcome to Onetone Agency","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5521a7","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"68a8afb9","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"38e88f59","elType":"widget","settings":{"image":{"id":"2552","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/onetone-banner-1.png"},"align":"center","width":{"unit":"px","size":700},"_animation":"fadeInDown","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"163b6489","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","padding":{"unit":"px","top":"50","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"services","background_color":"#f5f5f5","background_image":{"id":"2559","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/bg2.jpg"},"background_overlay_background":"classic","background_overlay_color":"#f6f6f6","background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7b3250ff","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"180558a2","elType":"widget","settings":{"title":"Our Services","align":"center","title_color":"#555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7724583b","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"2b4e1583","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","text_color":"#555","_margin":{"unit":"px","top":"0","right":"0","bottom":"40","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"48a47f60","elType":"section","settings":{"structure":"30","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"28277d7e","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInLeft","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7c3802a8","elType":"widget","settings":{"image":{"id":"2553","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_1-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"26d693cc","elType":"widget","settings":{"title":"Flexible Design","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5153bf38","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"26aeb720","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"26f0cd67","elType":"widget","settings":{"image":{"id":"2554","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_2-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"25631589","elType":"widget","settings":{"title":"Elementor Compatible\\u200b","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"1a7de38","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"249eae93","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2b7f533f","elType":"widget","settings":{"image":{"id":"2555","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_3-2.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"741c8e81","elType":"widget","settings":{"title":"Free PSD Template\\u200b","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"28e7412d","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"71500886","elType":"section","settings":{"structure":"30","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2f4ad371","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInLeft","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1ba11592","elType":"widget","settings":{"image":{"id":"2556","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_4-2.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"5e7bb5a0","elType":"widget","settings":{"title":"Free Demo Contents","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7a93e2f1","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"39598cfa","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInUp","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"576027a0","elType":"widget","settings":{"image":{"id":"2557","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_5-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"5132afc5","elType":"widget","settings":{"title":"SEO Optimization","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3e954138","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"4805b901","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2890b0e3","elType":"widget","settings":{"image":{"id":"2558","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_6-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"522aec56","elType":"widget","settings":{"title":"Continuous Support","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3f98e2f","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"44b44b5e","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"no","padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"projects","layout":"full_width","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"34d1d7e3","elType":"column","settings":{"_column_size":100,"space_between_widgets":20,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"55030511","elType":"widget","settings":{"title":"OUR PROJECTS","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"76ece463","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"68258b66","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"63131925","elType":"widget","settings":{"wp_gallery":[{"id":"2560","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery2.jpg"},{"id":"2561","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery3.jpg"},{"id":"2562","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery4.jpg"},{"id":"2563","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery5.jpg"}],"thumbnail_size":"shop_single","gallery_columns":"4","open_lightbox":"yes","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0},"image_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"fadeInDown","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"154b622b","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"features","content_position":"middle","structure":"20","background_overlay_background":"classic","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"45bb818e","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7574a1c5","elType":"widget","settings":{"title":"Features","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4149e378","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"left","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"2e39f57","elType":"widget","settings":{"editor":"<p>Morbi rutrum, elit ac fermentum egestas, tortor ante vestibulum est, eget scelerisque nisl velit eget tellus. Fusce porta facilisis luctus. Integer neque dolor, rhoncus nec euismod eget, pharetra et tortor. Nulla id pulvinar nunc. Vestibulum auctor nisl vel lectus ullamcorper sed pellentesque dolor eleifend. Praesent lobortis magna vel diam mattis sagittis.<\\/p>","text_color":"#555","_animation":"fadeInLeft","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"346920aa","elType":"widget","settings":{"tabs":[{"tab_title":"Mauris pulvinar fringilla turpis quis","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"127d72e"},{"tab_title":"Donec eu eleifend mauris","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"d069379"},{"tab_title":"Donec porta non justo vel iaculis","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"cc312a5"}],"border_width":{"unit":"px","size":0},"title_color":"#333","title_padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false},"_animation":"fadeInLeft","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"toggle"}],"isInner":false},{"id":"625a2473","elType":"column","settings":{"_column_size":50,"_inline_size":null,"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"d726fba","elType":"widget","settings":{"image":{"id":"2564","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/06.jpg"},"_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_border_color":"#f5f5f5","_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"20a9452b","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"team","background_background":"classic","background_color":"#f5f5f5","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"9b50876","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"38fad5dc","elType":"widget","settings":{"title":"Our Team","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"20b52c33","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"67da3b92","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"75cfb574","elType":"section","settings":{"structure":"40","animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"56b1ae3d","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1b44fa7e","elType":"widget","settings":{"image":{"id":"2565","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team1.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"709827f2","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5ab3f1ca","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"51c693f6","elType":"widget","settings":{"editor":"Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"3c19503e","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"24ea2fbe","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5b745406","elType":"widget","settings":{"image":{"id":"2566","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team2.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"29f77776","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"711eab0","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5ecc537d","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"c6a0a08","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"2e77c822","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"22c06791","elType":"widget","settings":{"image":{"id":"2567","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team3.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"4bd0af9","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4feb2aa0","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"514c00c5","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"2664391b","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"21edc5c1","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"489b1b61","elType":"widget","settings":{"image":{"id":"2568","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team4.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"11ecad49","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"6032b085","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3f98ba42","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"5b9fcffc","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76b651dc","elType":"section","settings":{"structure":"40","background_background":"classic","background_color":"#ffffff","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"content_width":{"unit":"px","size":1172},"gap":"extended","_element_id":"skills","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"56aa2393","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"589927de","elType":"widget","settings":{"starting_number":"","ending_number":20,"title":"Themes","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"314130c0","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"171c0c0b","elType":"widget","settings":{"starting_number":"","ending_number":98,"title":"Supporters","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"11a42d08","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"88c32d","elType":"widget","settings":{"starting_number":"","ending_number":1360,"title":"Projects","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"4fb1ae32","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4936d17","elType":"widget","settings":{"starting_number":"","ending_number":80000,"title":"Customers","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false}],"isInner":false},{"id":"4c4817fd","elType":"section","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_color":"#f5f5f5","_element_id":"testimonials","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4a2de1c9","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"422938ba","elType":"widget","settings":{"title":"What Clients Say","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"9072b46","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"}],"isInner":false}],"isInner":false},{"id":"207f9f02","elType":"section","settings":{"structure":"30","padding":{"unit":"px","top":"20","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"testimonial","content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_color":"#f5f5f5","animation":"bounceIn","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5d3ae724","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"291ba615","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"65ac7030","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2166fe67","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"439c0bb","elType":"widget","settings":{"image":{"id":"2569","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial1.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"73e2ee92","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2f061a01","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"2dd056d3","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"2197c760","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"d6e5e2d","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"56d665a5","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"532d3c96","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"10e732ac","elType":"widget","settings":{"image":{"id":"2570","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial2.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"3c50e1e7","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"105009a4","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"583e3956","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5406bc62","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"12fab55e","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"4489829a","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2eae939e","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"55d8a389","elType":"widget","settings":{"image":{"id":"2571","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial3.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"7f001ff2","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7b84f9b1","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"2248ac0b","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7080cefe","elType":"section","settings":{"background_background":"classic","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_width":{"unit":"px","size":1170},"gap":"extended","_element_id":"clients","animation":"fadeIn","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1555e73b","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4807920c","elType":"widget","settings":{"carousel":[{"id":"2572","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c3.png"},{"id":"2573","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c2.png"},{"id":"2574","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c1.png"},{"id":"2575","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c4.png"},{"id":"2576","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c5.png"}],"thumbnail_size":"full","slides_to_show":"5","navigation":"none","image_spacing_custom":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"7145ff66","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_position":"top left","background_attachment":"scroll","background_repeat":"no-repeat","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"contact","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.85},"background_size":"cover","background_image":{"id":"2577","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/003.jpg"},"background_overlay_color":"#f5f5f5","background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"3f37b2d0","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"63538b80","elType":"widget","settings":{"title":"Contact","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4bb4d94b","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"7b854b8a","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","text_color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"300b0e5c","elType":"section","settings":{"content_width":{"unit":"px","size":520},"gap":"no","text_align":"center","animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"298c3a91","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":20,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5d82d1d3","elType":"widget","settings":{"icon_list":[{"text":"3301 Lorem Ipsum, Dolor Sit St","icon":"fa fa-map-marker","_id":"4b1ae76","link":{"url":"","is_external":"","nofollow":""}},{"text":"+1123 2456 689","icon":"fa fa-phone","_id":"45dcfc5","link":{"url":"","is_external":"","nofollow":""}},{"text":"admin@domain.com","icon":"fa fa-envelope-o","_id":"1580dbb","link":{"url":"","is_external":"","nofollow":""}}],"space_between":{"unit":"px","size":10},"icon_color":"#555","view":"inline","icon_align":"center","text_color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-list"},{"id":"4598f733","elType":"widget","settings":{"shortcode":"[contact-form-7 id=''2542'' title=''Contact form'']","_background_background":"classic","_background_color":"rgba(255,255,255,0.01)","_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(255,255,255,0.5)"},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"shortcode"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1666, 2611, '_elementor_template_type', 'post'),
(1594, 2595, '_edit_lock', '1532621089:1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1588, 2595, '_elementor_data', '[{"id":"38575c5f","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","height":"full","background_background":"video","background_video_link":"https:\\/\\/www.youtube.com\\/watch?v=XDLmLYXuIDM","background_video_fallback":{"id":"2551","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/home-bg01.jpg"},"_element_id":"home","background_video_start":10,"background_video_end":60,"background_overlay_background":"classic","background_overlay_color":"#000000","background_overlay_opacity":{"unit":"px","size":0.1},"padding":{"unit":"px","top":"80","right":"0","bottom":"80","left":"0","isLinked":false},"background_image":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5310463a","elType":"column","settings":{"_column_size":100,"space_between_widgets":5,"animation":"fadeIn","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4fce0e5a","elType":"widget","settings":{"weight":{"unit":"px","size":2},"color":"#ffffff","width":{"unit":"px","size":945},"align":"center","gap":{"unit":"px","size":0},"hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"3dc4952a","elType":"widget","settings":{"title":"Powerful One Page Theme","header_size":"h1","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_family":"Lustria","typography_font_size":{"unit":"px","size":64},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_border_width":{"unit":"px","top":"1","right":"0","bottom":"1","left":"0","isLinked":false},"typography_font_size_tablet":{"unit":"px","size":48},"typography_font_size_mobile":{"unit":"px","size":32},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"636ae261","elType":"widget","settings":{"weight":{"unit":"px","size":2},"color":"#ffffff","width":{"unit":"px","size":945},"align":"center","gap":{"unit":"px","size":0},"hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"c6ed0a7","elType":"widget","settings":{"space":{"unit":"px","size":20},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"spacer"},{"id":"e1910c3","elType":"widget","settings":{"editor":"<p>Based on Bootstrap framework and shortcodes, quick set and easy build,<br \\/> shines one page small business website.<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Lustria","typography_font_size":{"unit":"px","size":20},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_font_style":"normal","typography_line_height":{"unit":"em","size":1.8},"typography_font_size_tablet":{"unit":"px","size":16},"typography_font_size_mobile":{"unit":"px","size":12},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"d4c2689","elType":"widget","settings":{"text":"Click Me","align":"center","size":"lg","background_color":"rgba(0,0,0,0)","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_radius":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"700","typography_text_transform":"uppercase","text_padding":{"unit":"px","top":"15","right":"30","bottom":"15","left":"30","isLinked":false},"text_padding_tablet":{"unit":"px","top":"10","right":"20","bottom":"10","left":"20","isLinked":false},"text_padding_mobile":{"unit":"px","top":"8","right":"15","bottom":"8","left":"15","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"button"},{"id":"52285578","elType":"widget","settings":{"space":{"unit":"px","size":20},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"spacer"},{"id":"31081d16","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"b8aff73","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-skype","link":{"url":"","is_external":"true","nofollow":""},"_id":"10fde77"},{"social":"fa fa-twitter","_id":"b6afc83","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-linkedin","link":{"url":"","is_external":"true","nofollow":""},"_id":"e203229"},{"social":"fa fa-google-plus","_id":"547ac15","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-rss","link":{"url":"","is_external":"true","nofollow":""},"_id":"a771896"}],"icon_color":"custom","icon_primary_color":"rgba(255,255,255,0)","icon_size":{"unit":"px","size":32},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":20},"icon_size_tablet":{"unit":"px","size":24},"icon_size_mobile":{"unit":"px","size":16},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":false}],"isInner":false},{"id":"2ebfbd13","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"no","padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"about","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"360d42de","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"788d4634","elType":"widget","settings":{"title":"Welcome to Onetone Agency","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5521a7","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"68a8afb9","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"38e88f59","elType":"widget","settings":{"image":{"id":"2552","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/onetone-banner-1.png"},"align":"center","width":{"unit":"px","size":700},"_animation":"fadeInDown","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"163b6489","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","padding":{"unit":"px","top":"50","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"services","background_color":"#f5f5f5","background_image":{"id":"2559","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/bg2.jpg"},"background_overlay_background":"classic","background_overlay_color":"#f6f6f6","background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7b3250ff","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"180558a2","elType":"widget","settings":{"title":"Our Services","align":"center","title_color":"#555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7724583b","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"2b4e1583","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","text_color":"#555","_margin":{"unit":"px","top":"0","right":"0","bottom":"40","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"48a47f60","elType":"section","settings":{"structure":"30","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"28277d7e","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInLeft","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7c3802a8","elType":"widget","settings":{"image":{"id":"2553","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_1-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"26d693cc","elType":"widget","settings":{"title":"Flexible Design","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5153bf38","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"26aeb720","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"26f0cd67","elType":"widget","settings":{"image":{"id":"2554","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_2-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"25631589","elType":"widget","settings":{"title":"Elementor Compatible\\u200b","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"1a7de38","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"249eae93","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2b7f533f","elType":"widget","settings":{"image":{"id":"2555","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_3-2.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"741c8e81","elType":"widget","settings":{"title":"Free PSD Template\\u200b","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"28e7412d","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"71500886","elType":"section","settings":{"structure":"30","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2f4ad371","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInLeft","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1ba11592","elType":"widget","settings":{"image":{"id":"2556","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_4-2.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"5e7bb5a0","elType":"widget","settings":{"title":"Free Demo Contents","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7a93e2f1","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"39598cfa","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInUp","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"576027a0","elType":"widget","settings":{"image":{"id":"2557","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_5-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"5132afc5","elType":"widget","settings":{"title":"SEO Optimization","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3e954138","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"4805b901","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":15,"background_background":"classic","background_overlay_background":"classic","background_overlay_color":"#ffffff","background_overlay_opacity":{"unit":"px","size":0.95},"border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true},"padding":{"unit":"px","top":"20","right":"20","bottom":"0","left":"20","isLinked":false},"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2890b0e3","elType":"widget","settings":{"image":{"id":"2558","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/Icon_6-3.png"},"image_size":"full","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"522aec56","elType":"widget","settings":{"title":"Continuous Support","header_size":"h3","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3f98e2f","elType":"widget","settings":{"editor":"<p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.<\\/p>","align":"center","text_color":"#999","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"44b44b5e","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"no","padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_video_start":20,"_element_id":"projects","layout":"full_width","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"34d1d7e3","elType":"column","settings":{"_column_size":100,"space_between_widgets":20,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"55030511","elType":"widget","settings":{"title":"OUR PROJECTS","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"76ece463","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"68258b66","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"63131925","elType":"widget","settings":{"wp_gallery":[{"id":"2560","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery2.jpg"},{"id":"2561","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery3.jpg"},{"id":"2562","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery4.jpg"},{"id":"2563","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/gallery5.jpg"}],"thumbnail_size":"shop_single","gallery_columns":"4","open_lightbox":"yes","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0},"image_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"fadeInDown","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"154b622b","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"features","content_position":"middle","structure":"20","background_overlay_background":"classic","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"45bb818e","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7574a1c5","elType":"widget","settings":{"title":"Features","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4149e378","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"left","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"2e39f57","elType":"widget","settings":{"editor":"<p>Morbi rutrum, elit ac fermentum egestas, tortor ante vestibulum est, eget scelerisque nisl velit eget tellus. Fusce porta facilisis luctus. Integer neque dolor, rhoncus nec euismod eget, pharetra et tortor. Nulla id pulvinar nunc. Vestibulum auctor nisl vel lectus ullamcorper sed pellentesque dolor eleifend. Praesent lobortis magna vel diam mattis sagittis.<\\/p>","text_color":"#555","_animation":"fadeInLeft","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"346920aa","elType":"widget","settings":{"tabs":[{"tab_title":"Mauris pulvinar fringilla turpis quis","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"127d72e"},{"tab_title":"Donec eu eleifend mauris","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"d069379"},{"tab_title":"Donec porta non justo vel iaculis","tab_content":"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>","_id":"cc312a5"}],"border_width":{"unit":"px","size":0},"title_color":"#333","title_padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false},"_animation":"fadeInLeft","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"toggle"}],"isInner":false},{"id":"625a2473","elType":"column","settings":{"_column_size":50,"_inline_size":null,"animation":"fadeInRight","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"d726fba","elType":"widget","settings":{"image":{"id":"2564","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/06.jpg"},"_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_border_color":"#f5f5f5","_border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"20a9452b","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"team","background_background":"classic","background_color":"#f5f5f5","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"9b50876","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"38fad5dc","elType":"widget","settings":{"title":"Our Team","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"20b52c33","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"67da3b92","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"75cfb574","elType":"section","settings":{"structure":"40","animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"56b1ae3d","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1b44fa7e","elType":"widget","settings":{"image":{"id":"2565","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team1.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"709827f2","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5ab3f1ca","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"51c693f6","elType":"widget","settings":{"editor":"Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"3c19503e","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"24ea2fbe","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5b745406","elType":"widget","settings":{"image":{"id":"2566","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team2.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"29f77776","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"711eab0","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"5ecc537d","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"c6a0a08","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"2e77c822","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"22c06791","elType":"widget","settings":{"image":{"id":"2567","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team3.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"4bd0af9","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4feb2aa0","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"514c00c5","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"2664391b","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"21edc5c1","elType":"column","settings":{"_column_size":25,"_inline_size":null,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"489b1b61","elType":"widget","settings":{"image":{"id":"2568","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/team4.jpg"},"image_size":"full","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"},{"id":"11ecad49","elType":"widget","settings":{"title":"John Doe","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"6032b085","elType":"widget","settings":{"title":"Software Developer","header_size":"h3","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"3f98ba42","elType":"widget","settings":{"editor":"<p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.<\\/p>","align":"center","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"5b9fcffc","elType":"widget","settings":{"social_icon_list":[{"social":"fa fa-facebook","_id":"6c5d2e5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-twitter","_id":"3ea37d5","link":{"url":"","is_external":"true","nofollow":""}},{"social":"fa fa-instagram","link":{"url":"","is_external":"true","nofollow":""},"_id":"8de49b7"},{"social":"fa fa-envelope","_id":"d3b031e","link":{"url":"","is_external":"true","nofollow":""}}],"icon_color":"custom","icon_primary_color":"rgba(0,0,0,0)","icon_secondary_color":"#333333","icon_size":{"unit":"px","size":16},"icon_padding":{"unit":"em","size":0},"icon_spacing":{"unit":"px","size":16},"_margin":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"social-icons"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76b651dc","elType":"section","settings":{"structure":"40","background_background":"classic","background_color":"#ffffff","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"content_width":{"unit":"px","size":1172},"gap":"extended","_element_id":"skills","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"56aa2393","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"589927de","elType":"widget","settings":{"starting_number":"","ending_number":20,"title":"Themes","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"314130c0","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"171c0c0b","elType":"widget","settings":{"starting_number":"","ending_number":98,"title":"Supporters","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"11a42d08","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"88c32d","elType":"widget","settings":{"starting_number":"","ending_number":1360,"title":"Projects","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false},{"id":"4fb1ae32","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4936d17","elType":"widget","settings":{"starting_number":"","ending_number":80000,"title":"Customers","number_color":"#000000","typography_number_typography":"custom","typography_number_font_family":"Open Sans","typography_number_font_size":{"unit":"px","size":50},"typography_number_font_weight":"400","title_color":"#555","typography_title_typography":"custom","typography_title_font_size":{"unit":"px","size":24},"typography_title_font_weight":"400","typography_title_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"counter"}],"isInner":false}],"isInner":false},{"id":"4c4817fd","elType":"section","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false},"background_background":"classic","background_color":"#f5f5f5","_element_id":"testimonials","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4a2de1c9","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"422938ba","elType":"widget","settings":{"title":"What Clients Say","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"9072b46","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"}],"isInner":false}],"isInner":false},{"id":"207f9f02","elType":"section","settings":{"structure":"30","padding":{"unit":"px","top":"20","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"testimonial","content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_color":"#f5f5f5","animation":"bounceIn","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5d3ae724","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"291ba615","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"65ac7030","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2166fe67","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"439c0bb","elType":"widget","settings":{"image":{"id":"2569","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial1.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"73e2ee92","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2f061a01","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"2dd056d3","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"2197c760","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"d6e5e2d","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"56d665a5","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"532d3c96","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"10e732ac","elType":"widget","settings":{"image":{"id":"2570","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial2.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"3c50e1e7","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"105009a4","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"583e3956","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5406bc62","elType":"column","settings":{"_column_size":33,"_inline_size":null,"space_between_widgets":10,"background_background":"classic","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"12fab55e","elType":"widget","settings":{"icon":"fa fa-quote-left","title_text":"","description_text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.","position":"left","title_size":"div","primary_color":"rgba(85,85,85,0.3)","icon_space":{"unit":"px","size":8},"title_bottom_space":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-box"},{"id":"4489829a","elType":"section","settings":{"content_position":"middle","structure":"20","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2eae939e","elType":"column","settings":{"_column_size":50,"_inline_size":24.107,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"55d8a389","elType":"widget","settings":{"image":{"id":"2571","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/testimonial3.jpg"},"image_size":"full","align":"left","width":{"unit":"px","size":60},"image_border_radius":{"unit":"px","top":"100","right":"100","bottom":"100","left":"100","isLinked":true},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"7f001ff2","elType":"column","settings":{"_column_size":50,"_inline_size":75.987,"space_between_widgets":10,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7b84f9b1","elType":"widget","settings":{"title":"John Doe","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"2248ac0b","elType":"widget","settings":{"title":"Web Developer","header_size":"div","align":"left","title_color":"#555555","typography_typography":"custom","typography_font_size":{"unit":"px","size":14},"typography_font_weight":"400","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7080cefe","elType":"section","settings":{"background_background":"classic","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_width":{"unit":"px","size":1170},"gap":"extended","_element_id":"clients","animation":"fadeIn","background_color":"#ffffff","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1555e73b","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4807920c","elType":"widget","settings":{"carousel":[{"id":"2572","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c3.png"},{"id":"2573","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c2.png"},{"id":"2574","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c1.png"},{"id":"2575","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c4.png"},{"id":"2576","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/c5.png"}],"thumbnail_size":"full","slides_to_show":"5","navigation":"none","image_spacing_custom":{"unit":"px","size":0},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"7145ff66","elType":"section","settings":{"content_width":{"unit":"px","size":1170},"gap":"extended","background_background":"classic","background_position":"top left","background_attachment":"scroll","background_repeat":"no-repeat","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"_element_id":"contact","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.85},"background_size":"cover","background_image":{"id":"2577","url":"http:\\/\\/sixjekkient.byethost18.com\\/6sykdb\\/wp-content\\/uploads\\/2018\\/07\\/003.jpg"},"background_overlay_color":"#f5f5f5","background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"3f37b2d0","elType":"column","settings":{"_column_size":100,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"63538b80","elType":"widget","settings":{"title":"Contact","align":"center","title_color":"#555555","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"700","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.1},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"4bb4d94b","elType":"widget","settings":{"weight":{"unit":"px","size":3},"width":{"unit":"px","size":30},"align":"center","gap":{"unit":"px","size":2},"color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"},{"id":"7b854b8a","elType":"widget","settings":{"editor":"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.<\\/p>","align":"center","text_color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"},{"id":"300b0e5c","elType":"section","settings":{"content_width":{"unit":"px","size":520},"gap":"no","text_align":"center","animation":"fadeInDown","background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"298c3a91","elType":"column","settings":{"_column_size":100,"_inline_size":null,"space_between_widgets":20,"background_image":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"5d82d1d3","elType":"widget","settings":{"icon_list":[{"text":"3301 Lorem Ipsum, Dolor Sit St","icon":"fa fa-map-marker","_id":"4b1ae76","link":{"url":"","is_external":"","nofollow":""}},{"text":"+1123 2456 689","icon":"fa fa-phone","_id":"45dcfc5","link":{"url":"","is_external":"","nofollow":""}},{"text":"admin@domain.com","icon":"fa fa-envelope-o","_id":"1580dbb","link":{"url":"","is_external":"","nofollow":""}}],"space_between":{"unit":"px","size":10},"icon_color":"#555","view":"inline","icon_align":"center","text_color":"#555","_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon-list"},{"id":"4598f733","elType":"widget","settings":{"shortcode":"[contact-form-7 id=''2542'' title=''Contact form'']","_background_background":"classic","_background_color":"rgba(255,255,255,0.01)","_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(255,255,255,0.5)"},"_background_image":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"shortcode"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1654, 2609, '_elementor_version', '0.4'),
(1655, 2609, '_elementor_edit_mode', 'builder'),
(1686, 2616, '_elementor_edit_mode', 'builder'),
(1687, 2616, '_elementor_data', '[{"id":"242f34b","elType":"section","settings":[],"elements":[{"id":"21d3a28","elType":"column","settings":{"_column_size":100},"elements":[],"isInner":false}],"isInner":false},{"id":"aea1933","elType":"section","settings":{"structure":"30"},"elements":[{"id":"7ab324f","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[],"isInner":false},{"id":"65f0321","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[],"isInner":false},{"id":"534a164","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(1657, 2609, '_wp_page_template', 'elementor_header_footer'),
(1658, 290, '_wp_trash_meta_status', 'draft'),
(1659, 290, '_wp_trash_meta_time', '1532621266'),
(1660, 290, '_wp_desired_post_slug', ''),
(1661, 2610, '_elementor_edit_mode', 'builder'),
(1688, 2616, '_elementor_version', '0.4'),
(1668, 2611, '_elementor_version', '0.4'),
(1669, 2611, '_elementor_css', 'a:4:{s:4:"time";i:1532621943;s:5:"fonts";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1690, 204, '_wp_attachment_is_custom_background', 'talon'),
(1710, 2632, '_wp_attachment_image_alt', '無限挑戰六六歌水晶男孩'),
(1711, 59, '_elementor_css', 'a:5:{s:4:"time";i:1532658234;s:5:"fonts";a:0:{}s:6:"status";s:5:"empty";i:0;s:0:"";s:3:"css";s:0:"";}'),
(1718, 33, '_onetone_post_meta', '{"header_overlay":"no","nav_menu":"","full_width":"yes","padding_top":"50px","padding_bottom":"50px","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":"yes"}'),
(1713, 185, '_wp_page_template', 'page-templates/template_fullwidth.php'),
(1714, 185, '_elementor_edit_mode', 'builder'),
(1715, 33, '_elementor_template_type', 'post'),
(1716, 185, '_elementor_data', '[{"id":"9328217","elType":"section","settings":[],"elements":[{"id":"53101fd","elType":"column","settings":{"_column_size":100},"elements":[{"id":"9b7b428","elType":"widget","settings":[],"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"39bc21b2","elType":"section","settings":[],"elements":[{"id":"1c684b58","elType":"column","settings":{"_column_size":100},"elements":[{"id":"62d6060e","elType":"widget","settings":{"editor":"\\u5c0f\\u9ec3 \\uff08\\u6c34\\u6676\\u7537\\u5b69\\u6b4c\\u8ff7\\u7d71\\u7a31\\uff09\\r\\n\\u6c34\\u6676\\u7537\\u5b69(Sechskies\\/\\uc81d\\uc2a4\\ud0a4\\uc2a4)\\u7684\\u6b4c\\u8ff7\\u7d71\\u7a31\\u3002\\r\\n\\u4e2d\\u6587\\u540d \\u5c0f\\u9ec3 \\u5916\\u6587\\u540d Yellowkies \\u5225 \\u540d \\u8fce\\u6625\\u82b1 \\u570b \\u7c4d \\u5168\\u7403 \\u51fa\\u751f\\u65e5\\u671f 1997\\u5e744\\u670815\\u65e5\\r\\n\\u6c34\\u6676\\u7537\\u5b69\\u6b4c\\u8ff7\\u5f8c\\u63f4\\u8272\\u662f\\u9ec3\\u8272\\uff0c\\u7c89\\u7d72\\u5011\\u6703\\u7a7f\\u9ec3\\u8272\\u96e8\\u8863\\u3001\\u624b\\u62ff\\u9ec3\\u8272\\u6c23\\u7403\\uff0c2016\\u5e74\\u56de\\u6b78\\u5f8c\\u9084\\u6709\\u9ec3\\u8272\\u65d7\\u5e5f\\uff0c\\u6545\\u88ab\\u6c34\\u6676\\u7537\\u5b69\\u89aa\\u5207\\u7a31\\u70ba\\u201c\\u5c0f\\u9ec3\\u5011\\u201d\\u3002\\r\\n\\u6c34\\u6676\\u7537\\u5b691997\\u5e744\\u670815\\u65e5\\u51fa\\u9053\\uff0c2000\\u5e745\\u670818\\u65e5\\u5ba3\\u5e03\\u89e3\\u6563\\uff0c\\u6642\\u969416\\u5e74\\u5f8c\\u76842016\\u5e744\\u670814\\u65e5\\u901a\\u904e\\u300a\\u7121\\u9650\\u6311\\u6230\\u300b\\u56de\\u6b78\\u3002\\r\\n\\u96d6\\u7136\\u6642\\u969416\\u5e74\\uff0c\\u4f46\\u6b4c\\u8ff7\\u5011\\u4ecd\\u820a\\u7a7f\\u8457\\u7576\\u5e74\\u7684\\u9ec3\\u8272\\u96e8\\u8863\\u53bb\\u8d74\\u7d04\\uff0c\\u9019\\u4e9b\\u6b4c\\u8ff7\\u6709\\u4e9b\\u5df2\\u7d93\\u6210\\u70ba\\u5abd\\u5abd\\u3002\\u62b1\\u8457\\u5b69\\u5b50\\u7684\\u6bcd\\u89aa\\u7a7f\\u8457\\u9ec3\\u8272\\u96e8\\u8863\\u53bb\\u898b16\\u5e74\\u524d\\u7684\\u5076\\u50cf\\uff0c\\u611f\\u52d5\\u4e86\\u5f88\\u591a\\u4eba\\u3002\\r\\n2016\\u5e7410\\u67081\\u65e5\\u6c34\\u6676\\u7537\\u5b69\\u53c3\\u52a0\\u91dc\\u5c71\\u7684BOF\\u6f14\\u5531\\u6703\\uff0c\\u9019\\u662f\\u6c34\\u6676\\u7537\\u5b69\\u56de\\u6b78\\u4ee5\\u4f86\\u9996\\u6b21\\u53c3\\u52a0\\u516c\\u6f14\\uff0c\\u5c0f\\u9ec3\\u5011\\u5305\\u8eca60\\u591a\\u53f0\\u5168\\u570b\\u5404\\u5730\\u8d95\\u5f80\\u91dc\\u5c71\\u7d66\\u6c34\\u6676\\u7537\\u5b69\\u61c9\\u63f4\\uff0c\\u73fe\\u58346000\\u591a\\u540d\\u7c89\\u7d72\\u518d\\u6b21\\u5f62\\u6210\\u201c\\u9ec3\\u6d77\\u201d\\uff0c\\u518d\\u73fe\\u62fc\\u76e4\\u76db\\u4e16\\uff0c\\u5834\\u9762\\u4ee4\\u4eba\\u9707\\u64bc\\u3002\\u9019\\u5c31\\u662f\\u97d3\\u570b\\u4e00\\u4ee3\\u5076\\u50cf\\u548c\\u5c6c\\u65bc\\u4ed6\\u5011\\u7684\\u61c9\\u63f4\\u6587\\u5316\\u3002\\r\\n\\r\\nhttps:\\/\\/www.dcard.tw\\/f\\/entertainer\\/p\\/227359556\\r\\n\\r\\n&nbsp;\\r\\n\\r\\n&nbsp;\\r\\n\\r\\nhttps:\\/\\/imgur.dcard.tw\\/zx6FJBe.jpg\\r\\n\\ud83d\\udc9bYellowkies\\ud83d\\udc9b\\r\\n\\u6c34\\u6676\\u7537\\u5b69\\u5b98\\u65b9\\u7c89\\u7d72\\u540d\\u7a31\\r\\n\\u61c9\\u63f4\\u8272\\u70ba\\u9ec3\\u8272\\uff0c\\u6240\\u4ee5\\u53c8\\u7a31\\u5c0f\\u9ec3\\r\\n\\r\\nPost images\\r\\n\\u5148\\u4f86\\u8aaa\\u4fc3\\u4f7f\\u6211\\u6253\\u9019\\u7bc7\\u76842017\\u5927\\u62fc\\u76e4\\u4eba\\u6c23\\u6b4c\\u8b20\\u6f14\\u5531\\u6703\\r\\n\\u56e0\\u70ba\\u6700\\u8fd1\\u5fd9\\u7562\\u696d\\u5c08\\u984c\\u53c8\\u5728\\u5237\\u5927\\u723a\\u5011\\u7684\\u6cb9\\u7ba1mv\\r\\n\\u6211\\u662f\\u9694\\u5929\\u65e9\\u4e0a\\u5237\\u5fae\\u535a\\u7684\\u6642\\u5019\\u624d\\u77e5\\u9053\\u7684\\u2b07\\u2b07\\u2b07\\r\\nPost images\\r\\nPost images\\r\\n\\u770b\\u5b8c\\u7acb\\u523b\\u53bb\\u770b\\u63a8\\u7279\\u8ddfyoutube\\r\\n\\u5c0f\\u9ec3\\u59d0\\u59d0\\u5011\\u771f\\u7684\\u662f\\u5f88\\u5718\\u7d50\\r\\n\\u5176\\u5be6\\u672c\\u4f86\\u5c0f\\u9ec3\\u5011\\u7684\\u4f4d\\u5b50\\u662f\\u5206\\u6563\\u7684\\r\\n\\u4f46\\u662f\\u60f3\\u8b93\\u6c34\\u6676\\u5011\\u4e00\\u773c\\u53ef\\u4ee5\\u6e05\\u695a\\u770b\\u5230\\u5c0f\\u9ec3\\r\\n\\u6240\\u4ee5\\u5c0f\\u9ec3\\u5011\\u96c6\\u9ad4\\u79fb\\u4f4d\\u805a\\u5728\\u4e00\\u8d77\\u66f4\\u986f\\u773c\\r\\n\\u65bc\\u662f\\u5373\\u4f7f\\u8996\\u7dda\\u4e0d\\u597d\\u4e5f\\u6c92\\u95dc\\u4fc2\\r\\n\\u53ea\\u8981\\u6c34\\u6676\\u770b\\u5230\\u5c0f\\u9ec3\\u5011\\u5728\\u61c9\\u63f4\\u5c31\\u597d\\r\\nPost images\\r\\nPost images\\r\\n\\u800c\\u4e14\\u4e5f\\u5f88\\u591a\\u5176\\u4ed6\\u5bb6\\u7684\\u7c89\\u7d72\\u7ffb\\u62cd\\u5c0f\\u9ec3\\u5011\\r\\n\\u63a8\\u7279\\u4e5f\\u5f88\\u591a\\u5176\\u4ed6\\u7c89\\u7d72\\u5728\\u8a0e\\u8ad6\\r\\nPost images\\r\\nPost images\\r\\n\\u9644\\u4e0a\\u98ef\\u62cd\\u7248\\u7684\\u5c0f\\u9ec3\\u5011\\r\\n\\u9019\\u500b\\u662f\\u6211\\u5f8c\\u4f86\\u627e\\u5230\\u5225\\u5bb6\\u62cd\\u7684\\u8d85\\u7d1a\\u6e05\\u695a\\r\\n\\u800c\\u4e14\\u611f\\u89ba\\u662f\\u88ab\\u5c0f\\u9ec3\\u7a0d\\u5fae\\u5708\\u7c89\\u5230\\u5f8c\\u9762\\u76f4\\u63a5\\u8ddf\\u8457\\u61c9\\u63f4\\u7684\\u5176\\u4ed6\\u5bb6\\u98ef\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u7279\\u5225\\u5bf6\\u7248\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u4e09\\u500b\\u8a5e\\u7248\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u800c\\u4e14\\u770bfancam\\u6c34\\u6676\\u5011\\r\\n\\u771f\\u7684\\u662f\\u5927\\u723a\\u5011\\u4e00\\u958b\\u59cb\\u5728\\u627e\\u5c0f\\u9ec3\\u5011\\r\\n\\u4e00\\u958b\\u59cb\\u662f\\u6bb7\\u5927\\u767c\\u73fe\\u8ddf\\u5176\\u4ed6\\u4eba\\u8aaa\\r\\n\\u5927\\u5bb6\\u90fd\\u627e\\u5230\\u5f8c\\u5c31\\u4e00\\u76f4\\u7784\\u4e00\\u76f4\\u770b\\r\\n\\u6700\\u5f8c\\u6839\\u672c\\u771f\\u7684\\u6c92\\u5728\\u770b\\u93e1\\u982d\\u76f4\\u63a5\\u5c0d\\u8457\\u5531\\r\\nPost images\\r\\n\\u6700\\u5f8c\\u7d50\\u675f\\u7684\\u6642\\u5019\\u760b\\u72c2\\u671d\\u5c0f\\u9ec3\\u5011\\u7684\\u4f4d\\u5b50\\u9001\\u98db\\u543b\\r\\nPost images\\r\\n\\u525b\\u597d\\u6709\\u7c89\\u7d72\\u7d00\\u9304\\u5230\\u5c0f\\u9ec3\\u5011\\u7684\\u79fb\\u52d5\\u53f2\\u54c8\\u54c8\\r\\nPost images\\r\\n\\u4e0b\\u9762\\u9019\\u500b\\u662f\\u5531\\u4e09\\u500b\\u8a5e\\r\\n\\u7279\\u5225\\u653e\\u9019\\u500b\\u662f\\u56e0\\u70ba\\u4e00\\u958b\\u59cb\\u770b\\u5750\\u5728\\u4e3b\\u821e\\u53f0\\u90a3\\u908a\\u7684\\u5176\\u4ed6\\u98ef\\u5011\\r\\n\\u53ef\\u80fd\\u5728\\u6e96\\u5099\\u7b49\\u7b49\\u770b\\u81ea\\u5df1\\u7684\\u5509\\u8c46\\u6216\\u662f\\u4f11\\u606f\\r\\n\\u4f46\\u662f\\u4e2d\\u9593\\u6bb7\\u5927rap\\u7684\\u6642\\u5019\\r\\n\\u5176\\u4ed6\\u56db\\u500b\\u8f49\\u982d\\u904e\\u53bb\\u5927\\u5bb6\\u7a81\\u7136\\u56de\\u982d\\u7387\\u8b8a\\u9ad8\\r\\n\\u4f46\\u662f\\u5927\\u5bb6\\u6574\\u500b\\u7126\\u9ede\\u90fd\\u5728\\u59dc\\u751c\\u751c\\u8eab\\u4e0a\\u54c8\\u54c8\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u79c1\\u5fc3\\u653e\\u4e0a\\u500b\\u4eba\\u89ba\\u5f97\\u6bd4\\u7bc0\\u76ee\\u653e\\u9001\\u9084\\u597d\\u7684\\u98ef\\u62cd\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u5176\\u5be6\\u5c0f\\u9ec3\\u5011\\u70ba\\u4e86\\u54e5\\u54e5\\u96c6\\u9ad4\\u79fb\\u52d5\\u7684\\u4e8b\\u60c5\\u4e5f\\u4e0d\\u662f\\u4e00\\u6b21\\u5169\\u6b21\\r\\n\\u771f\\u7684\\u662f\\u6bcf\\u6b21\\u90fd\\u8b93\\u6c34\\u6676\\u5011\\u77e5\\u9053\\u5c0f\\u9ec3\\u5011\\u4e00\\u76f4\\u90fd\\u5728\\r\\n\\r\\n\\u985e\\u4f3c\\u7684\\u70ba\\u4e86\\u8b93\\u6c34\\u6676\\u5011\\u770b\\u5230\\u5c0f\\u9ec3\\u5011\\u79fb\\u52d5\\u4f4d\\u5b50\\u7684\\u6848\\u4f8b\\u9084\\u6709\\u5e7e\\u500b\\r\\nSMA2017\\r\\nPost images\\r\\nPost images\\r\\nPost images\\r\\n\\r\\n\\u5c0f\\u9ec3\\u9020\\u6210\\u6700\\u5927\\u7684\\u8a71\\u984c\\u61c9\\u8a72\\u5c31\\u662f\\u9996\\u5716\\u76842016\\u7684BOF\\r\\nPost images\\r\\n\\u56e0\\u70ba\\u662f\\u6c34\\u6676\\u5011\\u5408\\u9ad4\\u5f8c\\u7b2c\\u4e00\\u500b\\u516c\\u6f14\\uff08\\u4e5f\\u662f\\u5927\\u62fc\\u76e4\\uff09\\r\\n\\u5c0f\\u9ec3\\u5011\\u81ea\\u5df1\\u5305\\u4e8660\\u53f0\\u7684\\u904a\\u89bd\\u8eca\\u5230\\u91dc\\u5c71\\u770b\\u6c34\\u6676\\u5011\\r\\n\\u5728\\u9084\\u6c92\\u5165\\u5834\\u524d\\u5c31\\u9ad8\\u8abf\\u7684\\u7a7f\\u8457\\u9ec3\\u8272\\u96e8\\u8863\\u63ee\\u821e\\u9ec3\\u8272\\u65d7\\u5b50\\r\\nPost images\\r\\nPost images\\r\\n\\u73fe\\u58346000\\u540d\\u7684\\u5c0f\\u9ec3\\u5f62\\u6210\\u4e00\\u5927\\u7247\\u9ec3\\u6d77\\r\\n\\u771f\\u7684\\u662f\\u770b\\u7167\\u7247\\u8ddf\\u5f71\\u7247\\u90fd\\u80fd\\u611f\\u53d7\\u5230\\u73fe\\u5834\\u7684\\u6c23\\u6c1b\\r\\n\\u4e5f\\u662f\\u56e0\\u70ba\\u9019\\u5834\\u6709\\u4e86 \\u9ed1\\u5e6b\\u9ec3 \\u9019\\u500b\\u7dbd\\u865f\\r\\n\\u4e4b\\u5f8c\\u5728\\u63a8\\u7279\\u4e5f\\u662f\\u760b\\u72c2\\u8a0e\\u8ad6\\r\\nPost images\\r\\n\\u6709\\u7bc7\\u65b0\\u805e\\u5beb\\u4e86\\u4e00\\u6bb5\\u6211\\u89ba\\u5f97\\u5f88\\u8cbc\\u5207\\u5f88\\u611f\\u52d5\\u7684\\u8a71\\r\\n\\"\\u50cf\\u662f\\u56de\\u5230\\u7576\\u5e74\\uff0c\\u9019\\u5c31\\u662f\\u4e00\\u4ee3\\u5076\\u50cf\\u548c\\u5c6c\\u65bc\\u4ed6\\u4eec\\u7684\\u61c9\\u63f4\\u6587\\u5316\\"\\r\\n\\u4e0b\\u9762\\u9019\\u500b\\u662f\\u5728\\u5834\\u5167\\u98ef\\u62cd\\u5c0f\\u9ec3\\u6709\\u526a\\u8f2f\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u4e0b\\u9762\\u9019\\u500b\\u98ef\\u62cd\\u6c34\\u6676\\r\\n\\u611f\\u89ba\\u662f\\u5728\\u5c0f\\u9ec3\\u5340\\u62cd\\u7684\\uff08\\u61c9\\u63f4\\u5f88\\u6e05\\u695a\\uff09\\r\\n\\u56e0\\u70ba\\u4e2d\\u9593\\u59dc\\u5927\\u723a\\u8ddf\\u6bb7\\u5927\\u6709\\u62db\\u62db\\u624b\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u4e0b\\u9762\\u9019\\u500b\\u662f\\u98ef\\u62cd\\u5c0f\\u9ec3\\u5011\\u5168\\u5834\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u4e0b\\u9762\\u9019\\u500b\\u662f\\u7576\\u5929\\u9084\\u6c92\\u958b\\u59cb\\u4f46\\u662f\\u5df2\\u7d93\\u9032\\u5834\\u4e86\\r\\n\\u6703\\u5834\\u653e\\u54c1\\u751f\\u54c1\\u6b7b\\u7684mv\\u5c0f\\u9ec3\\u5011\\u81ea\\u5df1\\u61c9\\u63f4\\u7684\\u5f88\\u958b\\u5fc3\\r\\n\\u5176\\u4ed6\\u98ef\\u62cd\\u5c0f\\u9ec3\\u5011\\u61c9\\u63f4\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u4e4b\\u5f8c\\u6210\\u54e1\\u5011\\u4e5f\\u6709po\\u6587\\r\\n\\u5bb0\\u93ae\\u53e3\\u4e2d\\u51b7\\u975c\\u7684\\u4f01\\u696d\\u5bb6\\u694a\\u793e\\u9577\\u4e5f\\u6709Post images\\r\\n\\u7528\\u59dc\\u751c\\u751c\\u7684\\u4ee3\\u8868\\r\\n\\u4e0d\\u7136\\u6211\\u771f\\u7684\\u6253\\u4e0d\\u5b8c\\r\\n\\r\\n\\u63a5\\u8457\\u662f\\u57282016\\u7684Yellow Note\\u7684\\u4e8c\\u5b89\\r\\n\\u572809.11\\u5834\\u5b89\\u53ef\\u5f8c\\u6f14\\u5531\\u6703\\u6b63\\u5f0f\\u7d50\\u675f\\u4e86\\r\\n\\u6703\\u5834\\u71c8\\u5df2\\u7d93\\u5168\\u4eae\\u4e86\\r\\n\\u7d50\\u679c\\u5c0f\\u9ec3\\u5011\\u4e0d\\u8d70\\u9032\\u884c\\u4e86\\u9577\\u9054\\u516d\\u5206\\u9418\\u7684\\u5b89\\u53ef\\u8072\\r\\n\\u770b\\u5f88\\u591a\\u4eba\\u7684\\u5f8c\\u8a18\\u90fd\\u8aaa\\u5728\\u5834\\u7684\\u9ec3\\u5011\\u771f\\u7684\\u662f\\u4e0d\\u653e\\u68c4\\u7684\\u4e00\\u76f4\\u558a\\r\\n\\u516d\\u5206\\u9418\\u7684\\u5b89\\u53ef\\u8072\\u4e2d\\u593e\\u96dc\\u7684\\u5598\\u606f\\u8072\\u8207\\u555c\\u6ce3\\u8072\\r\\n\\u5373\\u4f7f\\u6703\\u5834\\u5ee3\\u64ad\\u8981\\u5927\\u5bb6\\u8d70\\u4e86\\r\\n\\u5373\\u4f7f\\u558a\\u5230\\u8072\\u97f3\\u90fd\\u555e\\u6389\\u4e86\\u8eab\\u9ad4\\u6c92\\u529b\\u6c23\\u4e86\\r\\n\\u9019\\u771f\\u7684\\u662f\\u7528\\u5c0f\\u9ec3\\u5011\\u52aa\\u529b\\u4e0d\\u61c8\\r\\n\\u90fd\\u6709\\u4e86\\u7d55\\u5c0d\\u8981\\u518d\\u770b\\u5230\\u6c34\\u6676\\u5011\\u7684\\u6c7a\\u5fc3\\u624d\\u5f97\\u4f86\\u7684\\u4e8c\\u5b89\\r\\n\\u5f8c\\u7e8c\\u6709\\u4eba\\u8aaa\\r\\n\\"\\u6700\\u5f8c\\u4e00\\u5834\\u4e00\\u5b89\\u7d50\\u675f\\u5f8c\\u5df2\\u7d93\\u90fd\\u5728\\u6253\\u5305\\u884c\\u674e\\u8981\\u8d70\\u4e86\\r\\n\\u7d50\\u679c\\u516c\\u6f14\\u968a\\u8dd1\\u9032\\u4f86\\u8aaa\\u7c89\\u7d72\\u5011\\u90fd\\u4e0d\\u8d70\\r\\n\\u6240\\u4ee5\\u6c34\\u6676\\u5011\\u5168\\u90fd\\u5728\\u770b\\u694a\\u793e\\u9577\\u7684\\u773c\\u8272\\r\\n\\u694a\\u793e\\u9577\\u5c31\\u7b11\\u8457\\u8b93\\u4ed6\\u5011\\u518d\\u6b21\\u4e0a\\u821e\\u53f0\\"\\r\\n\\u5f8c\\u4f86\\u6c34\\u6676\\u5011\\u5728\\u558a\\u8072\\u4e2d\\u51fa\\u53bb\\u518d\\u5531\\u4e86\\u5169\\u9996\\r\\n\\u6211\\u771f\\u7684\\u5f88\\u559c\\u6b61\\u6bb7\\u5fd7\\u6e90\\u525b\\u8981\\u51fa\\u53bb\\u7684\\u6642\\u5019\\u558a\\u4e86\\u4e00\\u53e5\\r\\n\\"\\u5a01~\\u6602\\u310e\\u311a\\u02ca\\" \\uff08\\u70ba\\u4ec0\\u9ebc\\u9084\\u4e0d\\u8d70\\uff09\\r\\n\\u8a9e\\u6c23\\u6839\\u672c\\u5145\\u6eff\\u6eba\\u611b\\u554a\\r\\n\\u5728\\u5ba3\\u50b320\\u9031\\u5e74\\u6f14\\u5531\\u6703\\u7684\\u5f71\\u7247\\r\\n\\u5c31\\u7528\\u4e86\\u7576\\u6642\\u5bb0\\u93ae\\u7684\\u80f8\\u524d\\u651d\\u5f71\\u6a5f\\u62cd\\u7684\\u5f71\\u7247\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u4e0b\\u9762\\u662f\\u4e00\\u76f4\\u5b89\\u53ef\\r\\n\\u88ab\\u5ee3\\u64ad\\u4e5f\\u4e0d\\u8d70\\u7684\\u5c0f\\u9ec3\\u5011\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u4e0b\\u9762\\u662f\\u5f9e\\u5a01\\u6602\\u5496\\u5230\\u771f\\u8d70\\u7684\\u6574\\u5834\\u98ef\\u62cd\\u2b07\\u2b07\\u2b07\\r\\n\\r\\n\\u51fa\\u4e86\\u57fa\\u672c\\u61c9\\u63f4\\u81ea\\u5df1\\u7684\\u5927\\u723a\\r\\n\\u5c0f\\u9ec3\\u5011\\u4e5f\\u5f88\\u6709\\u5fc3\\u7684\\u6703\\u61c9\\u63f4\\u5e2b\\u5f1f\\u5718\\r\\n\\u50cf\\u662f\\u572820\\u9031\\u5e74\\u63a7\\u4e2d\\u6eab\\u62ff\\u5011\\u4f86\\u7576\\u5609\\u8cd3\\r\\n\\u5c31\\u6709\\u5c0f\\u9ec3\\u59d0\\u59d0\\u5011\\u554fic\\u5011really really\\u7684\\u61c9\\u63f4\\r\\n\\u5728\\u5927\\u62fc\\u76e4\\u4e0a\\u4e5f\\u6709\\u5e6b\\u6eab\\u62ff\\u5011\\u61c9\\u63f4\\u9084\\u558a\\u4e86\\u6eab\\u62ff\\u8b9a\\u2b07\\u2b07\\u2b07\\r\\nhttp:\\/\\/video.weibo.com\\/show?fid=1034:86c73a88427c8a555752af29f6fcbcbc\\r\\nPost images\\r\\nPost images\\r\\n\\u8a71\\u8aaa\\u771f\\u5fc3\\u89ba\\u5f97\\u6eab\\u62ff\\u5011\\u771f\\u7684\\u662f\\u597d\\u53ef\\u611b\\u6696\\u5fc3\\u53c8\\u8a0e\\u4eba\\u559c\\u6b61\\u7684\\u5718\\r\\n\\r\\n\\u9084\\u6709\\u81ea\\u5df1\\u7684\\u5076\\u50cf\\u81ea\\u5df1\\u61df\\r\\n\\u56e0\\u70ba\\u6bb7\\u90a3\\u6642\\u5019\\u525b\\u6062\\u5fa9\\u5230\\u55ae\\u8eab\\u7684\\u8eab\\u5206\\u6240\\u4ee5\\u96e3\\u514d\\u6703\\u88ab\\u7576\\u4f5c\\u8a71\\u984c\\r\\nPost images\\r\\n\\u53ef\\u662f\\u5982\\u679c\\u5225\\u4eba\\u61df\\u6211\\u5011\\u5bb6\\u54e5\\u54e5\\u5c31\\u4e0d\\u53ef\\u4ee5\\r\\nPost images\\r\\n\\u9019\\u500b\\u7bc0\\u76ee\\u662f\\u8acb\\u85dd\\u4eba\\u7684\\u7c89\\u7d72\\u4e00\\u8d77\\u4f86\\u804a\\u5929\\r\\n\\u4e0a\\u9762\\u9019\\u500b\\u5c0f\\u9ec3\\u59d0\\u59d0\\u6c23\\u5834\\u8d85\\u7d1a\\u5f37\\r\\n\\u8ddf\\u80fd\\u529b\\u8005\\u88e1\\u9762\\u90a3\\u500b\\u59d0\\u59d0\\u4e0d\\u4e00\\u6a23\\r\\n\\u53e6\\u4e00\\u500b\\u7c89\\u7d72\\u4e00\\u958b\\u59cb\\u70ba\\u4e86\\u53bb\\u9996\\u723e\\u898b\\u6c34\\u6676\\u8ddf\\u5abd\\u5abd\\u8aaa\\u597d\\u8003\\u7b2c\\u4e00\\r\\n\\u4e4b\\u5f8c\\u6c34\\u6676\\u89e3\\u6563\\r\\n\\u70ba\\u4e86\\u53ef\\u4ee5\\u9047\\u5230\\u6c34\\u6676\\u5c31\\u8003\\u4e0a\\u9996\\u723e\\u5927\\u5b78\\r\\n\\u4e4b\\u5f8c\\u5de5\\u4f5c\\u4e5f\\u627e\\u6bb7\\u5fd7\\u6e90\\u9644\\u8fd1\\u7684\\u5730\\u65b9\\r\\nPost images\\r\\n\\u6211\\u89ba\\u5f97\\u9019\\u500b\\u7bc0\\u76ee\\u883b\\u597d\\u770b\\u7684\\r\\n\\u88e1\\u9762\\u7684\\u5c0f\\u9ec3\\u59d0\\u59d0\\u771f\\u7684\\u8b1b\\u5f88\\u591a\\u7576\\u6642\\u7c89\\u7d72\\u7684\\u4e8b\\u60c5\\u8d85\\u7d1a\\u597d\\u770b\\r\\n\\u800c\\u4e14\\u540c\\u4e00\\u96c6\\u6709\\u795e\\u7ae5\\u8ddf\\u7121\\u9650\\u5718\\r\\n\\u9019\\u908a\\u770bhttp:\\/\\/www.bilibili.com\\/video\\/av5191430\\r\\n\\r\\n\\u9084\\u6709\\u4f86\\u81ea\\u5176\\u4ed6\\u5bb6\\u98ef\\u7684\\u8868\\u767d\\r\\nPost images\\r\\nPost images\\r\\nPost images\\r\\n\\r\\n\\u597d\\u4e86\\uff0c\\u6b64\\u7bc7\\u6587\\u5927\\u6982\\u5c31\\u5728\\u9019\\u908a\\u7a81\\u7136\\u5f88\\u6c92\\u982d\\u6c92\\u5c3e\\u7684\\u7d50\\u675f\\u4e86\\r\\n\\u6700\\u5f8c\\u662f\\u6211\\u5011\\u5927\\u723a\\u7684\\u65b0\\u66f2\\r\\n\\r\\n\\u9084\\u6709\\u6700\\u5f8c\\u65b0\\u5c08\\u88e1\\u9762\\u6211\\u6700\\u6700\\u6700\\u559c\\u6b61\\u7684\\u4e00\\u9996\\r\\n\\u6211\\u79c1\\u5fc3\\u7684\\u653e\\u4e0a20\\u63a7\\u7684\\u6bb7\\u98ef\\u62cd\\r\\n\\r\\n\\u6700\\u5f8c\\uff0cjekki zzang\\ud83d\\udc9b\\ud83d\\udc9b\\ud83d\\udc9b\\ud83d\\udc9b\\ud83d\\udc9b\\ud83d\\udc9b\\r\\n\\r\\n\\u4ee5\\u4e0a\\u5716\\u7247\\uff0c\\u622a\\u5716\\u53ca\\u7247\\u6bb5\\u6587\\u5b57\\u5747\\u51fa\\u81eaGoogle,YouTube\\u6216\\u5fae\\u535a\\uff0c\\u82e5\\u4fb5\\u6b0a\\u8acb\\u544a\\u77e5\\u6703\\u7acb\\u523b\\u522a\\u9664\\u3002\\r\\n\\r\\n\\u9084\\u6709\\u5982\\u679c\\u59b3\\u60f3\\u66f4\\u4e86\\u89e3\\u6c34\\u6676\\u9644\\u4e0a\\u4e00\\u7bc7\\u6211\\u4e0a\\u6b21\\u5beb\\r\\n\\u5076\\u50cf\\u7684\\u5076\\u50cf #\\u6c34\\u6676\\u7537\\u5b69 #\\uc81d\\uc2a4\\ud0a4\\uc2a4 #SECHSKIES - Dcard"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(1698, 2628, '_wp_attached_file', '2018/07/sayugi4_2s.png'),
(1699, 2628, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1003;s:4:"file";s:22:"2018/07/sayugi4_2s.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"sayugi4_2s-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:"sayugi4_2s-300x157.png";s:5:"width";i:300;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:22:"sayugi4_2s-768x401.png";s:5:"width";i:768;s:6:"height";i:401;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:23:"sayugi4_2s-1024x535.png";s:5:"width";i:1024;s:6:"height";i:535;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:22:"sayugi4_2s-200x104.png";s:5:"width";i:200;s:6:"height";i:104;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:22:"sayugi4_2s-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:16:"talon-blog-image";a:4:{s:4:"file";s:22:"sayugi4_2s-690x360.png";s:5:"width";i:690;s:6:"height";i:360;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:{}}}'),
(1700, 2629, '_wp_attached_file', '2018/07/ShowBizhoony-1s.png'),
(1701, 2629, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1930;s:6:"height";i:1003;s:4:"file";s:27:"2018/07/ShowBizhoony-1s.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"ShowBizhoony-1s-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:"ShowBizhoony-1s-300x156.png";s:5:"width";i:300;s:6:"height";i:156;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:27:"ShowBizhoony-1s-768x399.png";s:5:"width";i:768;s:6:"height";i:399;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:28:"ShowBizhoony-1s-1024x532.png";s:5:"width";i:1024;s:6:"height";i:532;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-small";a:4:{s:4:"file";s:27:"ShowBizhoony-1s-200x104.png";s:5:"width";i:200;s:6:"height";i:104;s:9:"mime-type";s:9:"image/png";}s:16:"talon-home-large";a:4:{s:4:"file";s:27:"ShowBizhoony-1s-280x280.png";s:5:"width";i:280;s:6:"height";i:280;s:9:"mime-type";s:9:"image/png";}s:16:"talon-blog-image";a:4:{s:4:"file";s:27:"ShowBizhoony-1s-690x359.png";s:5:"width";i:690;s:6:"height";i:359;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:{}}}'),
(1702, 2630, '_edit_lock', '1532655130:1'),
(1703, 2630, '_wp_trash_meta_status', 'publish'),
(1704, 2630, '_wp_trash_meta_time', '1532655153'),
(1717, 185, '_elementor_version', '0.4'),
(1720, 185, '_elementor_template_type', 'post'),
(1722, 2636, '_customize_restore_dismissed', '1');
-- --------------------------------------------------------
--
-- 表的结构 `wp_posts`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=2637 ;
--
-- 转存表中的数据 `wp_posts`
--
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2018-07-20 04:04:12', '2018-07-20 04:04:12', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2018-07-20 04:04:12', '2018-07-20 04:04:12', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=1', 0, 'post', '', 1),
(2, 1, '2018-07-20 04:04:12', '2018-07-20 04:04:12', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://sixjekkient.byethost18.com/6sykdb/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'trash', 'closed', 'open', '', 'sample-page__trashed', '', '', '2018-07-20 16:16:06', '2018-07-20 08:16:06', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=2', 0, 'page', '', 0),
(3, 1, '2018-07-20 04:04:12', '2018-07-20 04:04:12', '<h2>Who we are</h2><p>Our website address is: http://sixjekkient.byethost18.com/6sykdb.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>', 'Privacy Policy', '', 'trash', 'closed', 'open', '', 'privacy-policy__trashed', '', '', '2018-07-20 16:16:06', '2018-07-20 08:16:06', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=3', 0, 'page', '', 0),
(4, 1, '2018-07-20 04:11:18', '0000-00-00 00:00:00', '', '自動草稿', '', 'auto-draft', 'open', 'open', '', '', '', '', '2018-07-20 04:11:18', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=4', 0, 'post', '', 0),
(5, 1, '2018-07-20 05:54:21', '0000-00-00 00:00:00', '', '自動草稿', '', 'auto-draft', 'open', 'open', '', '', '', '', '2018-07-20 05:54:21', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=5', 0, 'post', '', 0),
(6, 1, '2018-07-20 05:54:48', '2018-07-19 21:54:48', '<figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli02.png" alt="sli02" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli01.png" alt="sli01" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/新西遊記4.png" alt="水晶男孩 殷志源 水晶熱舞社 新西遊記" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ShowBizhoony.png" alt="ShowBizhoony" /></figure>', '首頁', '', 'publish', 'closed', 'closed', '', 'index', '', '', '2018-07-27 00:08:00', '2018-07-26 16:08:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=6', 0, 'page', '', 0),
(7, 1, '2018-07-20 05:54:48', '2018-07-20 05:54:48', '', '首頁', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-07-20 05:54:48', '2018-07-20 05:54:48', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/6-revision-v1/', 0, 'revision', '', 0),
(8, 1, '2018-07-20 05:54:57', '2018-07-20 05:54:57', '', '關於', '', 'trash', 'closed', 'closed', '', '%e9%97%9c%e6%96%bc__trashed', '', '', '2018-07-20 16:16:06', '2018-07-20 08:16:06', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=8', 0, 'page', '', 0),
(9, 1, '2018-07-20 05:54:57', '2018-07-20 05:54:57', '', '關於', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-07-20 05:54:57', '2018-07-20 05:54:57', '', 8, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/8-revision-v1/', 0, 'revision', '', 0),
(10, 1, '2018-07-20 05:55:06', '2018-07-19 21:55:06', '', '聯絡我們', '', 'publish', 'closed', 'closed', '', 'connect', '', '', '2018-07-26 18:00:26', '2018-07-26 10:00:26', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=10', 0, 'page', '', 0),
(11, 1, '2018-07-20 05:55:06', '2018-07-20 05:55:06', '', '聯絡我們', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2018-07-20 05:55:06', '2018-07-20 05:55:06', '', 10, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/10-revision-v1/', 0, 'revision', '', 0),
(12, 1, '2018-07-20 05:56:14', '2018-07-20 05:56:14', '水晶男孩sechskies', '水晶男孩sechskies', '水晶男孩sechskies', 'inherit', 'open', 'closed', '', '1', '', '', '2018-07-20 05:56:38', '2018-07-20 05:56:38', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png', 0, 'attachment', 'image/png', 0),
(13, 1, '2018-07-20 05:56:50', '2018-07-20 05:56:50', '{\n "twentyseventeen::header_image": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 05:56:50"\n },\n "twentyseventeen::header_image_data": {\n "value": {\n "url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png",\n "thumbnail_url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png",\n "timestamp": 1532066133967,\n "attachment_id": 12,\n "width": 2000,\n "height": 1200\n },\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 05:56:50"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'c3257d51-d2e2-475e-bea8-660d7dc5cabd', '', '', '2018-07-20 05:56:50', '2018-07-20 05:56:50', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/c3257d51-d2e2-475e-bea8-660d7dc5cabd/', 0, 'customize_changeset', '', 0),
(221, 1, '2018-07-24 23:23:39', '0000-00-00 00:00:00', '', '自動草稿', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-07-24 23:23:39', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=221', 0, 'page', '', 0),
(15, 1, '2018-07-20 05:59:36', '2018-07-20 05:59:36', '<marquee behavior="" direction="">\r\n<h1>歡迎造訪6SYK水晶男孩推廣部</h1></marquee>', '首頁', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-07-20 05:59:36', '2018-07-20 05:59:36', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/6-revision-v1/', 0, 'revision', '', 0),
(159, 1, '2018-07-20 22:18:36', '2018-07-20 14:18:36', '\r\n', '首頁', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-07-20 22:18:36', '2018-07-20 14:18:36', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/6-revision-v1/', 0, 'revision', '', 0),
(16, 1, '2018-07-20 14:15:48', '2018-07-20 06:15:48', '<marquee behavior="" direction="">\r\n<h1 style="color: gold;">歡迎造訪6SYK水晶男孩推廣部</h1></marquee>\r\n', '首頁', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-07-20 14:15:48', '2018-07-20 06:15:48', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/6-revision-v1/', 0, 'revision', '', 0),
(17, 1, '2018-07-20 15:19:29', '2018-07-20 07:19:29', '', 'jiyong_taiwan03', '', 'inherit', 'open', 'closed', '', 'jiyong_taiwan03', '', '', '2018-07-26 01:17:13', '2018-07-25 17:17:13', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2018-07-20 15:19:36', '2018-07-20 07:19:36', '', 'jiyong_taiwan02', '', 'inherit', 'open', 'closed', '', 'jiyong_taiwan02', '', '', '2018-07-26 01:17:04', '2018-07-25 17:17:04', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg', 0, 'attachment', 'image/jpeg', 0),
(19, 1, '2018-07-20 15:19:43', '2018-07-20 07:19:43', '', 'jiyong_taiwan01', '', 'inherit', 'open', 'closed', '', 'jiyong_taiwan01', '', '', '2018-07-26 01:17:22', '2018-07-25 17:17:22', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg', 0, 'attachment', 'image/jpeg', 0),
(158, 1, '2018-07-20 22:17:52', '2018-07-20 14:17:52', '<marquee behavior="" direction="">\r\n<h1 style="color: gold;">歡迎造訪6SYK水晶男孩推廣部</h1></marquee>\r\n', '首頁', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-07-20 22:17:52', '2018-07-20 14:17:52', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/6-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2018-07-20 16:07:31', '2018-07-20 08:07:31', '<marquee behavior="" direction="">\r\n<h1 style="color: gold;">歡迎造訪6SYK水晶男孩推廣部</h1></marquee>\r\n[gallery link="file" columns="1" size="full" ids="22,24,23,25"]\r\n', '首頁', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-07-20 16:07:31', '2018-07-20 08:07:31', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/6-revision-v1/', 0, 'revision', '', 0),
(20, 1, '2018-07-20 15:21:48', '2018-07-20 07:21:48', '<marquee behavior="" direction="">\r\n<h1 style="color: gold;">歡迎造訪6SYK水晶男孩推廣部</h1></marquee>\r\n <img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%">\r\n <img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%">\r\n <img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%">\r\n ', '首頁', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-07-20 15:21:48', '2018-07-20 07:21:48', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/6-revision-v1/', 0, 'revision', '', 0),
(21, 1, '2018-07-20 15:58:15', '2018-07-20 07:58:15', '{\n "twentyseventeen::external_header_video": {\n "value": "https://youtu.be/qGeRwSiyWuU",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 07:37:47"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'd14891e0-eac6-4548-928b-23140e7b9d80', '', '', '2018-07-20 15:58:15', '2018-07-20 07:58:15', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=21', 0, 'customize_changeset', '', 0),
(22, 1, '2018-07-20 16:03:48', '2018-07-20 08:03:48', '水晶男孩 殷志源 水晶熱舞社 新西遊記', '最新消息', '水晶男孩 殷志源 水晶熱舞社 新西遊記', 'inherit', 'open', 'closed', '', '%e6%96%b0%e8%a5%bf%e9%81%8a%e8%a8%984', '', '', '2018-07-20 16:06:26', '2018-07-20 08:06:26', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/新西遊記4.png', 0, 'attachment', 'image/png', 0),
(23, 1, '2018-07-20 16:04:59', '2018-07-20 08:04:59', '', 'jekkidancegroup', '', 'inherit', 'open', 'closed', '', 'jekkidancegroup', '', '', '2018-07-20 16:04:59', '2018-07-20 08:04:59', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jekkidancegroup.png', 0, 'attachment', 'image/png', 0),
(24, 1, '2018-07-20 16:05:20', '2018-07-20 08:05:20', '', 'G1fanmeetingb', '', 'inherit', 'open', 'closed', '', 'g1fanmeetingb', '', '', '2018-07-20 16:05:20', '2018-07-20 08:05:20', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/G1fanmeetingb.png', 0, 'attachment', 'image/png', 0),
(25, 1, '2018-07-20 16:05:41', '2018-07-20 08:05:41', '', 'G1fanmeeting', '', 'inherit', 'open', 'closed', '', 'g1fanmeeting', '', '', '2018-07-20 16:05:41', '2018-07-20 08:05:41', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/G1fanmeeting.png', 0, 'attachment', 'image/png', 0),
(27, 1, '2018-07-20 16:09:32', '2018-07-20 08:09:32', '', '關於6SYK', '', 'publish', 'closed', 'closed', '', 'syk', '', '', '2018-07-26 18:00:38', '2018-07-26 10:00:38', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=27', 0, 'page', '', 0),
(28, 1, '2018-07-20 16:09:32', '2018-07-20 08:09:32', '', '關於6SYK', '', 'inherit', 'closed', 'closed', '', '27-revision-v1', '', '', '2018-07-20 16:09:32', '2018-07-20 08:09:32', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/27-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2018-07-20 16:09:50', '2018-07-20 08:09:50', '<img class="alignnone size-full wp-image-150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo-e1532449665430.png" alt="" width="469" height="551" />\r\n\r\n6SYK品牌名取自「6顆水晶」+「SESHSKIES水晶男孩」+「YELLOWKIES小黃」,\r\n代表著六顆水晶和全體小黃密不可分的關係。\r\n\r\n主要介紹及宣傳水晶男孩各項活動,\r\n小黃們各項應援活動,\r\n以及韓國元祖偶像和粉絲之間的羈絆。\r\n\r\n我們的成立宗旨為推動水晶男孩在全球創造影響力,讓全世界都感受到水晶男孩的魅力。', '6SYK理念', '', 'publish', 'closed', 'closed', '', 'about6syk', '', '', '2018-07-26 18:00:53', '2018-07-26 10:00:53', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=29', 0, 'page', '', 0),
(30, 1, '2018-07-20 16:09:50', '2018-07-20 08:09:50', '', '6SYK理念', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2018-07-20 16:09:50', '2018-07-20 08:09:50', '', 29, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/29-revision-v1/', 0, 'revision', '', 0),
(31, 1, '2018-07-20 16:10:04', '2018-07-20 08:10:04', '水晶男孩為韓國於1997年推出的六人男子音樂組合,是韓國第一代偶像團體,被韓國媒體稱為90年代後期韓國歌壇兩大山脈之一。\r\n團體名字來源於德語,意思是六顆水晶,象徵可以左右命運。\r\n團體中另分為以Rap、舞蹈為主的黑水晶(殷志源、李宰鎮、金在德)及以歌唱為主的白水晶(姜成勳、高志溶、張水院)。', '關於水晶', '', 'publish', 'closed', 'closed', '', 'aboutsechskies', '', '', '2018-07-26 18:01:14', '2018-07-26 10:01:14', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=31', 0, 'page', '', 0),
(32, 1, '2018-07-20 16:10:04', '2018-07-20 08:10:04', '', '關於水晶', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2018-07-20 16:10:04', '2018-07-20 08:10:04', '', 31, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/31-revision-v1/', 0, 'revision', '', 0),
(33, 1, '2018-07-20 16:10:17', '2018-07-20 08:10:17', '<img src="http://imgur.dcard.tw/zx6FJBe.jpg" alt="yellowkies" />\r\n小黃Yellowkies\r\n水晶男孩(Sechskies/젝스키스)的歌迷統稱。\r\n水晶男孩歌迷後援色是黃色,粉絲們會穿黃色雨衣、手拿黃色氣球,2016年回歸後還有黃色旗幟,故被水晶男孩親切稱為“小黃們”。\r\n水晶男孩1997年4月15日出道,2000年5月18日宣布解散,時隔16年後的2016年4月14日通過《無限挑戰》回歸。\r\n雖然時隔16年,但歌迷們仍舊穿著當年的黃色雨衣去赴約,這些歌迷有些已經成為媽媽。抱著孩子的母親穿著黃色雨衣去見16年前的偶像,感動了很多人。\r\n2016年10月1日水晶男孩參加釜山的BOF演唱會,這是水晶男孩回歸以來首次參加公演,小黃們包車60多台全國各地趕往釜山給水晶男孩應援,現場6000多名粉絲再次形成“黃海”,再現拼盤盛世,場面令人震撼。這就是韓國一代偶像和屬於他們的應援文化。\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<iframe width="100%" height="800px" src="https://www.dcard.tw/f/entertainer/p/227359556" frameborder="0" ></iframe>\r\n\r\nhttps://imgur.dcard.tw/zx6FJBe.jpg\r\n?Yellowkies?\r\n水晶男孩官方粉絲名稱\r\n應援色為黃色,所以又稱小黃\r\n\r\nPost images\r\n先來說促使我打這篇的2017大拼盤人氣歌謠演唱會\r\n因為最近忙畢業專題又在刷大爺們的油管mv\r\n我是隔天早上刷微博的時候才知道的⬇⬇⬇\r\nPost images\r\nPost images\r\n看完立刻去看推特跟youtube\r\n小黃姐姐們真的是很團結\r\n其實本來小黃們的位子是分散的\r\n但是想讓水晶們一眼可以清楚看到小黃\r\n所以小黃們集體移位聚在一起更顯眼\r\n於是即使視線不好也沒關係\r\n只要水晶看到小黃們在應援就好\r\nPost images\r\nPost images\r\n而且也很多其他家的粉絲翻拍小黃們\r\n推特也很多其他粉絲在討論\r\nPost images\r\nPost images\r\n附上飯拍版的小黃們\r\n這個是我後來找到別家拍的超級清楚\r\n而且感覺是被小黃稍微圈粉到後面直接跟著應援的其他家飯⬇⬇⬇\r\n\r\n特別寶版⬇⬇⬇\r\n\r\n三個詞版⬇⬇⬇\r\n\r\n而且看fancam水晶們\r\n真的是大爺們一開始在找小黃們\r\n一開始是殷大發現跟其他人說\r\n大家都找到後就一直瞄一直看\r\n最後根本真的沒在看鏡頭直接對著唱\r\nPost images\r\n最後結束的時候瘋狂朝小黃們的位子送飛吻\r\nPost images\r\n剛好有粉絲紀錄到小黃們的移動史哈哈\r\nPost images\r\n下面這個是唱三個詞\r\n特別放這個是因為一開始看坐在主舞台那邊的其他飯們\r\n可能在準備等等看自己的唉豆或是休息\r\n但是中間殷大rap的時候\r\n其他四個轉頭過去大家突然回頭率變高\r\n但是大家整個焦點都在姜甜甜身上哈哈⬇⬇⬇\r\n\r\n私心放上個人覺得比節目放送還好的飯拍⬇⬇⬇\r\n\r\n其實小黃們為了哥哥集體移動的事情也不是一次兩次\r\n真的是每次都讓水晶們知道小黃們一直都在\r\n\r\n類似的為了讓水晶們看到小黃們移動位子的案例還有幾個\r\nSMA2017\r\nPost images\r\nPost images\r\nPost images\r\n\r\n小黃造成最大的話題應該就是首圖的2016的BOF\r\nPost images\r\n因為是水晶們合體後第一個公演(也是大拼盤)\r\n小黃們自己包了60台的遊覽車到釜山看水晶們\r\n在還沒入場前就高調的穿著黃色雨衣揮舞黃色旗子\r\nPost images\r\nPost images\r\n現場6000名的小黃形成一大片黃海\r\n真的是看照片跟影片都能感受到現場的氣氛\r\n也是因為這場有了 黑幫黃 這個綽號\r\n之後在推特也是瘋狂討論\r\nPost images\r\n有篇新聞寫了一段我覺得很貼切很感動的話\r\n"像是回到當年,這就是一代偶像和屬於他们的應援文化"\r\n下面這個是在場內飯拍小黃有剪輯⬇⬇⬇\r\n\r\n下面這個飯拍水晶\r\n感覺是在小黃區拍的(應援很清楚)\r\n因為中間姜大爺跟殷大有招招手⬇⬇⬇\r\n\r\n下面這個是飯拍小黃們全場⬇⬇⬇\r\n\r\n下面這個是當天還沒開始但是已經進場了\r\n會場放品生品死的mv小黃們自己應援的很開心\r\n其他飯拍小黃們應援⬇⬇⬇\r\n\r\n之後成員們也有po文\r\n宰鎮口中冷靜的企業家楊社長也有Post images\r\n用姜甜甜的代表\r\n不然我真的打不完\r\n\r\n接著是在2016的Yellow Note的二安\r\n在09.11場安可後演唱會正式結束了\r\n會場燈已經全亮了\r\n結果小黃們不走進行了長達六分鐘的安可聲\r\n看很多人的後記都說在場的黃們真的是不放棄的一直喊\r\n六分鐘的安可聲中夾雜的喘息聲與啜泣聲\r\n即使會場廣播要大家走了\r\n即使喊到聲音都啞掉了身體沒力氣了\r\n這真的是用小黃們努力不懈\r\n都有了絕對要再看到水晶們的決心才得來的二安\r\n後續有人說\r\n"最後一場一安結束後已經都在打包行李要走了\r\n結果公演隊跑進來說粉絲們都不走\r\n所以水晶們全都在看楊社長的眼色\r\n楊社長就笑著讓他們再次上舞台"\r\n後來水晶們在喊聲中出去再唱了兩首\r\n我真的很喜歡殷志源剛要出去的時候喊了一句\r\n"威~昂ㄎㄚˊ" (為什麼還不走)\r\n語氣根本充滿溺愛啊\r\n在宣傳20週年演唱會的影片\r\n就用了當時宰鎮的胸前攝影機拍的影片⬇⬇⬇\r\n\r\n下面是一直安可\r\n被廣播也不走的小黃們⬇⬇⬇\r\n\r\n下面是從威昂咖到真走的整場飯拍⬇⬇⬇\r\n\r\n出了基本應援自己的大爺\r\n小黃們也很有心的會應援師弟團\r\n像是在20週年控中溫拿們來當嘉賓\r\n就有小黃姐姐們問ic們really really的應援\r\n在大拼盤上也有幫溫拿們應援還喊了溫拿讚⬇⬇⬇\r\nhttp://video.weibo.com/show?fid=1034:86c73a88427c8a555752af29f6fcbcbc\r\nPost images\r\nPost images\r\n話說真心覺得溫拿們真的是好可愛暖心又討人喜歡的團\r\n\r\n還有自己的偶像自己懟\r\n因為殷那時候剛恢復到單身的身分所以難免會被當作話題\r\nPost images\r\n可是如果別人懟我們家哥哥就不可以\r\nPost images\r\n這個節目是請藝人的粉絲一起來聊天\r\n上面這個小黃姐姐氣場超級強\r\n跟能力者裡面那個姐姐不一樣\r\n另一個粉絲一開始為了去首爾見水晶跟媽媽說好考第一\r\n之後水晶解散\r\n為了可以遇到水晶就考上首爾大學\r\n之後工作也找殷志源附近的地方\r\nPost images\r\n我覺得這個節目蠻好看的\r\n裡面的小黃姐姐真的講很多當時粉絲的事情超級好看\r\n而且同一集有神童跟無限團\r\n這邊看http://www.bilibili.com/video/av5191430\r\n\r\n還有來自其他家飯的表白\r\nPost images\r\nPost images\r\nPost images\r\n\r\n好了,此篇文大概就在這邊突然很沒頭沒尾的結束了\r\n最後是我們大爺的新曲\r\n\r\n還有最後新專裡面我最最最喜歡的一首\r\n我私心的放上20控的殷飯拍\r\n\r\n最後,jekki zzang??????\r\n\r\n以上圖片,截圖及片段文字均出自Google,YouTube或微博,若侵權請告知會立刻刪除。\r\n\r\n還有如果妳想更了解水晶附上一篇我上次寫\r\n偶像的偶像 #水晶男孩 #젝스키스 #SECHSKIES - Dcard', '關於小黃', '', 'publish', 'closed', 'closed', '', 'aboutyellowkies', '', '', '2018-07-27 10:58:06', '2018-07-27 02:58:06', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=33', 0, 'page', '', 0),
(34, 1, '2018-07-20 16:10:13', '2018-07-20 08:10:13', '', '關於小黃', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2018-07-20 16:10:13', '2018-07-20 08:10:13', '', 33, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/33-revision-v1/', 0, 'revision', '', 0),
(35, 1, '2018-07-20 16:11:01', '2018-07-20 08:11:01', '', '閃耀水晶', '', 'publish', 'closed', 'closed', '', 'sechskies', '', '', '2018-07-26 18:01:25', '2018-07-26 10:01:25', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=35', 2, 'page', '', 0),
(36, 1, '2018-07-20 16:11:01', '2018-07-20 08:11:01', '', '閃耀水晶', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2018-07-20 16:11:01', '2018-07-20 08:11:01', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/35-revision-v1/', 0, 'revision', '', 0),
(37, 1, '2018-07-20 16:11:12', '2018-07-20 08:11:12', '1997年 出道.迅速崛起\r\n4月15日,水晶男孩正式出道,演出主打歌〈學園別曲〉,歌詞內容批判當時的教育制度,引起熱議。5月,水晶男孩發行出道專輯《學園別曲》,專輯推出後獲得極大迴響,水晶男孩旋即成為H.O.T.的最大對手,人氣急速上升。拍攝首支廣告後,又推出公共電話卡和歌手養成寵物機「口袋水晶」,成為廣告商的新寵。\r\n10月,水晶男孩迅速回歸樂壇,在音樂節目中展開正規二輯的宣傳活動。主打歌〈騎士道〉於音樂節目贏得成軍後的首次一位,並於第12屆「大韓民國影像唱片大賞」和「首爾歌謠大賞」中獲得本賞,證明了人氣歌手的地位。12月14日,水晶男孩於「KMTV歌謠大戰」獲得「最佳新人男歌手」的榮譽。\r\n\r\n1998年 爆發.榮獲大賞\r\n挾著眾多獎項的威力,水晶男孩開始進行更頻繁、多樣化的活動。出道未滿週年的水晶男孩於2月至4月舉辦韓國巡迴演唱會,門票全數售罄;並首次跨足電影,全體拍攝以十代青年愛情為主題的《Seventeen》。此外,水晶男孩也演出音樂劇,兒童節時受邀於青瓦台表演。\r\n7月水晶男孩帶著第三張正規專輯在音樂節目回歸,主打歌〈Road Fighter〉在《音樂銀行》和《人氣歌謠》中多次登上第一名。9月,後續曲〈不可能的愛〉在各音樂節目再度奪冠,其中《音樂銀行》連續三週一位,成績斐然。\r\n10月,水晶男孩發行特別專輯(3.5輯),並憑藉〈Couple〉和〈送你離開〉獲得多次一位,〈Couple〉更成為水晶男孩傳唱度最高的一首單曲。12月,水晶男孩在第13屆「大韓民國影像唱片大賞」再度獲得本賞。12月30日,水晶男孩出道僅一年餘即和H.O.T.共同獲得韓國兩大音樂獎之一的「首爾歌謠大賞」最大獎項:年度大賞。\r\n\r\n1999年 登頂.持續活躍\r\n水晶男孩在獲得大賞後聲勢達到頂點,與H.O.T.在當時並稱為90年代後期韓國歌壇兩大山脈。1999年聲勢依舊驚人,上半年展開年度的巡迴演唱會,下半年則開始朝海外發展,在台灣進行三天兩夜的巡迴宣傳,並於「Asia Super Concert」進行表演。\r\n9月正式發行第四張專輯,收錄成員自創曲。主打歌〈Com'' Back〉在《人氣歌謠》連續三週登上第一名,《音樂銀行》更是連續四周勇奪一位。更開始在MBC廣播擔任DJ,再度挑戰新領域。\r\n由於在台灣發行的專輯受到熱烈迴響,再次造訪台灣,隨後也參加了在北京舉行的首屆「中韓歌會」,以及在朝鮮平壤的「2000和平親善音樂會」演出,成為首組於平壤表演的南韓團體。\r\n12月以SECHSKIES作為標誌的水晶手機推出,同時推出DNA項鍊和手鐲。水晶男孩於年末的1999年「大韓民國影像唱片大賞」與「首爾歌謠大賞」皆再度獲得本賞,聲勢依舊如日中天。\r\nhttps://www.youtube.com/watch?v=OPtMVCy390U&index=49&list=WL', '迅速崛起', '', 'publish', 'closed', 'closed', '', '%e8%bf%85%e9%80%9f%e5%b4%9b%e8%b5%b7', '', '', '2018-07-23 22:54:41', '2018-07-23 14:54:41', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=37', 0, 'page', '', 0),
(38, 1, '2018-07-20 16:11:12', '2018-07-20 08:11:12', '', '迅速崛起', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2018-07-20 16:11:12', '2018-07-20 08:11:12', '', 37, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/37-revision-v1/', 0, 'revision', '', 0),
(39, 1, '2018-07-20 16:11:23', '2018-07-20 08:11:23', '2000年 解散.傳奇中止\r\n1月至2月期間,水晶男孩舉辦了2000年演唱會。其後活動依舊頻繁,看似一切如常,然而水晶男孩卻在5月18日於首爾洲際酒店召開記者會宣布解散。\r\n由於水晶男孩在事業巔峰期做出解散的決定,令外界深感意外不解,歌迷更是無法接受,群起橫躺街頭抗議,幾乎成為社會事件。\r\n5月20日,水晶男孩在首爾綜合運動場舉行的「夢想演唱會」上進行告別演出,現場頓成一片淚海。\r\n[embed]https://www.youtube.com/watch?v=KkJ1fUO9vt4&t=[/embed]\r\n部分激進歌迷將著名主持人趙英九的車誤認為DSP娛樂負責人李皓延所有,憤而將其砸毀。\r\n水晶男孩停止公開活動後,DSP娛樂於5月31日為其發行告別專輯。歌迷則繼續以行動表達不滿,500名歌迷於DSP娛樂公司前靜坐抗議,並將葬禮用的白菊花大量置放在大門口。\r\n7月18日,成員們再度重聚錄製歌曲〈Thanks〉,藉此答謝歌迷們長久以來的支持,而歌迷們也回應了一曲〈You Are Welcome〉。自此,水晶男孩的合體合作宣告正式結束。水晶男孩當年解散的原因眾說紛紜,而殷志源本人曾提及,由於團體活動後期經紀公司不斷以輕蔑口吻對團員表示,專輯「只」賣50萬張,表示團體已經走下坡即將完蛋,讓成員很喪氣,因此產生要在掌聲中離開的念頭,最後由公司決議解散。', '傳奇中止', '', 'publish', 'closed', 'closed', '', '%e5%82%b3%e5%a5%87%e4%b8%ad%e6%ad%a2', '', '', '2018-07-23 22:42:57', '2018-07-23 14:42:57', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=39', 0, 'page', '', 0),
(40, 1, '2018-07-20 16:11:23', '2018-07-20 08:11:23', '', '傳奇中止', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2018-07-20 16:11:23', '2018-07-20 08:11:23', '', 39, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/39-revision-v1/', 0, 'revision', '', 0),
(41, 1, '2018-07-20 16:11:31', '2018-07-20 08:11:31', '2001年-2015年 個人活動\r\n從解散到重組的16年間,六人皆未以SECHSKIES名義合體演出。\r\n\r\n殷志源在解散後成為Hip-hop歌手,共發行五張個人專輯和多首單曲,並透過《兩天一夜》逐漸在綜藝界闖出一片天。2009年成立G.Y.M娛樂,2013年與四名同齡的韓國第一代偶像團體成員文熙俊、千明勳、Tony An、Danny Ahn組成企劃組合HOT.Sech.god.RG[29],多線並行的他是解散期間最活躍的成員。\r\n\r\n李宰鎮以唱跳歌手路線發展,共發行三張正規專輯及一張日語專輯。退伍後淡出幕前,並將事業重心轉為視覺藝術工作,2015年12月於首爾鍾路區仁寺洞的Galerie GAIA畫廊以筆名한조(羅馬拼音Hanzo)參與繪畫聯展[30]。\r\n\r\n金在德與張水院合組雙人團體J-Walk,共發行三張正規專輯、兩張迷你專輯與多首單曲。金在德服役期間與H.O.T.成員Tony An結為好友,退伍後成為室友,並在對方成立的娛樂公司TN Nation擔任理事一職,同時也出演大量綜藝。', '個人發展', '', 'publish', 'closed', 'closed', '', '%e5%80%8b%e4%ba%ba%e7%99%bc%e5%b1%95', '', '', '2018-07-23 21:57:53', '2018-07-23 13:57:53', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=41', 0, 'page', '', 0),
(42, 1, '2018-07-20 16:11:31', '2018-07-20 08:11:31', '', '個人發展', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2018-07-20 16:11:31', '2018-07-20 08:11:31', '', 41, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/41-revision-v1/', 0, 'revision', '', 0),
(43, 1, '2018-07-20 16:11:51', '2018-07-20 08:11:51', '', '無限挑戰', '', 'publish', 'closed', 'closed', '', 'infinitechallenge', '', '', '2018-07-27 02:08:19', '2018-07-26 18:08:19', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=43', 0, 'page', '', 0),
(44, 1, '2018-07-20 16:11:51', '2018-07-20 08:11:51', '', '無限挑戰', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2018-07-20 16:11:51', '2018-07-20 08:11:51', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/43-revision-v1/', 0, 'revision', '', 0),
(45, 1, '2018-07-20 16:12:02', '2018-07-20 08:12:02', '[caption id="attachment_2632" align="aligncenter" width="2001"]<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto1.png" alt="無限挑戰六六歌水晶男孩" width="2001" height="1251" class="size-full wp-image-2632" /> 無限挑戰-六六歌2特輯-水晶男孩[/caption]無限挑戰_六六歌二水晶男孩特輯\r\n\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n\r\n', '節目片段', '', 'publish', 'closed', 'closed', '', 'part', '', '', '2018-07-27 10:09:05', '2018-07-27 02:09:05', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=45', 0, 'page', '', 0),
(46, 1, '2018-07-20 16:12:02', '2018-07-20 08:12:02', '', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-07-20 16:12:02', '2018-07-20 08:12:02', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/45-revision-v1/', 0, 'revision', '', 0),
(47, 1, '2018-07-20 16:16:06', '2018-07-20 08:16:06', '<h2>Who we are</h2><p>Our website address is: http://sixjekkient.byethost18.com/6sykdb.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2018-07-20 16:16:06', '2018-07-20 08:16:06', '', 3, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/3-revision-v1/', 0, 'revision', '', 0),
(48, 1, '2018-07-20 16:16:06', '2018-07-20 08:16:06', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://sixjekkient.byethost18.com/6sykdb/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-07-20 16:16:06', '2018-07-20 08:16:06', '', 2, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/2-revision-v1/', 0, 'revision', '', 0),
(49, 1, '2018-07-20 16:17:56', '2018-07-20 08:17:56', '', '相關新聞', '', 'publish', 'closed', 'closed', '', 'news', '', '', '2018-07-26 17:59:32', '2018-07-26 09:59:32', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=49', 0, 'page', '', 0),
(50, 1, '2018-07-20 16:17:56', '2018-07-20 08:17:56', '', '相關新聞', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2018-07-20 16:17:56', '2018-07-20 08:17:56', '', 49, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/49-revision-v1/', 0, 'revision', '', 0),
(51, 1, '2018-07-20 16:31:16', '2018-07-20 08:31:16', '{\n "twentyseventeen::external_header_video": {\n "value": "https://www.youtube.com/watch?v=ARi0cfpv6mE",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 08:31:16"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '2291f078-9c19-4b7b-8171-3834803ef0d8', '', '', '2018-07-20 16:31:16', '2018-07-20 08:31:16', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/2291f078-9c19-4b7b-8171-3834803ef0d8/', 0, 'customize_changeset', '', 0),
(52, 1, '2018-07-20 16:37:34', '2018-07-20 08:37:34', '', '後續報導', '', 'publish', 'closed', 'closed', '', 'afternews', '', '', '2018-07-26 17:59:20', '2018-07-26 09:59:20', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=52', 0, 'page', '', 0),
(53, 1, '2018-07-20 16:37:34', '2018-07-20 08:37:34', '', '後續相關', '', 'inherit', 'closed', 'closed', '', '52-revision-v1', '', '', '2018-07-20 16:37:34', '2018-07-20 08:37:34', '', 52, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/52-revision-v1/', 0, 'revision', '', 0),
(54, 1, '2018-07-20 16:52:05', '2018-07-20 08:52:05', '', 'Com'' Back', '', 'publish', 'closed', 'closed', '', 'comback', '', '', '2018-07-26 17:48:43', '2018-07-26 09:48:43', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=54', 0, 'page', '', 0),
(55, 1, '2018-07-20 16:52:05', '2018-07-20 08:52:05', '', '最新消息', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2018-07-20 16:52:05', '2018-07-20 08:52:05', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/54-revision-v1/', 0, 'revision', '', 0),
(56, 1, '2018-07-20 16:52:31', '2018-07-20 08:52:31', '<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=4" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=5" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=6" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=7" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=8" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=9" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=10" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=11" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n', '節目彙整', '', 'publish', 'closed', 'closed', '', 'program', '', '', '2018-07-26 17:49:45', '2018-07-26 09:49:45', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=56', 0, 'page', '', 0),
(57, 1, '2018-07-20 16:52:31', '2018-07-20 08:52:31', '', '節目片段', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2018-07-20 16:52:31', '2018-07-20 08:52:31', '', 56, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/56-revision-v1/', 0, 'revision', '', 0),
(58, 1, '2018-07-25 23:19:28', '2018-07-25 15:19:28', '<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '56-autosave-v1', '', '', '2018-07-25 23:19:28', '2018-07-25 15:19:28', '', 56, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/56-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(59, 1, '2018-07-20 16:52:47', '2018-07-20 08:52:47', '<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fsetshowbiz%2Fposts%2F2249658298394136&width=750&show_text=true&height=647&appId" width="100%" height="647" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>\r\n\r\n<div id="fb-root"></div>\r\n<script>(function(d, s, id) {\r\n var js, fjs = d.getElementsByTagName(s)[0];\r\n if (d.getElementById(id)) return;\r\n js = d.createElement(s); js.id = id;\r\n js.src = ''https://connect.facebook.net/zh_TW/sdk.js#xfbml=1&version=v3.0'';\r\n fjs.parentNode.insertBefore(js, fjs);\r\n}(document, ''script'', ''facebook-jssdk''));</script>\r\n<div class="fb-post" data-href="https://www.facebook.com/jekki.cheese/posts/1838838246224440" data-width="100%" data-show-text="true"><blockquote cite="https://www.facebook.com/jekki.cheese/posts/1838838246224440" class="fb-xfbml-parse-ignore"><p>[#殷志源] 20180725 / IG:mbn_fun\r\n\r\nshopping? ?\r\n就算不懂也能做得到‼️ \r\n市(場)門外漢(알못)殷志源...</p>由<a href="https://www.facebook.com/jekki.cheese/">傑斯起司 Jekki&#039;s Cheese</a> 發佈於&nbsp;<a href="https://www.facebook.com/jekki.cheese/posts/1838838246224440">2018年7月24日 星期二</a></blockquote></div>\r\n韓國始祖偶像「水晶男孩 (젝스키스) 」姜成勳 (강성훈)+g.o.d 微笑天使 孫昊永(손호영)\r\nhttps://www.youtube.com/watch?v=qwBH6xtpndg&amp;list=WL&amp;index=54', '最新消息', '', 'publish', 'closed', 'closed', '', 'new', '', '', '2018-07-26 17:41:03', '2018-07-26 09:41:03', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=59', 0, 'page', '', 0),
(60, 1, '2018-07-20 16:52:47', '2018-07-20 08:52:47', '', '相關資訊', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2018-07-20 16:52:47', '2018-07-20 08:52:47', '', 59, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/59-revision-v1/', 0, 'revision', '', 0),
(61, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=61', 1, 'nav_menu_item', '', 0),
(62, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=62', 1, 'nav_menu_item', '', 0),
(63, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=63', 1, 'nav_menu_item', '', 0),
(64, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=64', 1, 'nav_menu_item', '', 0),
(65, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=65', 1, 'nav_menu_item', '', 0),
(66, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=66', 1, 'nav_menu_item', '', 0),
(67, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=67', 1, 'nav_menu_item', '', 0),
(68, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=68', 1, 'nav_menu_item', '', 0),
(69, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=69', 1, 'nav_menu_item', '', 0),
(70, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=70', 1, 'nav_menu_item', '', 0),
(71, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=71', 1, 'nav_menu_item', '', 0),
(72, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=72', 1, 'nav_menu_item', '', 0),
(73, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=73', 1, 'nav_menu_item', '', 0),
(74, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=74', 1, 'nav_menu_item', '', 0),
(75, 1, '2018-07-20 16:53:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:53:54', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=75', 1, 'nav_menu_item', '', 0),
(76, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=76', 1, 'nav_menu_item', '', 0),
(77, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=77', 1, 'nav_menu_item', '', 0),
(78, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=78', 1, 'nav_menu_item', '', 0),
(79, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=79', 1, 'nav_menu_item', '', 0),
(80, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=80', 1, 'nav_menu_item', '', 0),
(81, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=81', 1, 'nav_menu_item', '', 0),
(82, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=82', 1, 'nav_menu_item', '', 0),
(83, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=83', 1, 'nav_menu_item', '', 0),
(84, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=84', 1, 'nav_menu_item', '', 0),
(85, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=85', 1, 'nav_menu_item', '', 0),
(86, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=86', 1, 'nav_menu_item', '', 0),
(87, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=87', 1, 'nav_menu_item', '', 0),
(88, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=88', 1, 'nav_menu_item', '', 0),
(89, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=89', 1, 'nav_menu_item', '', 0),
(90, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=90', 1, 'nav_menu_item', '', 0),
(91, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=91', 1, 'nav_menu_item', '', 0),
(92, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=92', 1, 'nav_menu_item', '', 0),
(93, 1, '2018-07-20 16:54:21', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:21', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=93', 1, 'nav_menu_item', '', 0),
(94, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=94', 1, 'nav_menu_item', '', 0),
(95, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=95', 1, 'nav_menu_item', '', 0),
(96, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=96', 1, 'nav_menu_item', '', 0),
(97, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=97', 1, 'nav_menu_item', '', 0),
(98, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=98', 1, 'nav_menu_item', '', 0),
(99, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=99', 1, 'nav_menu_item', '', 0),
(100, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=100', 1, 'nav_menu_item', '', 0),
(101, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=101', 1, 'nav_menu_item', '', 0),
(102, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=102', 1, 'nav_menu_item', '', 0),
(103, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=103', 1, 'nav_menu_item', '', 0),
(104, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=104', 1, 'nav_menu_item', '', 0),
(105, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=105', 1, 'nav_menu_item', '', 0),
(106, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=106', 1, 'nav_menu_item', '', 0),
(107, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=107', 1, 'nav_menu_item', '', 0),
(108, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=108', 1, 'nav_menu_item', '', 0),
(109, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=109', 1, 'nav_menu_item', '', 0),
(110, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=110', 1, 'nav_menu_item', '', 0),
(111, 1, '2018-07-20 16:54:44', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:54:44', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=111', 1, 'nav_menu_item', '', 0),
(291, 1, '2018-07-26 14:05:51', '2018-07-26 06:05:51', '<h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbE我是文本區塊,點擊編輯按鈕更改此文本。 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.', '影片', '', 'publish', 'closed', 'closed', '', '%e5%bd%b1%e7%89%87', '', '', '2018-07-26 14:05:59', '2018-07-26 06:05:59', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?post_type=elementor_library&#038;p=291', 0, 'elementor_library', '', 0),
(113, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '113', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=113', 12, 'nav_menu_item', '', 0),
(114, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '114', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=114', 13, 'nav_menu_item', '', 0),
(115, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '115', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=115', 14, 'nav_menu_item', '', 0),
(116, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '116', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=116', 9, 'nav_menu_item', '', 0),
(117, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '117', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=117', 15, 'nav_menu_item', '', 0),
(118, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '118', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=118', 11, 'nav_menu_item', '', 0),
(119, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '119', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=119', 10, 'nav_menu_item', '', 0),
(120, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '120', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=120', 20, 'nav_menu_item', '', 0),
(121, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '121', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=121', 5, 'nav_menu_item', '', 0),
(122, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '122', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=122', 8, 'nav_menu_item', '', 0),
(123, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '123', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=123', 7, 'nav_menu_item', '', 0),
(124, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '124', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=124', 6, 'nav_menu_item', '', 0),
(125, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '125', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=125', 1, 'nav_menu_item', '', 0),
(126, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '126', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=126', 2, 'nav_menu_item', '', 0),
(127, 1, '2018-07-20 16:57:00', '2018-07-20 08:57:00', ' ', '', '', 'publish', 'closed', 'closed', '', '127', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=127', 4, 'nav_menu_item', '', 0),
(128, 1, '2018-07-20 16:55:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-20 16:55:17', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=128', 1, 'nav_menu_item', '', 0),
(129, 1, '2018-07-20 17:10:22', '0000-00-00 00:00:00', '{\n "old_sidebars_widgets_data": {\n "value": {\n "wp_inactive_widgets": [],\n "sidebar-1": [\n "search-2",\n "recent-posts-2",\n "recent-comments-2",\n "archives-2",\n "categories-2",\n "meta-2"\n ],\n "sidebar-2": [],\n "sidebar-3": []\n },\n "type": "global_variable",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 09:10:22"\n },\n "ayageek::nav_menu_locations[primary]": {\n "value": 3,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 09:10:22"\n }\n}', '', '', 'auto-draft', 'closed', 'closed', '', 'c5f084d8-cda7-41f9-8d96-85c079dabe0a', '', '', '2018-07-20 17:10:22', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=129', 0, 'customize_changeset', '', 0),
(130, 1, '2018-07-20 17:43:45', '2018-07-20 09:43:45', '', 'cropped-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-1-png', '', '', '2018-07-20 17:43:45', '2018-07-20 09:43:45', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1.png', 0, 'attachment', 'image/png', 0),
(131, 1, '2018-07-20 17:43:59', '2018-07-20 09:43:59', '{\n "my-dog-lite::header_image": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 09:43:59"\n },\n "my-dog-lite::header_image_data": {\n "value": {\n "url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1.png",\n "thumbnail_url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1.png",\n "timestamp": 1532079754653,\n "attachment_id": 130,\n "width": 1600,\n "height": 200\n },\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 09:43:59"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '6bad5f0b-13eb-45b7-8ce0-a2bd347883ae', '', '', '2018-07-20 17:43:59', '2018-07-20 09:43:59', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/6bad5f0b-13eb-45b7-8ce0-a2bd347883ae/', 0, 'customize_changeset', '', 0),
(132, 1, '2018-07-20 17:59:42', '2018-07-20 09:59:42', '{\n "stout::page_width": {\n "value": "fluid",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 09:59:42"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '46668d1a-53b6-47ae-8d47-889de00865e1', '', '', '2018-07-20 17:59:42', '2018-07-20 09:59:42', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/46668d1a-53b6-47ae-8d47-889de00865e1/', 0, 'customize_changeset', '', 0),
(133, 1, '2018-07-20 18:00:41', '2018-07-20 10:00:41', '', 'cropped-1-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-1-1-png', '', '', '2018-07-20 18:00:41', '2018-07-20 10:00:41', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-1.png', 0, 'attachment', 'image/png', 0),
(134, 1, '2018-07-20 18:01:08', '2018-07-20 10:01:08', '{\n "stout::header_image": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-1.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 10:01:08"\n },\n "stout::header_image_data": {\n "value": {\n "url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-1.png",\n "thumbnail_url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-1.png",\n "timestamp": 1532080773267,\n "attachment_id": 133,\n "width": 2400,\n "height": 1300\n },\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 10:01:08"\n },\n "stout::use_featured_hero_image": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 10:01:08"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '73b4da20-fda2-455c-934c-07124ecb2a6f', '', '', '2018-07-20 18:01:08', '2018-07-20 10:01:08', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/73b4da20-fda2-455c-934c-07124ecb2a6f/', 0, 'customize_changeset', '', 0),
(135, 1, '2018-07-20 18:17:24', '2018-07-20 10:17:24', '{\n "stout::header_image": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-2.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 10:17:24"\n },\n "stout::header_image_data": {\n "value": {\n "url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-2.png",\n "thumbnail_url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-2.png",\n "timestamp": 1532081768023,\n "attachment_id": 138,\n "width": 2400,\n "height": 1096\n },\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 10:17:24"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'c1177c3d-ff67-4ad3-9bf9-0b016fa99d4d', '', '', '2018-07-20 18:17:24', '2018-07-20 10:17:24', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=135', 0, 'customize_changeset', '', 0),
(139, 1, '2018-07-20 20:32:56', '0000-00-00 00:00:00', '{\n "old_sidebars_widgets_data": {\n "value": {\n "wp_inactive_widgets": [],\n "sidebar-1": [\n "search-2",\n "recent-posts-2",\n "recent-comments-2",\n "archives-2",\n "categories-2",\n "meta-2"\n ],\n "sidebar-2": [],\n "footer-1": [],\n "footer-2": [],\n "footer-3": [],\n "hero": []\n },\n "type": "global_variable",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:32:56"\n },\n "ayageek::nav_menu_locations[primary]": {\n "value": 3,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:32:56"\n }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '500afa2f-cf9e-415d-858e-6bd2b6727b2a', '', '', '2018-07-20 20:32:56', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=139', 0, 'customize_changeset', '', 0),
(136, 1, '2018-07-20 18:03:22', '2018-07-20 10:03:22', '水晶男孩', '水晶男孩', '水晶男孩', 'inherit', 'open', 'closed', '', '%e6%9c%aa%e5%91%bd%e5%90%8d-1', '', '', '2018-07-20 18:16:53', '2018-07-20 10:16:53', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/未命名-1.png', 0, 'attachment', 'image/png', 0),
(137, 1, '2018-07-20 18:03:52', '2018-07-20 10:03:52', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2018-07-20 18:03:52', '2018-07-20 10:03:52', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/3.png', 0, 'attachment', 'image/png', 0),
(138, 1, '2018-07-20 18:17:13', '2018-07-20 10:17:13', '', 'cropped-1-2.png', '', 'inherit', 'open', 'closed', '', 'cropped-1-2-png', '', '', '2018-07-20 18:17:13', '2018-07-20 10:17:13', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/未命名cropped-1-2.png', 0, 'attachment', 'image/png', 0),
(140, 1, '2018-07-20 20:49:25', '2018-07-20 12:49:25', '', 'cropped-1-3.png', '', 'inherit', 'open', 'closed', '', 'cropped-1-3-png', '', '', '2018-07-20 20:49:25', '2018-07-20 12:49:25', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-1-3.png', 0, 'attachment', 'image/png', 0),
(141, 1, '2018-07-20 20:52:33', '2018-07-20 12:52:33', '', 'cropped-1-5.png', '', 'inherit', 'closed', 'closed', '', 'cropped-1-4-png', '', '', '2018-07-20 20:52:33', '2018-07-20 12:52:33', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/未命名cropped-1-4.png', 0, 'attachment', 'image/png', 0),
(142, 1, '2018-07-20 20:50:58', '2018-07-20 12:50:58', '{\n "sydney::header_image": {\n "value": "random-uploaded-image",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:50:58"\n },\n "sydney::header_image_data": {\n "value": "random-uploaded-image",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:50:58"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '28a477fa-87f0-4f86-b813-c9809c8537e3', '', '', '2018-07-20 20:50:58', '2018-07-20 12:50:58', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=142', 0, 'customize_changeset', '', 0),
(144, 1, '2018-07-20 20:51:46', '2018-07-20 12:51:46', '{\n "sydney::header_image": {\n "value": "remove-header",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:51:46"\n },\n "sydney::header_image_data": {\n "value": "remove-header",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:51:46"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'e6f13933-f4a1-4ac2-a4f5-5ea7be59e07f', '', '', '2018-07-20 20:51:46', '2018-07-20 12:51:46', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=144', 0, 'customize_changeset', '', 0),
(143, 1, '2018-07-20 20:50:49', '2018-07-20 12:50:49', '', 'cropped-3.png', '', 'inherit', 'open', 'closed', '', 'cropped-3-png', '', '', '2018-07-20 20:50:49', '2018-07-20 12:50:49', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-3.png', 0, 'attachment', 'image/png', 0),
(145, 1, '2018-07-20 20:53:14', '2018-07-20 12:53:14', '{\n "sydney::header_image": {\n "value": "random-uploaded-image",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:53:14"\n },\n "sydney::header_image_data": {\n "value": "random-uploaded-image",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:53:14"\n },\n "sydney::header_bg_size": {\n "value": "contain",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:53:14"\n },\n "sydney::hide_overlay": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:53:14"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '9a045c5d-49e4-4de9-acc0-55dd71d1ba6d', '', '', '2018-07-20 20:53:14', '2018-07-20 12:53:14', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/9a045c5d-49e4-4de9-acc0-55dd71d1ba6d/', 0, 'customize_changeset', '', 0),
(146, 1, '2018-07-20 20:54:44', '2018-07-20 12:54:44', '{\n "sydney::header_image": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-3.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:54:44"\n },\n "sydney::header_image_data": {\n "value": {\n "attachment_id": 143,\n "url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-3.png",\n "thumbnail_url": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-3.png",\n "alt_text": "",\n "attachment_parent": 137,\n "width": 1920,\n "height": 1080,\n "timestamp": [\n "1532091054"\n ]\n },\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:54:44"\n },\n "sydney::header_bg_size": {\n "value": "cover",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:54:44"\n },\n "sydney::hide_overlay": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:54:44"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '12488d7a-ca1b-42c4-86d3-837ef30f00e8', '', '', '2018-07-20 20:54:44', '2018-07-20 12:54:44', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/12488d7a-ca1b-42c4-86d3-837ef30f00e8/', 0, 'customize_changeset', '', 0),
(147, 1, '2018-07-20 20:55:21', '2018-07-20 12:55:21', '{\n "sydney::external_header_video": {\n "value": "https://www.youtube.com/watch?v=dMvZXZE0z5w",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 12:55:21"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '6a4eb1bc-1079-43a1-bbaa-fa14f0f54782', '', '', '2018-07-20 20:55:21', '2018-07-20 12:55:21', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/6a4eb1bc-1079-43a1-bbaa-fa14f0f54782/', 0, 'customize_changeset', '', 0),
(148, 1, '2018-07-20 21:50:48', '2018-07-20 13:50:48', '{\n "old_sidebars_widgets_data": {\n "value": {\n "wp_inactive_widgets": [],\n "sidebar-1": [\n "search-2",\n "recent-posts-2",\n "recent-comments-2",\n "archives-2",\n "categories-2",\n "meta-2"\n ],\n "sidebar-2": [],\n "sidebar-3": [],\n "sidebar-4": []\n },\n "type": "global_variable",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:50:47"\n },\n "fifteen::nav_menu_locations[primary]": {\n "value": 3,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:50:47"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'db23df12-a9a9-4992-9c55-54bf7301977f', '', '', '2018-07-20 21:50:48', '2018-07-20 13:50:48', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/db23df12-a9a9-4992-9c55-54bf7301977f/', 0, 'customize_changeset', '', 0),
(149, 1, '2018-07-20 21:53:26', '2018-07-20 13:53:26', '{\n "old_sidebars_widgets_data": {\n "value": {\n "wp_inactive_widgets": [],\n "sidebar-1": [\n "search-2",\n "recent-posts-2",\n "recent-comments-2",\n "archives-2",\n "categories-2",\n "meta-2"\n ],\n "sidebar-2": [],\n "sidebar-3": [],\n "sidebar-4": []\n },\n "type": "global_variable",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:51:44"\n },\n "organic-lite::nav_menu_locations[primary]": {\n "value": 3,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:51:44"\n },\n "sydney::nav_menu_locations[primary]": {\n "value": 3,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:53:26"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'f0b85aa5-23b5-444d-9aba-5079f4615023', '', '', '2018-07-20 21:53:26', '2018-07-20 13:53:26', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=149', 0, 'customize_changeset', '', 0),
(150, 1, '2018-07-20 21:54:56', '2018-07-20 13:54:56', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2018-07-25 00:26:03', '2018-07-24 16:26:03', '', 29, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo.png', 0, 'attachment', 'image/png', 0),
(151, 1, '2018-07-20 21:56:09', '2018-07-20 13:56:09', '{\n "sydney::site_logo": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:55:34"\n },\n "site_icon": {\n "value": 153,\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:56:09"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'c47acbef-3013-44c4-9e06-4f86de10d204', '', '', '2018-07-20 21:56:09', '2018-07-20 13:56:09', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=151', 0, 'customize_changeset', '', 0),
(152, 1, '2018-07-20 21:55:35', '2018-07-20 13:55:35', 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo.png', 'cropped-logo.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-png', '', '', '2018-07-20 21:55:35', '2018-07-20 13:55:35', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo.png', 0, 'attachment', 'image/png', 0),
(153, 1, '2018-07-20 21:56:03', '2018-07-20 13:56:03', 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-1.png', 'cropped-logo-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-1-png', '', '', '2018-07-20 21:56:03', '2018-07-20 13:56:03', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-1.png', 0, 'attachment', 'image/png', 0),
(154, 1, '2018-07-20 21:57:36', '2018-07-20 13:57:36', '{\n "sydney::slider_image_1": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/G1fanmeeting.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:57:36"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '39189a5a-7f81-442c-aae6-35c02ba7bb3b', '', '', '2018-07-20 21:57:36', '2018-07-20 13:57:36', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/39189a5a-7f81-442c-aae6-35c02ba7bb3b/', 0, 'customize_changeset', '', 0),
(155, 1, '2018-07-20 21:59:28', '2018-07-20 13:59:28', '{\n "sydney::slider_image_2": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jekkidancegroup.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:58:08"\n },\n "sydney::mobile_slider": {\n "value": "fullscreen",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:59:08"\n },\n "sydney::slider_image_3": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/\\u65b0\\u897f\\u904a\\u8a184.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:59:08"\n },\n "sydney::slider_image_4": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/G1fanmeetingb.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:59:08"\n },\n "sydney::slider_image_5": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 13:59:08"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '076a9342-dc06-4045-b591-5fd84f237435', '', '', '2018-07-20 21:59:28', '2018-07-20 13:59:28', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=155', 0, 'customize_changeset', '', 0),
(156, 1, '2018-07-20 22:14:30', '2018-07-20 14:14:30', '{\n "sydney::sticky_menu": {\n "value": "sticky",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:11:31"\n },\n "sydney::menu_style": {\n "value": "inline",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:11:31"\n },\n "sydney::blog_layout": {\n "value": "fullwidth",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:14:30"\n },\n "sydney::fullwidth_single": {\n "value": true,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:14:30"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'a191eee3-5f54-476f-8296-5abc07212fb9', '', '', '2018-07-20 22:14:30', '2018-07-20 14:14:30', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=156', 0, 'customize_changeset', '', 0),
(157, 1, '2018-07-20 22:17:21', '2018-07-20 14:17:21', '{\n "sydney::background_image": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/3.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:17:21"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '1cf66d4b-04e7-4cf7-a814-1bb428c65a5e', '', '', '2018-07-20 22:17:21', '2018-07-20 14:17:21', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/1cf66d4b-04e7-4cf7-a814-1bb428c65a5e/', 0, 'customize_changeset', '', 0),
(160, 1, '2018-07-20 22:38:37', '2018-07-20 14:38:37', '{\n "sydney::mobile_slider": {\n "value": "responsive",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:38:37"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'bfacf194-e1c7-4464-bf5d-7e95e75db2cc', '', '', '2018-07-20 22:38:37', '2018-07-20 14:38:37', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/20/bfacf194-e1c7-4464-bf5d-7e95e75db2cc/', 0, 'customize_changeset', '', 0),
(161, 1, '2018-07-20 22:40:20', '2018-07-20 14:40:20', '{\n "sydney::mobile_slider": {\n "value": "responsive",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:39:36"\n },\n "sydney::blog_layout": {\n "value": "classic-alt",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:40:20"\n },\n "sydney::wrapper_top_padding": {\n "value": "100",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:40:20"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'd436191c-63e1-457b-8b26-d7caff5e72a6', '', '', '2018-07-20 22:40:20', '2018-07-20 14:40:20', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=161', 0, 'customize_changeset', '', 0),
(162, 1, '2018-07-20 22:41:36', '0000-00-00 00:00:00', '{\n "show_on_front": {\n "value": "page",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-20 14:41:36"\n }\n}', '', '', 'auto-draft', 'closed', 'closed', '', 'ba74e08e-0d4d-49b5-9cb5-4d922c6b4023', '', '', '2018-07-20 22:41:36', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=162', 0, 'customize_changeset', '', 0),
(163, 1, '2018-07-23 17:37:29', '2018-07-23 09:37:29', '{\n "sydney::blog_layout": {\n "value": "classic-alt",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 09:37:29"\n },\n "sydney::fullwidth_single": {\n "value": false,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 09:37:29"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '7fb4f218-0438-443e-b6d4-1b7748c7e2b1', '', '', '2018-07-23 17:37:29', '2018-07-23 09:37:29', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/7fb4f218-0438-443e-b6d4-1b7748c7e2b1/', 0, 'customize_changeset', '', 0),
(164, 1, '2018-07-23 21:54:33', '2018-07-23 13:54:33', '水晶男孩為韓國於1997年推出的六人男子音樂組合,是韓國第一代偶像團體,被韓國媒體稱為90年代後期韓國歌壇兩大山脈之一。\n團體名字來源於德語,意思是六顆水晶,象徵可以左右命運。\n團體中另分為以Rap、舞蹈為主的黑水晶(殷志源、李宰鎮、金在德)及以歌唱為主的白水晶(姜成勳、高志溶、張水院)。\n', '閃耀水晶', '', 'inherit', 'closed', 'closed', '', '35-autosave-v1', '', '', '2018-07-23 21:54:33', '2018-07-23 13:54:33', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/35-autosave-v1/', 0, 'revision', '', 0),
(216, 1, '2018-07-24 13:43:17', '2018-07-24 05:43:17', '', '閃耀水晶', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2018-07-24 13:43:17', '2018-07-24 05:43:17', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/24/35-revision-v1/', 0, 'revision', '', 0),
(165, 1, '2018-07-23 21:55:04', '2018-07-23 13:55:04', '水晶男孩為韓國於1997年推出的六人男子音樂組合,是韓國第一代偶像團體,被韓國媒體稱為90年代後期韓國歌壇兩大山脈之一。\r\n團體名字來源於德語,意思是六顆水晶,象徵可以左右命運。\r\n團體中另分為以Rap、舞蹈為主的黑水晶(殷志源、李宰鎮、金在德)及以歌唱為主的白水晶(姜成勳、高志溶、張水院)。\r\n', '閃耀水晶', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2018-07-23 21:55:04', '2018-07-23 13:55:04', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/35-revision-v1/', 0, 'revision', '', 0),
(166, 1, '2018-07-23 21:56:01', '2018-07-23 13:56:01', '1997年 出道.迅速崛起\r\n4月15日,水晶男孩正式出道,演出主打歌〈學園別曲〉,歌詞內容批判當時的教育制度,引起熱議。5月,水晶男孩發行出道專輯《學園別曲》,專輯推出後獲得極大迴響,水晶男孩旋即成為H.O.T.的最大對手,人氣急速上升。拍攝首支廣告後,又推出公共電話卡和歌手養成寵物機「口袋水晶」,成為廣告商的新寵。\r\n10月,水晶男孩迅速回歸樂壇,在音樂節目中展開正規二輯的宣傳活動。主打歌〈騎士道〉於音樂節目贏得成軍後的首次一位,並於第12屆「大韓民國影像唱片大賞」和「首爾歌謠大賞」中獲得本賞,證明了人氣歌手的地位。12月14日,水晶男孩於「KMTV歌謠大戰」獲得「最佳新人男歌手」的榮譽。\r\n\r\n1998年 爆發.榮獲大賞\r\n挾著眾多獎項的威力,水晶男孩開始進行更頻繁、多樣化的活動。出道未滿週年的水晶男孩於2月至4月舉辦韓國巡迴演唱會,門票全數售罄;並首次跨足電影,全體拍攝以十代青年愛情為主題的《Seventeen》。此外,水晶男孩也演出音樂劇,兒童節時受邀於青瓦台表演。\r\n7月水晶男孩帶著第三張正規專輯在音樂節目回歸,主打歌〈Road Fighter〉在《音樂銀行》和《人氣歌謠》中多次登上第一名。9月,後續曲〈不可能的愛〉在各音樂節目再度奪冠,其中《音樂銀行》連續三週一位,成績斐然。\r\n10月,水晶男孩發行特別專輯(3.5輯),並憑藉〈Couple〉和〈送你離開〉獲得多次一位,〈Couple〉更成為水晶男孩傳唱度最高的一首單曲。12月,水晶男孩在第13屆「大韓民國影像唱片大賞」再度獲得本賞。12月30日,水晶男孩出道僅一年餘即和H.O.T.共同獲得韓國兩大音樂獎之一的「首爾歌謠大賞」最大獎項:年度大賞。\r\n\r\n1999年 登頂.持續活躍\r\n水晶男孩在獲得大賞後聲勢達到頂點,與H.O.T.在當時並稱為90年代後期韓國歌壇兩大山脈。1999年聲勢依舊驚人,上半年展開年度的巡迴演唱會,下半年則開始朝海外發展,在台灣進行三天兩夜的巡迴宣傳,並於「Asia Super Concert」進行表演。\r\n9月正式發行第四張專輯,收錄成員自創曲。主打歌〈Com'' Back〉在《人氣歌謠》連續三週登上第一名,《音樂銀行》更是連續四周勇奪一位。更開始在MBC廣播擔任DJ,再度挑戰新領域。\r\n由於在台灣發行的專輯受到熱烈迴響,再次造訪台灣,隨後也參加了在北京舉行的首屆「中韓歌會」,以及在朝鮮平壤的「2000和平親善音樂會」演出,成為首組於平壤表演的南韓團體。\r\n12月以SECHSKIES作為標誌的水晶手機推出,同時推出DNA項鍊和手鐲。水晶男孩於年末的1999年「大韓民國影像唱片大賞」與「首爾歌謠大賞」皆再度獲得本賞,聲勢依舊如日中天。', '迅速崛起', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2018-07-23 21:56:01', '2018-07-23 13:56:01', '', 37, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/37-revision-v1/', 0, 'revision', '', 0),
(167, 1, '2018-07-23 21:56:54', '2018-07-23 13:56:54', '2000年 解散.傳奇中止\r\n1月至2月期間,水晶男孩舉辦了2000年演唱會。其後活動依舊頻繁,看似一切如常,然而水晶男孩卻在5月18日於首爾洲際酒店召開記者會宣布解散。\r\n由於水晶男孩在事業巔峰期做出解散的決定,令外界深感意外不解,歌迷更是無法接受,群起橫躺街頭抗議,幾乎成為社會事件。\r\n5月20日,水晶男孩在首爾綜合運動場舉行的「夢想演唱會」上進行告別演出,現場頓成一片淚海。部分激進歌迷將著名主持人趙英九的車誤認為DSP娛樂負責人李皓延所有,憤而將其砸毀。\r\n水晶男孩停止公開活動後,DSP娛樂於5月31日為其發行告別專輯。歌迷則繼續以行動表達不滿,500名歌迷於DSP娛樂公司前靜坐抗議,並將葬禮用的白菊花大量置放在大門口。\r\n7月18日,成員們再度重聚錄製歌曲〈Thanks〉,藉此答謝歌迷們長久以來的支持,而歌迷們也回應了一曲〈You Are Welcome〉。自此,水晶男孩的合體合作宣告正式結束。水晶男孩當年解散的原因眾說紛紜,而殷志源本人曾提及,由於團體活動後期經紀公司不斷以輕蔑口吻對團員表示,專輯「只」賣50萬張,表示團體已經走下坡即將完蛋,讓成員很喪氣,因此產生要在掌聲中離開的念頭,最後由公司決議解散。', '傳奇中止', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2018-07-23 21:56:54', '2018-07-23 13:56:54', '', 39, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/39-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(168, 1, '2018-07-23 21:57:53', '2018-07-23 13:57:53', '2001年-2015年 個人活動\r\n從解散到重組的16年間,六人皆未以SECHSKIES名義合體演出。\r\n\r\n殷志源在解散後成為Hip-hop歌手,共發行五張個人專輯和多首單曲,並透過《兩天一夜》逐漸在綜藝界闖出一片天。2009年成立G.Y.M娛樂,2013年與四名同齡的韓國第一代偶像團體成員文熙俊、千明勳、Tony An、Danny Ahn組成企劃組合HOT.Sech.god.RG[29],多線並行的他是解散期間最活躍的成員。\r\n\r\n李宰鎮以唱跳歌手路線發展,共發行三張正規專輯及一張日語專輯。退伍後淡出幕前,並將事業重心轉為視覺藝術工作,2015年12月於首爾鍾路區仁寺洞的Galerie GAIA畫廊以筆名한조(羅馬拼音Hanzo)參與繪畫聯展[30]。\r\n\r\n金在德與張水院合組雙人團體J-Walk,共發行三張正規專輯、兩張迷你專輯與多首單曲。金在德服役期間與H.O.T.成員Tony An結為好友,退伍後成為室友,並在對方成立的娛樂公司TN Nation擔任理事一職,同時也出演大量綜藝。', '個人發展', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2018-07-23 21:57:53', '2018-07-23 13:57:53', '', 41, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/41-revision-v1/', 0, 'revision', '', 0),
(169, 1, '2018-07-23 22:00:49', '2018-07-23 14:00:49', '台灣\r\n在德生日影片\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/pBeJC4ol-ts" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>yellownote應援影片\r\n<iframe src="https://www.youtube.com/embed/pvsa7PjsfwA" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n跳舞應援影片\r\n\r\n預告\r\n<iframe src="https://www.youtube.com/embed/ARi0cfpv6mE" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n正式影片\r\n<iframe src="https://www.youtube.com/embed/fkJmOMPirBc" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n\r\n韓國\r\n演唱會歌曲應援\r\nBOF', '小黃應援活動', '', 'publish', 'closed', 'closed', '', 'yellowkiesevent', '', '', '2018-07-26 17:48:16', '2018-07-26 09:48:16', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=169', 0, 'page', '', 0),
(188, 1, '2018-07-24 00:01:23', '2018-07-23 16:01:23', '台灣\r\n在德生日影片\r\n<iframe src="https://www.youtube.com/embed/pvsa7PjsfwA" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\nyellownote應援影片\r\n<iframe src="https://www.youtube.com/embed/pvsa7PjsfwA" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n跳舞應援影片\r\n\r\n預告\r\n<iframe src="https://www.youtube.com/embed/ARi0cfpv6mE" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n正式影片\r\n<iframe src="https://www.youtube.com/embed/fkJmOMPirBc" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n\r\n韓國\r\n演唱會歌曲應援\r\nBOF', '應援活動', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2018-07-24 00:01:23', '2018-07-23 16:01:23', '', 169, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/24/169-revision-v1/', 0, 'revision', '', 0),
(170, 1, '2018-07-23 22:00:49', '2018-07-23 14:00:49', ' 台灣<br>\r\n 在德生日影片\r\nhttps://www.youtube.com/watch?v=pBeJC4ol-ts\r\n<iframe width="560" height="315" src="https://www.youtube.com/embed/pvsa7PjsfwA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n yellownote應援影片<br>\r\nhttps://www.youtube.com/watch?v=pvsa7PjsfwA\r\n<iframe width="560" height="315" src="https://www.youtube.com/embed/pvsa7PjsfwA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n 台灣手幅<br>\r\n 跳舞應援影片</p>\r\n預告\r\nhttps://www.youtube.com/watch?v=ARi0cfpv6mE\r\n<iframe width="560" height="315" src="https://www.youtube.com/embed/ARi0cfpv6mE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n 正式影片 \r\nhttps://www.youtube.com/watch?v=fkJmOMPirBc \r\n<iframe width="560" height="315" src="https://www.youtube.com/embed/fkJmOMPirBc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<p>&nbsp;</p>\r\n<p>韓國<br>\r\n 演唱會歌曲應援<br>\r\n BOF</p>', '應援活動', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2018-07-23 22:00:49', '2018-07-23 14:00:49', '', 169, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/169-revision-v1/', 0, 'revision', '', 0),
(171, 1, '2018-07-23 22:39:05', '2018-07-23 14:39:05', ' ', '', '', 'publish', 'closed', 'closed', '', '171', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=171', 19, 'nav_menu_item', '', 0),
(172, 1, '2018-07-23 22:42:45', '2018-07-23 14:42:45', '[embed]https://www.youtube.com/watch?v=KkJ1fUO9vt4&t=[/embed]2000年 解散.傳奇中止\n1月至2月期間,水晶男孩舉辦了2000年演唱會。其後活動依舊頻繁,看似一切如常,然而水晶男孩卻在5月18日於首爾洲際酒店召開記者會宣布解散。\n由於水晶男孩在事業巔峰期做出解散的決定,令外界深感意外不解,歌迷更是無法接受,群起橫躺街頭抗議,幾乎成為社會事件。\n5月20日,水晶男孩在首爾綜合運動場舉行的「夢想演唱會」上進行告別演出,現場頓成一片淚海。部分激進歌迷將著名主持人趙英九的車誤認為DSP娛樂負責人李皓延所有,憤而將其砸毀。\n水晶男孩停止公開活動後,DSP娛樂於5月31日為其發行告別專輯。歌迷則繼續以行動表達不滿,500名歌迷於DSP娛樂公司前靜坐抗議,並將葬禮用的白菊花大量置放在大門口。\n7月18日,成員們再度重聚錄製歌曲〈Thanks〉,藉此答謝歌迷們長久以來的支持,而歌迷們也回應了一曲〈You Are Welcome〉。自此,水晶男孩的合體合作宣告正式結束。水晶男孩當年解散的原因眾說紛紜,而殷志源本人曾提及,由於團體活動後期經紀公司不斷以輕蔑口吻對團員表示,專輯「只」賣50萬張,表示團體已經走下坡即將完蛋,讓成員很喪氣,因此產生要在掌聲中離開的念頭,最後由公司決議解散。', '傳奇中止', '', 'inherit', 'closed', 'closed', '', '39-autosave-v1', '', '', '2018-07-23 22:42:45', '2018-07-23 14:42:45', '', 39, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/39-autosave-v1/', 0, 'revision', '', 0),
(173, 1, '2018-07-23 22:42:57', '2018-07-23 14:42:57', '2000年 解散.傳奇中止\r\n1月至2月期間,水晶男孩舉辦了2000年演唱會。其後活動依舊頻繁,看似一切如常,然而水晶男孩卻在5月18日於首爾洲際酒店召開記者會宣布解散。\r\n由於水晶男孩在事業巔峰期做出解散的決定,令外界深感意外不解,歌迷更是無法接受,群起橫躺街頭抗議,幾乎成為社會事件。\r\n5月20日,水晶男孩在首爾綜合運動場舉行的「夢想演唱會」上進行告別演出,現場頓成一片淚海。\r\n[embed]https://www.youtube.com/watch?v=KkJ1fUO9vt4&t=[/embed]\r\n部分激進歌迷將著名主持人趙英九的車誤認為DSP娛樂負責人李皓延所有,憤而將其砸毀。\r\n水晶男孩停止公開活動後,DSP娛樂於5月31日為其發行告別專輯。歌迷則繼續以行動表達不滿,500名歌迷於DSP娛樂公司前靜坐抗議,並將葬禮用的白菊花大量置放在大門口。\r\n7月18日,成員們再度重聚錄製歌曲〈Thanks〉,藉此答謝歌迷們長久以來的支持,而歌迷們也回應了一曲〈You Are Welcome〉。自此,水晶男孩的合體合作宣告正式結束。水晶男孩當年解散的原因眾說紛紜,而殷志源本人曾提及,由於團體活動後期經紀公司不斷以輕蔑口吻對團員表示,專輯「只」賣50萬張,表示團體已經走下坡即將完蛋,讓成員很喪氣,因此產生要在掌聲中離開的念頭,最後由公司決議解散。', '傳奇中止', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2018-07-23 22:42:57', '2018-07-23 14:42:57', '', 39, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/39-revision-v1/', 0, 'revision', '', 0),
(174, 1, '2018-07-23 22:47:55', '0000-00-00 00:00:00', '', '自動草稿', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-07-23 22:47:55', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=174', 0, 'page', '', 0),
(175, 1, '2018-07-23 23:03:49', '2018-07-23 15:03:49', 'https://www.youtube.com/watch?v=0POutLvnuHA&list=WL&index=52&t=0s\r\n\r\nhttps://www.youtube.com/watch?v=h0iSLxTscP8', '殷志源', '', 'publish', 'closed', 'closed', '', '%e6%ae%b7%e5%bf%97%e6%ba%90', '', '', '2018-07-23 23:03:49', '2018-07-23 15:03:49', '', 41, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=175', 0, 'page', '', 0),
(176, 1, '2018-07-23 22:54:41', '2018-07-23 14:54:41', '1997年 出道.迅速崛起\r\n4月15日,水晶男孩正式出道,演出主打歌〈學園別曲〉,歌詞內容批判當時的教育制度,引起熱議。5月,水晶男孩發行出道專輯《學園別曲》,專輯推出後獲得極大迴響,水晶男孩旋即成為H.O.T.的最大對手,人氣急速上升。拍攝首支廣告後,又推出公共電話卡和歌手養成寵物機「口袋水晶」,成為廣告商的新寵。\r\n10月,水晶男孩迅速回歸樂壇,在音樂節目中展開正規二輯的宣傳活動。主打歌〈騎士道〉於音樂節目贏得成軍後的首次一位,並於第12屆「大韓民國影像唱片大賞」和「首爾歌謠大賞」中獲得本賞,證明了人氣歌手的地位。12月14日,水晶男孩於「KMTV歌謠大戰」獲得「最佳新人男歌手」的榮譽。\r\n\r\n1998年 爆發.榮獲大賞\r\n挾著眾多獎項的威力,水晶男孩開始進行更頻繁、多樣化的活動。出道未滿週年的水晶男孩於2月至4月舉辦韓國巡迴演唱會,門票全數售罄;並首次跨足電影,全體拍攝以十代青年愛情為主題的《Seventeen》。此外,水晶男孩也演出音樂劇,兒童節時受邀於青瓦台表演。\r\n7月水晶男孩帶著第三張正規專輯在音樂節目回歸,主打歌〈Road Fighter〉在《音樂銀行》和《人氣歌謠》中多次登上第一名。9月,後續曲〈不可能的愛〉在各音樂節目再度奪冠,其中《音樂銀行》連續三週一位,成績斐然。\r\n10月,水晶男孩發行特別專輯(3.5輯),並憑藉〈Couple〉和〈送你離開〉獲得多次一位,〈Couple〉更成為水晶男孩傳唱度最高的一首單曲。12月,水晶男孩在第13屆「大韓民國影像唱片大賞」再度獲得本賞。12月30日,水晶男孩出道僅一年餘即和H.O.T.共同獲得韓國兩大音樂獎之一的「首爾歌謠大賞」最大獎項:年度大賞。\r\n\r\n1999年 登頂.持續活躍\r\n水晶男孩在獲得大賞後聲勢達到頂點,與H.O.T.在當時並稱為90年代後期韓國歌壇兩大山脈。1999年聲勢依舊驚人,上半年展開年度的巡迴演唱會,下半年則開始朝海外發展,在台灣進行三天兩夜的巡迴宣傳,並於「Asia Super Concert」進行表演。\r\n9月正式發行第四張專輯,收錄成員自創曲。主打歌〈Com'' Back〉在《人氣歌謠》連續三週登上第一名,《音樂銀行》更是連續四周勇奪一位。更開始在MBC廣播擔任DJ,再度挑戰新領域。\r\n由於在台灣發行的專輯受到熱烈迴響,再次造訪台灣,隨後也參加了在北京舉行的首屆「中韓歌會」,以及在朝鮮平壤的「2000和平親善音樂會」演出,成為首組於平壤表演的南韓團體。\r\n12月以SECHSKIES作為標誌的水晶手機推出,同時推出DNA項鍊和手鐲。水晶男孩於年末的1999年「大韓民國影像唱片大賞」與「首爾歌謠大賞」皆再度獲得本賞,聲勢依舊如日中天。\r\nhttps://www.youtube.com/watch?v=OPtMVCy390U&index=49&list=WL', '迅速崛起', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2018-07-23 22:54:41', '2018-07-23 14:54:41', '', 37, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/37-revision-v1/', 0, 'revision', '', 0),
(177, 1, '2018-07-23 23:00:36', '2018-07-23 15:00:36', '', '歷史續寫', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2018-07-23 23:00:36', '2018-07-23 15:00:36', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/54-revision-v1/', 0, 'revision', '', 0),
(178, 1, '2018-07-23 23:03:49', '2018-07-23 15:03:49', 'https://www.youtube.com/watch?v=0POutLvnuHA&list=WL&index=52&t=0s\r\n\r\nhttps://www.youtube.com/watch?v=h0iSLxTscP8', '殷志源', '', 'inherit', 'closed', 'closed', '', '175-revision-v1', '', '', '2018-07-23 23:03:49', '2018-07-23 15:03:49', '', 175, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/175-revision-v1/', 0, 'revision', '', 0),
(179, 1, '2018-07-23 23:04:03', '0000-00-00 00:00:00', '', '自動草稿', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-07-23 23:04:03', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=179', 0, 'page', '', 0),
(180, 1, '2018-07-23 23:06:18', '2018-07-23 15:06:18', ' ', '', '', 'publish', 'closed', 'closed', '', '180', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=180', 3, 'nav_menu_item', '', 0),
(182, 1, '2018-07-23 23:19:41', '2018-07-23 15:19:41', '韓國始祖偶像「水晶男孩 (젝스키스) 」姜成勳 (강성훈)+g.o.d 微笑天使 孫昊永(손호영)\r\nhttps://www.youtube.com/watch?v=qwBH6xtpndg&list=WL&index=54', '相關資訊', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2018-07-23 23:19:41', '2018-07-23 15:19:41', '', 59, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/59-revision-v1/', 0, 'revision', '', 0),
(183, 1, '2018-07-23 23:48:47', '2018-07-23 15:48:47', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo-212x300.png" alt="" width="212" height="300" class="alignnone size-medium wp-image-150" />\n\n6SYK品牌名取自「6顆水晶」+「SESHSKIES水晶男孩」+「YELLOWKIES小黃」,\n代表著六顆水晶和全體小黃密不可分的關係。\n\n主要介紹及宣傳水晶男孩各項活動,\n小黃們各項應援活動,\n以及韓國元祖偶像和粉絲之間的羈絆。 \n\n我們的成立宗旨為推動水晶男孩在全球創造影響力,讓全世界都感受到水晶男孩的魅力。\n\n\n ', '6SYK理念', '', 'inherit', 'closed', 'closed', '', '29-autosave-v1', '', '', '2018-07-23 23:48:47', '2018-07-23 15:48:47', '', 29, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/29-autosave-v1/', 0, 'revision', '', 0),
(184, 1, '2018-07-23 23:49:20', '2018-07-23 15:49:20', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo.png" alt="" width="100%" />\r\n\r\n6SYK品牌名取自「6顆水晶」+「SESHSKIES水晶男孩」+「YELLOWKIES小黃」,\r\n代表著六顆水晶和全體小黃密不可分的關係。\r\n\r\n主要介紹及宣傳水晶男孩各項活動,\r\n小黃們各項應援活動,\r\n以及韓國元祖偶像和粉絲之間的羈絆。 \r\n\r\n我們的成立宗旨為推動水晶男孩在全球創造影響力,讓全世界都感受到水晶男孩的魅力。\r\n\r\n\r\n ', '6SYK理念', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2018-07-23 23:49:20', '2018-07-23 15:49:20', '', 29, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/29-revision-v1/', 0, 'revision', '', 0),
(185, 1, '2018-07-27 10:57:24', '2018-07-27 02:57:24', '<img src="http://imgur.dcard.tw/zx6FJBe.jpg" alt="yellowkies" />\r\n小黃Yellowkies\r\n水晶男孩(Sechskies/젝스키스)的歌迷統稱。\r\n水晶男孩歌迷後援色是黃色,粉絲們會穿黃色雨衣、手拿黃色氣球,2016年回歸後還有黃色旗幟,故被水晶男孩親切稱為“小黃們”。\r\n水晶男孩1997年4月15日出道,2000年5月18日宣布解散,時隔16年後的2016年4月14日通過《無限挑戰》回歸。\r\n雖然時隔16年,但歌迷們仍舊穿著當年的黃色雨衣去赴約,這些歌迷有些已經成為媽媽。抱著孩子的母親穿著黃色雨衣去見16年前的偶像,感動了很多人。\r\n2016年10月1日水晶男孩參加釜山的BOF演唱會,這是水晶男孩回歸以來首次參加公演,小黃們包車60多台全國各地趕往釜山給水晶男孩應援,現場6000多名粉絲再次形成“黃海”,再現拼盤盛世,場面令人震撼。這就是韓國一代偶像和屬於他們的應援文化。\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<iframe width="100%" height="800px" src="https://www.dcard.tw/f/entertainer/p/227359556" frameborder="0" ></iframe>\r\n\r\nhttps://imgur.dcard.tw/zx6FJBe.jpg\r\n?Yellowkies?\r\n水晶男孩官方粉絲名稱\r\n應援色為黃色,所以又稱小黃\r\n\r\nPost images\r\n先來說促使我打這篇的2017大拼盤人氣歌謠演唱會\r\n因為最近忙畢業專題又在刷大爺們的油管mv\r\n我是隔天早上刷微博的時候才知道的⬇⬇⬇\r\nPost images\r\nPost images\r\n看完立刻去看推特跟youtube\r\n小黃姐姐們真的是很團結\r\n其實本來小黃們的位子是分散的\r\n但是想讓水晶們一眼可以清楚看到小黃\r\n所以小黃們集體移位聚在一起更顯眼\r\n於是即使視線不好也沒關係\r\n只要水晶看到小黃們在應援就好\r\nPost images\r\nPost images\r\n而且也很多其他家的粉絲翻拍小黃們\r\n推特也很多其他粉絲在討論\r\nPost images\r\nPost images\r\n附上飯拍版的小黃們\r\n這個是我後來找到別家拍的超級清楚\r\n而且感覺是被小黃稍微圈粉到後面直接跟著應援的其他家飯⬇⬇⬇\r\n\r\n特別寶版⬇⬇⬇\r\n\r\n三個詞版⬇⬇⬇\r\n\r\n而且看fancam水晶們\r\n真的是大爺們一開始在找小黃們\r\n一開始是殷大發現跟其他人說\r\n大家都找到後就一直瞄一直看\r\n最後根本真的沒在看鏡頭直接對著唱\r\nPost images\r\n最後結束的時候瘋狂朝小黃們的位子送飛吻\r\nPost images\r\n剛好有粉絲紀錄到小黃們的移動史哈哈\r\nPost images\r\n下面這個是唱三個詞\r\n特別放這個是因為一開始看坐在主舞台那邊的其他飯們\r\n可能在準備等等看自己的唉豆或是休息\r\n但是中間殷大rap的時候\r\n其他四個轉頭過去大家突然回頭率變高\r\n但是大家整個焦點都在姜甜甜身上哈哈⬇⬇⬇\r\n\r\n私心放上個人覺得比節目放送還好的飯拍⬇⬇⬇\r\n\r\n其實小黃們為了哥哥集體移動的事情也不是一次兩次\r\n真的是每次都讓水晶們知道小黃們一直都在\r\n\r\n類似的為了讓水晶們看到小黃們移動位子的案例還有幾個\r\nSMA2017\r\nPost images\r\nPost images\r\nPost images\r\n\r\n小黃造成最大的話題應該就是首圖的2016的BOF\r\nPost images\r\n因為是水晶們合體後第一個公演(也是大拼盤)\r\n小黃們自己包了60台的遊覽車到釜山看水晶們\r\n在還沒入場前就高調的穿著黃色雨衣揮舞黃色旗子\r\nPost images\r\nPost images\r\n現場6000名的小黃形成一大片黃海\r\n真的是看照片跟影片都能感受到現場的氣氛\r\n也是因為這場有了 黑幫黃 這個綽號\r\n之後在推特也是瘋狂討論\r\nPost images\r\n有篇新聞寫了一段我覺得很貼切很感動的話\r\n"像是回到當年,這就是一代偶像和屬於他们的應援文化"\r\n下面這個是在場內飯拍小黃有剪輯⬇⬇⬇\r\n\r\n下面這個飯拍水晶\r\n感覺是在小黃區拍的(應援很清楚)\r\n因為中間姜大爺跟殷大有招招手⬇⬇⬇\r\n\r\n下面這個是飯拍小黃們全場⬇⬇⬇\r\n\r\n下面這個是當天還沒開始但是已經進場了\r\n會場放品生品死的mv小黃們自己應援的很開心\r\n其他飯拍小黃們應援⬇⬇⬇\r\n\r\n之後成員們也有po文\r\n宰鎮口中冷靜的企業家楊社長也有Post images\r\n用姜甜甜的代表\r\n不然我真的打不完\r\n\r\n接著是在2016的Yellow Note的二安\r\n在09.11場安可後演唱會正式結束了\r\n會場燈已經全亮了\r\n結果小黃們不走進行了長達六分鐘的安可聲\r\n看很多人的後記都說在場的黃們真的是不放棄的一直喊\r\n六分鐘的安可聲中夾雜的喘息聲與啜泣聲\r\n即使會場廣播要大家走了\r\n即使喊到聲音都啞掉了身體沒力氣了\r\n這真的是用小黃們努力不懈\r\n都有了絕對要再看到水晶們的決心才得來的二安\r\n後續有人說\r\n"最後一場一安結束後已經都在打包行李要走了\r\n結果公演隊跑進來說粉絲們都不走\r\n所以水晶們全都在看楊社長的眼色\r\n楊社長就笑著讓他們再次上舞台"\r\n後來水晶們在喊聲中出去再唱了兩首\r\n我真的很喜歡殷志源剛要出去的時候喊了一句\r\n"威~昂ㄎㄚˊ" (為什麼還不走)\r\n語氣根本充滿溺愛啊\r\n在宣傳20週年演唱會的影片\r\n就用了當時宰鎮的胸前攝影機拍的影片⬇⬇⬇\r\n\r\n下面是一直安可\r\n被廣播也不走的小黃們⬇⬇⬇\r\n\r\n下面是從威昂咖到真走的整場飯拍⬇⬇⬇\r\n\r\n出了基本應援自己的大爺\r\n小黃們也很有心的會應援師弟團\r\n像是在20週年控中溫拿們來當嘉賓\r\n就有小黃姐姐們問ic們really really的應援\r\n在大拼盤上也有幫溫拿們應援還喊了溫拿讚⬇⬇⬇\r\nhttp://video.weibo.com/show?fid=1034:86c73a88427c8a555752af29f6fcbcbc\r\nPost images\r\nPost images\r\n話說真心覺得溫拿們真的是好可愛暖心又討人喜歡的團\r\n\r\n還有自己的偶像自己懟\r\n因為殷那時候剛恢復到單身的身分所以難免會被當作話題\r\nPost images\r\n可是如果別人懟我們家哥哥就不可以\r\nPost images\r\n這個節目是請藝人的粉絲一起來聊天\r\n上面這個小黃姐姐氣場超級強\r\n跟能力者裡面那個姐姐不一樣\r\n另一個粉絲一開始為了去首爾見水晶跟媽媽說好考第一\r\n之後水晶解散\r\n為了可以遇到水晶就考上首爾大學\r\n之後工作也找殷志源附近的地方\r\nPost images\r\n我覺得這個節目蠻好看的\r\n裡面的小黃姐姐真的講很多當時粉絲的事情超級好看\r\n而且同一集有神童跟無限團\r\n這邊看http://www.bilibili.com/video/av5191430\r\n\r\n還有來自其他家飯的表白\r\nPost images\r\nPost images\r\nPost images\r\n\r\n好了,此篇文大概就在這邊突然很沒頭沒尾的結束了\r\n最後是我們大爺的新曲\r\n\r\n還有最後新專裡面我最最最喜歡的一首\r\n我私心的放上20控的殷飯拍\r\n\r\n最後,jekki zzang??????\r\n\r\n以上圖片,截圖及片段文字均出自Google,YouTube或微博,若侵權請告知會立刻刪除。\r\n\r\n還有如果妳想更了解水晶附上一篇我上次寫\r\n偶像的偶像 #水晶男孩 #젝스키스 #SECHSKIES - Dcard', '關於小黃', '', 'inherit', 'closed', 'closed', '', '33-autosave-v1', '', '', '2018-07-27 10:57:24', '2018-07-27 02:57:24', '', 33, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/33-autosave-v1/', 0, 'revision', '', 0),
(2634, 1, '2018-07-27 10:46:29', '2018-07-27 02:46:29', '<img src="http://imgur.dcard.tw/zx6FJBe.jpg" alt="yellowkies" />\r\n小黃Yellowkies\r\n水晶男孩(Sechskies/젝스키스)的歌迷統稱。\r\n水晶男孩歌迷後援色是黃色,粉絲們會穿黃色雨衣、手拿黃色氣球,2016年回歸後還有黃色旗幟,故被水晶男孩親切稱為“小黃們”。\r\n水晶男孩1997年4月15日出道,2000年5月18日宣布解散,時隔16年後的2016年4月14日通過《無限挑戰》回歸。\r\n雖然時隔16年,但歌迷們仍舊穿著當年的黃色雨衣去赴約,這些歌迷有些已經成為媽媽。抱著孩子的母親穿著黃色雨衣去見16年前的偶像,感動了很多人。\r\n2016年10月1日水晶男孩參加釜山的BOF演唱會,這是水晶男孩回歸以來首次參加公演,小黃們包車60多台全國各地趕往釜山給水晶男孩應援,現場6000多名粉絲再次形成“黃海”,再現拼盤盛世,場面令人震撼。這就是韓國一代偶像和屬於他們的應援文化。\r\n\r\nhttps://www.dcard.tw/f/entertainer/p/227359556\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nhttps://imgur.dcard.tw/zx6FJBe.jpg\r\n?Yellowkies?\r\n水晶男孩官方粉絲名稱\r\n應援色為黃色,所以又稱小黃\r\n\r\nPost images\r\n先來說促使我打這篇的2017大拼盤人氣歌謠演唱會\r\n因為最近忙畢業專題又在刷大爺們的油管mv\r\n我是隔天早上刷微博的時候才知道的⬇⬇⬇\r\nPost images\r\nPost images\r\n看完立刻去看推特跟youtube\r\n小黃姐姐們真的是很團結\r\n其實本來小黃們的位子是分散的\r\n但是想讓水晶們一眼可以清楚看到小黃\r\n所以小黃們集體移位聚在一起更顯眼\r\n於是即使視線不好也沒關係\r\n只要水晶看到小黃們在應援就好\r\nPost images\r\nPost images\r\n而且也很多其他家的粉絲翻拍小黃們\r\n推特也很多其他粉絲在討論\r\nPost images\r\nPost images\r\n附上飯拍版的小黃們\r\n這個是我後來找到別家拍的超級清楚\r\n而且感覺是被小黃稍微圈粉到後面直接跟著應援的其他家飯⬇⬇⬇\r\n\r\n特別寶版⬇⬇⬇\r\n\r\n三個詞版⬇⬇⬇\r\n\r\n而且看fancam水晶們\r\n真的是大爺們一開始在找小黃們\r\n一開始是殷大發現跟其他人說\r\n大家都找到後就一直瞄一直看\r\n最後根本真的沒在看鏡頭直接對著唱\r\nPost images\r\n最後結束的時候瘋狂朝小黃們的位子送飛吻\r\nPost images\r\n剛好有粉絲紀錄到小黃們的移動史哈哈\r\nPost images\r\n下面這個是唱三個詞\r\n特別放這個是因為一開始看坐在主舞台那邊的其他飯們\r\n可能在準備等等看自己的唉豆或是休息\r\n但是中間殷大rap的時候\r\n其他四個轉頭過去大家突然回頭率變高\r\n但是大家整個焦點都在姜甜甜身上哈哈⬇⬇⬇\r\n\r\n私心放上個人覺得比節目放送還好的飯拍⬇⬇⬇\r\n\r\n其實小黃們為了哥哥集體移動的事情也不是一次兩次\r\n真的是每次都讓水晶們知道小黃們一直都在\r\n\r\n類似的為了讓水晶們看到小黃們移動位子的案例還有幾個\r\nSMA2017\r\nPost images\r\nPost images\r\nPost images\r\n\r\n小黃造成最大的話題應該就是首圖的2016的BOF\r\nPost images\r\n因為是水晶們合體後第一個公演(也是大拼盤)\r\n小黃們自己包了60台的遊覽車到釜山看水晶們\r\n在還沒入場前就高調的穿著黃色雨衣揮舞黃色旗子\r\nPost images\r\nPost images\r\n現場6000名的小黃形成一大片黃海\r\n真的是看照片跟影片都能感受到現場的氣氛\r\n也是因為這場有了 黑幫黃 這個綽號\r\n之後在推特也是瘋狂討論\r\nPost images\r\n有篇新聞寫了一段我覺得很貼切很感動的話\r\n"像是回到當年,這就是一代偶像和屬於他们的應援文化"\r\n下面這個是在場內飯拍小黃有剪輯⬇⬇⬇\r\n\r\n下面這個飯拍水晶\r\n感覺是在小黃區拍的(應援很清楚)\r\n因為中間姜大爺跟殷大有招招手⬇⬇⬇\r\n\r\n下面這個是飯拍小黃們全場⬇⬇⬇\r\n\r\n下面這個是當天還沒開始但是已經進場了\r\n會場放品生品死的mv小黃們自己應援的很開心\r\n其他飯拍小黃們應援⬇⬇⬇\r\n\r\n之後成員們也有po文\r\n宰鎮口中冷靜的企業家楊社長也有Post images\r\n用姜甜甜的代表\r\n不然我真的打不完\r\n\r\n接著是在2016的Yellow Note的二安\r\n在09.11場安可後演唱會正式結束了\r\n會場燈已經全亮了\r\n結果小黃們不走進行了長達六分鐘的安可聲\r\n看很多人的後記都說在場的黃們真的是不放棄的一直喊\r\n六分鐘的安可聲中夾雜的喘息聲與啜泣聲\r\n即使會場廣播要大家走了\r\n即使喊到聲音都啞掉了身體沒力氣了\r\n這真的是用小黃們努力不懈\r\n都有了絕對要再看到水晶們的決心才得來的二安\r\n後續有人說\r\n"最後一場一安結束後已經都在打包行李要走了\r\n結果公演隊跑進來說粉絲們都不走\r\n所以水晶們全都在看楊社長的眼色\r\n楊社長就笑著讓他們再次上舞台"\r\n後來水晶們在喊聲中出去再唱了兩首\r\n我真的很喜歡殷志源剛要出去的時候喊了一句\r\n"威~昂ㄎㄚˊ" (為什麼還不走)\r\n語氣根本充滿溺愛啊\r\n在宣傳20週年演唱會的影片\r\n就用了當時宰鎮的胸前攝影機拍的影片⬇⬇⬇\r\n\r\n下面是一直安可\r\n被廣播也不走的小黃們⬇⬇⬇\r\n\r\n下面是從威昂咖到真走的整場飯拍⬇⬇⬇\r\n\r\n出了基本應援自己的大爺\r\n小黃們也很有心的會應援師弟團\r\n像是在20週年控中溫拿們來當嘉賓\r\n就有小黃姐姐們問ic們really really的應援\r\n在大拼盤上也有幫溫拿們應援還喊了溫拿讚⬇⬇⬇\r\nhttp://video.weibo.com/show?fid=1034:86c73a88427c8a555752af29f6fcbcbc\r\nPost images\r\nPost images\r\n話說真心覺得溫拿們真的是好可愛暖心又討人喜歡的團\r\n\r\n還有自己的偶像自己懟\r\n因為殷那時候剛恢復到單身的身分所以難免會被當作話題\r\nPost images\r\n可是如果別人懟我們家哥哥就不可以\r\nPost images\r\n這個節目是請藝人的粉絲一起來聊天\r\n上面這個小黃姐姐氣場超級強\r\n跟能力者裡面那個姐姐不一樣\r\n另一個粉絲一開始為了去首爾見水晶跟媽媽說好考第一\r\n之後水晶解散\r\n為了可以遇到水晶就考上首爾大學\r\n之後工作也找殷志源附近的地方\r\nPost images\r\n我覺得這個節目蠻好看的\r\n裡面的小黃姐姐真的講很多當時粉絲的事情超級好看\r\n而且同一集有神童跟無限團\r\n這邊看http://www.bilibili.com/video/av5191430\r\n\r\n還有來自其他家飯的表白\r\nPost images\r\nPost images\r\nPost images\r\n\r\n好了,此篇文大概就在這邊突然很沒頭沒尾的結束了\r\n最後是我們大爺的新曲\r\n\r\n還有最後新專裡面我最最最喜歡的一首\r\n我私心的放上20控的殷飯拍\r\n\r\n最後,jekki zzang??????\r\n\r\n以上圖片,截圖及片段文字均出自Google,YouTube或微博,若侵權請告知會立刻刪除。\r\n\r\n還有如果妳想更了解水晶附上一篇我上次寫\r\n偶像的偶像 #水晶男孩 #젝스키스 #SECHSKIES - Dcard', '關於小黃', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2018-07-27 10:46:29', '2018-07-27 02:46:29', '', 33, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/33-revision-v1/', 0, 'revision', '', 0),
(186, 1, '2018-07-23 23:55:54', '2018-07-23 15:55:54', '小黃 (水晶男孩歌迷統稱) \r\n水晶男孩(Sechskies/젝스키스)的歌迷統稱。\r\n中文名 小黃 外文名 Yellowkies 別 名 迎春花 國 籍 全球 出生日期 1997年4月15日\r\n水晶男孩歌迷後援色是黃色,粉絲們會穿黃色雨衣、手拿黃色氣球,2016年回歸後還有黃色旗幟,故被水晶男孩親切稱為“小黃們”。\r\n水晶男孩1997年4月15日出道,2000年5月18日宣布解散,時隔16年後的2016年4月14日通過《無限挑戰》回歸。\r\n雖然時隔16年,但歌迷們仍舊穿著當年的黃色雨衣去赴約,這些歌迷有些已經成為媽媽。抱著孩子的母親穿著黃色雨衣去見16年前的偶像,感動了很多人。\r\n2016年10月1日水晶男孩參加釜山的BOF演唱會,這是水晶男孩回歸以來首次參加公演,小黃們包車60多台全國各地趕往釜山給水晶男孩應援,現場6000多名粉絲再次形成“黃海”,再現拼盤盛世,場面令人震撼。這就是韓國一代偶像和屬於他們的應援文化。\r\n\r\n\r\nPost images\r\n?Yellowkies?\r\n水晶男孩官方粉絲名稱\r\n應援色為黃色,所以又稱小黃\r\n\r\n\r\n\r\n\r\n\r\nPost images\r\n先來說促使我打這篇的2017大拼盤人氣歌謠演唱會\r\n因為最近忙畢業專題又在刷大爺們的油管mv\r\n我是隔天早上刷微博的時候才知道的⬇⬇⬇\r\nPost images\r\nPost images\r\n看完立刻去看推特跟youtube\r\n小黃姐姐們真的是很團結\r\n其實本來小黃們的位子是分散的\r\n但是想讓水晶們一眼可以清楚看到小黃\r\n所以小黃們集體移位聚在一起更顯眼\r\n於是即使視線不好也沒關係\r\n只要水晶看到小黃們在應援就好\r\nPost images\r\nPost images\r\n而且也很多其他家的粉絲翻拍小黃們\r\n推特也很多其他粉絲在討論\r\nPost images\r\nPost images\r\n附上飯拍版的小黃們\r\n這個是我後來找到別家拍的超級清楚\r\n而且感覺是被小黃稍微圈粉到後面直接跟著應援的其他家飯⬇⬇⬇\r\n\r\n特別寶版⬇⬇⬇\r\n\r\n三個詞版⬇⬇⬇\r\n\r\n而且看fancam水晶們\r\n真的是大爺們一開始在找小黃們\r\n一開始是殷大發現跟其他人說\r\n大家都找到後就一直瞄一直看\r\n最後根本真的沒在看鏡頭直接對著唱\r\nPost images\r\n最後結束的時候瘋狂朝小黃們的位子送飛吻\r\nPost images\r\n剛好有粉絲紀錄到小黃們的移動史哈哈\r\nPost images\r\n下面這個是唱三個詞\r\n特別放這個是因為一開始看坐在主舞台那邊的其他飯們\r\n可能在準備等等看自己的唉豆或是休息\r\n但是中間殷大rap的時候\r\n其他四個轉頭過去大家突然回頭率變高\r\n但是大家整個焦點都在姜甜甜身上哈哈⬇⬇⬇\r\n\r\n私心放上個人覺得比節目放送還好的飯拍⬇⬇⬇\r\n\r\n其實小黃們為了哥哥集體移動的事情也不是一次兩次\r\n真的是每次都讓水晶們知道小黃們一直都在\r\n\r\n\r\n類似的為了讓水晶們看到小黃們移動位子的案例還有幾個\r\nSMA2017\r\nPost images\r\nPost images\r\nPost images\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n小黃造成最大的話題應該就是首圖的2016的BOF\r\nPost images\r\n因為是水晶們合體後第一個公演(也是大拼盤)\r\n小黃們自己包了60台的遊覽車到釜山看水晶們\r\n在還沒入場前就高調的穿著黃色雨衣揮舞黃色旗子\r\nPost images\r\nPost images\r\n現場6000名的小黃形成一大片黃海\r\n真的是看照片跟影片都能感受到現場的氣氛\r\n也是因為這場有了 黑幫黃 這個綽號\r\n之後在推特也是瘋狂討論\r\nPost images\r\n有篇新聞寫了一段我覺得很貼切很感動的話\r\n"像是回到當年,這就是一代偶像和屬於他们的應援文化"\r\n下面這個是在場內飯拍小黃有剪輯⬇⬇⬇\r\n\r\n下面這個飯拍水晶\r\n感覺是在小黃區拍的(應援很清楚)\r\n因為中間姜大爺跟殷大有招招手⬇⬇⬇\r\n\r\n下面這個是飯拍小黃們全場⬇⬇⬇\r\n\r\n下面這個是當天還沒開始但是已經進場了\r\n會場放品生品死的mv小黃們自己應援的很開心\r\n其他飯拍小黃們應援⬇⬇⬇\r\n\r\n之後成員們也有po文\r\n宰鎮口中冷靜的企業家楊社長也有Post images\r\n用姜甜甜的代表\r\n不然我真的打不完\r\n\r\n\r\n\r\n\r\n\r\n接著是在2016的Yellow Note的二安\r\n在09.11場安可後演唱會正式結束了\r\n會場燈已經全亮了\r\n結果小黃們不走進行了長達六分鐘的安可聲\r\n看很多人的後記都說在場的黃們真的是不放棄的一直喊\r\n六分鐘的安可聲中夾雜的喘息聲與啜泣聲\r\n即使會場廣播要大家走了\r\n即使喊到聲音都啞掉了身體沒力氣了\r\n這真的是用小黃們努力不懈\r\n都有了絕對要再看到水晶們的決心才得來的二安\r\n後續有人說\r\n"最後一場一安結束後已經都在打包行李要走了\r\n結果公演隊跑進來說粉絲們都不走\r\n所以水晶們全都在看楊社長的眼色\r\n楊社長就笑著讓他們再次上舞台"\r\n後來水晶們在喊聲中出去再唱了兩首\r\n我真的很喜歡殷志源剛要出去的時候喊了一句\r\n"威~昂ㄎㄚˊ" (為什麼還不走)\r\n語氣根本充滿溺愛啊\r\n在宣傳20週年演唱會的影片\r\n就用了當時宰鎮的胸前攝影機拍的影片⬇⬇⬇\r\n\r\n下面是一直安可\r\n被廣播也不走的小黃們⬇⬇⬇\r\n\r\n下面是從威昂咖到真走的整場飯拍⬇⬇⬇\r\n\r\n\r\n\r\n\r\n\r\n\r\n出了基本應援自己的大爺\r\n小黃們也很有心的會應援師弟團\r\n像是在20週年控中溫拿們來當嘉賓\r\n就有小黃姐姐們問ic們really really的應援\r\n在大拼盤上也有幫溫拿們應援還喊了溫拿讚⬇⬇⬇\r\nhttp://video.weibo.com/show?fid=1034:86c73a88427c8a555752af29f6fcbcbc\r\nPost images\r\nPost images\r\n話說真心覺得溫拿們真的是好可愛暖心又討人喜歡的團\r\n\r\n\r\n\r\n\r\n還有自己的偶像自己懟\r\n因為殷那時候剛恢復到單身的身分所以難免會被當作話題\r\nPost images\r\n可是如果別人懟我們家哥哥就不可以\r\nPost images\r\n這個節目是請藝人的粉絲一起來聊天\r\n上面這個小黃姐姐氣場超級強\r\n跟能力者裡面那個姐姐不一樣\r\n另一個粉絲一開始為了去首爾見水晶跟媽媽說好考第一\r\n之後水晶解散\r\n為了可以遇到水晶就考上首爾大學\r\n之後工作也找殷志源附近的地方\r\nPost images\r\n我覺得這個節目蠻好看的\r\n裡面的小黃姐姐真的講很多當時粉絲的事情超級好看\r\n而且同一集有神童跟無限團\r\n這邊看http://www.bilibili.com/video/av5191430\r\n\r\n\r\n\r\n\r\n還有來自其他家飯的表白\r\nPost images\r\nPost images\r\nPost images\r\n\r\n\r\n\r\n\r\n好了,此篇文大概就在這邊突然很沒頭沒尾的結束了\r\n最後是我們大爺的新曲\r\n\r\n\r\n還有最後新專裡面我最最最喜歡的一首\r\n我私心的放上20控的殷飯拍\r\n\r\n\r\n\r\n最後,jekki zzang??????\r\n\r\n以上圖片,截圖及片段文字均出自Google,YouTube或微博,若侵權請告知會立刻刪除。\r\n\r\n\r\n還有如果妳想更了解水晶附上一篇我上次寫\r\n偶像的偶像 #水晶男孩 #젝스키스 #SECHSKIES - Dcard', '關於小黃', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2018-07-23 23:55:54', '2018-07-23 15:55:54', '', 33, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/33-revision-v1/', 0, 'revision', '', 0),
(187, 1, '2018-07-23 23:57:49', '2018-07-23 15:57:49', '小黃 (水晶男孩歌迷統稱)\r\n水晶男孩(Sechskies/젝스키스)的歌迷統稱。\r\n中文名 小黃 外文名 Yellowkies 別 名 迎春花 國 籍 全球 出生日期 1997年4月15日\r\n水晶男孩歌迷後援色是黃色,粉絲們會穿黃色雨衣、手拿黃色氣球,2016年回歸後還有黃色旗幟,故被水晶男孩親切稱為“小黃們”。\r\n水晶男孩1997年4月15日出道,2000年5月18日宣布解散,時隔16年後的2016年4月14日通過《無限挑戰》回歸。\r\n雖然時隔16年,但歌迷們仍舊穿著當年的黃色雨衣去赴約,這些歌迷有些已經成為媽媽。抱著孩子的母親穿著黃色雨衣去見16年前的偶像,感動了很多人。\r\n2016年10月1日水晶男孩參加釜山的BOF演唱會,這是水晶男孩回歸以來首次參加公演,小黃們包車60多台全國各地趕往釜山給水晶男孩應援,現場6000多名粉絲再次形成“黃海”,再現拼盤盛世,場面令人震撼。這就是韓國一代偶像和屬於他們的應援文化。\r\n\r\nhttps://www.dcard.tw/f/entertainer/p/227359556\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nhttps://imgur.dcard.tw/zx6FJBe.jpg\r\n?Yellowkies?\r\n水晶男孩官方粉絲名稱\r\n應援色為黃色,所以又稱小黃\r\n\r\nPost images\r\n先來說促使我打這篇的2017大拼盤人氣歌謠演唱會\r\n因為最近忙畢業專題又在刷大爺們的油管mv\r\n我是隔天早上刷微博的時候才知道的⬇⬇⬇\r\nPost images\r\nPost images\r\n看完立刻去看推特跟youtube\r\n小黃姐姐們真的是很團結\r\n其實本來小黃們的位子是分散的\r\n但是想讓水晶們一眼可以清楚看到小黃\r\n所以小黃們集體移位聚在一起更顯眼\r\n於是即使視線不好也沒關係\r\n只要水晶看到小黃們在應援就好\r\nPost images\r\nPost images\r\n而且也很多其他家的粉絲翻拍小黃們\r\n推特也很多其他粉絲在討論\r\nPost images\r\nPost images\r\n附上飯拍版的小黃們\r\n這個是我後來找到別家拍的超級清楚\r\n而且感覺是被小黃稍微圈粉到後面直接跟著應援的其他家飯⬇⬇⬇\r\n\r\n特別寶版⬇⬇⬇\r\n\r\n三個詞版⬇⬇⬇\r\n\r\n而且看fancam水晶們\r\n真的是大爺們一開始在找小黃們\r\n一開始是殷大發現跟其他人說\r\n大家都找到後就一直瞄一直看\r\n最後根本真的沒在看鏡頭直接對著唱\r\nPost images\r\n最後結束的時候瘋狂朝小黃們的位子送飛吻\r\nPost images\r\n剛好有粉絲紀錄到小黃們的移動史哈哈\r\nPost images\r\n下面這個是唱三個詞\r\n特別放這個是因為一開始看坐在主舞台那邊的其他飯們\r\n可能在準備等等看自己的唉豆或是休息\r\n但是中間殷大rap的時候\r\n其他四個轉頭過去大家突然回頭率變高\r\n但是大家整個焦點都在姜甜甜身上哈哈⬇⬇⬇\r\n\r\n私心放上個人覺得比節目放送還好的飯拍⬇⬇⬇\r\n\r\n其實小黃們為了哥哥集體移動的事情也不是一次兩次\r\n真的是每次都讓水晶們知道小黃們一直都在\r\n\r\n類似的為了讓水晶們看到小黃們移動位子的案例還有幾個\r\nSMA2017\r\nPost images\r\nPost images\r\nPost images\r\n\r\n小黃造成最大的話題應該就是首圖的2016的BOF\r\nPost images\r\n因為是水晶們合體後第一個公演(也是大拼盤)\r\n小黃們自己包了60台的遊覽車到釜山看水晶們\r\n在還沒入場前就高調的穿著黃色雨衣揮舞黃色旗子\r\nPost images\r\nPost images\r\n現場6000名的小黃形成一大片黃海\r\n真的是看照片跟影片都能感受到現場的氣氛\r\n也是因為這場有了 黑幫黃 這個綽號\r\n之後在推特也是瘋狂討論\r\nPost images\r\n有篇新聞寫了一段我覺得很貼切很感動的話\r\n"像是回到當年,這就是一代偶像和屬於他们的應援文化"\r\n下面這個是在場內飯拍小黃有剪輯⬇⬇⬇\r\n\r\n下面這個飯拍水晶\r\n感覺是在小黃區拍的(應援很清楚)\r\n因為中間姜大爺跟殷大有招招手⬇⬇⬇\r\n\r\n下面這個是飯拍小黃們全場⬇⬇⬇\r\n\r\n下面這個是當天還沒開始但是已經進場了\r\n會場放品生品死的mv小黃們自己應援的很開心\r\n其他飯拍小黃們應援⬇⬇⬇\r\n\r\n之後成員們也有po文\r\n宰鎮口中冷靜的企業家楊社長也有Post images\r\n用姜甜甜的代表\r\n不然我真的打不完\r\n\r\n接著是在2016的Yellow Note的二安\r\n在09.11場安可後演唱會正式結束了\r\n會場燈已經全亮了\r\n結果小黃們不走進行了長達六分鐘的安可聲\r\n看很多人的後記都說在場的黃們真的是不放棄的一直喊\r\n六分鐘的安可聲中夾雜的喘息聲與啜泣聲\r\n即使會場廣播要大家走了\r\n即使喊到聲音都啞掉了身體沒力氣了\r\n這真的是用小黃們努力不懈\r\n都有了絕對要再看到水晶們的決心才得來的二安\r\n後續有人說\r\n"最後一場一安結束後已經都在打包行李要走了\r\n結果公演隊跑進來說粉絲們都不走\r\n所以水晶們全都在看楊社長的眼色\r\n楊社長就笑著讓他們再次上舞台"\r\n後來水晶們在喊聲中出去再唱了兩首\r\n我真的很喜歡殷志源剛要出去的時候喊了一句\r\n"威~昂ㄎㄚˊ" (為什麼還不走)\r\n語氣根本充滿溺愛啊\r\n在宣傳20週年演唱會的影片\r\n就用了當時宰鎮的胸前攝影機拍的影片⬇⬇⬇\r\n\r\n下面是一直安可\r\n被廣播也不走的小黃們⬇⬇⬇\r\n\r\n下面是從威昂咖到真走的整場飯拍⬇⬇⬇\r\n\r\n出了基本應援自己的大爺\r\n小黃們也很有心的會應援師弟團\r\n像是在20週年控中溫拿們來當嘉賓\r\n就有小黃姐姐們問ic們really really的應援\r\n在大拼盤上也有幫溫拿們應援還喊了溫拿讚⬇⬇⬇\r\nhttp://video.weibo.com/show?fid=1034:86c73a88427c8a555752af29f6fcbcbc\r\nPost images\r\nPost images\r\n話說真心覺得溫拿們真的是好可愛暖心又討人喜歡的團\r\n\r\n還有自己的偶像自己懟\r\n因為殷那時候剛恢復到單身的身分所以難免會被當作話題\r\nPost images\r\n可是如果別人懟我們家哥哥就不可以\r\nPost images\r\n這個節目是請藝人的粉絲一起來聊天\r\n上面這個小黃姐姐氣場超級強\r\n跟能力者裡面那個姐姐不一樣\r\n另一個粉絲一開始為了去首爾見水晶跟媽媽說好考第一\r\n之後水晶解散\r\n為了可以遇到水晶就考上首爾大學\r\n之後工作也找殷志源附近的地方\r\nPost images\r\n我覺得這個節目蠻好看的\r\n裡面的小黃姐姐真的講很多當時粉絲的事情超級好看\r\n而且同一集有神童跟無限團\r\n這邊看http://www.bilibili.com/video/av5191430\r\n\r\n還有來自其他家飯的表白\r\nPost images\r\nPost images\r\nPost images\r\n\r\n好了,此篇文大概就在這邊突然很沒頭沒尾的結束了\r\n最後是我們大爺的新曲\r\n\r\n還有最後新專裡面我最最最喜歡的一首\r\n我私心的放上20控的殷飯拍\r\n\r\n最後,jekki zzang??????\r\n\r\n以上圖片,截圖及片段文字均出自Google,YouTube或微博,若侵權請告知會立刻刪除。\r\n\r\n還有如果妳想更了解水晶附上一篇我上次寫\r\n偶像的偶像 #水晶男孩 #젝스키스 #SECHSKIES - Dcard', '關於小黃', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2018-07-23 23:57:49', '2018-07-23 15:57:49', '', 33, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/23/33-revision-v1/', 0, 'revision', '', 0),
(189, 1, '2018-07-24 01:15:39', '2018-07-23 17:15:39', '', '_2018020913033131310', '', 'inherit', 'open', 'closed', '', '_2018020913033131310', '', '', '2018-07-24 01:15:39', '2018-07-23 17:15:39', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/2018020913033131310.jpg', 0, 'attachment', 'image/jpeg', 0),
(190, 1, '2018-07-24 01:15:44', '2018-07-23 17:15:44', '', '_lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0', '', 'inherit', 'open', 'closed', '', '_ldwqwdnrozbln_agco6c6lxpa9r5i-v-jkqnfizkp0', '', '', '2018-07-24 01:15:44', '2018-07-23 17:15:44', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/lDwqWDnROZBln_aGCO6c6lxPA9r5I-v-JkqnfiZKp0.jpg', 0, 'attachment', 'image/jpeg', 0),
(191, 1, '2018-07-24 01:15:46', '2018-07-23 17:15:46', '', '0', '', 'inherit', 'open', 'closed', '', '0', '', '', '2018-07-24 01:15:46', '2018-07-23 17:15:46', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/0.jpg', 0, 'attachment', 'image/jpeg', 0),
(192, 1, '2018-07-24 01:17:18', '2018-07-23 17:17:18', '{\n "sydney::slider_image_1": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/dc2c986a5167533c32ec7ad09ecde9a0a39137d7.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:16:48"\n },\n "sydney::slider_image_2": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/\\u672a\\u547d\\u540d-1.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:17:18"\n },\n "sydney::slider_image_3": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/3.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:17:18"\n },\n "sydney::slider_image_4": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:17:18"\n },\n "sydney::slider_image_5": {\n "value": "",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:17:18"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '4b15fec3-fc93-4ab7-8950-f74310486b88', '', '', '2018-07-24 01:17:18', '2018-07-23 17:17:18', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=192', 0, 'customize_changeset', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(193, 1, '2018-07-24 01:15:49', '2018-07-23 17:15:49', '', '20160619 Fantastic Duo Jekki cut [HoonyCafe字幕组].mp4_000316.332', '', 'inherit', 'open', 'closed', '', '20160619-fantastic-duo-jekki-cut-hoonycafe%e5%ad%97%e5%b9%95%e7%bb%84-mp4_000316-332', '', '', '2018-07-24 01:15:49', '2018-07-23 17:15:49', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/20160619-Fantastic-Duo-Jekki-cut-HoonyCafe字幕组.mp4_000316.332.jpg', 0, 'attachment', 'image/jpeg', 0),
(194, 1, '2018-07-24 01:15:50', '2018-07-23 17:15:50', '', '20160415103659_5-12', '', 'inherit', 'open', 'closed', '', '20160415103659_5-12', '', '', '2018-07-24 01:15:50', '2018-07-23 17:15:50', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/20160415103659_5-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(195, 1, '2018-07-24 01:15:51', '2018-07-23 17:15:51', '', 'dc2c986a5167533c32ec7ad09ecde9a0a39137d7', '', 'inherit', 'open', 'closed', '', 'dc2c986a5167533c32ec7ad09ecde9a0a39137d7', '', '', '2018-07-24 01:15:51', '2018-07-23 17:15:51', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/dc2c986a5167533c32ec7ad09ecde9a0a39137d7.jpg', 0, 'attachment', 'image/jpeg', 0),
(196, 1, '2018-07-24 01:15:53', '2018-07-23 17:15:53', '', 'FtTG5Os', '', 'inherit', 'open', 'closed', '', 'fttg5os', '', '', '2018-07-24 01:15:53', '2018-07-23 17:15:53', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/FtTG5Os.jpg', 0, 'attachment', 'image/jpeg', 0),
(197, 1, '2018-07-24 01:15:54', '2018-07-23 17:15:54', '', 'g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g', '', 'inherit', 'open', 'closed', '', 'g4v77ushlraklijigxrlxiqht80v-xbkuuu_mfflv5g', '', '', '2018-07-24 01:15:54', '2018-07-23 17:15:54', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/g4V77ushlrakLIJIgxrlXiqhT80v-XBkUUu_mFFLv5g.jpg', 0, 'attachment', 'image/jpeg', 0),
(198, 1, '2018-07-24 01:15:57', '2018-07-23 17:15:57', '', 'HCo9cfy', '', 'inherit', 'open', 'closed', '', 'hco9cfy', '', '', '2018-07-24 01:15:57', '2018-07-23 17:15:57', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/HCo9cfy.jpg', 0, 'attachment', 'image/jpeg', 0),
(199, 1, '2018-07-24 01:15:58', '2018-07-23 17:15:58', '', 'hKbkmIk', '', 'inherit', 'open', 'closed', '', 'hkbkmik', '', '', '2018-07-24 01:15:58', '2018-07-23 17:15:58', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/hKbkmIk.jpg', 0, 'attachment', 'image/jpeg', 0),
(200, 1, '2018-07-24 01:15:59', '2018-07-23 17:15:59', '', 'ulLFfxD', '', 'inherit', 'open', 'closed', '', 'ullffxd', '', '', '2018-07-24 01:15:59', '2018-07-23 17:15:59', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ulLFfxD.jpg', 0, 'attachment', 'image/jpeg', 0),
(201, 1, '2018-07-24 01:21:54', '2018-07-23 17:21:54', '', 'SECHSKIES 水晶男孩 - THREE WORDS_三個詞 (세 단어) [中字] 艾琳6339', '', 'inherit', 'open', 'closed', '', 'sechskies-%e6%b0%b4%e6%99%b6%e7%94%b7%e5%ad%a9-three-words_%e4%b8%89%e5%80%8b%e8%a9%9e-%ec%84%b8-%eb%8b%a8%ec%96%b4-%e4%b8%ad%e5%ad%97-%e8%89%be%e7%90%b36339', '', '', '2018-07-24 01:21:54', '2018-07-23 17:21:54', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳6339.png', 0, 'attachment', 'image/png', 0),
(202, 1, '2018-07-24 01:22:04', '2018-07-23 17:22:04', '', 'SECHSKIES 水晶男孩 - THREE WORDS_三個詞 (세 단어) [中字] 艾琳7339', '', 'inherit', 'open', 'closed', '', 'sechskies-%e6%b0%b4%e6%99%b6%e7%94%b7%e5%ad%a9-three-words_%e4%b8%89%e5%80%8b%e8%a9%9e-%ec%84%b8-%eb%8b%a8%ec%96%b4-%e4%b8%ad%e5%ad%97-%e8%89%be%e7%90%b37339', '', '', '2018-07-24 01:22:04', '2018-07-23 17:22:04', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7339.png', 0, 'attachment', 'image/png', 0),
(203, 1, '2018-07-24 01:22:09', '2018-07-23 17:22:09', '', 'SECHSKIES 水晶男孩 - THREE WORDS_三個詞 (세 단어) [中字] 艾琳7539', '', 'inherit', 'open', 'closed', '', 'sechskies-%e6%b0%b4%e6%99%b6%e7%94%b7%e5%ad%a9-three-words_%e4%b8%89%e5%80%8b%e8%a9%9e-%ec%84%b8-%eb%8b%a8%ec%96%b4-%e4%b8%ad%e5%ad%97-%e8%89%be%e7%90%b37539', '', '', '2018-07-24 01:22:09', '2018-07-23 17:22:09', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳7539.png', 0, 'attachment', 'image/png', 0),
(204, 1, '2018-07-24 01:22:31', '2018-07-23 17:22:31', '', 'SECHSKIES 水晶男孩 - THREE WORDS_三個詞 (세 단어) [中字] 艾琳8282', '', 'inherit', 'open', 'closed', '', 'sechskies-%e6%b0%b4%e6%99%b6%e7%94%b7%e5%ad%a9-three-words_%e4%b8%89%e5%80%8b%e8%a9%9e-%ec%84%b8-%eb%8b%a8%ec%96%b4-%e4%b8%ad%e5%ad%97-%e8%89%be%e7%90%b38282', '', '', '2018-07-24 01:22:31', '2018-07-23 17:22:31', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8282.png', 0, 'attachment', 'image/png', 0),
(205, 1, '2018-07-24 01:22:38', '2018-07-23 17:22:38', '', 'SECHSKIES 水晶男孩 - THREE WORDS_三個詞 (세 단어) [中字] 艾琳8341', '', 'inherit', 'open', 'closed', '', 'sechskies-%e6%b0%b4%e6%99%b6%e7%94%b7%e5%ad%a9-three-words_%e4%b8%89%e5%80%8b%e8%a9%9e-%ec%84%b8-%eb%8b%a8%ec%96%b4-%e4%b8%ad%e5%ad%97-%e8%89%be%e7%90%b38341', '', '', '2018-07-24 01:22:38', '2018-07-23 17:22:38', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8341.png', 0, 'attachment', 'image/png', 0),
(206, 1, '2018-07-24 01:23:09', '2018-07-23 17:23:09', '', 'SECHSKIES 水晶男孩 - THREE WORDS_三個詞 (세 단어) [中字] 艾琳8657', '', 'inherit', 'open', 'closed', '', 'sechskies-%e6%b0%b4%e6%99%b6%e7%94%b7%e5%ad%a9-three-words_%e4%b8%89%e5%80%8b%e8%a9%9e-%ec%84%b8-%eb%8b%a8%ec%96%b4-%e4%b8%ad%e5%ad%97-%e8%89%be%e7%90%b38657', '', '', '2018-07-24 01:23:09', '2018-07-23 17:23:09', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8657.png', 0, 'attachment', 'image/png', 0),
(207, 1, '2018-07-24 01:23:17', '2018-07-23 17:23:17', '', 'SECHSKIES 水晶男孩 - THREE WORDS_三個詞 (세 단어) [中字] 艾琳8747', '', 'inherit', 'open', 'closed', '', 'sechskies-%e6%b0%b4%e6%99%b6%e7%94%b7%e5%ad%a9-three-words_%e4%b8%89%e5%80%8b%e8%a9%9e-%ec%84%b8-%eb%8b%a8%ec%96%b4-%e4%b8%ad%e5%ad%97-%e8%89%be%e7%90%b38747', '', '', '2018-07-24 01:23:17', '2018-07-23 17:23:17', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳8747.png', 0, 'attachment', 'image/png', 0),
(208, 1, '2018-07-24 01:23:23', '2018-07-23 17:23:23', '', 'SECHSKIES 水晶男孩 - THREE WORDS_三個詞 (세 단어) [中字] 艾琳9477', '', 'inherit', 'open', 'closed', '', 'sechskies-%e6%b0%b4%e6%99%b6%e7%94%b7%e5%ad%a9-three-words_%e4%b8%89%e5%80%8b%e8%a9%9e-%ec%84%b8-%eb%8b%a8%ec%96%b4-%e4%b8%ad%e5%ad%97-%e8%89%be%e7%90%b39477', '', '', '2018-07-24 01:23:23', '2018-07-23 17:23:23', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9477.png', 0, 'attachment', 'image/png', 0),
(209, 1, '2018-07-24 01:23:42', '2018-07-23 17:23:42', '', 'SECHSKIES 水晶男孩 - THREE WORDS_三個詞 (세 단어) [中字] 艾琳9572', '', 'inherit', 'open', 'closed', '', 'sechskies-%e6%b0%b4%e6%99%b6%e7%94%b7%e5%ad%a9-three-words_%e4%b8%89%e5%80%8b%e8%a9%9e-%ec%84%b8-%eb%8b%a8%ec%96%b4-%e4%b8%ad%e5%ad%97-%e8%89%be%e7%90%b39572', '', '', '2018-07-24 01:23:42', '2018-07-23 17:23:42', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/SECHSKIES-水晶男孩-THREE-WORDS_三個詞-세-단어-中字-艾琳9572.png', 0, 'attachment', 'image/png', 0),
(210, 1, '2018-07-24 01:23:50', '2018-07-23 17:23:50', '', '志溶現身演唱會_1_15100', '', 'inherit', 'open', 'closed', '', '%e5%bf%97%e6%ba%b6%e7%8f%be%e8%ba%ab%e6%bc%94%e5%94%b1%e6%9c%83_1_15100', '', '', '2018-07-24 01:23:50', '2018-07-23 17:23:50', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/志溶現身演唱會_1_15100.png', 0, 'attachment', 'image/png', 0),
(211, 1, '2018-07-24 01:36:32', '2018-07-23 17:36:32', '', '志溶現身_100066', '', 'inherit', 'open', 'closed', '', '%e5%bf%97%e6%ba%b6%e7%8f%be%e8%ba%ab_100066', '', '', '2018-07-24 01:36:32', '2018-07-23 17:36:32', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/志溶現身_100066.png', 0, 'attachment', 'image/png', 0),
(212, 1, '2018-07-24 01:44:40', '2018-07-23 17:44:40', '{\n "sydney::slider_image_5": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/dc2c986a5167533c32ec7ad09ecde9a0a39137d7.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:44:40"\n },\n "sydney::slider_image_1": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/20160619-Fantastic-Duo-Jekki-cut-HoonyCafe\\u5b57\\u5e55\\u7ec4.mp4_000316.332.jpg",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:44:40"\n },\n "sydney::slider_image_2": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/\\u5fd7\\u6eb6\\u73fe\\u8eab_100066.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:43:47"\n },\n "sydney::slider_image_3": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/\\u5fd7\\u6eb6\\u73fe\\u8eab_100649.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:43:47"\n },\n "sydney::slider_image_4": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/\\u5fd7\\u6eb6\\u73fe\\u8eab\\u6f14\\u5531\\u6703_1_15100.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-23 17:44:40"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'ab6b1dcc-0a10-47a4-9ec3-2bb09b41ae6d', '', '', '2018-07-24 01:44:40', '2018-07-23 17:44:40', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=212', 0, 'customize_changeset', '', 0),
(213, 1, '2018-07-24 01:40:05', '2018-07-23 17:40:05', '', '志溶現身_100649', '', 'inherit', 'open', 'closed', '', '%e5%bf%97%e6%ba%b6%e7%8f%be%e8%ba%ab_100649', '', '', '2018-07-24 01:40:05', '2018-07-23 17:40:05', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/志溶現身_100649.png', 0, 'attachment', 'image/png', 0),
(214, 1, '2018-07-24 13:39:23', '2018-07-24 05:39:23', '{\n "old_sidebars_widgets_data": {\n "value": {\n "wp_inactive_widgets": [],\n "sidebar-1": [\n "search-2",\n "recent-posts-2",\n "recent-comments-2",\n "archives-2",\n "categories-2",\n "meta-2"\n ],\n "footer-1": [],\n "footer-2": [],\n "footer-3": []\n },\n "type": "global_variable",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 05:39:23"\n },\n "talon::nav_menu_locations[primary]": {\n "value": 3,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 05:39:23"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '619245e1-4fdf-48fb-85a2-a266aeac943d', '', '', '2018-07-24 13:39:23', '2018-07-24 05:39:23', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/24/619245e1-4fdf-48fb-85a2-a266aeac943d/', 0, 'customize_changeset', '', 0),
(215, 1, '2018-07-24 13:41:16', '2018-07-24 05:41:16', '{\n "talon::slide_image_1": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/G1fanmeeting.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 05:41:16"\n },\n "talon::slide_image_2": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jekkidancegroup.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 05:41:16"\n },\n "talon::slide_image_3": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/\\u65b0\\u897f\\u904a\\u8a184.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 05:41:16"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '716118c2-8012-436a-8b4f-10f2a8a35520', '', '', '2018-07-24 13:41:16', '2018-07-24 05:41:16', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/24/716118c2-8012-436a-8b4f-10f2a8a35520/', 0, 'customize_changeset', '', 0),
(217, 1, '2018-07-24 13:43:37', '2018-07-24 05:43:37', '水晶男孩為韓國於1997年推出的六人男子音樂組合,是韓國第一代偶像團體,被韓國媒體稱為90年代後期韓國歌壇兩大山脈之一。\r\n團體名字來源於德語,意思是六顆水晶,象徵可以左右命運。\r\n團體中另分為以Rap、舞蹈為主的黑水晶(殷志源、李宰鎮、金在德)及以歌唱為主的白水晶(姜成勳、高志溶、張水院)。', '關於水晶', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2018-07-24 13:43:37', '2018-07-24 05:43:37', '', 31, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/24/31-revision-v1/', 0, 'revision', '', 0),
(222, 1, '2018-07-25 00:18:41', '2018-07-24 16:18:41', 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-2.png', 'cropped-logo-2.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-2-png', '', '', '2018-07-25 00:18:41', '2018-07-24 16:18:41', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-2.png', 0, 'attachment', 'image/png', 0),
(223, 1, '2018-07-25 00:18:50', '2018-07-24 16:18:50', '{\n "talon::custom_logo": {\n "value": 222,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:18:50"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '17e9cb8c-2842-4df6-8d04-b5618be7631f', '', '', '2018-07-25 00:18:50', '2018-07-24 16:18:50', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/17e9cb8c-2842-4df6-8d04-b5618be7631f/', 0, 'customize_changeset', '', 0),
(224, 1, '2018-07-25 00:21:31', '2018-07-24 16:21:31', '{\n "talon::site_header_color": {\n "value": "#0a0a0a",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:21:31"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '8e47fe37-a523-49aa-a901-41e2b2f31895', '', '', '2018-07-25 00:21:31', '2018-07-24 16:21:31', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/8e47fe37-a523-49aa-a901-41e2b2f31895/', 0, 'customize_changeset', '', 0),
(225, 1, '2018-07-25 00:24:14', '2018-07-24 16:24:14', '{\n "talon::header_text_color": {\n "value": "#8e8e8e",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:24:14"\n },\n "talon::header_subtext_color": {\n "value": "#9e9e9e",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:22:24"\n },\n "talon::background_color": {\n "value": "#ffffff",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:23:24"\n },\n "talon::primary_color": {\n "value": "#eeee22",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:23:24"\n },\n "talon::site_title_color": {\n "value": "#2d3142",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:23:24"\n },\n "talon::site_header_color": {\n "value": "#424242",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:24:14"\n },\n "talon::menu_items_color": {\n "value": "#e8e8e8",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:24:14"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '45f6dd0d-12ba-45d7-be75-2fb5f716207d', '', '', '2018-07-25 00:24:14', '2018-07-24 16:24:14', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=225', 0, 'customize_changeset', '', 0),
(226, 1, '2018-07-25 00:29:33', '2018-07-24 16:29:33', '<img class="alignnone size-full wp-image-150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo-e1532449665430.png" alt="" width="469" height="551" />\r\n\r\n6SYK品牌名取自「6顆水晶」+「SESHSKIES水晶男孩」+「YELLOWKIES小黃」,\r\n代表著六顆水晶和全體小黃密不可分的關係。\r\n\r\n主要介紹及宣傳水晶男孩各項活動,\r\n小黃們各項應援活動,\r\n以及韓國元祖偶像和粉絲之間的羈絆。\r\n\r\n我們的成立宗旨為推動水晶男孩在全球創造影響力,讓全世界都感受到水晶男孩的魅力。', '6SYK理念', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2018-07-25 00:29:33', '2018-07-24 16:29:33', '', 29, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/29-revision-v1/', 0, 'revision', '', 0),
(227, 1, '2018-07-25 00:31:10', '2018-07-24 16:31:10', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2018-07-25 00:53:53', '2018-07-24 16:53:53', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo-1.png', 0, 'attachment', 'image/png', 0),
(228, 1, '2018-07-25 00:33:30', '2018-07-24 16:33:30', 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-1-e1532449950670.png', 'cropped-logo-1-e1532449950670.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-1-e1532449950670-png', '', '', '2018-07-25 00:33:30', '2018-07-24 16:33:30', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-1-e1532449950670.png', 0, 'attachment', 'image/png', 0),
(229, 1, '2018-07-25 00:33:34', '2018-07-24 16:33:34', '{\n "talon::custom_logo": {\n "value": 228,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:33:34"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'c76b6995-b84f-444f-a946-041139c64960', '', '', '2018-07-25 00:33:34', '2018-07-24 16:33:34', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/c76b6995-b84f-444f-a946-041139c64960/', 0, 'customize_changeset', '', 0),
(230, 1, '2018-07-25 00:34:13', '2018-07-24 16:34:13', 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-e1532449665430.png', 'cropped-logo-e1532449665430.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-e1532449665430-png', '', '', '2018-07-25 00:34:13', '2018-07-24 16:34:13', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-e1532449665430.png', 0, 'attachment', 'image/png', 0),
(231, 1, '2018-07-25 00:34:18', '2018-07-24 16:34:18', '{\n "talon::custom_logo": {\n "value": 230,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:34:14"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'a1c79e77-5646-4812-9a43-8b57c780005d', '', '', '2018-07-25 00:34:18', '2018-07-24 16:34:18', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=231', 0, 'customize_changeset', '', 0),
(232, 1, '2018-07-25 00:37:38', '2018-07-24 16:37:38', '{\n "talon::site_title_size": {\n "value": "27",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:37:38"\n },\n "talon::menu_items": {\n "value": "24",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:37:38"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'c83a2424-88ed-4963-b0e4-1793aae62f2b', '', '', '2018-07-25 00:37:38', '2018-07-24 16:37:38', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/c83a2424-88ed-4963-b0e4-1793aae62f2b/', 0, 'customize_changeset', '', 0),
(233, 1, '2018-07-25 00:43:46', '2018-07-24 16:43:46', '{\n "talon::headings_font_family": {\n "value": "Indie Flower",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:41:01"\n },\n "talon::menu_items": {\n "value": "18",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:43:46"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '543e994d-114c-4390-a206-912098c82dab', '', '', '2018-07-25 00:43:46', '2018-07-24 16:43:46', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=233', 0, 'customize_changeset', '', 0),
(234, 1, '2018-07-25 00:46:03', '2018-07-24 16:46:03', '{\n "talon::headings_font_family": {\n "value": "Permanent Marker",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:46:03"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '32878dd7-7cfb-4c7b-8955-d5f29229b63c', '', '', '2018-07-25 00:46:03', '2018-07-24 16:46:03', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/32878dd7-7cfb-4c7b-8955-d5f29229b63c/', 0, 'customize_changeset', '', 0),
(235, 1, '2018-07-25 00:46:47', '0000-00-00 00:00:00', '{\n "talon::blog_layout": {\n "value": "masonry-layout",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:46:47"\n }\n}', '', '', 'auto-draft', 'closed', 'closed', '', 'a60b6dae-c4e3-4137-be8e-502b71c9f30f', '', '', '2018-07-25 00:46:47', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=235', 0, 'customize_changeset', '', 0),
(236, 1, '2018-07-25 00:49:01', '2018-07-24 16:49:01', '{\n "talon::blog_layout": {\n "value": "fullwidth",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:49:01"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '73043de3-d761-4cc9-9ed6-14afffe683c2', '', '', '2018-07-25 00:49:01', '2018-07-24 16:49:01', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/73043de3-d761-4cc9-9ed6-14afffe683c2/', 0, 'customize_changeset', '', 0),
(237, 1, '2018-07-25 00:52:48', '2018-07-24 16:52:48', 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-1-e1532449950670-1.png', 'cropped-logo-1-e1532449950670-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-1-e1532449950670-1-png', '', '', '2018-07-25 00:52:48', '2018-07-24 16:52:48', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-logo-1-e1532449950670-1.png', 0, 'attachment', 'image/png', 0),
(238, 1, '2018-07-25 00:53:01', '2018-07-24 16:53:01', '{\n "site_icon": {\n "value": 237,\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-24 16:53:01"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'ec2fb181-a028-4fcf-b38f-501a325590b6', '', '', '2018-07-25 00:53:01', '2018-07-24 16:53:01', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/ec2fb181-a028-4fcf-b38f-501a325590b6/', 0, 'customize_changeset', '', 0),
(239, 1, '2018-07-25 17:50:40', '2018-07-25 09:50:40', '<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fjekki.cheese%2Fposts%2F1838838246224440&width=500" width="500" height="717" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>\r\n韓國始祖偶像「水晶男孩 (젝스키스) 」姜成勳 (강성훈)+g.o.d 微笑天使 孫昊永(손호영)\r\nhttps://www.youtube.com/watch?v=qwBH6xtpndg&amp;list=WL&amp;index=54', '最新消息', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2018-07-25 17:50:40', '2018-07-25 09:50:40', '', 59, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/59-revision-v1/', 0, 'revision', '', 0),
(2605, 1, '2018-07-26 17:48:43', '2018-07-26 09:48:43', '', 'Com'' Back', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2018-07-26 17:48:43', '2018-07-26 09:48:43', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/54-revision-v1/', 0, 'revision', '', 0),
(240, 1, '2018-07-25 22:07:55', '2018-07-25 14:07:55', '<div class="fb-post" data-href="https://www.facebook.com/jekki.cheese/posts/1838838246224440" data-width="750" data-show-text="true"><blockquote cite="https://www.facebook.com/jekki.cheese/posts/1838838246224440" class="fb-xfbml-parse-ignore"><p>[#殷志源] 20180725 / IG:mbn_fun\r\n\r\nshopping? ?\r\n就算不懂也能做得到‼️ \r\n市(場)門外漢(알못)殷志源...</p>由<a href="https://www.facebook.com/jekki.cheese/">傑斯起司 Jekki&#039;s Cheese</a> 發佈於&nbsp;<a href="https://www.facebook.com/jekki.cheese/posts/1838838246224440">2018年7月24日 星期二</a></blockquote></div>\r\n韓國始祖偶像「水晶男孩 (젝스키스) 」姜成勳 (강성훈)+g.o.d 微笑天使 孫昊永(손호영)\r\nhttps://www.youtube.com/watch?v=qwBH6xtpndg&amp;list=WL&amp;index=54', '最新消息', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2018-07-25 22:07:55', '2018-07-25 14:07:55', '', 59, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/59-revision-v1/', 0, 'revision', '', 0),
(2601, 1, '2018-07-26 17:36:09', '2018-07-26 09:36:09', '', '最新消息', '', 'inherit', 'closed', 'closed', '', '59-autosave-v1', '', '', '2018-07-26 17:37:22', '2018-07-26 09:37:22', '', 59, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/59-autosave-v1/', 0, 'revision', '', 0),
(2606, 1, '2018-07-26 17:59:11', '2018-07-26 09:59:11', '', '後續報導', '', 'inherit', 'closed', 'closed', '', '52-revision-v1', '', '', '2018-07-26 17:59:11', '2018-07-26 09:59:11', '', 52, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/52-revision-v1/', 0, 'revision', '', 0),
(241, 1, '2018-07-25 22:09:15', '2018-07-25 14:09:15', '<div id="fb-root"></div>\r\n<script>(function(d, s, id) {\r\n var js, fjs = d.getElementsByTagName(s)[0];\r\n if (d.getElementById(id)) return;\r\n js = d.createElement(s); js.id = id;\r\n js.src = ''https://connect.facebook.net/zh_TW/sdk.js#xfbml=1&version=v3.0'';\r\n fjs.parentNode.insertBefore(js, fjs);\r\n}(document, ''script'', ''facebook-jssdk''));</script>\r\n<div class="fb-post" data-href="https://www.facebook.com/jekki.cheese/posts/1838838246224440" data-width="750" data-show-text="true"><blockquote cite="https://www.facebook.com/jekki.cheese/posts/1838838246224440" class="fb-xfbml-parse-ignore"><p>[#殷志源] 20180725 / IG:mbn_fun\r\n\r\nshopping? ?\r\n就算不懂也能做得到‼️ \r\n市(場)門外漢(알못)殷志源...</p>由<a href="https://www.facebook.com/jekki.cheese/">傑斯起司 Jekki&#039;s Cheese</a> 發佈於&nbsp;<a href="https://www.facebook.com/jekki.cheese/posts/1838838246224440">2018年7月24日 星期二</a></blockquote></div>\r\n韓國始祖偶像「水晶男孩 (젝스키스) 」姜成勳 (강성훈)+g.o.d 微笑天使 孫昊永(손호영)\r\nhttps://www.youtube.com/watch?v=qwBH6xtpndg&amp;list=WL&amp;index=54', '最新消息', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2018-07-25 22:09:15', '2018-07-25 14:09:15', '', 59, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/59-revision-v1/', 0, 'revision', '', 0),
(242, 1, '2018-07-27 10:08:34', '2018-07-27 02:08:34', '[caption id="attachment_2632" align="aligncenter" width="2001"]<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto1.png" alt="無限挑戰六六歌水晶男孩" width="2001" height="1251" class="size-full wp-image-2632" /> 無限挑戰六六歌水晶男孩[/caption]無限挑戰_六六歌二水晶男孩特輯\n\n\n\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\n\n\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\n\n\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\n\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-autosave-v1', '', '', '2018-07-27 10:08:34', '2018-07-27 02:08:34', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/45-autosave-v1/', 0, 'revision', '', 0),
(243, 1, '2018-07-25 23:01:37', '2018-07-25 15:01:37', '<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n\r\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-07-25 23:01:37', '2018-07-25 15:01:37', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/45-revision-v1/', 0, 'revision', '', 0),
(244, 1, '2018-07-25 23:20:46', '2018-07-25 15:20:46', '<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=4" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=5" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=6" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=7" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=8" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=9" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=10" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=11" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2018-07-25 23:20:46', '2018-07-25 15:20:46', '', 56, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/56-revision-v1/', 0, 'revision', '', 0),
(245, 1, '2018-07-25 23:21:24', '2018-07-25 15:21:24', '<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=4" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=5" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=6" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=7" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=8" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=9" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=10" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169399&page=11" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n', '節目彙整', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2018-07-25 23:21:24', '2018-07-25 15:21:24', '', 56, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/25/56-revision-v1/', 0, 'revision', '', 0),
(246, 1, '2018-07-26 00:04:31', '2018-07-25 16:04:31', '<h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=phsOnzzHrZshttps://youtu.be/FccoV2LboWI \n <h2>入境表格</h2> \n https://youtu.be/R9k6Cs4Rwqchttps://youtu.be/tRPHtT0-JkE \n <h2>粉絲提問</h2> \n <h2>Taipei in Melody</h2> \n <h2>G1s Great Moment</h2> \n <h2>Dance</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://youtu.be/lOdKgsr9ttU \n <h2>撒嬌</h2> \n https://youtu.be/S7HJAZ4Kgso \n <h2>1 the land</h2> \n <h2>烏克麗麗</h2> \n https://youtu.be/p5_PiYMsoZchttps://youtu.be/7A_0l9wVoNE \n <h2>Couple大合唱</h2> \n https://youtu.be/sQ5P3BWL15Ehttps://youtu.be/XZvyS4yDulk \n <h2>Never, Ever…</h2> \n https://youtu.be/v8XBssrcM0Uhttps://youtu.be/0uQgXToOyiA \n <h2>酒醉</h2> \n https://youtu.be/6mUl85XOyQw \n <h2>滿醉 in Melody</h2> \n https://youtu.be/EJcpA7bubqMhttps://youtu.be/Ovzu07lYVVU \n <h2>All Famy</h2> \n https://youtu.be/b6S-CAk-RAAhttps://youtu.be/G8u7D3Xleeo \n <h2>Suddenly</h2> \n https://youtu.be/a70ojjXoB4M \n <h2>ONE</h2> \n https://youtu.be/fhgboeZ-J0shttps://youtu.be/CIhAi_gw0fI \n <h2>安可/Adios</h2> \n https://youtu.be/Jz3zUZolzjMhttps://youtu.be/ycydd8Bfkb8', '殷志源台北見面會', '', 'publish', 'closed', 'closed', '', 'eunjiwon180721taipei', '', '', '2018-07-26 17:46:46', '2018-07-26 09:46:46', '', 275, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=246', 0, 'page', '', 0),
(301, 1, '2018-07-26 14:43:19', '2018-07-26 06:43:19', '<h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=phsOnzzHrZshttps://youtu.be/FccoV2LboWI \n <h2>入境表格</h2> \n https://youtu.be/R9k6Cs4Rwqchttps://youtu.be/tRPHtT0-JkE \n <h2>粉絲提問</h2> \n <h2>Taipei in Melody</h2> \n <h2>G1s Great Moment</h2> \n <h2>Dance</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://youtu.be/lOdKgsr9ttU \n <h2>撒嬌</h2> \n https://youtu.be/S7HJAZ4Kgso \n <h2>1 the land</h2> \n <h2>烏克麗麗</h2> \n https://youtu.be/p5_PiYMsoZchttps://youtu.be/7A_0l9wVoNE \n <h2>Couple大合唱</h2> \n https://youtu.be/sQ5P3BWL15Ehttps://youtu.be/XZvyS4yDulk \n <h2>Never, Ever…</h2> \n https://youtu.be/v8XBssrcM0Uhttps://youtu.be/0uQgXToOyiA \n <h2>酒醉</h2> \n https://youtu.be/6mUl85XOyQw \n <h2>滿醉 in Melody</h2> \n https://youtu.be/EJcpA7bubqMhttps://youtu.be/Ovzu07lYVVU \n <h2>All Famy</h2> \n https://youtu.be/b6S-CAk-RAAhttps://youtu.be/G8u7D3Xleeo \n <h2>Suddenly</h2> \n https://youtu.be/a70ojjXoB4M \n <h2>ONE</h2> \n https://youtu.be/fhgboeZ-J0shttps://youtu.be/CIhAi_gw0fI \n <h2>安可/Adios</h2> \n https://youtu.be/Jz3zUZolzjMhttps://youtu.be/ycydd8Bfkb8', '殷志源台北見面會', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2018-07-26 14:43:19', '2018-07-26 06:43:19', '', 246, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/246-revision-v1/', 0, 'revision', '', 0),
(2612, 1, '2018-07-27 01:21:18', '2018-07-26 17:21:18', '{\n "talon::slide_image_1": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli02.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:14:25"\n },\n "talon::slide_title_1": {\n "value": "",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:21:18"\n },\n "talon::slide_btn_title_1": {\n "value": "20\\u5468\\u5e74\\u61c9\\u63f4\\u5f71\\u7247",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:21:18"\n },\n "talon::slide_image_2": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sayugi4_2.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:16:25"\n },\n "talon::slide_image_3": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ShowBizhoony.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:16:25"\n },\n "talon::slide_subtitle_1": {\n "value": "",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:21:18"\n },\n "talon::slide_btn_url_1": {\n "value": "https://youtu.be/ARi0cfpv6mE",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:17:47"\n },\n "talon::slide_title_2": {\n "value": "",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:21:18"\n },\n "talon::slide_subtitle_2": {\n "value": "",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:21:18"\n },\n "talon::slide_btn_title_2": {\n "value": "",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:20:36"\n },\n "talon::slide_title_3": {\n "value": "",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:21:18"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '8e591f19-3631-4d7c-a935-f317c2c22fa1', '', '', '2018-07-27 01:21:18', '2018-07-26 17:21:18', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=2612', 0, 'customize_changeset', '', 0),
(303, 1, '2018-07-26 14:51:11', '2018-07-26 06:51:11', '', 'icon-G_S.2.png', '', 'inherit', 'open', 'closed', '', 'icon-g_s-2-png', '', '', '2018-07-26 14:51:11', '2018-07-26 06:51:11', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/icon-G_S.2.png', 0, 'attachment', 'image/png', 0),
(297, 1, '2018-07-26 14:17:04', '2018-07-26 06:17:04', '<h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=phsOnzzHrZshttps://youtu.be/FccoV2LboWI<p>入境表格<br /><iframe src="https://www.youtube.com/embed/R9k6Cs4Rwqc" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/tRPHtT0-JkE" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />粉絲提問<br />Taipei in Melody<br />G1''s Great Moment<br />Dance<br /><iframe src="https://www.youtube.com/embed/lOdKgsr9ttU" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />撒嬌<br /><iframe src="https://www.youtube.com/embed/S7HJAZ4Kgso" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />1 the land<br />烏克麗麗<br /><iframe src="https://www.youtube.com/embed/p5_PiYMsoZc" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/7A_0l9wVoNE" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />Couple大合唱<br /><iframe src="https://www.youtube.com/embed/sQ5P3BWL15E" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/XZvyS4yDulk" width="1920" height="1080" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />Never, Ever…<br /><iframe src="https://www.youtube.com/embed/v8XBssrcM0U" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p><iframe src="https://www.youtube.com/embed/0uQgXToOyiA" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p>酒醉<br /><iframe src="https://www.youtube.com/embed/6mUl85XOyQw" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />滿醉 in Melody<br /><iframe src="https://www.youtube.com/embed/EJcpA7bubqM" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Ovzu07lYVVU" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />All Famy<br /><iframe src="https://www.youtube.com/embed/G8u7D3Xleeo" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/b6S-CAk-RAA" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />Suddenly<br /><iframe src="https://www.youtube.com/embed/a70ojjXoB4M" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><br /></p> \n <h2>ONE</h2> \n https://youtu.be/fhgboeZ-J0shttps://youtu.be/CIhAi_gw0fI \n <h2>安可/Adios</h2> \n https://youtu.be/Jz3zUZolzjMhttps://youtu.be/ycydd8Bfkb8', '殷志源台北見面會', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2018-07-26 14:17:04', '2018-07-26 06:17:04', '', 246, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/246-revision-v1/', 0, 'revision', '', 0),
(247, 1, '2018-07-26 00:04:31', '2018-07-25 16:04:31', '上半場\r\n8t. Truck\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/phsOnzzHrZs" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/FccoV2LboWI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n-入境表格-\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/R9k6Cs4Rwqc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/tRPHtT0-JkE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n-粉絲提問\r\nTaipei in Melody\r\nG1''s Great Moment\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/lOdKgsr9ttU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/S7HJAZ4Kgso" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n烏克麗麗\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/p5_PiYMsoZc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/7A_0l9wVoNE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\nCouple大合唱\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/sQ5P3BWL15E" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="1920" height="1080" src="https://www.youtube.com/embed/XZvyS4yDulk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\nNever, Ever…\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/v8XBssrcM0U" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n下半場\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/0uQgXToOyiA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n\r\n1 / 酒醉\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/6mUl85XOyQw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n2 / 滿醉 in Melody\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/EJcpA7bubqM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Ovzu07lYVVU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n3 / All Famy\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/G8u7D3Xleeo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/b6S-CAk-RAA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n4 / Suddenly\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/a70ojjXoB4M" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n5 / ONE\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/fhgboeZ-J0s" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/CIhAi_gw0fI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n安可 / Adios\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/ycydd8Bfkb8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Jz3zUZolzjM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>', '殷志源台北見面會', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2018-07-26 00:04:31', '2018-07-25 16:04:31', '', 246, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/246-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(248, 1, '2018-07-26 01:23:06', '2018-07-25 17:23:06', '<img width="1024" height="429" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-1024x429.gif" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-1024x429.gif 1024w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-300x126.gif 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-768x322.gif 768w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-200x84.gif 200w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-690x289.gif 690w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p> </p><p><iframe src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p><iframe src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>.<br /><iframe src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%" /></p><p><iframe src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%" /><br /><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%" /></p>', '超人回來了 志溶昇材來台', '', 'publish', 'closed', 'closed', '', 'superdadjiyong180601taipei', '', '', '2018-07-26 17:47:25', '2018-07-26 09:47:25', '', 275, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=248', 0, 'page', '', 0),
(249, 1, '2018-07-26 01:16:39', '2018-07-25 17:16:39', '', 'superdad_x264', '', 'inherit', 'open', 'closed', '', 'superdad_x264', '', '', '2018-07-26 01:16:39', '2018-07-25 17:16:39', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/superdad_x264.mp4', 0, 'attachment', 'video/mp4', 0),
(273, 1, '2018-07-26 09:50:36', '2018-07-26 01:50:36', '[playlist type="video" ids="249"]\r\n\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n\r\n\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>.\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n\r\n\r\n\r\n\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%" class="alignnone size-medium wp-image-18" />\r\n\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%" class="alignnone size-medium wp-image-17" />\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%" class="alignnone size-medium wp-image-19" />', '超人回來了 志溶昇材來台', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2018-07-26 09:50:36', '2018-07-26 01:50:36', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/248-revision-v1/', 0, 'revision', '', 0),
(250, 1, '2018-07-26 01:23:06', '2018-07-25 17:23:06', '[playlist type="video" ids="249"]\r\n\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n\r\n\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>.\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n\r\n\r\n\r\n\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02-300x126.jpg" alt="" width="300" height="126" class="alignnone size-medium wp-image-18" />\r\n\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03-300x126.jpg" alt="" width="300" height="126" class="alignnone size-medium wp-image-17" />\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01-300x126.jpg" alt="" width="300" height="126" class="alignnone size-medium wp-image-19" />', '超人回來了 志溶昇材來台', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2018-07-26 01:23:06', '2018-07-25 17:23:06', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/248-revision-v1/', 0, 'revision', '', 0),
(251, 1, '2018-07-26 01:25:16', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:16', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=251', 1, 'nav_menu_item', '', 0),
(252, 1, '2018-07-26 01:25:16', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:16', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=252', 1, 'nav_menu_item', '', 0),
(253, 1, '2018-07-26 01:25:16', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:16', '0000-00-00 00:00:00', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=253', 1, 'nav_menu_item', '', 0),
(254, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 59, 'http://sixjekkient.byethost18.com/6sykdb/?p=254', 1, 'nav_menu_item', '', 0),
(255, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 59, 'http://sixjekkient.byethost18.com/6sykdb/?p=255', 1, 'nav_menu_item', '', 0),
(256, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 54, 'http://sixjekkient.byethost18.com/6sykdb/?p=256', 1, 'nav_menu_item', '', 0),
(257, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=257', 1, 'nav_menu_item', '', 0),
(258, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=258', 1, 'nav_menu_item', '', 0),
(259, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=259', 1, 'nav_menu_item', '', 0),
(260, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/?p=260', 1, 'nav_menu_item', '', 0),
(261, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 41, 'http://sixjekkient.byethost18.com/6sykdb/?p=261', 1, 'nav_menu_item', '', 0),
(262, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=262', 1, 'nav_menu_item', '', 0),
(263, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=263', 1, 'nav_menu_item', '', 0),
(264, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 35, 'http://sixjekkient.byethost18.com/6sykdb/?p=264', 1, 'nav_menu_item', '', 0),
(265, 1, '2018-07-26 01:25:17', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-07-26 01:25:17', '0000-00-00 00:00:00', '', 27, 'http://sixjekkient.byethost18.com/6sykdb/?p=265', 1, 'nav_menu_item', '', 0),
(266, 1, '2018-07-26 01:26:42', '2018-07-25 17:26:42', ' ', '', '', 'publish', 'closed', 'closed', '', '266', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 275, 'http://sixjekkient.byethost18.com/6sykdb/?p=266', 17, 'nav_menu_item', '', 0),
(267, 1, '2018-07-26 01:26:42', '2018-07-25 17:26:42', ' ', '', '', 'publish', 'closed', 'closed', '', '267', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 275, 'http://sixjekkient.byethost18.com/6sykdb/?p=267', 18, 'nav_menu_item', '', 0),
(268, 1, '2018-07-26 01:30:26', '2018-07-25 17:30:26', '{\n "talon::custom_logo": {\n "value": 270,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-25 17:30:26"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '60a61b9e-51e8-40df-bf08-7d2375ae6e2f', '', '', '2018-07-26 01:30:26', '2018-07-25 17:30:26', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=268', 0, 'customize_changeset', '', 0),
(269, 1, '2018-07-26 01:30:02', '2018-07-25 17:30:02', '', '6syk', '', 'inherit', 'open', 'closed', '', '6syk', '', '', '2018-07-26 01:30:02', '2018-07-25 17:30:02', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/6syk.png', 0, 'attachment', 'image/png', 0),
(270, 1, '2018-07-26 01:30:10', '2018-07-25 17:30:10', 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-6syk.png', 'cropped-6syk.png', '', 'inherit', 'open', 'closed', '', 'cropped-6syk-png', '', '', '2018-07-26 01:30:10', '2018-07-25 17:30:10', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/cropped-6syk.png', 0, 'attachment', 'image/png', 0),
(271, 1, '2018-07-26 01:52:15', '2018-07-25 17:52:15', '', 'reference_website', '', 'inherit', 'open', 'closed', '', 'reference_website', '', '', '2018-07-26 01:52:15', '2018-07-25 17:52:15', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/reference_website.html', 0, 'attachment', 'text/html', 0),
(272, 1, '2018-07-26 01:52:40', '2018-07-25 17:52:40', '', 'LOGO_', '', 'inherit', 'open', 'closed', '', 'logo_', '', '', '2018-07-26 01:52:40', '2018-07-25 17:52:40', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/LOGO_.psd', 0, 'attachment', 'application/octet-stream', 0),
(310, 1, '2018-07-26 15:34:23', '2018-07-26 07:34:23', 'http://Array \n <img width="1" height="1" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Background-Digital.jpg" alt="" /> \n https://www.youtube.com/watch?v=9uOETcuFjbE[playlist type="video" ids="249"]\n<iframe width="854" height="480" src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>.\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%" />\n<iframe width="854" height="480" src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%" />\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%" />', '超人回來了 志溶昇材來台', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2018-07-26 15:34:23', '2018-07-26 07:34:23', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/248-revision-v1/', 0, 'revision', '', 0),
(275, 1, '2018-07-26 10:08:00', '2018-07-26 02:08:00', '', '主題專區', '', 'publish', 'closed', 'closed', '', 'theme', '', '', '2018-07-26 17:46:18', '2018-07-26 09:46:18', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=275', 0, 'page', '', 0),
(276, 1, '2018-07-26 10:07:41', '2018-07-26 02:07:41', '', '主題專區', '', 'inherit', 'closed', 'closed', '', '275-revision-v1', '', '', '2018-07-26 10:07:41', '2018-07-26 02:07:41', '', 275, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/275-revision-v1/', 0, 'revision', '', 0),
(277, 1, '2018-07-26 10:16:53', '2018-07-26 02:16:53', ' ', '', '', 'publish', 'closed', 'closed', '', '277', '', '', '2018-07-26 10:18:23', '2018-07-26 02:18:23', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=277', 16, 'nav_menu_item', '', 0),
(290, 1, '2018-07-27 00:07:46', '2018-07-26 16:07:46', '', 'Elementor #290', '', 'trash', 'closed', 'closed', '', '__trashed', '', '', '2018-07-27 00:07:46', '2018-07-26 16:07:46', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?page_id=290', 0, 'page', '', 0),
(280, 1, '2018-07-26 12:01:26', '2018-07-26 04:01:26', '台灣\r\n在德生日影片\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/pBeJC4ol-ts" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>yellownote應援影片\r\n<iframe src="https://www.youtube.com/embed/pvsa7PjsfwA" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n跳舞應援影片\r\n\r\n預告\r\n<iframe src="https://www.youtube.com/embed/ARi0cfpv6mE" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n正式影片\r\n<iframe src="https://www.youtube.com/embed/fkJmOMPirBc" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n\r\n韓國\r\n演唱會歌曲應援\r\nBOF', '應援活動', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2018-07-26 12:01:26', '2018-07-26 04:01:26', '', 169, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/169-revision-v1/', 0, 'revision', '', 0),
(282, 1, '2018-07-26 12:05:19', '2018-07-26 04:05:19', '', 'sli01', '', 'inherit', 'open', 'closed', '', 'sli01', '', '', '2018-07-26 12:05:19', '2018-07-26 04:05:19', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli01.png', 0, 'attachment', 'image/png', 0),
(283, 1, '2018-07-26 12:05:32', '2018-07-26 04:05:32', '', 'sli02 (1)', '', 'inherit', 'open', 'closed', '', 'sli02-1', '', '', '2018-07-26 12:05:32', '2018-07-26 04:05:32', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli02-1.png', 0, 'attachment', 'image/png', 0),
(2631, 1, '2018-07-27 09:50:21', '2018-07-27 01:50:21', '{\n "talon::slide_image_1": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli02-1.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-27 01:50:21"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'ad6576bb-7aa1-4da3-aa7d-b777d1df3cce', '', '', '2018-07-27 09:50:21', '2018-07-27 01:50:21', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/ad6576bb-7aa1-4da3-aa7d-b777d1df3cce/', 0, 'customize_changeset', '', 0),
(285, 1, '2018-07-26 12:08:04', '2018-07-26 04:08:04', '{\n "talon::slide_image_1": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli01-1.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 04:06:36"\n },\n "talon::slide_title_1": {\n "value": "G1private",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 04:06:36"\n },\n "talon::slide_subtitle_1": {\n "value": "1thelandintaipei",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 04:06:36"\n },\n "talon::slide_btn_url_1": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/%e4%b8%bb%e9%a1%8c%e5%b0%88%e5%8d%80/%e6%ae%b7%e5%bf%97%e6%ba%90%e5%8f%b0%e5%8c%97%e8%a6%8b%e9%9d%a2%e6%9c%83/",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 04:07:36"\n },\n "talon::slide_btn_title_1": {\n "value": "\\u7acb\\u5373\\u89c0\\u8cde",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 04:08:04"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '85e68dcb-5aa8-46d4-ada8-2bdfee4b8607', '', '', '2018-07-26 12:08:04', '2018-07-26 04:08:04', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=285', 0, 'customize_changeset', '', 0),
(286, 1, '2018-07-26 12:08:46', '2018-07-26 04:08:46', '{\n "talon::slide_image_2": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli02-1.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 04:08:36"\n },\n "talon::slide_title_2": {\n "value": "",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 04:08:46"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '65975534-5281-41aa-8378-d2e79e42d4c6', '', '', '2018-07-26 12:08:46', '2018-07-26 04:08:46', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=286', 0, 'customize_changeset', '', 0),
(287, 1, '2018-07-26 12:54:08', '2018-07-26 04:54:08', '{\n "old_sidebars_widgets_data": {\n "value": {\n "wp_inactive_widgets": [],\n "default_sidebar": [],\n "sidebar-1": [\n "search-2",\n "recent-posts-2",\n "recent-comments-2",\n "archives-2",\n "categories-2",\n "meta-2"\n ],\n "sidebar-2": [],\n "sidebar-3": [],\n "sidebar-4": [],\n "sidebar-5": [],\n "sidebar-6": [],\n "sidebar-7": [],\n "sidebar-8": [],\n "footer_widget_1": [],\n "footer_widget_2": [],\n "footer_widget_3": [],\n "footer_widget_4": []\n },\n "type": "global_variable",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 04:54:08"\n },\n "talon::nav_menu_locations[primary]": {\n "value": 3,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 04:54:08"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '905d31a3-a79c-4858-92d8-7ce4bf1e94f5', '', '', '2018-07-26 12:54:08', '2018-07-26 04:54:08', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/905d31a3-a79c-4858-92d8-7ce4bf1e94f5/', 0, 'customize_changeset', '', 0),
(309, 1, '2018-07-26 15:32:09', '2018-07-26 07:32:09', '', 'superdad_x264', '', 'inherit', 'open', 'closed', '', 'superdad_x264-2', '', '', '2018-07-26 15:32:09', '2018-07-26 07:32:09', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/superdad_x264-1.mp4', 0, 'attachment', 'video/mp4', 0),
(311, 1, '2018-07-26 15:37:41', '2018-07-26 07:37:41', 'http://Array \n <img width="1" height="1" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Background-Digital.jpg" alt="" /> \n https://www.youtube.com/watch?v=9uOETcuFjbE[playlist type="video" ids="249"]\n<iframe width="854" height="480" src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>.\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%" />\n<iframe width="854" height="480" src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%" />\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%" />', '超人回來了 志溶昇材來台', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2018-07-26 15:37:41', '2018-07-26 07:37:41', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/248-revision-v1/', 0, 'revision', '', 0),
(289, 1, '2018-07-26 13:13:14', '2018-07-26 05:13:14', '8t. Truck\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/phsOnzzHrZs" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/FccoV2LboWI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n入境表格\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/R9k6Cs4Rwqc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/tRPHtT0-JkE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n粉絲提問\r\nTaipei in Melody\r\nG1''s Great Moment\r\nDance\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/lOdKgsr9ttU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n撒嬌\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/S7HJAZ4Kgso" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n1 the land\r\n烏克麗麗\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/p5_PiYMsoZc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/7A_0l9wVoNE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\nCouple大合唱\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/sQ5P3BWL15E" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="1920" height="1080" src="https://www.youtube.com/embed/XZvyS4yDulk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\nNever, Ever…\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/v8XBssrcM0U" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n\r\n\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/0uQgXToOyiA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n\r\n酒醉\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/6mUl85XOyQw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n滿醉 in Melody\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/EJcpA7bubqM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Ovzu07lYVVU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\nAll Famy\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/G8u7D3Xleeo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/b6S-CAk-RAA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\nSuddenly\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/a70ojjXoB4M" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\nONE\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/fhgboeZ-J0s" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/CIhAi_gw0fI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n安可 / Adios\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/ycydd8Bfkb8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Jz3zUZolzjM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>', '殷志源台北見面會', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2018-07-26 13:13:14', '2018-07-26 05:13:14', '', 246, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/246-revision-v1/', 0, 'revision', '', 0),
(292, 1, '2018-07-26 14:05:59', '2018-07-26 06:05:59', '<h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbE我是文本區塊,點擊編輯按鈕更改此文本。 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.', '影片', '', 'inherit', 'closed', 'closed', '', '291-revision-v1', '', '', '2018-07-26 14:05:59', '2018-07-26 06:05:59', '', 291, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/291-revision-v1/', 0, 'revision', '', 0),
(296, 1, '2018-07-26 14:14:29', '2018-07-26 06:14:29', '<h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbE', '影片', '', 'inherit', 'closed', 'closed', '', '291-autosave-v1', '', '', '2018-07-26 14:14:29', '2018-07-26 06:14:29', '', 291, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/291-autosave-v1/', 0, 'revision', '', 0),
(293, 1, '2018-07-26 14:13:44', '2018-07-26 06:13:44', '<h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE \n <h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE \n <h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE \n <h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE', '標題影片', '', 'publish', 'closed', 'closed', '', '%e6%a8%99%e9%a1%8c%e5%bd%b1%e7%89%87', '', '', '2018-07-26 14:32:11', '2018-07-26 06:32:11', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?elementor_library=%e6%a8%99%e9%a1%8c%e5%bd%b1%e7%89%87', 0, 'elementor_library', '', 0),
(294, 1, '2018-07-26 14:13:44', '2018-07-26 06:13:44', '', '標題影片', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2018-07-26 14:13:44', '2018-07-26 06:13:44', '', 293, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/293-revision-v1/', 0, 'revision', '', 0),
(295, 1, '2018-07-26 14:13:44', '2018-07-26 06:13:44', '<ul>\n <li title="編輯">\n 編輯\n </li>\n </ul>\n <h2 data-elementor-setting-key="title">8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbE', '標題影片', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2018-07-26 14:13:44', '2018-07-26 06:13:44', '', 293, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/293-revision-v1/', 0, 'revision', '', 0),
(304, 1, '2018-07-26 14:51:11', '2018-07-26 06:51:11', '', 'icon-G_S.1.png', '', 'inherit', 'open', 'closed', '', 'icon-g_s-1-png', '', '', '2018-07-26 14:51:11', '2018-07-26 06:51:11', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/icon-G_S.1.png', 0, 'attachment', 'image/png', 0),
(305, 1, '2018-07-26 14:51:11', '2018-07-26 06:51:11', '', 'icon-G_S.3.png', '', 'inherit', 'open', 'closed', '', 'icon-g_s-3-png', '', '', '2018-07-26 14:51:11', '2018-07-26 06:51:11', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/icon-G_S.3.png', 0, 'attachment', 'image/png', 0),
(306, 1, '2018-07-26 14:51:11', '2018-07-26 06:51:11', '', 'icon-G_S.4.png', '', 'inherit', 'open', 'closed', '', 'icon-g_s-4-png', '', '', '2018-07-26 14:51:11', '2018-07-26 06:51:11', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/icon-G_S.4.png', 0, 'attachment', 'image/png', 0),
(307, 1, '2018-07-26 14:51:12', '2018-07-26 06:51:12', '', 'Background-Digital.jpg', '', 'inherit', 'open', 'closed', '', 'background-digital-jpg', '', '', '2018-07-26 14:51:12', '2018-07-26 06:51:12', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Background-Digital.jpg', 0, 'attachment', 'image/jpeg', 0),
(308, 1, '2018-07-26 14:51:13', '2018-07-26 06:51:13', '', 'img2-1.png', '', 'inherit', 'open', 'closed', '', 'img2-1-png', '', '', '2018-07-26 14:51:13', '2018-07-26 06:51:13', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/img2-1.png', 0, 'attachment', 'image/png', 0),
(312, 1, '2018-07-26 15:44:52', '2018-07-26 07:44:52', 'https://youtu.be/qGeRwSiyWuU \n <img width="1" height="1" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Background-Digital.jpg" alt="" /> \n https://www.youtube.com/watch?v=9uOETcuFjbE[playlist type="video" ids="249"]\n<iframe width="854" height="480" src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>.\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%" />\n<iframe width="854" height="480" src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<iframe width="854" height="480" src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%" />\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%" />', '超人回來了 志溶昇材來台', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2018-07-26 15:44:52', '2018-07-26 07:44:52', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/248-revision-v1/', 0, 'revision', '', 0),
(299, 1, '2018-07-26 14:31:33', '2018-07-26 06:31:33', '<h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE \n <h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE', '標題影片', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2018-07-26 14:31:33', '2018-07-26 06:31:33', '', 293, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/293-revision-v1/', 0, 'revision', '', 0),
(300, 1, '2018-07-26 14:32:11', '2018-07-26 06:32:11', '<h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE \n <h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE \n <h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE \n <h2>8t. Truck</h2> \n https://www.youtube.com/watch?v=9uOETcuFjbEhttps://www.youtube.com/watch?v=9uOETcuFjbE', '標題影片', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2018-07-26 14:32:11', '2018-07-26 06:32:11', '', 293, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/293-revision-v1/', 0, 'revision', '', 0),
(313, 1, '2018-07-26 15:59:16', '2018-07-26 07:59:16', '', 'superdads', '', 'inherit', 'open', 'closed', '', 'superdads', '', '', '2018-07-26 16:01:36', '2018-07-26 08:01:36', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/superdads.gif', 0, 'attachment', 'image/gif', 0),
(2604, 1, '2018-07-26 17:47:54', '2018-07-26 09:47:54', '台灣\r\n在德生日影片\r\n<iframe width="854" height="480" src="https://www.youtube.com/embed/pBeJC4ol-ts" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>yellownote應援影片\r\n<iframe src="https://www.youtube.com/embed/pvsa7PjsfwA" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n跳舞應援影片\r\n\r\n預告\r\n<iframe src="https://www.youtube.com/embed/ARi0cfpv6mE" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n正式影片\r\n<iframe src="https://www.youtube.com/embed/fkJmOMPirBc" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n\r\n韓國\r\n演唱會歌曲應援\r\nBOF', '小黃應援活動', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2018-07-26 17:47:54', '2018-07-26 09:47:54', '', 169, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/169-revision-v1/', 0, 'revision', '', 0),
(2603, 1, '2018-07-26 17:38:56', '2018-07-26 09:38:56', '<img width="1024" height="429" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-1024x429.gif" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-1024x429.gif 1024w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-300x126.gif 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-768x322.gif 768w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-200x84.gif 200w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-690x289.gif 690w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p> </p><p><iframe src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p><iframe src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>.<br /><iframe src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%" /></p><p><iframe src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%" /><br /><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%" /></p>', '超人回來了 志溶昇材來台', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2018-07-26 17:38:56', '2018-07-26 09:38:56', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/248-revision-v1/', 0, 'revision', '', 0),
(2597, 1, '2018-07-26 17:00:58', '2018-07-26 09:00:58', '<img width="1" height="1" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Background-Digital.jpg" alt="" /> \n <img width="1024" height="429" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1024x429.gif" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1024x429.gif 1024w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-300x126.gif 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-768x322.gif 768w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-200x84.gif 200w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-690x289.gif 690w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p> </p><p><iframe src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p><iframe src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>.<br /><iframe src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%" /></p><p><iframe src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%" /><br /><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%" /></p>', '超人回來了 志溶昇材來台', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2018-07-26 17:00:58', '2018-07-26 09:00:58', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/248-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(315, 1, '2018-07-26 16:01:55', '2018-07-26 08:01:55', '<img class="alignnone wp-image-313 size-full" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/superdads.gif" alt="" width="600" height="251" />\r\n\r\nhttps://youtu.be/qGeRwSiyWuU\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Background-Digital.jpg" alt="" width="1" height="1" />\r\nhttps://www.youtube.com/watch?v=9uOETcuFjbE\r\n\r\n[playlist type="video" ids="249"]\r\n\r\n<iframe src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<iframe src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<iframe src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>.\r\n<iframe src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<iframe src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<iframe src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<iframe src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<iframe src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<iframe src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<iframe src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%" />\r\n<iframe src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<iframe src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%" />\r\n<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%" />', '超人回來了 志溶昇材來台', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2018-07-26 16:01:55', '2018-07-26 08:01:55', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/248-revision-v1/', 0, 'revision', '', 0),
(316, 1, '2018-07-26 16:32:26', '2018-07-26 08:32:26', '{\n "old_sidebars_widgets_data": {\n "value": {\n "wp_inactive_widgets": [],\n "sidebar-1": [\n "search-2",\n "recent-posts-2",\n "recent-comments-2",\n "archives-2",\n "categories-2",\n "meta-2"\n ],\n "footer-1": [],\n "footer-2": [],\n "footer-3": []\n },\n "type": "global_variable",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:16:02"\n },\n "onetone::nav_menu_locations[primary]": {\n "value": 3,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:16:02"\n },\n "onetone[header_social_icons]": {\n "value": "%5B%5D",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:16:02"\n },\n "onetone[page_title_bar_background1]": {\n "value": {\n "background-color": "",\n "background-image": "",\n "background-repeat": "",\n "background-position": "top-left",\n "background-size": "",\n "background-attachment": ""\n },\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:16:02"\n },\n "onetone[page_title_bar_retina_background1]": {\n "value": {\n "background-color": "",\n "background-image": "",\n "background-repeat": "",\n "background-position": "top-left",\n "background-size": "",\n "background-attachment": ""\n },\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:16:02"\n },\n "onetone[footer_background]": {\n "value": {\n "background-color": "",\n "background-image": "",\n "background-repeat": "",\n "background-position": "",\n "background-size": "",\n "background-attachment": ""\n },\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:16:02"\n },\n "onetone[footer_social_icons]": {\n "value": "%5B%5D",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:16:02"\n },\n "onetone[header_background]": {\n "value": {\n "background-color": "#ffffff",\n "background-image": "",\n "background-repeat": "",\n "background-position": "top-left",\n "background-size": "",\n "background-attachment": ""\n },\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:16:02"\n },\n "onetone[custom_fonts]": {\n "value": "%5B%5D",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:16:02"\n },\n "onetone[logo]": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo-2.png",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:32:26"\n },\n "onetone[overlay_logo]": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo_light.png",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:31:01"\n },\n "onetone[logo_retina]": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo2x.png",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:31:01"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '35c46122-3e68-4cf2-8c94-261458a6de4f', '', '', '2018-07-26 16:32:26', '2018-07-26 08:32:26', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=316', 0, 'customize_changeset', '', 0),
(317, 1, '2018-07-26 16:29:59', '2018-07-26 08:29:59', '', 'logo_light', '', 'inherit', 'open', 'closed', '', 'logo_light', '', '', '2018-07-26 16:29:59', '2018-07-26 08:29:59', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo_light.png', 0, 'attachment', 'image/png', 0),
(318, 1, '2018-07-26 16:30:02', '2018-07-26 08:30:02', '', 'logo2x', '', 'inherit', 'open', 'closed', '', 'logo2x', '', '', '2018-07-26 16:30:02', '2018-07-26 08:30:02', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo2x.png', 0, 'attachment', 'image/png', 0),
(319, 1, '2018-07-26 16:32:02', '2018-07-26 08:32:02', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-3', '', '', '2018-07-26 16:32:02', '2018-07-26 08:32:02', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/logo-2.png', 0, 'attachment', 'image/png', 0),
(320, 1, '2018-07-26 16:43:54', '2018-07-26 08:43:54', '<label> 你的姓名 (必填)\n [text* your-name] </label>\n\n<label> 你的電子郵件 (必填)\n [email* your-email] </label>\n\n<label> 主旨\n [text your-subject] </label>\n\n<label> 你的訊息\n [textarea your-message] </label>\n\n[submit "傳送"]\n[your-subject] (由《6SYK水晶男孩推廣部》的聯絡表單所傳送)\n[your-name] <wordpress@sixjekkient.byethost18.com>\n寄件者: [your-name] <[your-email]>\n主旨: [your-subject]\n\n郵件內文:\n[your-message]\n\n-- \n這封電子郵件由《6SYK水晶男孩推廣部》的聯絡表單所傳送,網站網址為 http://sixjekkient.byethost18.com/6sykdb\nsnoopy77429@gmail.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject] (由《6SYK水晶男孩推廣部》的聯絡表單所傳送)\n6SYK水晶男孩推廣部 <wordpress@sixjekkient.byethost18.com>\n郵件內文:\n[your-message]\n\n-- \n這封電子郵件由《6SYK水晶男孩推廣部》的聯絡表單所傳送,網站網址為 http://sixjekkient.byethost18.com/6sykdb\n[your-email]\nReply-To: snoopy77429@gmail.com\n\n0\n0\n感謝你的留言,已將留言傳送給站務人員。\n嘗試傳送郵件時發生錯誤。請稍後再試。\n一個或多個欄位發生錯誤。請檢查並重試。\n嘗試傳送郵件時發生錯誤。請稍後再試。\n傳送郵件前,你必須接受條款及條件。\n此為必填欄位。\n輸入的內容太長。\n輸入的內容太短。', '聯絡表單 1', '', 'publish', 'closed', 'closed', '', '%e8%81%af%e7%b5%a1%e8%a1%a8%e5%96%ae-1', '', '', '2018-07-26 16:43:54', '2018-07-26 08:43:54', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?post_type=wpcf7_contact_form&p=320', 0, 'wpcf7_contact_form', '', 0),
(2542, 1, '2018-07-10 03:36:32', '2018-07-10 03:36:32', '[text* your-name placeholder "Name"]\n\n[email* your-email placeholder "Email"]\n\n[textarea your-message placeholder "Message"]\n\n[submit "Post"]\n1\nOnetone Video Background Banner Demo "[your-subject]"\n[your-name] <wordpress@demo.mageewp.com>\nmageewp@hotmail.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Onetone Video Background Banner Demo (https://demo.mageewp.com/onetone)\nReply-To: [your-email]\n\n\n\n\nOnetone Video Background Banner Demo "[your-subject]"\nOnetone Video Background Banner Demo <wordpress@demo.mageewp.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Onetone Video Background Banner Demo (https://demo.mageewp.com/onetone)\nReply-To: mageewp@hotmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2018-07-10 03:36:32', '2018-07-10 03:36:32', '', 0, 'https://demo.mageewp.com/onetone/?post_type=wpcf7_contact_form&amp;p=2542', 0, 'wpcf7_contact_form', '', 0),
(2590, 1, '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 'Testimonial', '', 'publish', 'closed', 'closed', '', 'testimonial', '', '', '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/testimonial/', 7, 'nav_menu_item', '', 0),
(2589, 1, '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 'Team', '', 'publish', 'closed', 'closed', '', 'team', '', '', '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/team/', 6, 'nav_menu_item', '', 0),
(2588, 1, '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/features/', 5, 'nav_menu_item', '', 0),
(2587, 1, '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 'Projects', '', 'publish', 'closed', 'closed', '', 'projects', '', '', '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/projects/', 4, 'nav_menu_item', '', 0),
(2586, 1, '2018-07-26 16:53:59', '2018-07-26 08:53:59', '', 'Service', '', 'publish', 'closed', 'closed', '', 'service', '', '', '2018-07-26 16:53:59', '2018-07-26 08:53:59', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/service/', 3, 'nav_menu_item', '', 0),
(2585, 1, '2018-07-26 16:53:59', '2018-07-26 08:53:59', '', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2018-07-26 16:53:59', '2018-07-26 08:53:59', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/about/', 2, 'nav_menu_item', '', 0),
(2584, 1, '2018-07-26 16:53:59', '2018-07-26 08:53:59', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-07-26 16:53:59', '2018-07-26 08:53:59', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/home/', 1, 'nav_menu_item', '', 0),
(2551, 1, '2018-07-26 16:44:00', '2018-07-26 08:44:00', '', 'home-bg01.jpg', '', 'inherit', 'open', 'closed', '', 'home-bg01-jpg', '', '', '2018-07-26 16:44:00', '2018-07-26 08:44:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/home-bg01.jpg', 0, 'attachment', 'image/jpeg', 0),
(2552, 1, '2018-07-26 16:44:02', '2018-07-26 08:44:02', '', 'onetone-banner-1.png', '', 'inherit', 'open', 'closed', '', 'onetone-banner-1-png', '', '', '2018-07-26 16:44:02', '2018-07-26 08:44:02', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1.png', 0, 'attachment', 'image/png', 0),
(2553, 1, '2018-07-26 16:44:03', '2018-07-26 08:44:03', '', 'Icon_1-3.png', '', 'inherit', 'open', 'closed', '', 'icon_1-3-png', '', '', '2018-07-26 16:44:03', '2018-07-26 08:44:03', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_1-3.png', 0, 'attachment', 'image/png', 0),
(2554, 1, '2018-07-26 16:44:03', '2018-07-26 08:44:03', '', 'Icon_2-3.png', '', 'inherit', 'open', 'closed', '', 'icon_2-3-png', '', '', '2018-07-26 16:44:03', '2018-07-26 08:44:03', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_2-3.png', 0, 'attachment', 'image/png', 0),
(2555, 1, '2018-07-26 16:44:04', '2018-07-26 08:44:04', '', 'Icon_3-2.png', '', 'inherit', 'open', 'closed', '', 'icon_3-2-png', '', '', '2018-07-26 16:44:04', '2018-07-26 08:44:04', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_3-2.png', 0, 'attachment', 'image/png', 0),
(2556, 1, '2018-07-26 16:44:04', '2018-07-26 08:44:04', '', 'Icon_4-2.png', '', 'inherit', 'open', 'closed', '', 'icon_4-2-png', '', '', '2018-07-26 16:44:04', '2018-07-26 08:44:04', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_4-2.png', 0, 'attachment', 'image/png', 0),
(2557, 1, '2018-07-26 16:44:05', '2018-07-26 08:44:05', '', 'Icon_5-3.png', '', 'inherit', 'open', 'closed', '', 'icon_5-3-png', '', '', '2018-07-26 16:44:05', '2018-07-26 08:44:05', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_5-3.png', 0, 'attachment', 'image/png', 0),
(2558, 1, '2018-07-26 16:44:05', '2018-07-26 08:44:05', '', 'Icon_6-3.png', '', 'inherit', 'open', 'closed', '', 'icon_6-3-png', '', '', '2018-07-26 16:44:05', '2018-07-26 08:44:05', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_6-3.png', 0, 'attachment', 'image/png', 0),
(2559, 1, '2018-07-26 16:44:07', '2018-07-26 08:44:07', '', 'bg2.jpg', '', 'inherit', 'open', 'closed', '', 'bg2-jpg', '', '', '2018-07-26 16:44:07', '2018-07-26 08:44:07', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/bg2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2560, 1, '2018-07-26 16:44:08', '2018-07-26 08:44:08', '', 'gallery2.jpg', '', 'inherit', 'open', 'closed', '', 'gallery2-jpg', '', '', '2018-07-26 16:44:08', '2018-07-26 08:44:08', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2561, 1, '2018-07-26 16:44:09', '2018-07-26 08:44:09', '', 'gallery3.jpg', '', 'inherit', 'open', 'closed', '', 'gallery3-jpg', '', '', '2018-07-26 16:44:09', '2018-07-26 08:44:09', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2562, 1, '2018-07-26 16:44:10', '2018-07-26 08:44:10', '', 'gallery4.jpg', '', 'inherit', 'open', 'closed', '', 'gallery4-jpg', '', '', '2018-07-26 16:44:10', '2018-07-26 08:44:10', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2563, 1, '2018-07-26 16:44:10', '2018-07-26 08:44:10', '', 'gallery5.jpg', '', 'inherit', 'open', 'closed', '', 'gallery5-jpg', '', '', '2018-07-26 16:44:10', '2018-07-26 08:44:10', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg', 0, 'attachment', 'image/jpeg', 0),
(2564, 1, '2018-07-26 16:44:11', '2018-07-26 08:44:11', '', '06.jpg', '', 'inherit', 'open', 'closed', '', '06-jpg', '', '', '2018-07-26 16:44:11', '2018-07-26 08:44:11', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06.jpg', 0, 'attachment', 'image/jpeg', 0),
(2565, 1, '2018-07-26 16:44:12', '2018-07-26 08:44:12', '', 'team1.jpg', '', 'inherit', 'open', 'closed', '', 'team1-jpg', '', '', '2018-07-26 16:44:12', '2018-07-26 08:44:12', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2566, 1, '2018-07-26 16:44:12', '2018-07-26 08:44:12', '', 'team2.jpg', '', 'inherit', 'open', 'closed', '', 'team2-jpg', '', '', '2018-07-26 16:44:12', '2018-07-26 08:44:12', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2567, 1, '2018-07-26 16:44:13', '2018-07-26 08:44:13', '', 'team3.jpg', '', 'inherit', 'open', 'closed', '', 'team3-jpg', '', '', '2018-07-26 16:44:13', '2018-07-26 08:44:13', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2568, 1, '2018-07-26 16:44:14', '2018-07-26 08:44:14', '', 'team4.jpg', '', 'inherit', 'open', 'closed', '', 'team4-jpg', '', '', '2018-07-26 16:44:14', '2018-07-26 08:44:14', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2569, 1, '2018-07-26 16:44:14', '2018-07-26 08:44:14', '', 'testimonial1.jpg', '', 'inherit', 'open', 'closed', '', 'testimonial1-jpg', '', '', '2018-07-26 16:44:14', '2018-07-26 08:44:14', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2570, 1, '2018-07-26 16:44:15', '2018-07-26 08:44:15', '', 'testimonial2.jpg', '', 'inherit', 'open', 'closed', '', 'testimonial2-jpg', '', '', '2018-07-26 16:44:15', '2018-07-26 08:44:15', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2571, 1, '2018-07-26 16:44:15', '2018-07-26 08:44:15', '', 'testimonial3.jpg', '', 'inherit', 'open', 'closed', '', 'testimonial3-jpg', '', '', '2018-07-26 16:44:15', '2018-07-26 08:44:15', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2572, 1, '2018-07-26 16:44:16', '2018-07-26 08:44:16', '', 'c3.png', '', 'inherit', 'open', 'closed', '', 'c3-png', '', '', '2018-07-26 16:44:16', '2018-07-26 08:44:16', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c3.png', 0, 'attachment', 'image/png', 0),
(2573, 1, '2018-07-26 16:44:17', '2018-07-26 08:44:17', '', 'c2.png', '', 'inherit', 'open', 'closed', '', 'c2-png', '', '', '2018-07-26 16:44:17', '2018-07-26 08:44:17', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c2.png', 0, 'attachment', 'image/png', 0),
(2574, 1, '2018-07-26 16:44:17', '2018-07-26 08:44:17', '', 'c1.png', '', 'inherit', 'open', 'closed', '', 'c1-png', '', '', '2018-07-26 16:44:17', '2018-07-26 08:44:17', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c1.png', 0, 'attachment', 'image/png', 0),
(2575, 1, '2018-07-26 16:44:18', '2018-07-26 08:44:18', '', 'c4.png', '', 'inherit', 'open', 'closed', '', 'c4-png', '', '', '2018-07-26 16:44:18', '2018-07-26 08:44:18', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c4.png', 0, 'attachment', 'image/png', 0),
(2576, 1, '2018-07-26 16:44:18', '2018-07-26 08:44:18', '', 'c5.png', '', 'inherit', 'open', 'closed', '', 'c5-png', '', '', '2018-07-26 16:44:18', '2018-07-26 08:44:18', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c5.png', 0, 'attachment', 'image/png', 0),
(2577, 1, '2018-07-26 16:44:19', '2018-07-26 08:44:19', '', '003.jpg', '', 'inherit', 'open', 'closed', '', '003-jpg', '', '', '2018-07-26 16:44:19', '2018-07-26 08:44:19', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/003.jpg', 0, 'attachment', 'image/jpeg', 0),
(2592, 1, '2018-07-26 16:54:01', '2018-07-26 08:54:01', '<h1>Powerful One Page Theme</h1> \n <p>Based on Bootstrap framework and shortcodes, quick set and easy build,<br /> shines one page small business website.</p> \n <a href="#" role="button">\n Click Me\n </a>\n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Skype\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Linkedin\n </a>\n <a href="" target="_blank">\n Google-plus\n </a>\n <a href="" target="_blank">\n Rss\n </a>\n <h2>Welcome to Onetone Agency</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="940" height="526" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1.png" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1.png 940w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1-300x168.png 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1-768x430.png 768w" sizes="(max-width: 940px) 100vw, 940px" /> \n <h2>Our Services</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_1-3.png" alt="" /> \n <h3>Flexible Design</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_2-3.png" alt="" /> \n <h3>Elementor Compatible</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_3-2.png" alt="" /> \n <h3>Free PSD Template</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_4-2.png" alt="" /> \n <h3>Free Demo Contents</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_5-3.png" alt="" /> \n <h3>SEO Optimization</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_6-3.png" alt="" /> \n <h3>Continuous Support</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <h2>OUR PROJECTS</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure>\n <h2>Features</h2> \n <p>Morbi rutrum, elit ac fermentum egestas, tortor ante vestibulum est, eget scelerisque nisl velit eget tellus. Fusce porta facilisis luctus. Integer neque dolor, rhoncus nec euismod eget, pharetra et tortor. Nulla id pulvinar nunc. Vestibulum auctor nisl vel lectus ullamcorper sed pellentesque dolor eleifend. Praesent lobortis magna vel diam mattis sagittis.</p> \n Mauris pulvinar fringilla turpis quis \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n Donec eu eleifend mauris \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n Donec porta non justo vel iaculis \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n <img width="623" height="457" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06.jpg 623w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06-300x220.jpg 300w" sizes="(max-width: 623px) 100vw, 623px" /> \n <h2>Our Team</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst. \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n Themes\n Supporters\n Projects\n Customers\n <h2>What Clients Say</h2> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial1.jpg" alt="" /> \n John Doe \n Web Developer \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial2.jpg" alt="" /> \n John Doe \n Web Developer \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial3.jpg" alt="" /> \n John Doe \n Web Developer \n <figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c3.png" alt="c3.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c2.png" alt="c2.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c1.png" alt="c1.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c4.png" alt="c4.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c5.png" alt="c5.png" /></figure> \n <h2>Contact</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <ul>\n <li >\n 3301 Lorem Ipsum, Dolor Sit St\n </li>\n <li >\n +1123 2456 689\n </li>\n <li >\n admin@domain.com\n </li>\n </ul>\n [contact-form-7 id=''2542'' title=''Contact form'']', 'OneTone Classic Frontpage', '', 'publish', 'closed', 'closed', '', 'onetone-classic-frontpage', '', '', '2018-07-26 16:54:01', '2018-07-26 08:54:01', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?elementor_library=onetone-classic-frontpage', 0, 'elementor_library', '', 0),
(2593, 1, '2018-07-26 16:54:01', '2018-07-26 08:54:01', '', 'OneTone Classic Frontpage', '', 'inherit', 'closed', 'closed', '', '2592-revision-v1', '', '', '2018-07-26 16:54:01', '2018-07-26 08:54:01', '', 2592, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/2592-revision-v1/', 0, 'revision', '', 0),
(2594, 1, '2018-07-26 16:54:01', '2018-07-26 08:54:01', '<h1>Powerful One Page Theme</h1> \n <p>Based on Bootstrap framework and shortcodes, quick set and easy build,<br /> shines one page small business website.</p> \n <a href="#" role="button">\n Click Me\n </a>\n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Skype\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Linkedin\n </a>\n <a href="" target="_blank">\n Google-plus\n </a>\n <a href="" target="_blank">\n Rss\n </a>\n <h2>Welcome to Onetone Agency</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="940" height="526" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1.png" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1.png 940w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1-300x168.png 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1-768x430.png 768w" sizes="(max-width: 940px) 100vw, 940px" /> \n <h2>Our Services</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_1-3.png" alt="" /> \n <h3>Flexible Design</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_2-3.png" alt="" /> \n <h3>Elementor Compatible</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_3-2.png" alt="" /> \n <h3>Free PSD Template</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_4-2.png" alt="" /> \n <h3>Free Demo Contents</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_5-3.png" alt="" /> \n <h3>SEO Optimization</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_6-3.png" alt="" /> \n <h3>Continuous Support</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <h2>OUR PROJECTS</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure>\n <h2>Features</h2> \n <p>Morbi rutrum, elit ac fermentum egestas, tortor ante vestibulum est, eget scelerisque nisl velit eget tellus. Fusce porta facilisis luctus. Integer neque dolor, rhoncus nec euismod eget, pharetra et tortor. Nulla id pulvinar nunc. Vestibulum auctor nisl vel lectus ullamcorper sed pellentesque dolor eleifend. Praesent lobortis magna vel diam mattis sagittis.</p> \n Mauris pulvinar fringilla turpis quis \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n Donec eu eleifend mauris \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n Donec porta non justo vel iaculis \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n <img width="623" height="457" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06.jpg 623w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06-300x220.jpg 300w" sizes="(max-width: 623px) 100vw, 623px" /> \n <h2>Our Team</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst. \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n Themes\n Supporters\n Projects\n Customers\n <h2>What Clients Say</h2> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial1.jpg" alt="" /> \n John Doe \n Web Developer \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial2.jpg" alt="" /> \n John Doe \n Web Developer \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial3.jpg" alt="" /> \n John Doe \n Web Developer \n <figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c3.png" alt="c3.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c2.png" alt="c2.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c1.png" alt="c1.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c4.png" alt="c4.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c5.png" alt="c5.png" /></figure> \n <h2>Contact</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <ul>\n <li >\n 3301 Lorem Ipsum, Dolor Sit St\n </li>\n <li >\n +1123 2456 689\n </li>\n <li >\n admin@domain.com\n </li>\n </ul>\n [contact-form-7 id=''2542'' title=''Contact form'']', 'OneTone Classic Frontpage', '', 'inherit', 'closed', 'closed', '', '2592-revision-v1', '', '', '2018-07-26 16:54:01', '2018-07-26 08:54:01', '', 2592, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/2592-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2595, 1, '2018-07-26 16:54:01', '2018-07-26 08:54:01', '<h1>Powerful One Page Theme</h1> \n <p>Based on Bootstrap framework and shortcodes, quick set and easy build,<br /> shines one page small business website.</p> \n <a href="#" role="button">\n Click Me\n </a>\n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Skype\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Linkedin\n </a>\n <a href="" target="_blank">\n Google-plus\n </a>\n <a href="" target="_blank">\n Rss\n </a>\n <h2>Welcome to Onetone Agency</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="940" height="526" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1.png" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1.png 940w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1-300x168.png 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1-768x430.png 768w" sizes="(max-width: 940px) 100vw, 940px" /> \n <h2>Our Services</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_1-3.png" alt="" /> \n <h3>Flexible Design</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_2-3.png" alt="" /> \n <h3>Elementor Compatible</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_3-2.png" alt="" /> \n <h3>Free PSD Template</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_4-2.png" alt="" /> \n <h3>Free Demo Contents</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_5-3.png" alt="" /> \n <h3>SEO Optimization</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_6-3.png" alt="" /> \n <h3>Continuous Support</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <h2>OUR PROJECTS</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure>\n <h2>Features</h2> \n <p>Morbi rutrum, elit ac fermentum egestas, tortor ante vestibulum est, eget scelerisque nisl velit eget tellus. Fusce porta facilisis luctus. Integer neque dolor, rhoncus nec euismod eget, pharetra et tortor. Nulla id pulvinar nunc. Vestibulum auctor nisl vel lectus ullamcorper sed pellentesque dolor eleifend. Praesent lobortis magna vel diam mattis sagittis.</p> \n Mauris pulvinar fringilla turpis quis \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n Donec eu eleifend mauris \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n Donec porta non justo vel iaculis \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n <img width="623" height="457" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06.jpg 623w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06-300x220.jpg 300w" sizes="(max-width: 623px) 100vw, 623px" /> \n <h2>Our Team</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst. \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n Themes\n Supporters\n Projects\n Customers\n <h2>What Clients Say</h2> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial1.jpg" alt="" /> \n John Doe \n Web Developer \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial2.jpg" alt="" /> \n John Doe \n Web Developer \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial3.jpg" alt="" /> \n John Doe \n Web Developer \n <figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c3.png" alt="c3.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c2.png" alt="c2.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c1.png" alt="c1.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c4.png" alt="c4.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c5.png" alt="c5.png" /></figure> \n <h2>Contact</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <ul>\n <li >\n 3301 Lorem Ipsum, Dolor Sit St\n </li>\n <li >\n +1123 2456 689\n </li>\n <li >\n admin@domain.com\n </li>\n </ul>\n [contact-form-7 id=''2542'' title=''Contact form'']', 'OneTone Classic', '', 'trash', 'closed', 'closed', '', 'onetone-classic__trashed', '', '', '2018-07-27 00:07:43', '2018-07-26 16:07:43', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/onetone-classic/', 0, 'page', '', 0),
(2582, 1, '2018-07-26 16:46:35', '2018-07-26 08:46:35', '{\n "onetone[header_social_icons]": {\n "value": "%5B%5D",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:46:35"\n },\n "onetone[page_title_bar_background1]": {\n "value": {\n "background-color": "",\n "background-image": "",\n "background-repeat": "",\n "background-position": "top-left",\n "background-size": "",\n "background-attachment": ""\n },\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:46:35"\n },\n "onetone[page_title_bar_retina_background1]": {\n "value": {\n "background-color": "",\n "background-image": "",\n "background-repeat": "",\n "background-position": "top-left",\n "background-size": "",\n "background-attachment": ""\n },\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:46:35"\n },\n "onetone[footer_background]": {\n "value": {\n "background-color": "",\n "background-image": "",\n "background-repeat": "",\n "background-position": "",\n "background-size": "",\n "background-attachment": ""\n },\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:46:35"\n },\n "onetone[footer_social_icons]": {\n "value": "%5B%5D",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:46:35"\n },\n "onetone[header_background]": {\n "value": {\n "background-color": "#ffffff",\n "background-image": "",\n "background-repeat": "",\n "background-position": "top-left",\n "background-size": "",\n "background-attachment": ""\n },\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:46:35"\n },\n "onetone[custom_fonts]": {\n "value": "%5B%5D",\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 08:46:35"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '3bba908b-91d2-43ad-9412-2500b50fafa6', '', '', '2018-07-26 16:46:35', '2018-07-26 08:46:35', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/3bba908b-91d2-43ad-9412-2500b50fafa6/', 0, 'customize_changeset', '', 0),
(2591, 1, '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2018-07-26 16:54:00', '2018-07-26 08:54:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/contact/', 8, 'nav_menu_item', '', 0),
(2598, 1, '2018-07-26 17:11:40', '2018-07-26 09:11:40', '', 'ezgif.com-optimize (1)', '', 'inherit', 'open', 'closed', '', 'ezgif-com-optimize-1', '', '', '2018-07-26 17:11:40', '2018-07-26 09:11:40', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1.gif', 0, 'attachment', 'image/gif', 0),
(2599, 1, '2018-07-26 17:11:52', '2018-07-26 09:11:52', '<img width="1" height="1" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Background-Digital.jpg" alt="" /> \n <img width="1024" height="429" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-1024x429.gif" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-1024x429.gif 1024w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-300x126.gif 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-768x322.gif 768w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-200x84.gif 200w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ezgif.com-optimize-1-690x289.gif 690w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p> </p><p><iframe src="https://www.youtube.com/embed/CIg3awuTwvU?list=PLuV4jY51MzkL89E7LCOpJ7_nJxbT7nXh8&amp;ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p><iframe src="https://www.youtube.com/embed/YjFbkKItptI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/sF65jDd_fLI?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>.<br /><iframe src="https://www.youtube.com/embed/Xj9J6nIwY_c?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/wlmE5F1kh3o?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/THz3i8_Nf5g?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/hGUYhdFjhGM?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/uaHpbsTSKp8?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Oh9bmW_1UZw?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Z0F4LZ1VOpg?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan02.jpg" alt="" width="100%" /></p><p><iframe src="https://www.youtube.com/embed/by0ywUVfofY?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><iframe src="https://www.youtube.com/embed/Og2vraA5KBE?ecver=1" width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan03.jpg" alt="" width="100%" /><br /><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jiyong_taiwan01.jpg" alt="" width="100%" /></p>', '超人回來了 志溶昇材來台', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2018-07-26 17:11:52', '2018-07-26 09:11:52', '', 248, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/248-revision-v1/', 0, 'revision', '', 0),
(2602, 1, '2018-07-26 17:32:34', '2018-07-26 09:32:34', '<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fsetshowbiz%2Fposts%2F2249658298394136&width=750&show_text=true&height=647&appId" width="100%" height="647" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>\r\n\r\n<div id="fb-root"></div>\r\n<script>(function(d, s, id) {\r\n var js, fjs = d.getElementsByTagName(s)[0];\r\n if (d.getElementById(id)) return;\r\n js = d.createElement(s); js.id = id;\r\n js.src = ''https://connect.facebook.net/zh_TW/sdk.js#xfbml=1&version=v3.0'';\r\n fjs.parentNode.insertBefore(js, fjs);\r\n}(document, ''script'', ''facebook-jssdk''));</script>\r\n<div class="fb-post" data-href="https://www.facebook.com/jekki.cheese/posts/1838838246224440" data-width="100%" data-show-text="true"><blockquote cite="https://www.facebook.com/jekki.cheese/posts/1838838246224440" class="fb-xfbml-parse-ignore"><p>[#殷志源] 20180725 / IG:mbn_fun\r\n\r\nshopping? ?\r\n就算不懂也能做得到‼️ \r\n市(場)門外漢(알못)殷志源...</p>由<a href="https://www.facebook.com/jekki.cheese/">傑斯起司 Jekki&#039;s Cheese</a> 發佈於&nbsp;<a href="https://www.facebook.com/jekki.cheese/posts/1838838246224440">2018年7月24日 星期二</a></blockquote></div>\r\n韓國始祖偶像「水晶男孩 (젝스키스) 」姜成勳 (강성훈)+g.o.d 微笑天使 孫昊永(손호영)\r\nhttps://www.youtube.com/watch?v=qwBH6xtpndg&amp;list=WL&amp;index=54', '最新消息', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2018-07-26 17:32:34', '2018-07-26 09:32:34', '', 59, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/26/59-revision-v1/', 0, 'revision', '', 0),
(2632, 1, '2018-07-27 10:06:56', '2018-07-27 02:06:56', '無限挑戰六六歌水晶男孩', '無限挑戰六六歌水晶男孩', '無限挑戰六六歌水晶男孩', 'inherit', 'open', 'closed', '', 'toto1', '', '', '2018-07-27 10:07:39', '2018-07-27 02:07:39', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto1.png', 0, 'attachment', 'image/png', 0),
(2608, 1, '2018-07-27 00:04:32', '2018-07-26 16:04:32', '<figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli02.png" alt="sli02" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sli01.png" alt="sli01" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/新西遊記4.png" alt="水晶男孩 殷志源 水晶熱舞社 新西遊記" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ShowBizhoony.png" alt="ShowBizhoony" /></figure>', '首頁', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-07-27 00:04:32', '2018-07-26 16:04:32', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/6-revision-v1/', 0, 'revision', '', 0),
(2609, 1, '2018-07-27 00:07:43', '2018-07-26 16:07:43', '<h1>Powerful One Page Theme</h1> \n <p>Based on Bootstrap framework and shortcodes, quick set and easy build,<br /> shines one page small business website.</p> \n <a href="#" role="button">\n Click Me\n </a>\n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Skype\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Linkedin\n </a>\n <a href="" target="_blank">\n Google-plus\n </a>\n <a href="" target="_blank">\n Rss\n </a>\n <h2>Welcome to Onetone Agency</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="940" height="526" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1.png" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1.png 940w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1-300x168.png 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/onetone-banner-1-768x430.png 768w" sizes="(max-width: 940px) 100vw, 940px" /> \n <h2>Our Services</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_1-3.png" alt="" /> \n <h3>Flexible Design</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_2-3.png" alt="" /> \n <h3>Elementor Compatible</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_3-2.png" alt="" /> \n <h3>Free PSD Template</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_4-2.png" alt="" /> \n <h3>Free Demo Contents</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_5-3.png" alt="" /> \n <h3>SEO Optimization</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <img width="50" height="50" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/Icon_6-3.png" alt="" /> \n <h3>Continuous Support</h3> \n <p>Integer pulvinar elementum est, suscipit ornare ante finibus ac. Praesent vel ex dignissim, rhoncus eros luctus, dignissim arcu.</p> \n <h2>OUR PROJECTS</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery2-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery3-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery4-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure><figure class=''gallery-item''>\n <a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="63131925" href=''http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg''><img width="600" height="600" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5.jpg 600w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5-150x150.jpg 150w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/gallery5-300x300.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a>\n </figure>\n <h2>Features</h2> \n <p>Morbi rutrum, elit ac fermentum egestas, tortor ante vestibulum est, eget scelerisque nisl velit eget tellus. Fusce porta facilisis luctus. Integer neque dolor, rhoncus nec euismod eget, pharetra et tortor. Nulla id pulvinar nunc. Vestibulum auctor nisl vel lectus ullamcorper sed pellentesque dolor eleifend. Praesent lobortis magna vel diam mattis sagittis.</p> \n Mauris pulvinar fringilla turpis quis \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n Donec eu eleifend mauris \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n Donec porta non justo vel iaculis \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n <img width="623" height="457" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06.jpg 623w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/06-300x220.jpg 300w" sizes="(max-width: 623px) 100vw, 623px" /> \n <h2>Our Team</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team1-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst. \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team2-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team3-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n <img width="300" height="310" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4.jpg" alt="" srcset="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4.jpg 300w, http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/team4-290x300.jpg 290w" sizes="(max-width: 300px) 100vw, 300px" /> \n <h3>John Doe</h3> \n <h3>Software Developer</h3> \n <p>Vivamus congue justo eget diam interdum scelerisque. In hac habitasse platea dictumst.</p> \n <a href="" target="_blank">\n Facebook\n </a>\n <a href="" target="_blank">\n Twitter\n </a>\n <a href="" target="_blank">\n Instagram\n </a>\n <a href="" target="_blank">\n Envelope\n </a>\n Themes\n Supporters\n Projects\n Customers\n <h2>What Clients Say</h2> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial1.jpg" alt="" /> \n John Doe \n Web Developer \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial2.jpg" alt="" /> \n John Doe \n Web Developer \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consequat non ex quis consectetur. Aliquam iaculis dolor erat, ut ornare dui vulputate nec cras.</p>\n <img width="150" height="150" src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/testimonial3.jpg" alt="" /> \n John Doe \n Web Developer \n <figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c3.png" alt="c3.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c2.png" alt="c2.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c1.png" alt="c1.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c4.png" alt="c4.png" /></figure><figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/c5.png" alt="c5.png" /></figure> \n <h2>Contact</h2> \n <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere c.Etiam ut dui eu nisi lobortis rhoncus ac quis nunc.</p> \n <ul>\n <li >\n 3301 Lorem Ipsum, Dolor Sit St\n </li>\n <li >\n +1123 2456 689\n </li>\n <li >\n admin@domain.com\n </li>\n </ul>\n [contact-form-7 id=''2542'' title=''Contact form'']', 'OneTone Classic', '', 'inherit', 'closed', 'closed', '', '2595-revision-v1', '', '', '2018-07-27 00:07:43', '2018-07-26 16:07:43', '', 2595, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/2595-revision-v1/', 0, 'revision', '', 0),
(2610, 1, '2018-07-27 00:07:46', '2018-07-26 16:07:46', '', 'Elementor #290', '', 'inherit', 'closed', 'closed', '', '290-revision-v1', '', '', '2018-07-27 00:07:46', '2018-07-26 16:07:46', '', 290, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/290-revision-v1/', 0, 'revision', '', 0),
(2611, 1, '2018-07-27 00:22:25', '2018-07-26 16:22:25', '<figure><img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" /></figure><h3>這是標題</h3><p>點擊編輯按鈕更改此文本。 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', '首頁', '', 'inherit', 'closed', 'closed', '', '6-autosave-v1', '', '', '2018-07-27 00:29:13', '2018-07-26 16:29:13', '', 6, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/6-autosave-v1/', 0, 'revision', '', 0),
(2614, 1, '2018-07-27 01:22:19', '2018-07-26 17:22:19', '{\n "talon::slider_speed": {\n "value": "6000",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-26 17:22:19"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'd270b8e6-a837-471c-8daf-3d824ff56ea0', '', '', '2018-07-27 01:22:19', '2018-07-26 17:22:19', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/d270b8e6-a837-471c-8daf-3d824ff56ea0/', 0, 'customize_changeset', '', 0),
(2615, 1, '2018-07-27 01:48:42', '2018-07-26 17:48:42', '', '無限挑戰', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2018-07-27 01:48:42', '2018-07-26 17:48:42', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/43-revision-v1/', 0, 'revision', '', 0),
(2616, 1, '2018-07-27 02:05:38', '2018-07-26 18:05:38', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto-300x188.png" alt="" width="300" height="188" class="alignnone size-medium wp-image-2617" />', '無限挑戰', '', 'inherit', 'closed', 'closed', '', '43-autosave-v1', '', '', '2018-07-27 02:05:38', '2018-07-26 18:05:38', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/43-autosave-v1/', 0, 'revision', '', 0),
(2620, 1, '2018-07-27 02:08:19', '2018-07-26 18:08:19', '', '無限挑戰', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2018-07-27 02:08:19', '2018-07-26 18:08:19', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/43-revision-v1/', 0, 'revision', '', 0),
(2618, 1, '2018-07-27 02:07:19', '2018-07-26 18:07:19', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto-300x188.png" alt="" width="300" height="188" class="alignnone size-medium wp-image-2617" />', '無限挑戰', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2018-07-27 02:07:19', '2018-07-26 18:07:19', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/43-revision-v1/', 0, 'revision', '', 0),
(2619, 1, '2018-07-27 02:07:59', '2018-07-26 18:07:59', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto.png" alt="" width="100%" class="alignnone size-medium wp-image-2617" />', '無限挑戰', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2018-07-27 02:07:59', '2018-07-26 18:07:59', '', 43, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/43-revision-v1/', 0, 'revision', '', 0),
(2621, 1, '2018-07-27 02:08:52', '2018-07-26 18:08:52', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto.png" alt="" width="100%" class="alignnone size-medium wp-image-2617" />\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n\r\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-07-27 02:08:52', '2018-07-26 18:08:52', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/45-revision-v1/', 0, 'revision', '', 0),
(2622, 1, '2018-07-27 02:09:32', '2018-07-26 18:09:32', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto.png" alt="" width="100%" class="alignnone size-medium wp-image-2617" />\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n\r\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-07-27 02:09:32', '2018-07-26 18:09:32', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/45-revision-v1/', 0, 'revision', '', 0),
(2623, 1, '2018-07-27 02:10:08', '2018-07-26 18:10:08', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto.png" alt="" width="100%" class="alignnone size-medium wp-image-2617" />\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n\r\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-07-27 02:10:08', '2018-07-26 18:10:08', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/45-revision-v1/', 0, 'revision', '', 0),
(2624, 1, '2018-07-27 02:12:12', '2018-07-26 18:12:12', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto.png" alt="" width="100%" class="alignnone size-medium wp-image-2617" />\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n\r\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-07-27 02:12:12', '2018-07-26 18:12:12', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/45-revision-v1/', 0, 'revision', '', 0),
(2625, 1, '2018-07-27 02:19:02', '2018-07-26 18:19:02', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto.png" alt="" width="100%" class="alignnone size-medium wp-image-2617" />\r\n無限挑戰_六六歌二水晶男孩特輯\r\n\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:850px;height:600px"> </iframe>\r\n\r\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-07-27 02:19:02', '2018-07-26 18:19:02', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/45-revision-v1/', 0, 'revision', '', 0),
(2626, 1, '2018-07-27 02:37:34', '2018-07-26 18:37:34', '<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto.png" alt="" width="100%" class="alignnone size-medium wp-image-2617" />\r\n無限挑戰_六六歌二水晶男孩特輯\r\n\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n\r\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-07-27 02:37:34', '2018-07-26 18:37:34', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/45-revision-v1/', 0, 'revision', '', 0),
(2633, 1, '2018-07-27 10:09:05', '2018-07-27 02:09:05', '[caption id="attachment_2632" align="aligncenter" width="2001"]<img src="http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/toto1.png" alt="無限挑戰六六歌水晶男孩" width="2001" height="1251" class="size-full wp-image-2632" /> 無限挑戰-六六歌2特輯-水晶男孩[/caption]無限挑戰_六六歌二水晶男孩特輯\r\n\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=2" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n\r\n\r\n<iframe src="//player.bilibili.com/player.html?aid=21381568&cid=35169398&page=3" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;height:800px"> </iframe>\r\n\r\n', '節目片段', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-07-27 10:09:05', '2018-07-27 02:09:05', '', 45, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/45-revision-v1/', 0, 'revision', '', 0),
(2628, 1, '2018-07-27 09:27:45', '2018-07-27 01:27:45', '', 'sayugi4_2s', '', 'inherit', 'open', 'closed', '', 'sayugi4_2s', '', '', '2018-07-27 09:27:45', '2018-07-27 01:27:45', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sayugi4_2s.png', 0, 'attachment', 'image/png', 0),
(2629, 1, '2018-07-27 09:27:51', '2018-07-27 01:27:51', '', 'ShowBizhoony (1)s', '', 'inherit', 'open', 'closed', '', 'showbizhoony-1s', '', '', '2018-07-27 09:27:51', '2018-07-27 01:27:51', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ShowBizhoony-1s.png', 0, 'attachment', 'image/png', 0),
(2630, 1, '2018-07-27 09:32:33', '2018-07-27 01:32:33', '{\n "talon::slide_image_1": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/jekkidancegroup-1s.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-27 01:32:33"\n },\n "talon::slide_image_2": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/sayugi4_2s.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-27 01:32:10"\n },\n "talon::slide_image_3": {\n "value": "http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/ShowBizhoony-1s.png",\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-07-27 01:32:33"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'd6a47f26-4b71-435e-bf99-3a763dd033f1', '', '', '2018-07-27 09:32:33', '2018-07-27 01:32:33', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=2630', 0, 'customize_changeset', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2635, 1, '2018-07-27 10:58:06', '2018-07-27 02:58:06', '<img src="http://imgur.dcard.tw/zx6FJBe.jpg" alt="yellowkies" />\r\n小黃Yellowkies\r\n水晶男孩(Sechskies/젝스키스)的歌迷統稱。\r\n水晶男孩歌迷後援色是黃色,粉絲們會穿黃色雨衣、手拿黃色氣球,2016年回歸後還有黃色旗幟,故被水晶男孩親切稱為“小黃們”。\r\n水晶男孩1997年4月15日出道,2000年5月18日宣布解散,時隔16年後的2016年4月14日通過《無限挑戰》回歸。\r\n雖然時隔16年,但歌迷們仍舊穿著當年的黃色雨衣去赴約,這些歌迷有些已經成為媽媽。抱著孩子的母親穿著黃色雨衣去見16年前的偶像,感動了很多人。\r\n2016年10月1日水晶男孩參加釜山的BOF演唱會,這是水晶男孩回歸以來首次參加公演,小黃們包車60多台全國各地趕往釜山給水晶男孩應援,現場6000多名粉絲再次形成“黃海”,再現拼盤盛世,場面令人震撼。這就是韓國一代偶像和屬於他們的應援文化。\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<iframe width="100%" height="800px" src="https://www.dcard.tw/f/entertainer/p/227359556" frameborder="0" ></iframe>\r\n\r\nhttps://imgur.dcard.tw/zx6FJBe.jpg\r\n?Yellowkies?\r\n水晶男孩官方粉絲名稱\r\n應援色為黃色,所以又稱小黃\r\n\r\nPost images\r\n先來說促使我打這篇的2017大拼盤人氣歌謠演唱會\r\n因為最近忙畢業專題又在刷大爺們的油管mv\r\n我是隔天早上刷微博的時候才知道的⬇⬇⬇\r\nPost images\r\nPost images\r\n看完立刻去看推特跟youtube\r\n小黃姐姐們真的是很團結\r\n其實本來小黃們的位子是分散的\r\n但是想讓水晶們一眼可以清楚看到小黃\r\n所以小黃們集體移位聚在一起更顯眼\r\n於是即使視線不好也沒關係\r\n只要水晶看到小黃們在應援就好\r\nPost images\r\nPost images\r\n而且也很多其他家的粉絲翻拍小黃們\r\n推特也很多其他粉絲在討論\r\nPost images\r\nPost images\r\n附上飯拍版的小黃們\r\n這個是我後來找到別家拍的超級清楚\r\n而且感覺是被小黃稍微圈粉到後面直接跟著應援的其他家飯⬇⬇⬇\r\n\r\n特別寶版⬇⬇⬇\r\n\r\n三個詞版⬇⬇⬇\r\n\r\n而且看fancam水晶們\r\n真的是大爺們一開始在找小黃們\r\n一開始是殷大發現跟其他人說\r\n大家都找到後就一直瞄一直看\r\n最後根本真的沒在看鏡頭直接對著唱\r\nPost images\r\n最後結束的時候瘋狂朝小黃們的位子送飛吻\r\nPost images\r\n剛好有粉絲紀錄到小黃們的移動史哈哈\r\nPost images\r\n下面這個是唱三個詞\r\n特別放這個是因為一開始看坐在主舞台那邊的其他飯們\r\n可能在準備等等看自己的唉豆或是休息\r\n但是中間殷大rap的時候\r\n其他四個轉頭過去大家突然回頭率變高\r\n但是大家整個焦點都在姜甜甜身上哈哈⬇⬇⬇\r\n\r\n私心放上個人覺得比節目放送還好的飯拍⬇⬇⬇\r\n\r\n其實小黃們為了哥哥集體移動的事情也不是一次兩次\r\n真的是每次都讓水晶們知道小黃們一直都在\r\n\r\n類似的為了讓水晶們看到小黃們移動位子的案例還有幾個\r\nSMA2017\r\nPost images\r\nPost images\r\nPost images\r\n\r\n小黃造成最大的話題應該就是首圖的2016的BOF\r\nPost images\r\n因為是水晶們合體後第一個公演(也是大拼盤)\r\n小黃們自己包了60台的遊覽車到釜山看水晶們\r\n在還沒入場前就高調的穿著黃色雨衣揮舞黃色旗子\r\nPost images\r\nPost images\r\n現場6000名的小黃形成一大片黃海\r\n真的是看照片跟影片都能感受到現場的氣氛\r\n也是因為這場有了 黑幫黃 這個綽號\r\n之後在推特也是瘋狂討論\r\nPost images\r\n有篇新聞寫了一段我覺得很貼切很感動的話\r\n"像是回到當年,這就是一代偶像和屬於他们的應援文化"\r\n下面這個是在場內飯拍小黃有剪輯⬇⬇⬇\r\n\r\n下面這個飯拍水晶\r\n感覺是在小黃區拍的(應援很清楚)\r\n因為中間姜大爺跟殷大有招招手⬇⬇⬇\r\n\r\n下面這個是飯拍小黃們全場⬇⬇⬇\r\n\r\n下面這個是當天還沒開始但是已經進場了\r\n會場放品生品死的mv小黃們自己應援的很開心\r\n其他飯拍小黃們應援⬇⬇⬇\r\n\r\n之後成員們也有po文\r\n宰鎮口中冷靜的企業家楊社長也有Post images\r\n用姜甜甜的代表\r\n不然我真的打不完\r\n\r\n接著是在2016的Yellow Note的二安\r\n在09.11場安可後演唱會正式結束了\r\n會場燈已經全亮了\r\n結果小黃們不走進行了長達六分鐘的安可聲\r\n看很多人的後記都說在場的黃們真的是不放棄的一直喊\r\n六分鐘的安可聲中夾雜的喘息聲與啜泣聲\r\n即使會場廣播要大家走了\r\n即使喊到聲音都啞掉了身體沒力氣了\r\n這真的是用小黃們努力不懈\r\n都有了絕對要再看到水晶們的決心才得來的二安\r\n後續有人說\r\n"最後一場一安結束後已經都在打包行李要走了\r\n結果公演隊跑進來說粉絲們都不走\r\n所以水晶們全都在看楊社長的眼色\r\n楊社長就笑著讓他們再次上舞台"\r\n後來水晶們在喊聲中出去再唱了兩首\r\n我真的很喜歡殷志源剛要出去的時候喊了一句\r\n"威~昂ㄎㄚˊ" (為什麼還不走)\r\n語氣根本充滿溺愛啊\r\n在宣傳20週年演唱會的影片\r\n就用了當時宰鎮的胸前攝影機拍的影片⬇⬇⬇\r\n\r\n下面是一直安可\r\n被廣播也不走的小黃們⬇⬇⬇\r\n\r\n下面是從威昂咖到真走的整場飯拍⬇⬇⬇\r\n\r\n出了基本應援自己的大爺\r\n小黃們也很有心的會應援師弟團\r\n像是在20週年控中溫拿們來當嘉賓\r\n就有小黃姐姐們問ic們really really的應援\r\n在大拼盤上也有幫溫拿們應援還喊了溫拿讚⬇⬇⬇\r\nhttp://video.weibo.com/show?fid=1034:86c73a88427c8a555752af29f6fcbcbc\r\nPost images\r\nPost images\r\n話說真心覺得溫拿們真的是好可愛暖心又討人喜歡的團\r\n\r\n還有自己的偶像自己懟\r\n因為殷那時候剛恢復到單身的身分所以難免會被當作話題\r\nPost images\r\n可是如果別人懟我們家哥哥就不可以\r\nPost images\r\n這個節目是請藝人的粉絲一起來聊天\r\n上面這個小黃姐姐氣場超級強\r\n跟能力者裡面那個姐姐不一樣\r\n另一個粉絲一開始為了去首爾見水晶跟媽媽說好考第一\r\n之後水晶解散\r\n為了可以遇到水晶就考上首爾大學\r\n之後工作也找殷志源附近的地方\r\nPost images\r\n我覺得這個節目蠻好看的\r\n裡面的小黃姐姐真的講很多當時粉絲的事情超級好看\r\n而且同一集有神童跟無限團\r\n這邊看http://www.bilibili.com/video/av5191430\r\n\r\n還有來自其他家飯的表白\r\nPost images\r\nPost images\r\nPost images\r\n\r\n好了,此篇文大概就在這邊突然很沒頭沒尾的結束了\r\n最後是我們大爺的新曲\r\n\r\n還有最後新專裡面我最最最喜歡的一首\r\n我私心的放上20控的殷飯拍\r\n\r\n最後,jekki zzang??????\r\n\r\n以上圖片,截圖及片段文字均出自Google,YouTube或微博,若侵權請告知會立刻刪除。\r\n\r\n還有如果妳想更了解水晶附上一篇我上次寫\r\n偶像的偶像 #水晶男孩 #젝스키스 #SECHSKIES - Dcard', '關於小黃', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2018-07-27 10:58:06', '2018-07-27 02:58:06', '', 33, 'http://sixjekkient.byethost18.com/6sykdb/2018/07/27/33-revision-v1/', 0, 'revision', '', 0),
(2636, 1, '2018-07-27 11:16:59', '0000-00-00 00:00:00', '[]', '', '', 'auto-draft', 'closed', 'closed', '', 'b92a6084-0481-4290-98f0-3279002aa6ad', '', '', '2018-07-27 11:16:59', '0000-00-00 00:00:00', '', 0, 'http://sixjekkient.byethost18.com/6sykdb/?p=2636', 0, 'customize_changeset', '', 0);
-- --------------------------------------------------------
--
-- 表的结构 `wp_termmeta`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- 表的结构 `wp_terms`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=7 ;
--
-- 转存表中的数据 `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(3, 'menu', 'menu', 0),
(4, 'page', 'page', 0),
(6, 'OneTone Classic Frontpage', 'onetone-classic-frontpage', 0);
-- --------------------------------------------------------
--
-- 表的结构 `wp_term_relationships`
--
CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 转存表中的数据 `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(291, 4, 0),
(125, 3, 0),
(126, 3, 0),
(121, 3, 0),
(124, 3, 0),
(123, 3, 0),
(122, 3, 0),
(127, 3, 0),
(116, 3, 0),
(119, 3, 0),
(118, 3, 0),
(117, 3, 0),
(113, 3, 0),
(115, 3, 0),
(114, 3, 0),
(120, 3, 0),
(171, 3, 0),
(180, 3, 0),
(267, 3, 0),
(266, 3, 0),
(277, 3, 0),
(293, 4, 0),
(296, 4, 0),
(2591, 6, 0),
(2590, 6, 0),
(2589, 6, 0),
(2588, 6, 0),
(2587, 6, 0),
(2586, 6, 0),
(2585, 6, 0),
(2584, 6, 0),
(2592, 4, 0);
-- --------------------------------------------------------
--
-- 表的结构 `wp_term_taxonomy`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=7 ;
--
-- 转存表中的数据 `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(3, 3, 'nav_menu', '', 0, 20),
(4, 4, 'elementor_library_type', '', 0, 3),
(6, 6, 'nav_menu', '', 0, 8);
-- --------------------------------------------------------
--
-- 表的结构 `wp_usermeta`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=31 ;
--
-- 转存表中的数据 `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'snoopy77429'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy,theme_editor_notice,plugin_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:6:{s:64:"30dbbd8ee1c4487a9bf74c8cfe1d94a89c4b568b6e5afe375ef37fb77b51da12";a:4:{s:10:"expiration";i:1533299454;s:2:"ip";s:12:"36.231.12.79";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36";s:5:"login";i:1532089854;}s:64:"9544ece30fc4765a193aa512d1c69c6e39c7aaef11da5ece249d9775181c2a36";a:4:{s:10:"expiration";i:1532661271;s:2:"ip";s:12:"1.34.241.149";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36";s:5:"login";i:1532488471;}s:64:"dfdafbc0968f57c714182c0a4e7754129a98c467c885b5b62346cdd8d4b4e3ee";a:4:{s:10:"expiration";i:1532711535;s:2:"ip";s:13:"61.228.198.47";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0";s:5:"login";i:1532538735;}s:64:"cfad8fbb2bf90161d04fa90d34be51bbdf2954786bc65de8e5f6187b67bc0de5";a:4:{s:10:"expiration";i:1532741845;s:2:"ip";s:12:"1.34.241.149";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36";s:5:"login";i:1532569045;}s:64:"a274e9986eb788da5be57f61a1e40d5595a48eb333f84af2223c353e6f34436f";a:4:{s:10:"expiration";i:1532753490;s:2:"ip";s:15:"180.204.135.184";s:2:"ua";s:136:"Mozilla/5.0 (Linux; Android 8.0.0; SM-G935F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36";s:5:"login";i:1532580690;}s:64:"402f0da2b9f317d546363ad156f183c69e012340df28f54d4d2fb2cee20d167c";a:4:{s:10:"expiration";i:1532827509;s:2:"ip";s:12:"1.34.241.149";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36";s:5:"login";i:1532654709;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:10:"1.34.241.0";}'),
(24, 1, 'manageedit-pagecolumnshidden', 'a:2:{i:0;s:6:"author";i:1;s:8:"comments";}'),
(25, 1, 'edit_page_per_page', '27'),
(19, 1, 'wp_user-settings', 'libraryContent=upload&editor=html&mfold=o&editor_expand=off&align=center&imgsize=full'),
(20, 1, 'wp_user-settings-time', '1532658869'),
(21, 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";}'),
(22, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:"add-post_tag";i:1;s:15:"add-post_format";}'),
(23, 1, 'nav_menu_recently_edited', '3'),
(26, 1, 'meta-box-order_page', 'a:3:{s:4:"side";s:36:"submitdiv,pageparentdiv,postimagediv";s:6:"normal";s:70:"revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv";s:8:"advanced";s:0:"";}'),
(27, 1, 'screen_layout_page', '1'),
(28, 1, 'closedpostboxes_page', 'a:0:{}'),
(29, 1, 'metaboxhidden_page', 'a:7:{i:0;s:13:"pageparentdiv";i:1;s:12:"postimagediv";i:2;s:10:"postcustom";i:3;s:16:"commentstatusdiv";i:4;s:11:"commentsdiv";i:5;s:7:"slugdiv";i:6;s:9:"authordiv";}');
-- --------------------------------------------------------
--
-- 表的结构 `wp_users`
--
CREATE TABLE IF NOT EXISTS `wp_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 AUTO_INCREMENT=2 ;
--
-- 转存表中的数据 `wp_users`
--
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'snoopy77429', '$P$BTsMfsi0zTcWCl0sQvzB7XXKrI4oYS0', 'snoopy77429', 'snoopy77429@gmail.com', '', '2018-07-20 04:04:12', '', 0, 'snoopy77429');
/*!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 */;