File: //var/backups/mysql/buildfft
/*M!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.5.29-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: buildfft
-- ------------------------------------------------------
-- Server version 10.5.29-MariaDB-0+deb11u1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_actionscheduler_actions`
--
DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`hook` varchar(191) NOT NULL,
`status` varchar(20) NOT NULL,
`scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
`args` varchar(191) DEFAULT NULL,
`schedule` longtext DEFAULT NULL,
`group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`attempts` int(11) NOT NULL DEFAULT 0,
`last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
`claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`extended_args` varchar(8000) DEFAULT NULL,
PRIMARY KEY (`action_id`),
KEY `hook` (`hook`),
KEY `status` (`status`),
KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
KEY `args` (`args`),
KEY `group_id` (`group_id`),
KEY `last_attempt_gmt` (`last_attempt_gmt`),
KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=13346 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_actions`
--
LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (13341,'action_scheduler/migration_hook','complete','2022-12-20 15:08:39','2022-12-20 15:08:39','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1671548919;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1671548919;}',1,1,'2022-12-20 15:09:03','2022-12-20 15:09:03',0,NULL),(13342,'woocommerce_cleanup_draft_orders','complete','2022-12-20 15:07:41','2022-12-20 15:07:41','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671548861;s:18:\"\0*\0first_timestamp\";i:1671548861;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671548861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2022-12-20 15:07:55','2022-12-20 15:07:55',0,NULL),(13343,'woocommerce_cleanup_draft_orders','pending','2022-12-21 15:07:55','2022-12-21 15:07:55','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671635275;s:18:\"\0*\0first_timestamp\";i:1671548861;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671635275;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(13344,'action_scheduler/migration_hook','complete','2022-12-20 19:54:24','2022-12-20 19:54:24','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1671566064;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1671566064;}',1,1,'2022-12-20 19:54:26','2022-12-20 19:54:26',0,NULL),(13345,'action_scheduler/migration_hook','complete','2022-12-20 19:57:29','2022-12-20 19:57:29','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1671566249;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1671566249;}',1,1,'2022-12-20 19:57:29','2022-12-20 19:57:29',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_claims`
--
DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_claims` (
`claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`claim_id`),
KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=104 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_claims`
--
LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_groups`
--
DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
`group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`slug` varchar(255) NOT NULL,
PRIMARY KEY (`group_id`),
KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_groups`
--
LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_logs`
--
DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`action_id` bigint(20) unsigned NOT NULL,
`message` text NOT NULL,
`log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`log_id`),
KEY `action_id` (`action_id`),
KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_logs`
--
LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (1,13341,'action created','2022-12-20 15:07:39','2022-12-20 15:07:39'),(2,13342,'action created','2022-12-20 15:07:41','2022-12-20 15:07:41'),(3,13342,'action started via WP Cron','2022-12-20 15:07:55','2022-12-20 15:07:55'),(4,13342,'action complete via WP Cron','2022-12-20 15:07:55','2022-12-20 15:07:55'),(5,13343,'action created','2022-12-20 15:07:55','2022-12-20 15:07:55'),(6,13341,'action started via WP Cron','2022-12-20 15:09:03','2022-12-20 15:09:03'),(7,13341,'action complete via WP Cron','2022-12-20 15:09:03','2022-12-20 15:09:03'),(8,13344,'action created','2022-12-20 19:53:24','2022-12-20 19:53:24'),(9,13344,'action started via WP Cron','2022-12-20 19:54:26','2022-12-20 19:54:26'),(10,13344,'action complete via WP Cron','2022-12-20 19:54:26','2022-12-20 19:54:26'),(11,13345,'action created','2022-12-20 19:56:29','2022-12-20 19:56:29'),(12,13345,'action started via WP Cron','2022-12-20 19:57:29','2022-12-20 19:57:29'),(13,13345,'action complete via WP Cron','2022-12-20 19:57:29','2022-12-20 19:57:29');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) 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 NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10)),
KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2022-08-08 16:22:07','2022-08-08 16:22:07','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://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ctf_feed_caches`
--
DROP TABLE IF EXISTS `wp_ctf_feed_caches`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ctf_feed_caches` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`feed_id` varchar(255) NOT NULL DEFAULT '',
`cache_key` varchar(255) NOT NULL DEFAULT '',
`cache_value` longtext NOT NULL DEFAULT '',
`cron_update` varchar(20) NOT NULL DEFAULT 'yes',
`last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `feed_id` (`feed_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ctf_feed_caches`
--
LOCK TABLES `wp_ctf_feed_caches` WRITE;
/*!40000 ALTER TABLE `wp_ctf_feed_caches` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ctf_feed_caches` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ctf_feed_locator`
--
DROP TABLE IF EXISTS `wp_ctf_feed_locator`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ctf_feed_locator` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`feed_id` varchar(50) NOT NULL DEFAULT '',
`post_id` bigint(20) unsigned NOT NULL,
`html_location` varchar(50) NOT NULL DEFAULT 'unknown',
`shortcode_atts` longtext NOT NULL,
`last_update` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `feed_id` (`feed_id`),
KEY `post_id` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ctf_feed_locator`
--
LOCK TABLES `wp_ctf_feed_locator` WRITE;
/*!40000 ALTER TABLE `wp_ctf_feed_locator` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ctf_feed_locator` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ctf_feeds`
--
DROP TABLE IF EXISTS `wp_ctf_feeds`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ctf_feeds` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`feed_name` text NOT NULL DEFAULT '',
`feed_title` text NOT NULL DEFAULT '',
`settings` longtext NOT NULL DEFAULT '',
`author` bigint(20) unsigned NOT NULL DEFAULT 1,
`status` varchar(255) NOT NULL DEFAULT '',
`last_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `author` (`author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ctf_feeds`
--
LOCK TABLES `wp_ctf_feeds` WRITE;
/*!40000 ALTER TABLE `wp_ctf_feeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ctf_feeds` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_events`
--
DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_events` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`event_data` text DEFAULT NULL,
`created_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_events`
--
LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_jet_post_types`
--
DROP TABLE IF EXISTS `wp_jet_post_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_jet_post_types` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`slug` text DEFAULT NULL,
`status` text DEFAULT NULL,
`labels` longtext DEFAULT NULL,
`args` longtext DEFAULT NULL,
`meta_fields` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_jet_post_types`
--
LOCK TABLES `wp_jet_post_types` WRITE;
/*!40000 ALTER TABLE `wp_jet_post_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_jet_post_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_jet_smart_filters_indexer`
--
DROP TABLE IF EXISTS `wp_jet_smart_filters_indexer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_jet_smart_filters_indexer` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(50) DEFAULT NULL,
`item_id` int(10) unsigned DEFAULT NULL,
`item_query` varchar(50) DEFAULT NULL,
`item_key` varchar(50) DEFAULT NULL,
`item_value` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_jet_smart_filters_indexer`
--
LOCK TABLES `wp_jet_smart_filters_indexer` WRITE;
/*!40000 ALTER TABLE `wp_jet_smart_filters_indexer` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_jet_smart_filters_indexer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_jet_taxonomies`
--
DROP TABLE IF EXISTS `wp_jet_taxonomies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_jet_taxonomies` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`slug` text DEFAULT NULL,
`object_type` text DEFAULT NULL,
`status` text DEFAULT NULL,
`labels` longtext DEFAULT NULL,
`args` longtext DEFAULT NULL,
`meta_fields` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_jet_taxonomies`
--
LOCK TABLES `wp_jet_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_jet_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_jet_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_layerslider`
--
DROP TABLE IF EXISTS `wp_layerslider`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_layerslider` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`author` int(10) NOT NULL DEFAULT 0,
`name` varchar(100) DEFAULT '',
`slug` varchar(100) DEFAULT '',
`data` mediumtext NOT NULL,
`date_c` int(10) NOT NULL,
`date_m` int(10) NOT NULL,
`schedule_start` int(10) NOT NULL DEFAULT 0,
`schedule_end` int(10) NOT NULL DEFAULT 0,
`flag_hidden` tinyint(1) NOT NULL DEFAULT 0,
`flag_deleted` tinyint(1) NOT NULL DEFAULT 0,
`flag_popup` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_layerslider`
--
LOCK TABLES `wp_layerslider` WRITE;
/*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_layerslider_revisions`
--
DROP TABLE IF EXISTS `wp_layerslider_revisions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_layerslider_revisions` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`slider_id` int(10) NOT NULL,
`author` int(10) NOT NULL DEFAULT 0,
`data` mediumtext NOT NULL,
`date_c` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_layerslider_revisions`
--
LOCK TABLES `wp_layerslider_revisions` WRITE;
/*!40000 ALTER TABLE `wp_layerslider_revisions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_layerslider_revisions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) 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) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_background_process`
--
DROP TABLE IF EXISTS `wp_live_weather_station_background_process`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_background_process` (
`uuid` char(36) DEFAULT NULL,
`priority` int(11) NOT NULL DEFAULT 0,
`class` varchar(100) NOT NULL,
`name` varchar(100) NOT NULL,
`description` varchar(2000) NOT NULL,
`state` varchar(12) NOT NULL DEFAULT 'init',
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`params` longtext DEFAULT '',
`exec_time` int(11) NOT NULL DEFAULT 0,
`pass` int(11) NOT NULL DEFAULT 0,
`progress` int(11) NOT NULL DEFAULT 0,
UNIQUE KEY `uuid` (`uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_background_process`
--
LOCK TABLES `wp_live_weather_station_background_process` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_background_process` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_background_process` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_data_year`
--
DROP TABLE IF EXISTS `wp_live_weather_station_data_year`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_data_year` (
`timestamp` date NOT NULL DEFAULT '0000-00-00',
`table_name` varchar(60) NOT NULL DEFAULT 'N/A',
`table_size` int(11) NOT NULL DEFAULT 0,
`row_count` int(11) NOT NULL DEFAULT 0,
`row_size` int(11) NOT NULL DEFAULT 0,
UNIQUE KEY `perf` (`timestamp`,`table_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_data_year`
--
LOCK TABLES `wp_live_weather_station_data_year` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_data_year` DISABLE KEYS */;
INSERT INTO `wp_live_weather_station_data_year` VALUES ('2022-12-20','live_weather_station_data_year',16384,11,1489),('2022-12-20','live_weather_station_datas',16384,0,0),('2022-12-20','live_weather_station_datas_day',16384,0,0),('2022-12-20','live_weather_station_datas_year',16384,0,0),('2022-12-20','live_weather_station_log',16384,7,2340),('2022-12-20','live_weather_station_medias',16384,0,0),('2022-12-20','live_weather_station_module_detail',16384,0,0),('2022-12-20','live_weather_station_performance_cache',16384,0,0),('2022-12-20','live_weather_station_performance_cron',16384,16,1024),('2022-12-20','live_weather_station_quota_day',16384,0,0),('2022-12-20','live_weather_station_quota_year',16384,0,0),('2022-12-20','live_weather_station_stations',32768,0,0);
/*!40000 ALTER TABLE `wp_live_weather_station_data_year` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_datas`
--
DROP TABLE IF EXISTS `wp_live_weather_station_datas`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_datas` (
`device_id` varchar(17) NOT NULL,
`device_name` varchar(60) NOT NULL DEFAULT '<unnamed>',
`module_id` varchar(17) NOT NULL,
`module_type` varchar(12) NOT NULL DEFAULT '<unknown>',
`module_name` varchar(60) NOT NULL DEFAULT '<unnamed>',
`measure_timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`measure_type` varchar(40) NOT NULL DEFAULT '',
`measure_value` varchar(50) NOT NULL DEFAULT '',
UNIQUE KEY `dmm` (`device_id`,`module_id`,`measure_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_datas`
--
LOCK TABLES `wp_live_weather_station_datas` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_datas` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_datas` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_datas_day`
--
DROP TABLE IF EXISTS `wp_live_weather_station_datas_day`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_datas_day` (
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`device_id` varchar(17) NOT NULL,
`module_id` varchar(17) NOT NULL,
`module_type` varchar(12) NOT NULL DEFAULT '<unknown>',
`measure_type` varchar(40) NOT NULL DEFAULT '',
`measure_value` decimal(20,10) NOT NULL,
UNIQUE KEY `dly` (`timestamp`,`device_id`,`module_id`,`measure_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_datas_day`
--
LOCK TABLES `wp_live_weather_station_datas_day` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_datas_day` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_datas_day` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_datas_year`
--
DROP TABLE IF EXISTS `wp_live_weather_station_datas_year`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_datas_year` (
`timestamp` date NOT NULL DEFAULT '0000-00-00',
`device_id` varchar(17) NOT NULL,
`module_id` varchar(17) NOT NULL,
`module_type` varchar(12) NOT NULL DEFAULT '<unknown>',
`measure_type` varchar(40) NOT NULL DEFAULT '',
`measure_set` varchar(5) NOT NULL DEFAULT '',
`measure_value` decimal(20,10) NOT NULL,
UNIQUE KEY `dly` (`timestamp`,`device_id`,`module_id`,`measure_type`,`measure_set`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_datas_year`
--
LOCK TABLES `wp_live_weather_station_datas_year` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_datas_year` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_datas_year` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_log`
--
DROP TABLE IF EXISTS `wp_live_weather_station_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`level` enum('emergency','alert','critical','error','warning','notice','info','debug','unknown') NOT NULL DEFAULT 'unknown',
`plugin` varchar(20) NOT NULL DEFAULT 'Weather Station',
`version` varchar(11) NOT NULL DEFAULT 'N/A',
`system` varchar(50) NOT NULL DEFAULT 'N/A',
`service` varchar(50) NOT NULL DEFAULT 'N/A',
`device_id` varchar(17) NOT NULL DEFAULT '00:00:00:00:00:00',
`device_name` varchar(60) NOT NULL DEFAULT 'N/A',
`module_id` varchar(17) NOT NULL DEFAULT '00:00:00:00:00:00',
`module_name` varchar(60) NOT NULL DEFAULT 'N/A',
`code` int(11) NOT NULL DEFAULT 0,
`message` varchar(15000) NOT NULL DEFAULT '-',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_log`
--
LOCK TABLES `wp_live_weather_station_log` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_log` DISABLE KEYS */;
INSERT INTO `wp_live_weather_station_log` VALUES (1,'2022-12-20 15:07:23','notice','Weather Station','3.8.11','Logger','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',0,'Logger successfully installed and initialized.'),(2,'2022-12-20 15:07:23','notice','Weather Station','3.8.11','Watchdog','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',0,'Service started.'),(3,'2022-12-20 15:07:23','notice','Weather Station','3.8.11','Activator','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',0,'Starting Weather Station installation and initialization.'),(4,'2022-12-20 15:07:25','notice','Weather Station','3.8.11','Activator','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',0,'Weather Station successfully installed and initialized.'),(5,'2022-12-20 15:09:03','notice','Weather Station','3.8.11','Storage Manager','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',0,'No obsolete files to delete.'),(6,'2022-12-20 15:10:00','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(7,'2022-12-20 15:10:03','notice','Weather Station','3.8.11','Analytics','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',0,'Performance data cleaned.'),(8,'2022-12-20 15:15:00','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(9,'2022-12-20 16:45:42','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(10,'2022-12-20 16:50:59','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(11,'2022-12-20 16:55:00','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(12,'2022-12-20 17:00:00','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(13,'2022-12-20 19:15:45','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(14,'2022-12-20 19:30:06','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(15,'2022-12-20 19:35:29','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(16,'2022-12-20 19:40:02','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(17,'2022-12-20 19:45:30','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(18,'2022-12-20 19:50:04','notice','Weather Station','3.8.11','Core','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',333,'Internationalization support is not installed on your server. Weather Station runs in degraded mode...'),(19,'2022-12-20 19:53:22','notice','Weather Station','3.8.11','Watchdog','N/A','00:00:00:00:00:00','N/A','00:00:00:00:00:00','N/A',0,'Service stopped.');
/*!40000 ALTER TABLE `wp_live_weather_station_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_maps`
--
DROP TABLE IF EXISTS `wp_live_weather_station_maps`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_maps` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` int(11) NOT NULL DEFAULT 0,
`name` varchar(80) NOT NULL DEFAULT '<unnamed>',
`params` longtext DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_maps`
--
LOCK TABLES `wp_live_weather_station_maps` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_maps` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_maps` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_medias`
--
DROP TABLE IF EXISTS `wp_live_weather_station_medias`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_medias` (
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`device_id` varchar(17) NOT NULL,
`module_id` varchar(17) NOT NULL,
`module_type` varchar(12) NOT NULL DEFAULT '<unknown>',
`item_type` varchar(12) NOT NULL DEFAULT 'none',
`item_url` varchar(2000) NOT NULL DEFAULT '',
UNIQUE KEY `mdia` (`timestamp`,`device_id`,`module_id`,`module_type`,`item_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_medias`
--
LOCK TABLES `wp_live_weather_station_medias` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_medias` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_medias` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_module_detail`
--
DROP TABLE IF EXISTS `wp_live_weather_station_module_detail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_module_detail` (
`device_id` varchar(17) NOT NULL,
`module_id` varchar(17) NOT NULL,
`module_name` varchar(60) NOT NULL DEFAULT '<unnamed>',
`module_type` varchar(12) NOT NULL DEFAULT '<unknown>',
`screen_name` varchar(60) NOT NULL DEFAULT '',
`hidden` tinyint(1) NOT NULL DEFAULT 0,
UNIQUE KEY `mdl` (`device_id`,`module_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_module_detail`
--
LOCK TABLES `wp_live_weather_station_module_detail` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_module_detail` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_module_detail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_notifications`
--
DROP TABLE IF EXISTS `wp_live_weather_station_notifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_notifications` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`level` enum('info','warning','error') NOT NULL DEFAULT 'error',
`name` varchar(100) NOT NULL DEFAULT '',
`url` varchar(200) NOT NULL DEFAULT '',
`description` varchar(2000) NOT NULL DEFAULT '',
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_notifications`
--
LOCK TABLES `wp_live_weather_station_notifications` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_notifications` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_notifications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_performance_cache`
--
DROP TABLE IF EXISTS `wp_live_weather_station_performance_cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_performance_cache` (
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`backend_hit_count` int(11) NOT NULL DEFAULT 0,
`backend_hit_time` int(11) NOT NULL DEFAULT 0,
`backend_miss_count` int(11) NOT NULL DEFAULT 0,
`backend_miss_time` int(11) NOT NULL DEFAULT 0,
`widget_hit_count` int(11) NOT NULL DEFAULT 0,
`widget_hit_time` int(11) NOT NULL DEFAULT 0,
`widget_miss_count` int(11) NOT NULL DEFAULT 0,
`widget_miss_time` int(11) NOT NULL DEFAULT 0,
`frontend_hit_count` int(11) NOT NULL DEFAULT 0,
`frontend_hit_time` int(11) NOT NULL DEFAULT 0,
`frontend_miss_count` int(11) NOT NULL DEFAULT 0,
`frontend_miss_time` int(11) NOT NULL DEFAULT 0,
`dgraph_hit_count` int(11) NOT NULL DEFAULT 0,
`dgraph_hit_time` int(11) NOT NULL DEFAULT 0,
`dgraph_miss_count` int(11) NOT NULL DEFAULT 0,
`dgraph_miss_time` int(11) NOT NULL DEFAULT 0,
`ygraph_hit_count` int(11) NOT NULL DEFAULT 0,
`ygraph_hit_time` int(11) NOT NULL DEFAULT 0,
`ygraph_miss_count` int(11) NOT NULL DEFAULT 0,
`ygraph_miss_time` int(11) NOT NULL DEFAULT 0,
`cgraph_hit_count` int(11) NOT NULL DEFAULT 0,
`cgraph_hit_time` int(11) NOT NULL DEFAULT 0,
`cgraph_miss_count` int(11) NOT NULL DEFAULT 0,
`cgraph_miss_time` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_performance_cache`
--
LOCK TABLES `wp_live_weather_station_performance_cache` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_performance_cache` DISABLE KEYS */;
INSERT INTO `wp_live_weather_station_performance_cache` VALUES ('2022-12-20 16:00:00',0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),('2022-12-20 17:00:00',0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),('2022-12-20 19:00:00',0,0,2,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
/*!40000 ALTER TABLE `wp_live_weather_station_performance_cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_performance_cron`
--
DROP TABLE IF EXISTS `wp_live_weather_station_performance_cron`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_performance_cron` (
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`cron` varchar(30) NOT NULL DEFAULT 'N/A',
`count` int(11) NOT NULL DEFAULT 0,
`time` int(11) NOT NULL DEFAULT 0,
UNIQUE KEY `perf` (`timestamp`,`cron`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_performance_cron`
--
LOCK TABLES `wp_live_weather_station_performance_cron` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_performance_cron` DISABLE KEYS */;
INSERT INTO `wp_live_weather_station_performance_cron` VALUES ('2022-12-20 15:00:00','lws_ambt_station_update',2,432),('2022-12-20 15:00:00','lws_background_process',2,16),('2022-12-20 15:00:00','lws_bsky_station_update',2,3),('2022-12-20 15:00:00','lws_cache_flush',7,14),('2022-12-20 15:00:00','lws_device_management',1,0),('2022-12-20 15:00:00','lws_file_rotate',1,8),('2022-12-20 15:00:00','lws_history_build',1,1),('2022-12-20 15:00:00','lws_history_clean',1,2),('2022-12-20 15:00:00','lws_integrity_check',1,80),('2022-12-20 15:00:00','lws_log_rotate',1,1),('2022-12-20 15:00:00','lws_netatmo_hc_update',2,4),('2022-12-20 15:00:00','lws_netatmo_update',3,4),('2022-12-20 15:00:00','lws_notif_rotate',1,0),('2022-12-20 15:00:00','lws_owm_current_update',1,2),('2022-12-20 15:00:00','lws_piou_station_update',2,28),('2022-12-20 15:00:00','lws_plugin_stat',1,0),('2022-12-20 15:00:00','lws_pws_current_push',2,99),('2022-12-20 15:00:00','lws_raw_station_update',3,5),('2022-12-20 15:00:00','lws_real_station_update',2,11),('2022-12-20 15:00:00','lws_stats_clean',1,88),('2022-12-20 15:00:00','lws_translation_update',1,0),('2022-12-20 15:00:00','lws_txt_station_update',3,8),('2022-12-20 15:00:00','lws_watchdog',5,150),('2022-12-20 15:00:00','lws_wflw_station_update',2,4),('2022-12-20 15:00:00','lws_wlink_station_update',2,8),('2022-12-20 15:00:00','lws_wow_current_push',1,0),('2022-12-20 16:00:00','lws_ambt_station_update',3,6),('2022-12-20 16:00:00','lws_background_process',3,0),('2022-12-20 16:00:00','lws_bsky_station_update',3,7),('2022-12-20 16:00:00','lws_netatmo_hc_update',3,3),('2022-12-20 16:00:00','lws_netatmo_update',4,6),('2022-12-20 16:00:00','lws_owm_current_update',2,2),('2022-12-20 16:00:00','lws_piou_station_update',3,25),('2022-12-20 16:00:00','lws_pws_current_push',3,0),('2022-12-20 16:00:00','lws_raw_station_update',4,6),('2022-12-20 16:00:00','lws_real_station_update',3,6),('2022-12-20 16:00:00','lws_txt_station_update',4,12),('2022-12-20 16:00:00','lws_watchdog',6,68),('2022-12-20 16:00:00','lws_wflw_station_update',3,4),('2022-12-20 16:00:00','lws_wlink_station_update',3,47),('2022-12-20 16:00:00','lws_wow_current_push',2,0),('2022-12-20 17:00:00','lws_ambt_station_update',1,1),('2022-12-20 17:00:00','lws_background_process',1,0),('2022-12-20 17:00:00','lws_bsky_station_update',1,1),('2022-12-20 17:00:00','lws_netatmo_hc_update',2,2),('2022-12-20 17:00:00','lws_netatmo_update',1,1),('2022-12-20 17:00:00','lws_owm_current_update',1,5),('2022-12-20 17:00:00','lws_piou_station_update',1,2),('2022-12-20 17:00:00','lws_pws_current_push',1,0),('2022-12-20 17:00:00','lws_raw_station_update',1,1),('2022-12-20 17:00:00','lws_real_station_update',2,5),('2022-12-20 17:00:00','lws_txt_station_update',1,2),('2022-12-20 17:00:00','lws_watchdog',1,11),('2022-12-20 17:00:00','lws_wflw_station_update',1,4),('2022-12-20 17:00:00','lws_wlink_station_update',2,12),('2022-12-20 17:00:00','lws_wow_current_push',1,0),('2022-12-20 18:00:00','lws_ambt_station_update',3,10),('2022-12-20 18:00:00','lws_background_process',3,0),('2022-12-20 18:00:00','lws_bsky_station_update',2,2),('2022-12-20 18:00:00','lws_netatmo_hc_update',2,3),('2022-12-20 18:00:00','lws_netatmo_update',3,7),('2022-12-20 18:00:00','lws_owm_current_update',2,2),('2022-12-20 18:00:00','lws_piou_station_update',2,4),('2022-12-20 18:00:00','lws_pws_current_push',3,0),('2022-12-20 18:00:00','lws_raw_station_update',3,7),('2022-12-20 18:00:00','lws_real_station_update',2,4),('2022-12-20 18:00:00','lws_txt_station_update',3,17),('2022-12-20 18:00:00','lws_watchdog',3,35),('2022-12-20 18:00:00','lws_wflw_station_update',2,4),('2022-12-20 18:00:00','lws_wlink_station_update',2,5),('2022-12-20 18:00:00','lws_wow_current_push',2,0),('2022-12-20 19:00:00','lws_ambt_station_update',5,30),('2022-12-20 19:00:00','lws_background_process',5,2),('2022-12-20 19:00:00','lws_bsky_station_update',8,19),('2022-12-20 19:00:00','lws_history_build',1,0),('2022-12-20 19:00:00','lws_netatmo_hc_update',10,13),('2022-12-20 19:00:00','lws_netatmo_update',9,19),('2022-12-20 19:00:00','lws_owm_current_update',3,3),('2022-12-20 19:00:00','lws_piou_station_update',10,75),('2022-12-20 19:00:00','lws_pws_current_push',5,0),('2022-12-20 19:00:00','lws_raw_station_update',9,25),('2022-12-20 19:00:00','lws_real_station_update',10,39),('2022-12-20 19:00:00','lws_txt_station_update',9,35),('2022-12-20 19:00:00','lws_watchdog',15,167),('2022-12-20 19:00:00','lws_wflw_station_update',10,21),('2022-12-20 19:00:00','lws_wlink_station_update',11,34),('2022-12-20 19:00:00','lws_wow_current_push',3,0);
/*!40000 ALTER TABLE `wp_live_weather_station_performance_cron` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_quota_day`
--
DROP TABLE IF EXISTS `wp_live_weather_station_quota_day`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_quota_day` (
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`service` varchar(30) NOT NULL DEFAULT 'N/A',
`post` int(11) NOT NULL DEFAULT 0,
`get` int(11) NOT NULL DEFAULT 0,
`put` int(11) NOT NULL DEFAULT 0,
`patch` int(11) NOT NULL DEFAULT 0,
`delete` int(11) NOT NULL DEFAULT 0,
UNIQUE KEY `perf` (`timestamp`,`service`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_quota_day`
--
LOCK TABLES `wp_live_weather_station_quota_day` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_quota_day` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_quota_day` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_quota_year`
--
DROP TABLE IF EXISTS `wp_live_weather_station_quota_year`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_quota_year` (
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`service` varchar(30) NOT NULL DEFAULT 'N/A',
`post` int(11) NOT NULL DEFAULT 0,
`post_rate` int(11) NOT NULL DEFAULT 0,
`post_q` int(11) NOT NULL DEFAULT 0,
`post_rate_q` int(11) NOT NULL DEFAULT 0,
`get` int(11) NOT NULL DEFAULT 0,
`get_rate` int(11) NOT NULL DEFAULT 0,
`get_q` int(11) NOT NULL DEFAULT 0,
`get_rate_q` int(11) NOT NULL DEFAULT 0,
`put` int(11) NOT NULL DEFAULT 0,
`put_rate` int(11) NOT NULL DEFAULT 0,
`put_q` int(11) NOT NULL DEFAULT 0,
`put_rate_q` int(11) NOT NULL DEFAULT 0,
`patch` int(11) NOT NULL DEFAULT 0,
`patch_rate` int(11) NOT NULL DEFAULT 0,
`patch_q` int(11) NOT NULL DEFAULT 0,
`patch_rate_q` int(11) NOT NULL DEFAULT 0,
`delete` int(11) NOT NULL DEFAULT 0,
`delete_rate` int(11) NOT NULL DEFAULT 0,
`delete_q` int(11) NOT NULL DEFAULT 0,
`delete_rate_q` int(11) NOT NULL DEFAULT 0,
UNIQUE KEY `perf` (`timestamp`,`service`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_quota_year`
--
LOCK TABLES `wp_live_weather_station_quota_year` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_quota_year` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_quota_year` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_live_weather_station_stations`
--
DROP TABLE IF EXISTS `wp_live_weather_station_stations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_live_weather_station_stations` (
`guid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`station_id` varchar(17) NOT NULL DEFAULT '',
`station_type` int(11) NOT NULL DEFAULT 0,
`station_model` varchar(200) NOT NULL DEFAULT 'N/A',
`service_id` varchar(250) NOT NULL DEFAULT '',
`connection_type` int(11) NOT NULL DEFAULT 0,
`station_name` varchar(60) NOT NULL DEFAULT '',
`loc_city` varchar(60) NOT NULL DEFAULT '',
`loc_country_code` varchar(2) NOT NULL DEFAULT '',
`loc_timezone` varchar(50) NOT NULL DEFAULT '',
`loc_latitude` varchar(20) NOT NULL DEFAULT '',
`loc_longitude` varchar(20) NOT NULL DEFAULT '',
`loc_altitude` varchar(20) NOT NULL DEFAULT '',
`comp_bas` int(11) NOT NULL DEFAULT 0,
`comp_ext` int(11) NOT NULL DEFAULT 0,
`comp_int` int(11) NOT NULL DEFAULT 0,
`comp_xtd` int(11) NOT NULL DEFAULT 0,
`comp_vrt` int(11) NOT NULL DEFAULT 0,
`txt_sync` tinyint(1) NOT NULL DEFAULT 0,
`raw_sync` tinyint(1) NOT NULL DEFAULT 0,
`real_sync` tinyint(1) NOT NULL DEFAULT 0,
`yow_sync` tinyint(1) NOT NULL DEFAULT 0,
`owm_user` varchar(60) NOT NULL DEFAULT '',
`owm_password` varchar(60) NOT NULL DEFAULT '',
`owm_id` varchar(60) NOT NULL DEFAULT '',
`owm_sync` tinyint(1) NOT NULL DEFAULT 0,
`pws_user` varchar(60) NOT NULL DEFAULT '',
`pws_password` varchar(60) NOT NULL DEFAULT '',
`pws_sync` tinyint(1) NOT NULL DEFAULT 0,
`wow_user` varchar(60) NOT NULL DEFAULT '',
`wow_password` varchar(60) NOT NULL DEFAULT '',
`wow_sync` tinyint(1) NOT NULL DEFAULT 0,
`wet_user` varchar(60) NOT NULL DEFAULT '',
`wet_password` varchar(60) NOT NULL DEFAULT '',
`wet_sync` tinyint(1) NOT NULL DEFAULT 0,
`wug_user` varchar(60) NOT NULL DEFAULT '',
`wug_password` varchar(60) NOT NULL DEFAULT '',
`wug_sync` tinyint(1) NOT NULL DEFAULT 0,
`link_1` varchar(2000) DEFAULT '',
`link_2` varchar(2000) DEFAULT '',
`link_3` varchar(2000) DEFAULT '',
`last_refresh` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_seen` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`oldest_data` date NOT NULL DEFAULT '0000-00-00',
PRIMARY KEY (`guid`),
UNIQUE KEY `station_id` (`station_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_live_weather_station_stations`
--
LOCK TABLES `wp_live_weather_station_stations` WRITE;
/*!40000 ALTER TABLE `wp_live_weather_station_stations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_live_weather_station_stations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_masterslider_options`
--
DROP TABLE IF EXISTS `wp_masterslider_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_masterslider_options` (
`ID` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(120) NOT NULL,
`option_value` text NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_masterslider_options`
--
LOCK TABLES `wp_masterslider_options` WRITE;
/*!40000 ALTER TABLE `wp_masterslider_options` DISABLE KEYS */;
INSERT INTO `wp_masterslider_options` VALUES (1,'preset_effect','eyJtZXRhIjp7IlByZXNldEVmZmVjdCFpZHMiOiI2LDcsOCw5LDEwLDExLDEyLDEzLDE0LDE1LDE2LDE3LDE4LDE5LDIwLDIxLDIyLDIzLDI0LDI1LDI2LDI3LDI4LDI5LDMwLDMxIiwiUHJlc2V0RWZmZWN0IW5leHRJZCI6MzJ9LCJNU1BhbmVsLlByZXNldEVmZmVjdCI6eyI2Ijoie1wiaWRcIjo2LFwibmFtZVwiOlwiUmlnaHQgc2hvcnRcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVYXCI6MTUwfSIsIjciOiJ7XCJpZFwiOjcsXCJuYW1lXCI6XCJMZWZ0IHNob3J0XCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWFwiOi0xNTB9IiwiOCI6IntcImlkXCI6OCxcIm5hbWVcIjpcIlRvcCBzaG9ydFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVlcIjotMTUwfSIsIjkiOiJ7XCJpZFwiOjksXCJuYW1lXCI6XCJCb3R0b20gc2hvcnRcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVZXCI6MTUwfSIsIjEwIjoie1wiaWRcIjoxMCxcIm5hbWVcIjpcIlJpZ2h0IGxvbmdcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVYXCI6NTAwfSIsIjExIjoie1wiaWRcIjoxMSxcIm5hbWVcIjpcIkxlZnQgbG9uZ1wiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVhcIjotNTAwfSIsIjEyIjoie1wiaWRcIjoxMixcIm5hbWVcIjpcIlRvcCBsb25nXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWVwiOi01MDB9IiwiMTMiOiJ7XCJpZFwiOjEzLFwibmFtZVwiOlwiQm90dG9tIGxvbmdcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVZXCI6NTAwfSIsIjE0Ijoie1wiaWRcIjoxNCxcIm5hbWVcIjpcIjNEIEZyb250IHNob3J0XCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWlwiOjUwMH0iLCIxNSI6IntcImlkXCI6MTUsXCJuYW1lXCI6XCIzRCBCYWNrIHNob3J0XCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWlwiOi01MDB9IiwiMTYiOiJ7XCJpZFwiOjE2LFwibmFtZVwiOlwiM0QgRnJvbnQgbG9uZ1wiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVpcIjoxNTAwfSIsIjE3Ijoie1wiaWRcIjoxNyxcIm5hbWVcIjpcIjNEIEJhY2sgbG9uZ1wiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVpcIjotMTUwMH0iLCIxOCI6IntcImlkXCI6MTgsXCJuYW1lXCI6XCJSb3RhdGUgMTgwXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwicm90YXRlXCI6MTgwfSIsIjE5Ijoie1wiaWRcIjoxOSxcIm5hbWVcIjpcIlJvdGF0ZSAzNjBcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJyb3RhdGVcIjozNjB9IiwiMjAiOiJ7XCJpZFwiOjIwLFwibmFtZVwiOlwiUm90YXRlIDkwXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwicm90YXRlXCI6OTB9IiwiMjEiOiJ7XCJpZFwiOjIxLFwibmFtZVwiOlwiUm90YXRlIC05MFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInJvdGF0ZVwiOi05MH0iLCIyMiI6IntcImlkXCI6MjIsXCJuYW1lXCI6XCIzRCBSb3RhdGUgbGVmdFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVhcIjotMjUwLFwicm90YXRlWVwiOjI1MH0iLCIyMyI6IntcImlkXCI6MjMsXCJuYW1lXCI6XCIzRCBSb3RhdGUgcmlnaHRcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVYXCI6MjUwLFwicm90YXRlWVwiOi0yNTB9IiwiMjQiOiJ7XCJpZFwiOjI0LFwibmFtZVwiOlwiM0QgUm90YXRlIHRvcFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVlcIjotMjUwLFwicm90YXRlWFwiOjE1MH0iLCIyNSI6IntcImlkXCI6MjUsXCJuYW1lXCI6XCIzRCBSb3RhdGUgYm90dG9tXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWVwiOjI1MCxcInJvdGF0ZVhcIjotMTUwfSIsIjI2Ijoie1wiaWRcIjoyNixcIm5hbWVcIjpcIlNrZXcgbGVmdFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVhcIjotMjUwLFwic2tld1hcIjotMjV9IiwiMjciOiJ7XCJpZFwiOjI3LFwibmFtZVwiOlwiU2tldyByaWdodFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVhcIjoyNTAsXCJza2V3WFwiOjI1fSIsIjI4Ijoie1wiaWRcIjoyOCxcIm5hbWVcIjpcIlNrZXcgdG9wXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWVwiOi0yNTAsXCJza2V3WVwiOi0yNX0iLCIyOSI6IntcImlkXCI6MjksXCJuYW1lXCI6XCJTa2V3IGJvdHRvbVwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVlcIjoyNTAsXCJza2V3WVwiOi0yNX0iLCIzMCI6IntcImlkXCI6MzAsXCJuYW1lXCI6XCJSb3RhdGUgZnJvbnRcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVaXCI6MTUwMCxcInJvdGF0ZVwiOjI1MH0iLCIzMSI6IntcImlkXCI6MzEsXCJuYW1lXCI6XCJSb3RhdGUgYmFja1wiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVpcIjotMTUwMCxcInJvdGF0ZVwiOjI1MH0ifX0='),(2,'buttons_style','eyJtZXRhIjp7IkJ1dHRvblN0eWxlIWlkcyI6Ijg0LDg1LDg2LDg3LDg4LDg5LDkwLDkxLDkyLDkzLDk0LDk1LDk2LDk3LDk4LDk5LDEwMCwxMDEsMTAyLDEwMywxMDQsMTA1LDEwNiwxMDcsMTA4LDEwOSwxMTAsMTExLDExMiwxMTMsMTE0LDExNSwxMTYsMTE3LDExOCwxMTksMTIwLDEyMSwxMjIsMTIzLDEyNCwxMjUsMTI2LDEyNywxMjgsMTI5LDEzMCwxMzEsMTMyLDEzMywxMzQsMTM1LDEzNiwxMzcsMTM4LDEzOSwxNDAsMTQxLDE0MiwxNDMsMTQ0LDE0NSwxNDYsMTQ3LDE0OCwxNDksMTUwLDE1MSwxNTIsMTUzLDE1NCwxNTUsMTU2LDE1NywxNTgiLCJCdXR0b25TdHlsZSFuZXh0SWQiOjE1OX0sIk1TUGFuZWwuQnV0dG9uU3R5bGUiOnsiODQiOiJ7XCJpZFwiOjg0LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi04NFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjYjk3ZWJiO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2NhODljYztcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiODUiOiJ7XCJpZFwiOjg1LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi04NVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjYjk3ZWJiO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2NhODljYztcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI4NiI6IntcImlkXCI6ODYsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTg2XCIsXCJub3JtYWxcIjpcImNvbG9yOiAjYjk3ZWJiO1xcbmJvcmRlcjpzb2xpZCAxcHggI2I5N2ViYjtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6I2NhODljYztcXG5jb2xvcjojY2E4OWNjXCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiODciOiJ7XCJpZFwiOjg3LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi04N1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjYjk3ZWJiO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2NhODljYztcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiODgiOiJ7XCJpZFwiOjg4LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi04OFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjYjk3ZWJiO1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggIzlhNjk5YztcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNjYTg5Y2M7XFxuYm94LXNoYWRvdzowIDRweCAjOWE2OTljO1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggIzlhNjk5YztcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI4OSI6IntcImlkXCI6ODksXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTg5XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM1NDcyRDI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNWQ3ZmU5O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWJveFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI5MCI6IntcImlkXCI6OTAsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTkwXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM1NDcyRDI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNWQ3ZmU5O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjkxIjoie1wiaWRcIjo5MSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOTFcIixcIm5vcm1hbFwiOlwiY29sb3I6ICM1NDcyRDI7XFxuYm9yZGVyOnNvbGlkIDFweCAjNTQ3MkQyO1wiLFwiaG92ZXJcIjpcImJvcmRlci1jb2xvcjojNWQ3ZmU5O1xcbmNvbG9yOiM1ZDdmZTlcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI5MiI6IntcImlkXCI6OTIsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTkyXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM1NDcyRDI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNWQ3ZmU5O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWNpcmNsZVwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI5MyI6IntcImlkXCI6OTMsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTkzXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM1NDcyRDI7XFxuY29sb3I6ICNmZmY7XFxuYm94LXNoYWRvdzowIDVweCAjNGM2OGJlO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzVkN2ZlOTtcXG5ib3gtc2hhZG93OjAgNHB4ICM0YzY4YmU7XFxudG9wOjFweDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjNGM2OGJlO1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjk0Ijoie1wiaWRcIjo5NCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOTRcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzAwYzFjZjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMwMUQ0RTQ7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjk1Ijoie1wiaWRcIjo5NSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOTVcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzAwYzFjZjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMwMUQ0RTQ7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiOTYiOiJ7XCJpZFwiOjk2LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi05NlwiLFwibm9ybWFsXCI6XCJjb2xvcjogIzAwYzFjZjtcXG5ib3JkZXI6c29saWQgMXB4ICMwMGMxY2Y7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiMwMUQ0RTQ7XFxuY29sb3I6IzAxRDRFNFwiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjk3Ijoie1wiaWRcIjo5NyxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOTdcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzAwYzFjZjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMwMUQ0RTQ7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjk4Ijoie1wiaWRcIjo5OCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOThcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzAwYzFjZjtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICMwMGFmYmM7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojMDFENEU0O1xcbmJveC1zaGFkb3c6MCA0cHggIzAwYWZiYztcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICMwMGFmYmM7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiOTkiOiJ7XCJpZFwiOjk5LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi05OVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNGNhZGM5O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzYzYjJjOTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTAwIjoie1wiaWRcIjoxMDAsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEwMFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNGNhZGM5O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzYzYjJjOTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDEiOiJ7XCJpZFwiOjEwMSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTAxXCIsXCJub3JtYWxcIjpcImNvbG9yOiAjNGNhZGM5O1xcbmJvcmRlcjpzb2xpZCAxcHggIzRjYWRjOTtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6IzYzYjJjOTtcXG5jb2xvcjojNjNiMmM5XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTAyIjoie1wiaWRcIjoxMDIsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEwMlwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNGNhZGM5O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzYzYjJjOTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTAzIjoie1wiaWRcIjoxMDMsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEwM1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNGNhZGM5O1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggIzFhYTJjOTtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM2M2IyYzk7XFxuYm94LXNoYWRvdzowIDRweCAjMWFhMmM5O1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggIzFhYTJjOTtcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDQiOiJ7XCJpZFwiOjEwNCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTA0XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICNjZWMyYWI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojY2ViZDlkO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWJveFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDUiOiJ7XCJpZFwiOjEwNSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTA1XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICNjZWMyYWI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojY2ViZDlkO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEwNiI6IntcImlkXCI6MTA2LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMDZcIixcIm5vcm1hbFwiOlwiY29sb3I6ICNjZWMyYWI7XFxuYm9yZGVyOnNvbGlkIDFweCAjY2VjMmFiO1wiLFwiaG92ZXJcIjpcImJvcmRlci1jb2xvcjojY2ViZDlkO1xcbmNvbG9yOiNjZWJkOWRcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDciOiJ7XCJpZFwiOjEwNyxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTA3XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICNjZWMyYWI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojY2ViZDlkO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWNpcmNsZVwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDgiOiJ7XCJpZFwiOjEwOCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTA4XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICNjZWMyYWI7XFxuY29sb3I6ICNmZmY7XFxuYm94LXNoYWRvdzowIDVweCAjQzJCN0EyO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2NlYmQ5ZDtcXG5ib3gtc2hhZG93OjAgNHB4ICNDMkI3QTI7XFxudG9wOjFweDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjQzJCN0EyO1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEwOSI6IntcImlkXCI6MTA5LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMDlcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzUwNDg1YjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM2YTYxNzY7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjExMCI6IntcImlkXCI6MTEwLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMTBcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzUwNDg1YjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM2YTYxNzY7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTExIjoie1wiaWRcIjoxMTEsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExMVwiLFwibm9ybWFsXCI6XCJjb2xvcjogIzUwNDg1YjtcXG5ib3JkZXI6c29saWQgMXB4ICM1MDQ4NWI7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiM2YTYxNzY7XFxuY29sb3I6IzZhNjE3NlwiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjExMiI6IntcImlkXCI6MTEyLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMTJcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzUwNDg1YjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM2YTYxNzY7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjExMyI6IntcImlkXCI6MTEzLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMTNcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzUwNDg1YjtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICM0MTJkNWI7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNmE2MTc2O1xcbmJveC1zaGFkb3c6MCA0cHggIzQxMmQ1YjtcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICM0MTJkNWI7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTE0Ijoie1wiaWRcIjoxMTQsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExNFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjOGQ2ZGM0O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6Izk3N2NjNDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTE1Ijoie1wiaWRcIjoxMTUsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExNVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjOGQ2ZGM0O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6Izk3N2NjNDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMTYiOiJ7XCJpZFwiOjExNixcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTE2XCIsXCJub3JtYWxcIjpcImNvbG9yOiAjOGQ2ZGM0O1xcbmJvcmRlcjpzb2xpZCAxcHggIzhkNmRjNDtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6Izk3N2NjNDtcXG5jb2xvcjojOTc3Y2M0XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTE3Ijoie1wiaWRcIjoxMTcsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExN1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjOGQ2ZGM0O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6Izk3N2NjNDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTE4Ijoie1wiaWRcIjoxMTgsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExOFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjOGQ2ZGM0O1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggIzdjNTFjNDtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM5NzdjYzQ7XFxuYm94LXNoYWRvdzowIDRweCAjN2M1MWM0O1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggIzdjNTFjNDtcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMTkiOiJ7XCJpZFwiOjExOSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTE5XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM3NWQ2OWM7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojN2RlNWE3O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWJveFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMjAiOiJ7XCJpZFwiOjEyMCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTIwXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM3NWQ2OWM7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojN2RlNWE3O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyMSI6IntcImlkXCI6MTIxLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjFcIixcIm5vcm1hbFwiOlwiY29sb3I6ICM3NWQ2OWM7XFxuYm9yZGVyOnNvbGlkIDFweCAjNzVkNjljO1wiLFwiaG92ZXJcIjpcImJvcmRlci1jb2xvcjojN2RlNWE3O1xcbmNvbG9yOiM3ZGU1YTdcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMjIiOiJ7XCJpZFwiOjEyMixcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTIyXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM3NWQ2OWM7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojN2RlNWE3O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWNpcmNsZVwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMjMiOiJ7XCJpZFwiOjEyMyxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTIzXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM3NWQ2OWM7XFxuY29sb3I6ICNmZmY7XFxuYm94LXNoYWRvdzowIDVweCAjNDFkNjdkO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzdkZTVhNztcXG5ib3gtc2hhZG93OjAgNHB4ICM0MWQ2N2Q7XFxudG9wOjFweDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjNDFkNjdkO1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyNCI6IntcImlkXCI6MTI0LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjRcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzIyMjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMzMzM7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyNSI6IntcImlkXCI6MTI1LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjVcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzIyMjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMzMzM7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTI2Ijoie1wiaWRcIjoxMjYsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEyNlwiLFwibm9ybWFsXCI6XCJjb2xvcjogIzIyMjtcXG5ib3JkZXI6c29saWQgMXB4ICMyMjI7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiMzMzM7XFxuY29sb3I6IzMzM1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyNyI6IntcImlkXCI6MTI3LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjdcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzIyMjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMzMzM7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyOCI6IntcImlkXCI6MTI4LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjhcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzIyMjtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICMwMDA7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojMzMzO1xcbmJveC1zaGFkb3c6MCA0cHggIzAwMDtcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICMwMDA7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTI5Ijoie1wiaWRcIjoxMjksXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEyOVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZGVkZWRlO1xcbmNvbG9yOiAjNjY2O1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2QxZDFkMTtcXG5jb2xvcjogIzY2NjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTMwIjoie1wiaWRcIjoxMzAsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzMFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZGVkZWRlO1xcbmNvbG9yOiAjNjY2O1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2QxZDFkMTtcXG5jb2xvcjogIzY2NjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMzEiOiJ7XCJpZFwiOjEzMSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTMxXCIsXCJub3JtYWxcIjpcImNvbG9yOiAjZGVkZWRlO1xcbmJvcmRlcjpzb2xpZCAxcHggI2RlZGVkZTtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6I2QxZDFkMTtcXG5jb2xvcjojZDFkMWQxXCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTMyIjoie1wiaWRcIjoxMzIsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzMlwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZGVkZWRlO1xcbmNvbG9yOiAjNjY2O1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2QxZDFkMTtcXG5jb2xvcjogIzY2NjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTMzIjoie1wiaWRcIjoxMzMsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzM1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZGVkZWRlO1xcbmNvbG9yOiAjNjY2O1xcbmJveC1zaGFkb3c6MCA1cHggI0NBQ0FDQTtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNkMWQxZDE7XFxuY29sb3I6ICM2NjY7XFxuYm94LXNoYWRvdzowIDRweCAjQ0FDQUNBO1xcbnRvcDoxcHhcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjQ0FDQUNBO1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEzNCI6IntcImlkXCI6MTM0LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMzRcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y3YmU2ODtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlOWIzNjI7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEzNSI6IntcImlkXCI6MTM1LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMzVcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y3YmU2ODtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlOWIzNjI7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTM2Ijoie1wiaWRcIjoxMzYsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzNlwiLFwibm9ybWFsXCI6XCJjb2xvcjogI2Y3YmU2ODtcXG5ib3JkZXI6c29saWQgMXB4ICNmN2JlNjg7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiNlOWIzNjI7XFxuY29sb3I6I2U5YjM2MlwiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEzNyI6IntcImlkXCI6MTM3LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMzdcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y3YmU2ODtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlOWIzNjI7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEzOCI6IntcImlkXCI6MTM4LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMzhcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y3YmU2ODtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICNFN0FGNTk7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojZTliMzYyO1xcbmJveC1zaGFkb3c6MCA0cHggI0U3QUY1OTtcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICNFN0FGNTk7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTM5Ijoie1wiaWRcIjoxMzksXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzOVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNWFhMWUzO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzVmYWFlZjtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTQwIjoie1wiaWRcIjoxNDAsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE0MFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNWFhMWUzO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzVmYWFlZjtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDEiOiJ7XCJpZFwiOjE0MSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQxXCIsXCJub3JtYWxcIjpcImNvbG9yOiAjNWFhMWUzO1xcbmJvcmRlcjpzb2xpZCAxcHggIzVhYTFlMztcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6IzVmYWFlZjtcXG5jb2xvcjojNWZhYWVmXCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTQyIjoie1wiaWRcIjoxNDIsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE0MlwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNWFhMWUzO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzVmYWFlZjtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTQzIjoie1wiaWRcIjoxNDMsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE0M1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNWFhMWUzO1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggIzRjODdiZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM1ZmFhZWY7XFxuYm94LXNoYWRvdzowIDRweCAjNGM4N2JmO1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggIzRjODdiZjtcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDQiOiJ7XCJpZFwiOjE0NCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQ0XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM2ZGFiM2M7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNzZiOTQxO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWJveFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDUiOiJ7XCJpZFwiOjE0NSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQ1XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM2ZGFiM2M7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNzZiOTQxO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE0NiI6IntcImlkXCI6MTQ2LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNDZcIixcIm5vcm1hbFwiOlwiY29sb3I6ICM2ZGFiM2M7XFxuYm9yZGVyOnNvbGlkIDFweCAjNmRhYjNjO1wiLFwiaG92ZXJcIjpcImJvcmRlci1jb2xvcjojNzZiOTQxO1xcbmNvbG9yOiM3NmI5NDFcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDciOiJ7XCJpZFwiOjE0NyxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQ3XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM2ZGFiM2M7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNzZiOTQxO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWNpcmNsZVwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDgiOiJ7XCJpZFwiOjE0OCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQ4XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM2ZGFiM2M7XFxuY29sb3I6ICNmZmY7XFxuYm94LXNoYWRvdzowIDVweCAjNWU5MzM0O1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6Izc2Yjk0MTtcXG5ib3gtc2hhZG93OjAgNHB4ICM1ZTkzMzQ7XFxudG9wOjFweDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjNWU5MzM0O1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE0OSI6IntcImlkXCI6MTQ5LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNDlcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y0NTI0ZDtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlMDRiNDc7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE1MCI6IntcImlkXCI6MTUwLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNTBcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y0NTI0ZDtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlMDRiNDc7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTUxIjoie1wiaWRcIjoxNTEsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1MVwiLFwibm9ybWFsXCI6XCJjb2xvcjogI2Y0NTI0ZDtcXG5ib3JkZXI6c29saWQgMXB4ICNmNDUyNGQ7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiNlMDRiNDc7XFxuY29sb3I6I2UwNGI0N1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE1MiI6IntcImlkXCI6MTUyLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNTJcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y0NTI0ZDtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlMDRiNDc7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE1MyI6IntcImlkXCI6MTUzLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNTNcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y0NTI0ZDtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICNjYjQ0NDA7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojZTA0YjQ3O1xcbmJveC1zaGFkb3c6MCA0cHggI2NiNDQ0MDtcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICNjYjQ0NDA7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTU0Ijoie1wiaWRcIjoxNTQsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1NFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZjc5NDY4O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2U3OGE2MTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTU1Ijoie1wiaWRcIjoxNTUsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1NVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZjc5NDY4O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2U3OGE2MTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNTYiOiJ7XCJpZFwiOjE1NixcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTU2XCIsXCJub3JtYWxcIjpcImNvbG9yOiAjZjc5NDY4O1xcbmJvcmRlcjpzb2xpZCAxcHggI2Y3OTQ2ODtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6I2U3OGE2MTtcXG5jb2xvcjojZTc4YTYxXCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTU3Ijoie1wiaWRcIjoxNTcsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1N1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZjc5NDY4O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2U3OGE2MTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTU4Ijoie1wiaWRcIjoxNTgsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1OFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZjc5NDY4O1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggI2RhODM1YztcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlNzhhNjE7XFxuYm94LXNoYWRvdzowIDRweCAjZGE4MzVjO1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggI2RhODM1YztcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0ifX0='),(3,'masterslider_custom_css_ver','1.1');
/*!40000 ALTER TABLE `wp_masterslider_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_masterslider_sliders`
--
DROP TABLE IF EXISTS `wp_masterslider_sliders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_masterslider_sliders` (
`ID` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) NOT NULL,
`alias` varchar(100) NOT NULL,
`type` varchar(64) NOT NULL,
`slides_num` smallint(5) unsigned NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`params` mediumtext NOT NULL,
`custom_styles` text NOT NULL DEFAULT '',
`custom_fonts` text NOT NULL DEFAULT '',
`status` varchar(10) NOT NULL DEFAULT 'draft',
PRIMARY KEY (`ID`),
KEY `date_created` (`date_created`),
KEY `alias` (`alias`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_masterslider_sliders`
--
LOCK TABLES `wp_masterslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_masterslider_sliders` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_masterslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_image_storage`
--
DROP TABLE IF EXISTS `wp_nextend2_image_storage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_image_storage` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`hash` varchar(32) NOT NULL,
`image` text NOT NULL,
`value` mediumtext NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_image_storage`
--
LOCK TABLES `wp_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_image_storage` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_section_storage`
--
DROP TABLE IF EXISTS `wp_nextend2_section_storage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_section_storage` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`application` varchar(20) NOT NULL,
`section` varchar(128) NOT NULL,
`referencekey` varchar(128) NOT NULL,
`value` mediumtext NOT NULL,
`system` int(11) NOT NULL DEFAULT 0,
`editable` int(11) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `system` (`system`),
KEY `editable` (`editable`),
KEY `application` (`application`,`section`(50),`referencekey`(50)),
KEY `application_2` (`application`,`section`(50))
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_section_storage`
--
LOCK TABLES `wp_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `wp_nextend2_section_storage` VALUES (10000,'smartslider','settings','','{\"n2_ss3_version\":\"3.5.1.12\\/b:release-3.5.1.12\\/r:23139749a8387f67159e398e0146aff72bfb37ed\"}',0,1);
/*!40000 ALTER TABLE `wp_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_generators`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_generators` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`group` varchar(254) NOT NULL,
`type` varchar(254) NOT NULL,
`params` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_generators`
--
LOCK TABLES `wp_nextend2_smartslider3_generators` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_sliders`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`alias` varchar(255) DEFAULT NULL,
`title` varchar(200) NOT NULL,
`type` varchar(30) NOT NULL,
`params` mediumtext NOT NULL,
`status` varchar(50) NOT NULL DEFAULT 'published',
`time` datetime NOT NULL,
`thumbnail` varchar(255) NOT NULL,
`ordering` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `status` (`status`),
KEY `time` (`time`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_sliders`
--
LOCK TABLES `wp_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_sliders` VALUES (1,NULL,'Tutorial Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"padding\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next\":\"thin-horizontal.svg\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-mobilelandscape\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-tabletlandscape\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-arrow-display-desktoplandscape\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffcc\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"60\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-mobilelandscape\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-tabletlandscape\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bullet-display-desktoplandscape\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"Raleway,Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-mobilelandscape\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-tabletlandscape\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-bar-display-desktoplandscape\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-action\":\"click\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-group\":\"1\",\"widget-thumbnail-invert-group-direction\":\"0\",\"widget-thumbnail-orientation\":\"auto\",\"widget-thumbnail-size\":\"100%\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-mobilelandscape\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-tabletlandscape\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-thumbnail-display-desktoplandscape\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-width\":\"100%\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-mobilelandscape\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-fullscreen-enabled\":\"0\",\"widgetfullscreen\":\"image\",\"widget-fullscreen-tonormal\":\"full1.svg\",\"widget-fullscreen-tonormal-image\":\"\",\"widget-fullscreen-tonormal-color\":\"ffffffcc\",\"widget-fullscreen-mirror\":\"1\",\"widget-fullscreen-tofull\":\"full1.svg\",\"widget-fullscreen-tofull-image\":\"\",\"widget-fullscreen-tofull-color\":\"ffffffcc\",\"widget-fullscreen-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-fullscreen-position-mode\":\"simple\",\"widget-fullscreen-position-area\":\"4\",\"widget-fullscreen-position-stack\":\"1\",\"widget-fullscreen-position-offset\":\"15\",\"widget-fullscreen-position-horizontal\":\"left\",\"widget-fullscreen-position-horizontal-position\":\"0\",\"widget-fullscreen-position-horizontal-unit\":\"px\",\"widget-fullscreen-position-vertical\":\"top\",\"widget-fullscreen-position-vertical-position\":\"0\",\"widget-fullscreen-position-vertical-unit\":\"px\",\"widget-fullscreen-responsive-desktop\":\"1\",\"widget-fullscreen-responsive-tablet\":\"0.7\",\"widget-fullscreen-responsive-mobile\":\"0.5\",\"widget-fullscreen-display-hover\":\"0\",\"widget-fullscreen-display-mobileportrait\":\"1\",\"widget-fullscreen-display-mobilelandscape\":\"1\",\"widget-fullscreen-display-tabletportrait\":\"1\",\"widget-fullscreen-display-tabletlandscape\":\"1\",\"widget-fullscreen-display-desktopportrait\":\"1\",\"widget-fullscreen-display-desktoplandscape\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-code\":\"\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"animation\":\"fade\",\"animation-duration\":\"500\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"carousel\":\"1\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayAllowReStart\":\"0\",\"autoplayLoop\":\"1\",\"autoplayfinish\":\"1|*|loop|*|current\",\"loop-single-slide\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-image\":\"\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-mirror\":\"1\",\"widget-autoplay-pause\":\"small-light.svg\",\"widget-autoplay-pause-image\":\"\",\"widget-autoplay-pause-color\":\"ffffffcc\",\"widget-autoplay-responsive-desktop\":\"1\",\"widget-autoplay-responsive-tablet\":\"0.7\",\"widget-autoplay-responsive-mobile\":\"0.5\",\"widget-autoplay-position-mode\":\"simple\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-position-horizontal\":\"left\",\"widget-autoplay-position-horizontal-position\":\"0\",\"widget-autoplay-position-horizontal-unit\":\"px\",\"widget-autoplay-position-vertical\":\"top\",\"widget-autoplay-position-vertical-position\":\"0\",\"widget-autoplay-position-vertical-unit\":\"px\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-mobilelandscape\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-tabletlandscape\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"widget-autoplay-display-desktoplandscape\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-indicator-enabled\":\"0\",\"widgetindicator\":\"pie\",\"widget-indicator-position-mode\":\"simple\",\"widget-indicator-position-area\":\"4\",\"widget-indicator-position-stack\":\"1\",\"widget-indicator-position-offset\":\"15\",\"widget-indicator-position-horizontal\":\"left\",\"widget-indicator-position-horizontal-position\":\"0\",\"widget-indicator-position-horizontal-unit\":\"px\",\"widget-indicator-position-vertical\":\"top\",\"widget-indicator-position-vertical-position\":\"0\",\"widget-indicator-position-vertical-unit\":\"px\",\"widget-indicator-size\":\"25\",\"widget-indicator-thickness\":\"30\",\"widget-indicator-track\":\"000000ab\",\"widget-indicator-bar\":\"ffffffff\",\"widget-indicator-style\":\"\",\"widget-indicator-display-hover\":\"0\",\"widget-indicator-display-mobileportrait\":\"1\",\"widget-indicator-display-mobilelandscape\":\"1\",\"widget-indicator-display-tabletportrait\":\"1\",\"widget-indicator-display-tabletlandscape\":\"1\",\"widget-indicator-display-desktopportrait\":\"1\",\"widget-indicator-display-desktoplandscape\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize-scale\":\"0\",\"optimize-quality\":\"70\",\"optimize-thumbnail-scale\":\"0\",\"optimize-thumbnail-quality\":\"70\",\"optimize-slide-width-normal\":\"1920\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-width-tablet\":\"800\",\"layer-image-width-mobile\":\"425\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"slide-css\":\"\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"maintain-session\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}','published','2020-02-25 13:53:41','https://smartslider3.com/wp-content/uploads/slider404/tutorialsliderthumbnail-1.png',0);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_sliders_xref`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders_xref`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` (
`group_id` int(11) NOT NULL,
`slider_id` int(11) NOT NULL,
`ordering` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`group_id`,`slider_id`),
KEY `ordering` (`ordering`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_sliders_xref`
--
LOCK TABLES `wp_nextend2_smartslider3_sliders_xref` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_slides`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_slides` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(200) NOT NULL,
`slider` int(11) NOT NULL,
`publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
`published` tinyint(1) NOT NULL,
`first` int(11) NOT NULL,
`slide` longtext DEFAULT NULL,
`description` text NOT NULL,
`thumbnail` varchar(255) NOT NULL,
`params` text NOT NULL,
`ordering` int(11) NOT NULL,
`generator_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `published` (`published`),
KEY `publish_up` (`publish_up`),
KEY `publish_down` (`publish_down`),
KEY `generator_id` (`generator_id`),
KEY `ordering` (`ordering`),
KEY `slider` (`slider`),
KEY `thumbnail` (`thumbnail`(100))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_slides`
--
LOCK TABLES `wp_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_slides` VALUES (1,'Slide Background',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-IbNOabpfT5aE\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-dtwtw9DVCwgQ\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Fjvyu081qJeK\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"01. Slide Background\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Every slide includes a background, which can be a picture or solid color.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To change the background click on the label bar and in the layer window select the style tab.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Choose a source from the background top tab then upload an image or pick a background color.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-LnImbm1HgUAv\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/background.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/slidebackground.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide1.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',1,0),(2,'Build & Design',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-TPnUuKlAWVoC\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitinneralign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobileportraitselfalign\":\"inherit\",\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-NmnNQvKK01kO\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitmaxwidth\":0,\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R5Jkk06Nmzr4\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"02. Build & Design\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Build any layout with layers and customize your designs limitlessly.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To add a layer, click the green plus button in the left sidebar and select the type of layer.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Select any layer and you can edit its content and style properties in the layer window.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-iYi6ZKk8yeVp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide2.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',2,0);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1741 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://test.buildfivefriday.com','yes'),(2,'home','http://test.buildfivefriday.com','yes'),(3,'blogname','Dean's Stationary','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','jasonm@fivefriday.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:368:{s:11:\"jsf/(.*)/?$\";s:25:\"index.php?jsf=$matches[1]\";s:16:\"shop/jsf/(.*)/?$\";s:43:\"index.php?post_type=product&jsf=$matches[1]\";s:19:\"(.?.+?)/jsf/(.*)/?$\";s:46:\"index.php?pagename=$matches[1]&jsf=$matches[2]\";s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:17:\"pixfooter-item/?$\";s:29:\"index.php?post_type=pixfooter\";s:47:\"pixfooter-item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=pixfooter&feed=$matches[1]\";s:42:\"pixfooter-item/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=pixfooter&feed=$matches[1]\";s:34:\"pixfooter-item/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=pixfooter&paged=$matches[1]\";s:36:\"jet-menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"jet-menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"jet-menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"jet-menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"jet-menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"jet-menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"jet-menu/([^/]+)/embed/?$\";s:41:\"index.php?jet-menu=$matches[1]&embed=true\";s:29:\"jet-menu/([^/]+)/trackback/?$\";s:35:\"index.php?jet-menu=$matches[1]&tb=1\";s:37:\"jet-menu/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?jet-menu=$matches[1]&paged=$matches[2]\";s:44:\"jet-menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?jet-menu=$matches[1]&cpage=$matches[2]\";s:34:\"jet-menu/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?jet-menu=$matches[1]&wc-api=$matches[3]\";s:40:\"jet-menu/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"jet-menu/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"jet-menu/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?jet-menu=$matches[1]&page=$matches[2]\";s:25:\"jet-menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"jet-menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"jet-menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"jet-menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"jet-menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"jet-menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"jet-popup/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"jet-popup/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"jet-popup/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"jet-popup/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"jet-popup/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"jet-popup/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"jet-popup/([^/]+)/embed/?$\";s:42:\"index.php?jet-popup=$matches[1]&embed=true\";s:30:\"jet-popup/([^/]+)/trackback/?$\";s:36:\"index.php?jet-popup=$matches[1]&tb=1\";s:38:\"jet-popup/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?jet-popup=$matches[1]&paged=$matches[2]\";s:45:\"jet-popup/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?jet-popup=$matches[1]&cpage=$matches[2]\";s:35:\"jet-popup/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?jet-popup=$matches[1]&wc-api=$matches[3]\";s:41:\"jet-popup/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"jet-popup/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"jet-popup/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?jet-popup=$matches[1]&page=$matches[2]\";s:26:\"jet-popup/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"jet-popup/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"jet-popup/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"jet-popup/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"jet-popup/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"jet-popup/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:40:\"e-landing-page/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?e-landing-page=$matches[1]&wc-api=$matches[3]\";s:46:\"e-landing-page/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"e-landing-page/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:38:\"vc_grid_item/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?vc_grid_item=$matches[1]&wc-api=$matches[3]\";s:44:\"vc_grid_item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"vc_grid_item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"bdm-animations/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"bdm-animations/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"bdm-animations/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"bdm-animations/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"bdm-animations/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"bdm-animations/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"bdm-animations/([^/]+)/embed/?$\";s:47:\"index.php?bdm-animations=$matches[1]&embed=true\";s:35:\"bdm-animations/([^/]+)/trackback/?$\";s:41:\"index.php?bdm-animations=$matches[1]&tb=1\";s:43:\"bdm-animations/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?bdm-animations=$matches[1]&paged=$matches[2]\";s:50:\"bdm-animations/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?bdm-animations=$matches[1]&cpage=$matches[2]\";s:40:\"bdm-animations/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?bdm-animations=$matches[1]&wc-api=$matches[3]\";s:46:\"bdm-animations/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"bdm-animations/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"bdm-animations/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?bdm-animations=$matches[1]&page=$matches[2]\";s:31:\"bdm-animations/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"bdm-animations/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"bdm-animations/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"bdm-animations/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"bdm-animations/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"bdm-animations/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"pixheader-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"pixheader-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"pixheader-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"pixheader-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"pixheader-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"pixheader-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"pixheader-item/([^/]+)/embed/?$\";s:42:\"index.php?pixheader=$matches[1]&embed=true\";s:35:\"pixheader-item/([^/]+)/trackback/?$\";s:36:\"index.php?pixheader=$matches[1]&tb=1\";s:43:\"pixheader-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?pixheader=$matches[1]&paged=$matches[2]\";s:50:\"pixheader-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?pixheader=$matches[1]&cpage=$matches[2]\";s:40:\"pixheader-item/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?pixheader=$matches[1]&wc-api=$matches[3]\";s:46:\"pixheader-item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"pixheader-item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"pixheader-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?pixheader=$matches[1]&page=$matches[2]\";s:31:\"pixheader-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"pixheader-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"pixheader-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"pixheader-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"pixheader-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"pixheader-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"pixfooter-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"pixfooter-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"pixfooter-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"pixfooter-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"pixfooter-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"pixfooter-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"pixfooter-item/([^/]+)/embed/?$\";s:42:\"index.php?pixfooter=$matches[1]&embed=true\";s:35:\"pixfooter-item/([^/]+)/trackback/?$\";s:36:\"index.php?pixfooter=$matches[1]&tb=1\";s:55:\"pixfooter-item/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?pixfooter=$matches[1]&feed=$matches[2]\";s:50:\"pixfooter-item/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?pixfooter=$matches[1]&feed=$matches[2]\";s:43:\"pixfooter-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?pixfooter=$matches[1]&paged=$matches[2]\";s:50:\"pixfooter-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?pixfooter=$matches[1]&cpage=$matches[2]\";s:40:\"pixfooter-item/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?pixfooter=$matches[1]&wc-api=$matches[3]\";s:46:\"pixfooter-item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"pixfooter-item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"pixfooter-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?pixfooter=$matches[1]&page=$matches[2]\";s:31:\"pixfooter-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"pixfooter-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"pixfooter-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"pixfooter-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"pixfooter-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"pixfooter-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"pixfooter-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?pixfooter-types=$matches[1]&feed=$matches[2]\";s:51:\"pixfooter-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?pixfooter-types=$matches[1]&feed=$matches[2]\";s:32:\"pixfooter-types/([^/]+)/embed/?$\";s:48:\"index.php?pixfooter-types=$matches[1]&embed=true\";s:44:\"pixfooter-types/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?pixfooter-types=$matches[1]&paged=$matches[2]\";s:26:\"pixfooter-types/([^/]+)/?$\";s:37:\"index.php?pixfooter-types=$matches[1]\";s:41:\"pixpopup-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"pixpopup-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"pixpopup-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"pixpopup-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"pixpopup-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"pixpopup-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"pixpopup-item/([^/]+)/embed/?$\";s:41:\"index.php?pixpopup=$matches[1]&embed=true\";s:34:\"pixpopup-item/([^/]+)/trackback/?$\";s:35:\"index.php?pixpopup=$matches[1]&tb=1\";s:42:\"pixpopup-item/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pixpopup=$matches[1]&paged=$matches[2]\";s:49:\"pixpopup-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pixpopup=$matches[1]&cpage=$matches[2]\";s:39:\"pixpopup-item/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?pixpopup=$matches[1]&wc-api=$matches[3]\";s:45:\"pixpopup-item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"pixpopup-item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"pixpopup-item/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?pixpopup=$matches[1]&page=$matches[2]\";s:30:\"pixpopup-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"pixpopup-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"pixpopup-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"pixpopup-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"pixpopup-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"pixpopup-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"pixpopup-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?pixpopup-types=$matches[1]&feed=$matches[2]\";s:50:\"pixpopup-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?pixpopup-types=$matches[1]&feed=$matches[2]\";s:31:\"pixpopup-types/([^/]+)/embed/?$\";s:47:\"index.php?pixpopup-types=$matches[1]&embed=true\";s:43:\"pixpopup-types/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?pixpopup-types=$matches[1]&paged=$matches[2]\";s:25:\"pixpopup-types/([^/]+)/?$\";s:36:\"index.php?pixpopup-types=$matches[1]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:40:\"portfolio-item/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:46:\"portfolio-item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"portfolio-item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"portfolio-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?portfolio-types=$matches[1]&feed=$matches[2]\";s:51:\"portfolio-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?portfolio-types=$matches[1]&feed=$matches[2]\";s:32:\"portfolio-types/([^/]+)/embed/?$\";s:48:\"index.php?portfolio-types=$matches[1]&embed=true\";s:44:\"portfolio-types/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?portfolio-types=$matches[1]&paged=$matches[2]\";s:26:\"portfolio-types/([^/]+)/?$\";s:37:\"index.php?portfolio-types=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=3714&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:26:{i:2;s:34:\"advanced-custom-fields-pro/acf.php\";i:3;s:19:\"akismet/akismet.php\";i:4;s:81:\"all-in-one-wp-migration-file-extension/all-in-one-wp-migration-file-extension.php\";i:5;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:7;s:36:\"contact-form-7/wp-contact-form-7.php\";i:11;s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";i:12;s:23:\"elementor/elementor.php\";i:13;s:31:\"envato-market/envato-market.php\";i:14;s:34:\"header-and-footer-scripts/shfs.php\";i:17;s:29:\"jet-elements/jet-elements.php\";i:18;s:25:\"jet-engine/jet-engine.php\";i:19;s:21:\"jet-menu/jet-menu.php\";i:20;s:23:\"jet-popup/jet-popup.php\";i:21;s:39:\"jet-smart-filters/jet-smart-filters.php\";i:22;s:21:\"jet-tabs/jet-tabs.php\";i:23;s:25:\"jet-tricks/jet-tricks.php\";i:26;s:23:\"lazy-load/lazy-load.php\";i:28;s:29:\"masterslider/masterslider.php\";i:29;s:35:\"max-upload-size/max_upload_size.php\";i:30;s:25:\"menu-icons/menu-icons.php\";i:31;s:61:\"mwb-bookings-for-woocommerce/mwb-bookings-for-woocommerce.php\";i:33;s:29:\"pixfort-core/pixfort-core.php\";i:34;s:31:\"pixfort-likes/pixfort-likes.php\";i:36;s:23:\"revslider/revslider.php\";i:38;s:33:\"smart-slider-3/smart-slider-3.php\";i:39;s:27:\"woocommerce/woocommerce.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','essentials','yes'),(41,'stylesheet','essentials','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','53496','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:0:{}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:6:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:41:\"show-hidecollapse-expand/bg_show_hide.php\";s:29:\"bg_show_hide_plugin_uninstall\";s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:45:\"live-weather-station/live-weather-station.php\";s:30:\"uninstall_Live_Weather_Station\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','3714','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1675527727','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','53496','yes'),(100,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:131:{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:19:\"access_masterslider\";b:1;s:20:\"publish_masterslider\";b:1;s:19:\"delete_masterslider\";b:1;s:19:\"create_masterslider\";b:1;s:19:\"export_masterslider\";b:1;s:22:\"duplicate_masterslider\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:35:\"manage_custom_twitter_feeds_options\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:27:\"manage_twitter_feed_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:48:{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:19:\"access_masterslider\";b:1;s:20:\"publish_masterslider\";b:1;s:19:\"delete_masterslider\";b:1;s:19:\"create_masterslider\";b:1;s:19:\"export_masterslider\";b:1;s:22:\"duplicate_masterslider\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:11:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:18:\"pix_small_search-1\";i:6;s:15:\"pix_promo_box-1\";i:7;s:11:\"tag_cloud-1\";i:8;s:18:\"pix_recent_posts-1\";i:9;s:16:\"pix_categories-1\";i:10;s:12:\"pix_social-1\";}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:22:{i:1671569245;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1671570450;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1671570456;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1671570471;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1671571329;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1671571775;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1671580800;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1671592118;a:1:{s:15:\"ctf_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1671592119;a:1:{s:15:\"sbi_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1671596529;a:2:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1671596530;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1671635250;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1671635260;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1671635265;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1671639728;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1671639791;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:1671639804;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1671646050;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1671664905;a:1:{s:23:\"sbi_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1672158128;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1672844910;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_tag_cloud','a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'recovery_keys','a:38:{s:22:\"yTq59NQ2Xh1fK4E11bRIzm\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BPr7veFfsy9DSObqI5VZnvzf9dgfpC/\";s:10:\"created_at\";i:1671569256;}s:22:\"JdZu5cSEz1OisXJOqI07UY\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BOdws2/rFHNHTM0xPef/WRZ2VSNJXx1\";s:10:\"created_at\";i:1671857397;}s:22:\"25xCONhtE8sEBjZUHo3I3K\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BKV4PeV7v5vS1XN7CyiJxKu3ENnoii0\";s:10:\"created_at\";i:1672012627;}s:22:\"U8qAyAoG38i6m5iKX0iSMB\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bt4SqDmYcNfLFJBlUlsLlf0Lu0Xtxh0\";s:10:\"created_at\";i:1672104898;}s:22:\"arWXqzy26RZmZBqu5vhkD3\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5leQBRG4PcnhJMD3jZ4EQ1gJNNGll.\";s:10:\"created_at\";i:1673154199;}s:22:\"aaQfWDt7sHCGouyr1L0NlC\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BpjSSzysqINKok/uR3Xu8OVZsqg2Ze1\";s:10:\"created_at\";i:1673269809;}s:22:\"HCvUJzTHoyEzMRdWhlI73x\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BHeieFbTYyEjFG854VaTMvZbkcX3Zq1\";s:10:\"created_at\";i:1673371575;}s:22:\"MiiGG7wEmD1zYI54dkBRXL\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B/lQO1h1jSiqOsmG/T7X9fRTXOLVjW/\";s:10:\"created_at\";i:1673472389;}s:22:\"7nYtBm8jLMnMp0smCUJIpn\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B.98WICv8LsjSXzI3CqN04ihMwk9oa.\";s:10:\"created_at\";i:1673564930;}s:22:\"spqizg5eZtKrC7kg6sv2DN\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BB9f8sI.Gyp/Evd5ROD4C.yLE.6yAd0\";s:10:\"created_at\";i:1673652019;}s:22:\"VvtVKYKywRlXzFzgyzhjrc\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BNc4e.QdglbW6VdWkBAMHjXHeyDGiE.\";s:10:\"created_at\";i:1673743598;}s:22:\"LXtAotE9pZ1TSX64rHdLUI\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BMtkBB7TqFjIN157tLtak9ZxQ2plcE1\";s:10:\"created_at\";i:1673830255;}s:22:\"VQ4WEHJUybEPie9g0JXEc8\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BCox9DEgudt1LdRF7Jw9m3REb90Ngg0\";s:10:\"created_at\";i:1673918121;}s:22:\"Vnt3rwiuygFW2Qn6pvA4Zg\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BI0k6clhcpZV4NO9DjYitxdzTbyo2w0\";s:10:\"created_at\";i:1674179729;}s:22:\"Td4iUxQnneV68j9mQU2F7M\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bpx7YABygfKFIfKWFreAsiQKTbcBr8.\";s:10:\"created_at\";i:1674267613;}s:22:\"ETzF3HQERapDQWA1WY4YJJ\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BNRgeo8okEtwSlaKxw41rtK2q0np6J/\";s:10:\"created_at\";i:1676695839;}s:22:\"RQVVOoKANRqJ5O4XeP5IDi\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BLbGhbZ2JztgBOwNwvJ3.eY54cV/b2.\";s:10:\"created_at\";i:1683325114;}s:22:\"QkA4ST9oooEHsHhHmeFPPx\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BAEIFHnCvwbJi1PxNvz8FdqjLc.QhR/\";s:10:\"created_at\";i:1683933520;}s:22:\"whircjDWfeaxh72kqEPUsu\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BYD96Kh4gP62a4xxYWJQDT/LMf2P6/.\";s:10:\"created_at\";i:1684369741;}s:22:\"7YwEN493tVmEbW5jIoV91i\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BEcaNNpPhjyOFXxV7sS0uci86QZGpC/\";s:10:\"created_at\";i:1685750097;}s:22:\"24V5uE5ZP8QuYFR8EomceI\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B2WEIk63V64dQbzcCj.DXNmI/vS8QR.\";s:10:\"created_at\";i:1686424111;}s:22:\"HEe6ei9jlR8rBNWTVcuHtP\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bf4BcDUMVwcf8PsKzNvw/9DpA19xLw1\";s:10:\"created_at\";i:1687195806;}s:22:\"tVCXp14FXh1JWseX2WkVCE\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BdchrynrbF6et5VNC/uhY15pFuAxJJ0\";s:10:\"created_at\";i:1688170012;}s:22:\"QIAZ6fBXersWWcHseeR9mK\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BPtf9DunDRAvl4SW4HBbsSErBdWSpi1\";s:10:\"created_at\";i:1688801897;}s:22:\"LRLRF9y7fz2VnkC5lEPvHS\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bq/3zohODyqZ8QSUhg.rqpBDLqfs6F.\";s:10:\"created_at\";i:1690845432;}s:22:\"eikODMokoIhzSIBFYdyL0e\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bg8nqGgviQFhbMyQcrauxnmVwl45qY/\";s:10:\"created_at\";i:1691829451;}s:22:\"Zp28gflXzdc5lOh6bV2CKz\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bk0r8.rEJh82qMV4v28a5fbxQXGIqI/\";s:10:\"created_at\";i:1693636889;}s:22:\"bwNNnOInCr7VVT6xLRp5rq\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bzko3/t.DKoAToLc3g0rpvyMS7x7Us/\";s:10:\"created_at\";i:1700321291;}s:22:\"xMXs3e3Et4ELErcr6rAHoH\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BZfcVs.J063vn7k/ekWOWrteOCnJ/T.\";s:10:\"created_at\";i:1709372100;}s:22:\"wL14aTQd2wxZ1EguAPn3rI\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BtOy/M43G2TOZjX4nOMxe3nK/viCCM.\";s:10:\"created_at\";i:1711130730;}s:22:\"pi1UYIpV0PMEvjkFwivt8b\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B/IjOaT7av.UQv0XiEzQMr2DTR92bJ.\";s:10:\"created_at\";i:1711257463;}s:22:\"CKr1tXRGbBaZH8php2WcSV\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bp3GPvl8LY/QYpS8iIvLYzJVGUXIbq0\";s:10:\"created_at\";i:1722508410;}s:22:\"bTWrKXnhXgvYPD0NzNfHBf\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B8ueSnllOh/v06FYQBl1sa/ZmUGFUE.\";s:10:\"created_at\";i:1729756020;}s:22:\"7eB1Tt0GOJ2YfqpTckIIig\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BlxIfqXdIdg9I6pZt7KtKOduSVENOf1\";s:10:\"created_at\";i:1730823629;}s:22:\"0VEB4ejHrq9el1Hi35Oomc\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BuUjjLcaa8vfyAfM0I6O4y2Tn8Aue6/\";s:10:\"created_at\";i:1730989637;}s:22:\"X71wjDO5pz7dEAwGCsJabJ\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BGfxnSseuecmEDFVEYw5GKDWo3zlg31\";s:10:\"created_at\";i:1732351335;}s:22:\"cszhYj0y4MxS5CFcVsLZXo\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5yEIPfBQZY2TJOyBwjzm0XUQVXCC9.\";s:10:\"created_at\";i:1732442988;}s:22:\"I8dRGU51JoAaIFmqe5y5rI\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BSG.cdJS0Ecq8ZiVuDYCY9asmplfVi.\";s:10:\"created_at\";i:1732553165;}}','yes'),(122,'theme_mods_twentytwentytwo','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1659975731;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-1\";i:1;s:14:\"recent-posts-1\";i:2;s:17:\"recent-comments-1\";i:3;s:10:\"archives-1\";i:4;s:12:\"categories-1\";i:5;s:6:\"meta-1\";}s:9:\"sidebar-1\";a:9:{i:0;s:32:\"woocommerce_product_categories-1\";i:1;s:26:\"woocommerce_price_filter-1\";i:2;s:18:\"pix_small_search-1\";i:3;s:15:\"pix_promo_box-1\";i:4;s:12:\"pix_social-1\";i:5;s:15:\"pix_promo_box-2\";i:6;s:11:\"tag_cloud-2\";i:7;s:18:\"pix_recent_posts-2\";i:8;s:16:\"pix_categories-2\";}s:18:\"smartslider_area_1\";a:0:{}}}}','yes'),(125,'wp-reset','a:4:{s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"1.95\";s:13:\"first_install\";i:1659975616;s:11:\"reset_count\";i:1;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:8:\"last_run\";a:0:{}s:7:\"options\";a:0:{}}','yes'),(126,'wp-reset-snapshots','a:0:{}','yes'),(127,'current_theme','Essentials','yes'),(128,'theme_mods_essentials','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(129,'theme_switched','','yes'),(130,'elementor_cpt_support','a:5:{i:0;s:4:\"page\";i:1;s:4:\"post\";i:2;s:9:\"pixfooter\";i:3;s:8:\"pixpopup\";i:4;s:9:\"portfolio\";}','yes'),(136,'pix_woocommerce_active','true','yes'),(137,'pixfort_site_style_version','2.1.5','yes'),(140,'https_detection_errors','a:2:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}s:19:\"bad_response_source\";a:1:{i:0;s:55:\"It looks like the response did not come from this site.\";}}','yes'),(143,'can_compress_scripts','0','no'),(158,'finished_updating_comment_type','1','yes'),(159,'pixfort_dashboard_options','a:2:{s:8:\"is-start\";b:1;s:4:\"step\";i:2;}','yes'),(160,'pixfort_site_theme_url','http://test.buildfivefriday.com','yes'),(163,'elementor_active_kit','5','yes'),(166,'recently_activated','a:16:{s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";i:1671566188;s:53:\"customizer-export-import/customizer-export-import.php\";i:1671566188;s:47:\"customizer-reset-by-wpzoom/customizer-reset.php\";i:1671566188;s:31:\"jupiterx-core/jupiterx-core.php\";i:1671566188;s:27:\"LayerSlider/layerslider.php\";i:1671566188;s:54:\"one-click-demo-import-plugin/one-click-demo-import.php\";i:1671566188;s:15:\"raven/raven.php\";i:1671566188;s:41:\"show-hidecollapse-expand/bg_show_hide.php\";i:1671566188;s:35:\"awesome-weather/awesome-weather.php\";i:1671566003;s:9:\"hello.php\";i:1671566003;s:33:\"instagram-feed/instagram-feed.php\";i:1671566003;s:45:\"live-weather-station/live-weather-station.php\";i:1671566003;s:51:\"3-word-address-validation-field/w3w-autosuggest.php\";i:1671566003;s:29:\"wp-bodymovin/wp-bodymovin.php\";i:1671566003;s:21:\"wp-reset/wp-reset.php\";i:1671566003;s:27:\"js_composer/js_composer.php\";i:1671566003;}','yes'),(167,'elementor_version','3.9.1','yes'),(168,'elementor_install_history','a:2:{s:5:\"3.7.0\";i:1659975805;s:5:\"3.9.1\";i:1671548797;}','yes'),(169,'elementor_events_db_version','1.0.0','no'),(171,'elementor_log','a:12:{s:32:\"93f88fdd60c5de65f34b6f7055e6d53e\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:97:\"/home/buildfft/public_html/wp-content/plugins/elementor/core/app/modules/import-export/module.php\";s:7:\"\0*\0line\";i:90;s:7:\"\0*\0date\";s:19:\"2022-08-08 16:23:29\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:54:\"Trying to get property 'label' of non-object\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-08 16:23:29\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:44:\"Trying to get property \'label\' of non-object\";s:4:\"file\";s:97:\"/home/buildfft/public_html/wp-content/plugins/elementor/core/app/modules/import-export/module.php\";s:4:\"line\";i:90;s:5:\"trace\";b:1;}}s:32:\"9c8527a75128213c7264e6fd61fc1aab\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-20 15:06:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-20 15:06:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"9a97332398fe0d599324285a27d21294\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-20 15:06:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-20 15:06:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"14a44e86d6a73bb428c41dacedbefe2b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-20 15:06:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-20 15:06:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ebd55aa42df0afc3e38e1077f0ad089a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-20 15:06:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-20 15:06:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"a064f46cbe8219f5a14704d7a7bc585f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-20 15:06:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-20 15:06:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"1dcd6525a5931eda00faa053d21260be\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-20 15:06:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.0\";s:2:\"to\";s:5:\"3.9.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-20 15:06:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.0\";s:2:\"to\";s:5:\"3.9.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b6f9c14d872705663629a91540636408\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-12-20 15:06:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.0\";s:2:\"to\";s:5:\"3.9.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-12-20 15:06:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.0\";s:2:\"to\";s:5:\"3.9.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"05da88071f610765a25a016dd86b060a\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:89:\"/home/buildfft/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;s:7:\"\0*\0date\";s:19:\"2022-12-20 15:07:55\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:69:\"The $finder_category_name argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:47;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2022-12-20 19:28:57\";i:1;s:19:\"2022-12-20 19:30:12\";i:2;s:19:\"2022-12-20 19:30:21\";i:3;s:19:\"2022-12-20 19:30:38\";i:4;s:19:\"2022-12-20 19:30:43\";i:5;s:19:\"2022-12-20 19:31:07\";i:6;s:19:\"2022-12-20 19:31:18\";i:7;s:19:\"2022-12-20 19:31:20\";i:8;s:19:\"2022-12-20 19:32:02\";i:9;s:19:\"2022-12-20 19:32:04\";i:10;s:19:\"2022-12-20 19:33:09\";i:11;s:19:\"2022-12-20 19:33:55\";i:12;s:19:\"2022-12-20 19:34:11\";i:13;s:19:\"2022-12-20 19:34:25\";i:14;s:19:\"2022-12-20 19:34:36\";i:15;s:19:\"2022-12-20 19:35:53\";i:16;s:19:\"2022-12-20 19:36:03\";i:17;s:19:\"2022-12-20 19:36:30\";i:18;s:19:\"2022-12-20 19:36:43\";i:19;s:19:\"2022-12-20 19:38:39\";i:20;s:19:\"2022-12-20 19:40:16\";i:21;s:19:\"2022-12-20 19:40:44\";i:22;s:19:\"2022-12-20 19:40:49\";i:23;s:19:\"2022-12-20 19:41:44\";i:24;s:19:\"2022-12-20 19:41:46\";i:25;s:19:\"2022-12-20 19:42:09\";i:26;s:19:\"2022-12-20 19:42:29\";i:27;s:19:\"2022-12-20 19:43:01\";i:28;s:19:\"2022-12-20 19:43:10\";i:29;s:19:\"2022-12-20 19:43:16\";i:30;s:19:\"2022-12-20 19:44:35\";i:31;s:19:\"2022-12-20 19:47:37\";i:32;s:19:\"2022-12-20 19:51:28\";i:33;s:19:\"2022-12-20 19:51:39\";i:34;s:19:\"2022-12-20 19:51:48\";i:35;s:19:\"2022-12-20 19:51:54\";i:36;s:19:\"2022-12-20 19:52:13\";i:37;s:19:\"2022-12-20 19:53:29\";i:38;s:19:\"2022-12-20 19:53:37\";i:39;s:19:\"2022-12-20 19:56:35\";i:40;s:19:\"2022-12-20 20:00:53\";i:41;s:19:\"2022-12-20 20:43:44\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:69:\"The $finder_category_name argument is deprecated since version 3.5.0!\";s:4:\"file\";s:89:\"/home/buildfft/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}}s:32:\"93875346bc672aa8705bdb52349a0eaf\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:72:\"/home/buildfft/public_html/wp-content/plugins/elementor/includes/api.php\";s:7:\"\0*\0line\";i:167;s:7:\"\0*\0date\";s:19:\"2022-12-20 19:37:05\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:45:\"Illegal string offset 'pro_widgets'\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2022-12-20 19:37:05\";i:1;s:19:\"2022-12-20 19:53:50\";i:2;s:19:\"2022-12-20 19:57:03\";i:3;s:19:\"2022-12-20 19:59:35\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:35:\"Illegal string offset \'pro_widgets\'\";s:4:\"file\";s:72:\"/home/buildfft/public_html/wp-content/plugins/elementor/includes/api.php\";s:4:\"line\";i:167;s:5:\"trace\";b:1;}}s:32:\"de37ef35317ebd119cfa952311f9f251\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:89:\"/home/buildfft/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;s:7:\"\0*\0date\";s:19:\"2022-12-20 19:37:32\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2022-12-20 19:37:32\";i:1;s:19:\"2022-12-20 19:53:58\";i:2;s:19:\"2022-12-20 19:57:09\";i:3;s:19:\"2022-12-20 19:57:11\";i:4;s:19:\"2022-12-20 19:59:16\";i:5;s:19:\"2022-12-20 19:59:41\";i:6;s:19:\"2022-12-20 19:59:41\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:89:\"/home/buildfft/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}}s:32:\"7a433a985d59e3886c2d31a98f28ff62\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:4:\"1092\";s:7:\"\0*\0file\";s:250:\"http://test.buildfivefriday.com/wp-admin/load-scripts.php?c=0&loadchunk_0=jquery-core,jquery-migrate,underscore,backbone,jquery-ui-core,jquery-ui-mouse,jquery-ui-draggable,wp-api-request,regenerator-run&loadchunk_1=time,wp-polyfill,wp-hooks&ver=6.1.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2022-12-20 19:57:55\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:90:\"cannot use \\'in\\' operator to search for \\"length\\" in \\"A\\"\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2022-12-20 19:57:55\";i:1;s:19:\"2022-12-20 19:58:15\";i:2;s:19:\"2022-12-20 19:59:51\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1671566275\";s:7:\"message\";s:60:\"cannot use \\\'in\\\' operator to search for \\\"length\\\" in \\\"A\\\"\";s:3:\"url\";s:250:\"http://test.buildfivefriday.com/wp-admin/load-scripts.php?c=0&loadchunk_0=jquery-core,jquery-migrate,underscore,backbone,jquery-ui-core,jquery-ui-mouse,jquery-ui-draggable,wp-api-request,regenerator-run&loadchunk_1=time,wp-polyfill,wp-hooks&ver=6.1.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"1092\";}}}','no'),(172,'_elementor_installed_time','1659975811','yes'),(173,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:825:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic | Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving & Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-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:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health & Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health & Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic | Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic | Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar – Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion – Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery – Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails – Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival – Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course – Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe – Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i: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\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-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\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe – About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i: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\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-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\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture – Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"Medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe – Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-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:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i: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\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-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\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i: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\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-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\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i: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\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-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\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i: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\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-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\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i: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\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-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\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:197;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i: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\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-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\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner – Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe – Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i: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\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-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\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-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:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i: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\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-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\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i: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\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-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\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:211;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe – About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe – Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i: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\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-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\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i: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\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-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\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:221;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i: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\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-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\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:225;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i: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\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-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\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:226;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i: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\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-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\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:230;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-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:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe – Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-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:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i: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\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-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\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe – Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i: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\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-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\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i: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\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-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\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i: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\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-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\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i: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\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-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\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i: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\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-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\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i: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\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-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\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:260;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:263;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i: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\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-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\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:264;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i: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\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-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\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:268;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i: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\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-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\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe – About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i: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\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-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\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe – About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i: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\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-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\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:278;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i: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\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-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\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:279;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i: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\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-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\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i: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\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-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\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i: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\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-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\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i: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\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-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\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe – Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-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:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i: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\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-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\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe – Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i: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\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-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\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i: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\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-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\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i: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\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-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\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe – Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i: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\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-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\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i: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\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-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\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-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:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-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:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-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:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio – Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i: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\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-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\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App – Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-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:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i: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\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-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\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i: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\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-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\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i: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\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-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\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:346;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i: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\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-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\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i: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\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-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\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-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:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i: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\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-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\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i: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\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-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\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-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:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i: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\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-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\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i: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\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-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\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-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:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i: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\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-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\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i: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\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-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\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i: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\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-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\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i: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\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-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\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i: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\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-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\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i: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\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-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\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i: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\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-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\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i: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\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-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\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:382;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i: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\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-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\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i: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\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-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\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-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:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-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:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i: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\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-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\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-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:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i: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\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-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\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-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:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i: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\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-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\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-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:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i: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\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-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\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i: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\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-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\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i: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\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-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\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i: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\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-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\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i: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\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-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\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:414;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i: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\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-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\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i: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\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-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\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i: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\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-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\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i: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\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-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\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i: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\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-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\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i: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\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-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\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i: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\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-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\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i: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\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-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\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i: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\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-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\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i: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\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-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\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-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:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i: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\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-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\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-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:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i: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\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-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\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-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:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i: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\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-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\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i: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\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-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\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-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:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i: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\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-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\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-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:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i: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\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-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\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i: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\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-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\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i: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\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-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\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i: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\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-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\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i: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\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-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\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i: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\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-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\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i: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\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-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\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i: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\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-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\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:463;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-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\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i: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\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-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\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i: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\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-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\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-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\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i: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\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-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\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-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\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i: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\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-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\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-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\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i: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\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-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\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-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\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i: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\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-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\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-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\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i: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\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-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\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-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\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i: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\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-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\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i: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\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-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\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i: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\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-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\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i: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\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-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\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i: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\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-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\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i: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\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-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\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i: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\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-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\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-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:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-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:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-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:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i: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\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-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\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i: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\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-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\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i: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\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-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\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i: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\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-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\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i: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\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-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\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i: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\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-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\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i: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\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-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\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i: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\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-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\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i: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\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-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\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i: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\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-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\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i: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\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-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\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-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:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i: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\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-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\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i: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\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-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\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i: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\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-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\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i: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\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-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\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i: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\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i: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\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-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\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i: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\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-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\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i: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\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-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\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i: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\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-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\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i: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\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-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\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i: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\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-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\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-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:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-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:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-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:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i: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\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-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\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i: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\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-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\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i: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\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-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\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i: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\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-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\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-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:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i: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\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-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\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-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:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i: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\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-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\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-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:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i: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\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-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\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i: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\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-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\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i: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\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-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\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i: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\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-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\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-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:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i: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\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-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\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-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:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i: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\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-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\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i: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\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-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\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i: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\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-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\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i: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\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-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\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-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:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i: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\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-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\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i: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\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-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\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i: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\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-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\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-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:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-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:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i: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\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-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\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i: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\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-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\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i: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\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-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\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i: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\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-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\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i: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\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-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\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-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\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i: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\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-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\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i: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\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-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\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i: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\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-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\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i: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\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-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\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i: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\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-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\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i: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\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-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\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i: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\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-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\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i: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\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-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\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i: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\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-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\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i: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\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-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\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i: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\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-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\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i: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\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-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\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i: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\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-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\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i: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\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-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\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i: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\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-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\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i: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\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-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\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i: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\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-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\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:625;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i: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\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-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\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:626;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i: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\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-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\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-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:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-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:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-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:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-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:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-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:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-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:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-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:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-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:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-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:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-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:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-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:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-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:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-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:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-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:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-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:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-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:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-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:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-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:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-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:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i: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\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-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\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:678;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i: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\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-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\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i: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\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-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\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i: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\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-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\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i: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\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-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\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i: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\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-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\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i: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\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-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\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i: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\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-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\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i: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\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-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\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:686;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i: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\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-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\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:687;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i: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\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-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\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i: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\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-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\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i: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\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-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\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i: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\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-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\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i: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\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-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\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i: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\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-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\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i: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\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-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\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i: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\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-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\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i: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\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-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\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i: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\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-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\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i: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\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-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\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i: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\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-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\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i: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\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-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\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i: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\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-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\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i: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\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-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\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i: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\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-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\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i: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\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-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\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i: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\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-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\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i: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\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-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\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i: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\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-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\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-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:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-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:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-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:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i: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\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-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\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i: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\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-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\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i: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\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-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\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i: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\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-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\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i: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\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-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\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i: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\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-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\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i: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\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-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\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i: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\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-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\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i: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\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-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\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i: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\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-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\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i: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\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-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\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i: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\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-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\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i: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\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-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\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i: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\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-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\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i: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\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-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\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i: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\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-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\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i: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\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-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\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i: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\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-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\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i: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\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-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\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i: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\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-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\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i: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\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-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\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i: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\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-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\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:738;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i: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\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-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\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i: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\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-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\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i: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\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-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\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i: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\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-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\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i: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\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-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\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i: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\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-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\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i: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\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-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\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-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:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-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:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-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\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-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\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-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\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-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\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-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\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i: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\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-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\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i: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\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-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\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i: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\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-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\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i: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\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-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\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i: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\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-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\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i: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\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-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\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i: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\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-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\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i: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\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-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\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i: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\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-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\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i: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\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-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\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:766;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i: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\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-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\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i: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\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-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\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i: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\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-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\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:769;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i: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\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-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\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i: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\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-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\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i: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\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-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\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i: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\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-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\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i: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\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-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\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i: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\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-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\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i: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\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-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\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:776;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i: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\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-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\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i: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\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-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\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i: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\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-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\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i: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\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-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\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i: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\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-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\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i: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\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-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\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i: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\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-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\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i: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\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-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\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i: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\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-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\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i: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\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-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\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i: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\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-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\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i: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\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-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\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i: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\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-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\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i: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\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-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\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i: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\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-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\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i: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\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-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\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i: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\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-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\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i: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\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-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\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i: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\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-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\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i: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\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-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\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i: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\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-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\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i: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\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-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\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i: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\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-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\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:799;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i: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\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-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\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i: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\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-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\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i: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\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-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\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i: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\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-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\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i: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\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-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\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:804;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i: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\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-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\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i: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\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-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\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i: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\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-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\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:807;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i: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\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-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\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i: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\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-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\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:809;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i: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\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-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\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i: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\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-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\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:811;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i: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\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-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\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:812;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-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:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-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:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-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:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-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:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(174,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:98:\"Introducing Elementor 3.9: New Save as Default Option for Elements To Enhance Your Design Workflow\";s:7:\"excerpt\";s:253:\"Elementor 3.9 includes the new Save as a Default option, broadens the capabilities of the Loop Builder to support WooCommerce and the section-based layout, and several additional features that improve the design of your website and its user experience. \";s:7:\"created\";i:1670943042;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:141:\"https://elementor.com/blog/introducing-elementor-3-9-save-as-default/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:47:\"The Complete Guide To Design Project Management\";s:7:\"excerpt\";s:347:\"Successful web creators understand that design and systems must work side by side for people to deliver high-quality work without burning out. In this guide, we will explore the practical steps you can take to shut down time-wasting activities and frustration. Say no to scope creep and build a no-fail framework that can pivot for the unexpected.\";s:7:\"created\";i:1655196509;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:131:\"https://elementor.com/blog/design-project-management-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(177,'envato_market','a:2:{s:16:\"is_plugin_active\";s:1:\"1\";s:17:\"installed_version\";s:5:\"2.0.7\";}','yes'),(178,'envato_market_state','activated','yes'),(181,'widget_pix_recent_posts','a:2:{i:1;a:2:{s:5:\"title\";s:12:\"Recent Posts\";s:5:\"count\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}','yes'),(182,'widget_pix_small_search','a:2:{i:1;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}','yes'),(183,'widget_pix_promo_box','a:2:{i:1;a:6:{s:5:\"title\";s:14:\"Call to action\";s:7:\"heading\";s:37:\"Want to learn how to code in 8 weeks?\";s:5:\"badge\";s:9:\"Start now\";s:9:\"link_text\";s:19:\"Purchase Essentials\";s:4:\"link\";s:46:\"https://pixfort.website/redirect?to=essentials\";s:6:\"bg_img\";s:99:\"https://essentials.pixfort.com/software/wp-content/uploads/sites/2/2020/05/blog-sidebar-image-3.jpg\";}s:12:\"_multiwidget\";i:1;}','yes'),(184,'widget_pix_categories','a:2:{i:1;a:1:{s:5:\"title\";s:10:\"Categories\";}s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_pix_social','a:2:{i:1;a:5:{s:5:\"title\";s:12:\"Social Links\";s:8:\"facebook\";s:32:\"https://www.facebook.com/pixfort\";s:9:\"instagram\";s:33:\"https://www.instagram.com/pixfort\";s:7:\"twitter\";s:27:\"https://twitter.com/pixfort\";s:8:\"dribbble\";s:28:\"https://dribbble.com/PixFort\";}s:12:\"_multiwidget\";i:1;}','yes'),(186,'redux_version_upgraded_from','3.6.16','yes'),(187,'pix_options','a:272:{s:8:\"last_tab\";s:0:\"\";s:8:\"logo-img\";a:9:{s:3:\"url\";s:77:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-logo-dark.png\";s:2:\"id\";s:4:\"3477\";s:6:\"height\";s:3:\"110\";s:5:\"width\";s:3:\"193\";s:9:\"thumbnail\";s:85:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-logo-dark-150x110.png\";s:5:\"title\";s:14:\"bold-logo-dark\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:15:\"retina-logo-img\";a:9:{s:3:\"url\";s:77:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-logo-dark.png\";s:2:\"id\";s:4:\"3477\";s:6:\"height\";s:3:\"110\";s:5:\"width\";s:3:\"193\";s:9:\"thumbnail\";s:85:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-logo-dark-150x110.png\";s:5:\"title\";s:14:\"bold-logo-dark\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:15:\"scroll-logo-img\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:15:\"mobile-logo-img\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:11:\"favicon-img\";a:9:{s:3:\"url\";s:77:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/yellow-favicon.png\";s:2:\"id\";s:4:\"3711\";s:6:\"height\";s:3:\"180\";s:5:\"width\";s:3:\"180\";s:9:\"thumbnail\";s:85:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/yellow-favicon-150x150.png\";s:5:\"title\";s:14:\"yellow-favicon\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:16:\"pix-body-padding\";s:0:\"\";s:17:\"pix-body-bg-color\";s:0:\"\";s:20:\"custom-body-bg-color\";s:7:\"#FFFFFF\";s:15:\"website-preview\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:11:\"back-to-top\";s:7:\"default\";s:14:\"pix-exit-popup\";s:0:\"\";s:17:\"pix-exit-popup-id\";s:12:\"exit-popup-1\";s:19:\"pix-automatic-popup\";s:4:\"3211\";s:22:\"pix-automatic-popup-id\";s:17:\"automatic-popup-1\";s:24:\"pix-automatic-popup-time\";s:1:\"5\";s:12:\"pix_sidebars\";a:1:{i:0;s:0:\"\";}s:14:\"google-api-key\";s:0:\"\";s:18:\"pix-enable-cookies\";s:1:\"1\";s:14:\"pix-cookies-id\";s:9:\"Cookies-1\";s:16:\"pix-cookies-text\";s:39:\"By using this website, you agree to our\";s:15:\"pix-cookies-btn\";s:14:\"cookie policy.\";s:16:\"pix-cookies-page\";s:0:\"\";s:17:\"pix-cookies-popup\";s:4:\"3124\";s:10:\"pix-header\";s:4:\"3473\";s:10:\"pix-footer\";s:4:\"3808\";s:17:\"pix-sticky-footer\";s:1:\"1\";s:22:\"sticky-footer-bg-color\";s:16:\"gradient-primary\";s:29:\"custom-sticky-footer-bg-color\";s:7:\"#FFFFFF\";s:11:\"show-banner\";s:0:\"\";s:9:\"banner-id\";s:8:\"Banner-1\";s:11:\"banner-text\";s:0:\"\";s:9:\"banner-bg\";s:0:\"\";s:16:\"custom-banner-bg\";s:7:\"#FFFFFF\";s:13:\"banner-bg-img\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:16:\"bold-banner-text\";s:1:\"1\";s:21:\"secondary-banner-text\";s:0:\"\";s:17:\"banner-text-color\";s:6:\"gray-9\";s:24:\"banner-custom-text-color\";s:7:\"#212529\";s:15:\"show-banner-btn\";s:0:\"\";s:15:\"banner-btn-text\";s:12:\"Check it Now\";s:15:\"banner-btn-link\";s:1:\"#\";s:18:\"show-banner-target\";s:1:\"1\";s:16:\"banner-btn-style\";s:0:\"\";s:16:\"banner-btn-color\";s:7:\"primary\";s:21:\"banner-btn-text-color\";s:0:\"\";s:28:\"banner-btn-custom-text-color\";s:7:\"#212529\";s:21:\"show-banner-countdown\";s:0:\"\";s:11:\"banner-date\";s:16:\"2020-10-10T00:48\";s:14:\"banner-padding\";s:0:\"\";s:12:\"search-style\";s:1:\"3\";s:16:\"opt-slider-label\";s:1:\"3\";s:23:\"overlay-color-1-primary\";s:1:\"0\";s:15:\"overlay-color-1\";a:2:{s:4:\"from\";s:7:\"#037ef3\";s:2:\"to\";s:7:\"#037ef3\";}s:15:\"overlay-color-2\";a:2:{s:4:\"from\";s:7:\"#fbb034\";s:2:\"to\";s:7:\"#fbb034\";}s:15:\"overlay-color-3\";a:2:{s:4:\"from\";s:7:\"#ffdd00\";s:2:\"to\";s:7:\"#ffdd00\";}s:15:\"overlay-color-4\";a:2:{s:4:\"from\";s:7:\"#1e73be\";s:2:\"to\";s:7:\"#00897e\";}s:12:\"social-skype\";s:0:\"\";s:15:\"social-facebook\";s:32:\"https://www.facebook.com/pixfort\";s:13:\"social-google\";s:0:\"\";s:14:\"social-twitter\";s:31:\"https://www.twitter.com/pixfort\";s:12:\"social-vimeo\";s:0:\"\";s:14:\"social-youtube\";s:0:\"\";s:13:\"social-flickr\";s:0:\"\";s:15:\"social-linkedin\";s:0:\"\";s:16:\"social-pinterest\";s:0:\"\";s:15:\"social-dribbble\";s:32:\"https://www.dribbble.com/pixfort\";s:16:\"social-instagram\";s:0:\"\";s:15:\"social-snapchat\";s:32:\"https://www.snapchat.com/pixfort\";s:15:\"social-telegram\";s:0:\"\";s:17:\"social-googleplay\";s:0:\"\";s:15:\"social-appstore\";s:0:\"\";s:15:\"social-whatsapp\";s:0:\"\";s:17:\"opt-primary-color\";s:7:\"#ffdd00\";s:19:\"opt-secondary-color\";s:7:\"#037ef3\";s:14:\"opt-link-color\";s:7:\"#333333\";s:27:\"opt-primary-gradient-switch\";s:0:\"\";s:28:\"opt-color-gradient-primary-1\";s:7:\"#fbb034\";s:33:\"opt-color-gradient-primary-middle\";s:7:\"#4ED199\";s:28:\"opt-color-gradient-primary-2\";s:7:\"#ffdd00\";s:24:\"opt-primary-gradient-dir\";s:8:\"to right\";s:10:\"blog-posts\";s:1:\"8\";s:16:\"blog-page-layout\";s:7:\"default\";s:15:\"blog-grid-count\";s:1:\"4\";s:18:\"blog-masonry-count\";s:1:\"3\";s:10:\"blog-style\";s:7:\"default\";s:11:\"blog-layout\";s:7:\"default\";s:14:\"blog-style-box\";s:1:\"1\";s:13:\"blog-bg-color\";s:6:\"gray-1\";s:20:\"custom-blog-bg-color\";s:7:\"#FFFFFF\";s:12:\"sidebar-blog\";s:9:\"sidebar-1\";s:16:\"blog-box-rounded\";s:10:\"rounded-lg\";s:14:\"blog-box-style\";s:1:\"1\";s:21:\"blog-box-hover-effect\";s:1:\"1\";s:25:\"blog-box-add-hover-effect\";s:1:\"1\";s:15:\"post-with-intro\";s:1:\"1\";s:18:\"blog-divider-style\";s:1:\"5\";s:19:\"blog-divider-height\";s:0:\"\";s:14:\"blog-intro-img\";a:9:{s:3:\"url\";s:82:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg\";s:2:\"id\";s:4:\"3666\";s:6:\"height\";s:3:\"800\";s:5:\"width\";s:4:\"1800\";s:9:\"thumbnail\";s:90:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-150x150.jpg\";s:5:\"title\";s:19:\"bold-slider-image-3\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:16:\"blog-intro-light\";s:1:\"1\";s:16:\"blog-intro-align\";s:11:\"text-center\";s:18:\"blog-intr-bg-color\";s:16:\"gradient-primary\";s:18:\"blog-intro-opacity\";s:13:\"pix-opacity-2\";s:15:\"portfolio-posts\";s:1:\"8\";s:20:\"portfolio-page-style\";s:7:\"default\";s:23:\"portfolio-masonry-count\";s:1:\"4\";s:16:\"portfolio-layout\";s:7:\"default\";s:15:\"portfolio-order\";s:4:\"DESC\";s:20:\"portfolio-navigation\";s:1:\"1\";s:22:\"portfolio-in-same-term\";s:0:\"\";s:19:\"portfolio-post-info\";s:0:\"\";s:17:\"portfolio-related\";s:1:\"1\";s:17:\"portfolio-isotope\";s:1:\"1\";s:14:\"portfolio-slug\";s:14:\"portfolio-item\";s:18:\"portfolio-bg-color\";s:6:\"gray-1\";s:25:\"custom-portfolio-bg-color\";s:7:\"#FFFFFF\";s:17:\"sidebar-portfolio\";s:9:\"sidebar-1\";s:17:\"portfolio-orderby\";s:4:\"date\";s:20:\"portfolio-with-intro\";s:1:\"1\";s:23:\"portfolio-divider-style\";s:1:\"5\";s:24:\"portfolio-divider-height\";s:0:\"\";s:19:\"portfolio-intro-img\";a:9:{s:3:\"url\";s:82:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1.jpg\";s:2:\"id\";s:4:\"3665\";s:6:\"height\";s:3:\"800\";s:5:\"width\";s:4:\"1800\";s:9:\"thumbnail\";s:90:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-150x150.jpg\";s:5:\"title\";s:19:\"bold-slider-image-1\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:21:\"portfolio-intro-light\";s:1:\"1\";s:21:\"portfolio-intro-align\";s:11:\"text-center\";s:23:\"portfolio-intr-bg-color\";s:16:\"gradient-primary\";s:23:\"portfolio-intro-opacity\";s:13:\"pix-opacity-2\";s:14:\"pages-bg-color\";s:6:\"gray-1\";s:21:\"custom-pages-bg-color\";s:7:\"#FFFFFF\";s:12:\"sidebar-page\";s:9:\"sidebar-1\";s:16:\"pages-with-intro\";s:1:\"1\";s:19:\"pages-divider-style\";s:1:\"5\";s:20:\"pages-divider-height\";s:0:\"\";s:15:\"pages-intro-img\";a:9:{s:3:\"url\";s:81:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/app-pages-intro-bg.png\";s:2:\"id\";s:4:\"3690\";s:6:\"height\";s:3:\"700\";s:5:\"width\";s:4:\"1600\";s:9:\"thumbnail\";s:89:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/app-pages-intro-bg-150x150.png\";s:5:\"title\";s:18:\"app-pages-intro-bg\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:17:\"pages-intro-light\";s:1:\"1\";s:17:\"pages-intro-align\";s:11:\"text-center\";s:19:\"pages-intr-bg-color\";s:16:\"gradient-primary\";s:19:\"pages-intro-opacity\";s:13:\"pix-opacity-2\";s:16:\"opt-primary-font\";a:4:{s:11:\"font-family\";s:7:\"Manrope\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";}s:24:\"opt-primary-font-spacing\";s:8:\"-0.01rem\";s:18:\"opt-secondary-font\";a:4:{s:11:\"font-family\";s:7:\"Poppins\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:0:\"\";}s:26:\"opt-secondary-font-spacing\";s:8:\"-0.03rem\";s:14:\"opt-body-color\";s:6:\"gray-5\";s:21:\"opt-custom-body-color\";s:7:\"#212529\";s:19:\"opt-dark-body-color\";s:15:\"light-opacity-7\";s:26:\"opt-custom-dark-body-color\";s:7:\"#eeeeee\";s:17:\"opt-heading-color\";s:6:\"gray-8\";s:24:\"opt-custom-heading-color\";s:7:\"#eeeeee\";s:22:\"opt-dark-heading-color\";s:5:\"white\";s:29:\"opt-custom-dark-heading-color\";s:7:\"#ffffff\";s:23:\"opt-regular-font-weight\";s:0:\"\";s:20:\"opt-bold-font-weight\";s:0:\"\";s:23:\"opt-external-font-1-url\";s:0:\"\";s:24:\"opt-external-font-1-name\";s:0:\"\";s:23:\"opt-external-font-2-url\";s:0:\"\";s:24:\"opt-external-font-2-name\";s:0:\"\";s:11:\"shop-layout\";s:13:\"right-sidebar\";s:15:\"shop-item-style\";s:7:\"default\";s:14:\"shop-col-count\";s:1:\"3\";s:15:\"shop-tabs-style\";s:11:\"pix-pills-1\";s:18:\"shop-single-layout\";s:7:\"default\";s:19:\"shop-single-sidebar\";s:0:\"\";s:13:\"shop-bg-color\";s:6:\"gray-1\";s:20:\"custom-shop-bg-color\";s:7:\"#FFFFFF\";s:12:\"sidebar-shop\";s:9:\"sidebar-1\";s:15:\"shop-with-intro\";s:1:\"1\";s:18:\"shop-divider-style\";s:1:\"5\";s:19:\"shop-divider-height\";s:0:\"\";s:14:\"shop-intro-img\";a:9:{s:3:\"url\";s:82:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg\";s:2:\"id\";s:4:\"3666\";s:6:\"height\";s:3:\"800\";s:5:\"width\";s:4:\"1800\";s:9:\"thumbnail\";s:90:\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-150x150.jpg\";s:5:\"title\";s:19:\"bold-slider-image-3\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:16:\"shop-intro-light\";s:1:\"1\";s:16:\"shop-intro-align\";s:11:\"text-center\";s:18:\"shop-intr-bg-color\";s:16:\"gradient-primary\";s:18:\"shop-intro-opacity\";s:13:\"pix-opacity-2\";s:12:\"redux-backup\";s:1:\"1\";s:17:\"pix-use-clip-path\";b:0;s:18:\"pix-cookies-target\";b:1;s:20:\"site-page-transition\";s:7:\"default\";s:26:\"site-page-transition-color\";s:7:\"#FFFFFF\";s:25:\"site-disable-loading-icon\";b:0;s:24:\"site-disable-loading-bar\";b:0;s:21:\"pix-enable-custom-404\";b:0;s:26:\"pix-disable-elementor-demo\";b:0;s:25:\"pix-add-default-container\";b:0;s:27:\"pix-enable-elementor-loader\";b:0;s:18:\"pix-enable-cf7-css\";b:0;s:24:\"pix-enable-popup-enqueue\";b:1;s:23:\"pix-disable-lazy-images\";b:0;s:19:\"social-target-blank\";b:0;s:16:\"social-flipboard\";s:0:\"\";s:9:\"social-vk\";s:0:\"\";s:14:\"social-discord\";s:0:\"\";s:14:\"social-tik-tok\";s:0:\"\";s:13:\"social-twitch\";s:0:\"\";s:14:\"social-behance\";s:0:\"\";s:11:\"social-yelp\";s:0:\"\";s:17:\"social-soundcloud\";s:0:\"\";s:18:\"social-tripadvisor\";s:0:\"\";s:22:\"disable-fixed-gradient\";b:0;s:14:\"opt-color-blue\";s:7:\"#1274E7\";s:15:\"opt-color-green\";s:7:\"#4ED199\";s:14:\"opt-color-cyan\";s:7:\"#0dd3ff\";s:16:\"opt-color-yellow\";s:7:\"#ffc168\";s:16:\"opt-color-orange\";s:7:\"#ff9900\";s:13:\"opt-color-red\";s:7:\"#ff6c5f\";s:15:\"opt-color-brown\";s:7:\"#b4a996\";s:16:\"opt-color-purple\";s:7:\"#4b19f7\";s:14:\"pic-custom-css\";s:0:\"\";s:20:\"pix-custom-js-header\";s:0:\"\";s:20:\"pix-custom-js-footer\";s:0:\"\";s:26:\"pix-custom-header-includes\";s:0:\"\";s:26:\"pix-custom-container-width\";s:0:\"\";s:21:\"pix-mobile-breakpoint\";s:0:\"\";s:18:\"blog-page-template\";s:13:\"right-sidebar\";s:22:\"blog-full-width-layout\";b:0;s:28:\"blog-disable-title-animation\";b:0;s:24:\"blog-disable-intro-title\";b:0;s:30:\"blog-disable-intro-breadcrumbs\";b:0;s:27:\"blog-disable-intro-parallax\";b:0;s:21:\"blog-intro-top-height\";s:0:\"\";s:24:\"blog-intro-bottom-height\";s:0:\"\";s:28:\"blog-mobile-intro-top-height\";s:0:\"\";s:31:\"blog-mobile-intro-bottom-height\";s:0:\"\";s:27:\"pix-disable-blog-author-box\";b:0;s:23:\"pix-disable-blog-social\";b:0;s:24:\"pix-disable-blog-related\";b:0;s:22:\"pix-blog-related-count\";s:1:\"4\";s:27:\"pix-enable-blog-line-breaks\";b:0;s:22:\"portfolio-display-full\";b:0;s:33:\"portfolio-disable-title-animation\";b:0;s:29:\"portfolio-disable-intro-title\";b:0;s:35:\"portfolio-disable-intro-breadcrumbs\";b:0;s:32:\"portfolio-disable-intro-parallax\";b:0;s:26:\"portfolio-intro-top-height\";s:0:\"\";s:29:\"portfolio-intro-bottom-height\";s:0:\"\";s:33:\"portfolio-mobile-intro-top-height\";s:0:\"\";s:36:\"portfolio-mobile-intro-bottom-height\";s:0:\"\";s:19:\"sidebar-page-sticky\";s:13:\"sticky-bottom\";s:27:\"pix-enable-page-line-breaks\";b:0;s:29:\"pages-disable-title-animation\";b:0;s:25:\"pages-disable-intro-title\";b:0;s:31:\"pages-disable-intro-breadcrumbs\";b:0;s:28:\"pages-disable-intro-parallax\";b:0;s:22:\"pages-intro-top-height\";s:0:\"\";s:25:\"pages-intro-bottom-height\";s:0:\"\";s:29:\"pages-mobile-intro-top-height\";s:0:\"\";s:32:\"pages-mobile-intro-bottom-height\";s:0:\"\";s:18:\"opt-font-size-base\";s:4:\"1rem\";s:16:\"opt-font-size-h1\";s:0:\"\";s:18:\"opt-line-height-h1\";s:0:\"\";s:16:\"opt-font-size-h2\";s:0:\"\";s:18:\"opt-line-height-h2\";s:0:\"\";s:16:\"opt-font-size-h3\";s:0:\"\";s:18:\"opt-line-height-h3\";s:0:\"\";s:16:\"opt-font-size-h4\";s:0:\"\";s:18:\"opt-line-height-h4\";s:0:\"\";s:16:\"opt-font-size-h5\";s:0:\"\";s:18:\"opt-line-height-h5\";s:0:\"\";s:16:\"opt-font-size-h6\";s:0:\"\";s:18:\"opt-line-height-h6\";s:0:\"\";s:16:\"opt-ions-library\";s:4:\"main\";s:19:\"shop-products-count\";s:2:\"12\";s:28:\"shop-disable-title-animation\";b:0;s:24:\"shop-disable-intro-title\";b:0;s:30:\"shop-disable-intro-breadcrumbs\";b:0;s:27:\"shop-disable-intro-parallax\";b:0;s:21:\"shop-intro-top-height\";s:0:\"\";s:24:\"shop-intro-bottom-height\";s:0:\"\";s:28:\"shop-mobile-intro-top-height\";s:0:\"\";s:31:\"shop-mobile-intro-bottom-height\";s:0:\"\";s:21:\"shop-default-add-cart\";b:0;s:23:\"pix-disable-shop-social\";b:0;s:24:\"pix-disable-shop-preview\";b:0;s:25:\"pix-disable-add-cart-icon\";b:0;}','yes'),(188,'pix_options-transients','a:2:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1671548607;}','yes'),(189,'envato_purchase_code_27889640','','yes'),(190,'pixfort_key','','yes'),(191,'pix_license_update_fail','','yes'),(217,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":7,\"critical\":0}','yes'),(258,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"jasonm@fivefriday.com\";s:7:\"version\";s:5:\"6.1.1\";s:9:\"timestamp\";i:1668860608;}','no'),(408,'wp_scss_cached_files','a:2:{i:3130847062;a:3:{s:13:\"creation_time\";i:1671548868;s:7:\"imports\";a:71:{s:80:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/essentials.scss\";i:1646665798;s:106:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_variables-layout-company.scss\";i:1646665915;s:91:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_functions.scss\";i:1646665899;s:91:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_variables.scss\";i:1646665902;s:88:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_mixins.scss\";i:1646665910;s:102:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_border-radius.scss\";i:1646666049;s:100:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_check-theme.scss\";i:1646666047;s:94:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_alert.scss\";i:1646666048;s:99:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_box-shadow.scss\";i:1646666044;s:94:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_hover.scss\";i:1646666048;s:99:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_transition.scss\";i:1646666046;s:96:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_buttons.scss\";i:1646666045;s:98:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_gradients.scss\";i:1646666042;s:107:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_background-variant.scss\";i:1646666043;s:102:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_text-emphasis.scss\";i:1646666042;s:94:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_forms.scss\";i:1646666045;s:100:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_breakpoints.scss\";i:1646666044;s:92:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/mixins/_fly.scss\";i:1646666047;s:99:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/utilities/_spacing.scss\";i:1646666052;s:102:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/utilities/_background.scss\";i:1646666050;s:96:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/utilities/_text.scss\";i:1646666051;s:99:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/utilities/_borders.scss\";i:1646666051;s:99:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/utilities/_shadows.scss\";i:1646666050;s:97:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/utilities/_scale.scss\";i:1646666051;s:95:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/utilities/_fly.scss\";i:1646666051;s:86:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_type.scss\";i:1646665914;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_badge.scss\";i:1646665904;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_forms.scss\";i:1646665906;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_alert.scss\";i:1646665911;s:92:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_breadcrumb.scss\";i:1646665903;s:93:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_input-group.scss\";i:1646665902;s:86:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_card.scss\";i:1646665908;s:90:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_dropdown.scss\";i:1646665914;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_color.scss\";i:1646665913;s:88:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_navbar.scss\";i:1646665901;s:89:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_buttons.scss\";i:1646665907;s:88:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_reboot.scss\";i:1646665905;s:85:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_nav.scss\";i:1646665911;s:93:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_transitions.scss\";i:1646665912;s:89:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/components/_tooltip.scss\";i:1646665913;s:91:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/hamburgers/hamburgers.scss\";i:1646665887;s:86:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/hamburgers/_base.scss\";i:1646665887;s:92:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/hamburgers/types/_spin.scss\";i:1646666022;s:89:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_keyframes.scss\";i:1646665921;s:85:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_chart.scss\";i:1646665921;s:89:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_fancy_box.scss\";i:1646665922;s:90:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_animations.scss\";i:1646665920;s:95:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_text_animations.scss\";i:1646665917;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_clients.scss\";i:1646665917;s:88:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_carousel.scss\";i:1646665919;s:86:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_to-top.scss\";i:1646665918;s:86:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_search.scss\";i:1646665923;s:88:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_dividers.scss\";i:1646665920;s:88:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_megamenu.scss\";i:1646665924;s:85:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_intro.scss\";i:1646665920;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_overlay.scss\";i:1646665921;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_headers.scss\";i:1646665917;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_sidebar.scss\";i:1646665922;s:85:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_story.scss\";i:1646665920;s:85:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_video.scss\";i:1646665921;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_circles.scss\";i:1646665919;s:84:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_dark.scss\";i:1646665923;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_masonry.scss\";i:1646665918;s:87:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_marquee.scss\";i:1646665922;s:86:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/elements/_levels.scss\";i:1646665917;s:81:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/wp/_widgets.scss\";i:1646665892;s:79:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/wp/_fixes.scss\";i:1646665892;s:81:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/wp/_sidebar.scss\";i:1646665894;s:81:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/wp/elements.scss\";i:1646665894;s:85:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/wp/_woocommerce.scss\";i:1646665896;s:78:\"/home/buildfft/public_html/wp-content/themes/essentials/inc/scss/wp/_main.scss\";i:1646665893;}s:8:\"instance\";i:629100717;}i:514717;a:3:{s:13:\"creation_time\";i:1671548608;s:7:\"imports\";a:5:{s:101:\"/home/buildfft/public_html/wp-content/plugins/pixfort-core/functions/woocommerce/css/woocommerce.scss\";i:1646666526;s:97:\"/home/buildfft/public_html/wp-content/plugins/pixfort-core/functions/woocommerce/css/_mixins.scss\";i:1646666526;s:100:\"/home/buildfft/public_html/wp-content/plugins/pixfort-core/functions/woocommerce/css/_variables.scss\";i:1646666526;s:100:\"/home/buildfft/public_html/wp-content/plugins/pixfort-core/functions/woocommerce/css/_animation.scss\";i:1646666526;s:96:\"/home/buildfft/public_html/wp-content/plugins/pixfort-core/functions/woocommerce/css/_fonts.scss\";i:1646666526;}s:8:\"instance\";i:1301218765;}}','yes'),(409,'pix_essentials_style_url','http://test.buildfivefriday.com/wp-content/uploads/wp-scss-cache/pix-essentials-style-2.css?ver=1671548868','yes'),(492,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(493,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(494,'_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-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1671565899;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}','no'),(606,'_site_transient_timeout_browser_1e9de2eba640e8eea9851c1434c75886','1672153097','no'),(607,'_site_transient_browser_1e9de2eba640e8eea9851c1434c75886','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"106.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";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'),(608,'_site_transient_timeout_php_check_2f5acf219326a8bc5331ee302b9812f4','1672153098','no'),(609,'_site_transient_php_check_2f5acf219326a8bc5331ee302b9812f4','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(610,'_transient_timeout_elementor_remote_info_api_data_3.7.0','1671591498','no'),(611,'_transient_elementor_remote_info_api_data_3.7.0','a:4:{s:9:\"timestamp\";s:10:\"1671545294\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{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:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";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:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(612,'_site_transient_timeout_community-events-2e4818639cc4f4265b34f6d423e03e80','1671591503','no'),(613,'_site_transient_community-events-2e4818639cc4f4265b34f6d423e03e80','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"102.165.196.0\";}s:6:\"events\";a:0:{}}','no'),(614,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1671591503','no'),(615,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','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:52:\"\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:4:{s:0:\"\";a:8:{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:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Dec 2022 12:49:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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=6.2-alpha-55008\";s: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:29:\"https://s.w.org/favicon.ico?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: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: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:10:{i:0;a:6:{s:4:\"data\";s:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – November 2022\";s:7:\"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/2022/12/the-month-in-wordpress-november-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Dec 2022 12:05:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=14124\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:317:\"WordPress enthusiasts tuned in last week for the State of the Word address to celebrate the project\'s yearly accomplishments and explore what 2023 holds. But that’s not the only exciting update from the past month. New proposals and ideas are already emerging with an eye on the year ahead—let’s dive into them!\";s: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:\"rmartinezduque\";s: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:13781:\"\n<p>WordPress enthusiasts tuned in last week for the State of the Word address to celebrate the project’s yearly accomplishments and explore what 2023 holds. But that’s not the only exciting update from the past month. New proposals and ideas are already emerging with an eye on the year ahead—let’s dive into them!</p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<h2>Highlights from State of the Word 2022</h2>\n\n\n\n<p>WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> delivered the annual State of the Word address on <strong>December 15, 2022</strong>, before a live audience in New York City. Most attendees joined the event via livestream or one of the 33 watch parties held across 11 countries.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, Executive Director of WordPress, kicked off this year’s event with an introduction to the <strong>Four Freedoms of open source</strong> and the importance of WordPress in ensuring “a free, open and interconnected web for the future.”</p>\n\n\n\n<p>Similar to past State of the Word events, Matt reflected on the project’s achievements over the past year, including Gutenberg’s adoption beyond WordPress, the steady progress in advancing the site editing experience, and the return to in-person events.<em> </em>In addition, he took the opportunity to remind everyone of the <a href=\"https://communitysummit.wordcamp.org/2023/\">2023 Community Summit</a> and the <a href=\"https://wp20.wordpress.net/\">20th anniversary of WordPress</a> coming up next year.</p>\n\n\n\n<p><strong>Ahead of 2023</strong>, Matt announced <a href=\"https://make.wordpress.org/plugins/2022/12/16/plugins-themes-categorization/\">new taxonomies</a> in the WordPress.org theme and plugin directories to help users identify the extensions that best fit their needs and plans for Phase 3 of Gutenberg—Collaboration—among other notable updates.</p>\n\n\n\n<p>People who watched the State of the Word enjoyed a demo of <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a>, an experimental project to explore, experiment, and build apps with a WordPress instance that runs entirely in the browser.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Missed the event? <a href=\"https://wordpress.org/news/2022/12/state-of-the-word-2022-recap/\">Read the recap</a> or <a href=\"https://wordpress.tv/2022/12/16/matt-mullenweg-state-of-the-word-2022/\">watch the State of the Word recording</a> and <a href=\"https://wordpress.tv/2022/12/16/matt-mullenweg-state-of-the-word-2022-qa/\">Q&A session</a> on WordPress.tv.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>The 2022 WordPress Survey is open</h2>\n\n\n\n<p>The annual WordPress survey helps project leadership and those who build WordPress understand more about the contributor experience, how the software is used, and by whom.</p>\n\n\n\n<p>This year’s survey will remain <strong>open through the end of 2022</strong> and is available in English, French, German, Italian, Japanese, Russian, and Spanish.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">Take the 2022 WordPress Survey</a> to help make an impact on the project.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/\"><strong>Gutenberg 14.6</strong></a>, released on November 23, 2022, came with many refinements to core blocks. Notable highlights include a variation picker that allows users to choose a desired layout when a Group block is inserted on a page, a new list view for editing the Navigation block, and a keyboard shortcut to transform paragraph blocks into headings.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\"><strong>Gutenberg 14.7</strong></a>, released on December 7, 2022, introduced an experimental tabbed sidebar, colors to help identify some block types in list view, and improvements to the Page List block to make it easier to manage page links in the content.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: Introducing the block editor in the support forums, a revamped Showcase page, and more</h2>\n\n\n\n<ul>\n<li>The Support and Meta Teams are bringing <a href=\"https://make.wordpress.org/support/2022/12/introducing-the-block-editor-in-the-support-forums/\">the block editor experience into the WordPress.org support forums</a>.</li>\n\n\n\n<li>WordPress.org’s redesign continues with a <a href=\"https://make.wordpress.org/meta/2022/12/14/showcase-visual-refresh/\">refreshed Showcase page</a>.</li>\n\n\n\n<li>A <a href=\"https://make.wordpress.org/community/2022/12/05/proposed-2023-global-community-sponsorship-program/\">proposal for the 2023 Global Community Sponsorship Program</a> has been published.</li>\n\n\n\n<li>WordPress is accessible to more people thanks to 19,357 contributors who translated more than eight million strings this year. Learn more about the <a href=\"https://make.wordpress.org/polyglots/2022/12/12/reflecting-on-2022-in-polyglots/\">Polyglots Team’s achievements in 2022</a>.</li>\n\n\n\n<li>Speaking of accomplishments, supporters of the Global Meetup Reactivation project <a href=\"https://make.wordpress.org/community/2022/12/09/december-update-global-meetup-reactivation-project/\">helped reactivated 126 meetup groups</a> in 2022! There are also some discussions on <a href=\"https://make.wordpress.org/community/2022/12/15/idea-creating-a-translation-events-kit-for-meetups/\">how these efforts can support the Polyglots Outreach Effort project</a>, and vice versa.</li>\n\n\n\n<li>The Community Team met with members of the Meetup.com team to help report some feedback and issues with an accessibility overlay that they ultimately <a href=\"https://make.wordpress.org/community/2022/11/23/meetup-com-accessibility-overlay-update/\">agreed to remove</a>.</li>\n\n\n\n<li>The Training Team highlighted <a href=\"https://make.wordpress.org/training/2022/12/05/learn-wordpress-site-updates-december-2022/\">the latest updates</a> that have been made to <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. In addition, <a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-1/\">part 1</a> and <a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-2/\">part 2</a> of the Developers Guide to Block Themes are now available on the platform.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/themes/2022/12/05/introducing-new-themes-team-representatives-for-the-2023-edition/\">Themes</a> and <a href=\"https://make.wordpress.org/polyglots/2022/11/08/call-for-polyglots-team-representatives-2/#comment-295831\">Polyglots</a> Teams announced their team representatives for 2023.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/core/2022/11/30/now-available-wordpress-3-7-4-0-final-releases/\">final releases for WordPress 3.7-4.0</a> were made available on November 30, 2022, with a notice that they are no longer receiving security updates. WordPress 4.1 and later will continue to receive such updates.</li>\n\n\n\n<li>Fresh off the press, the <a href=\"https://make.wordpress.org/polyglots/2022/12/20/polyglots-monthly-newsletter-december-2022/\">December 2022 edition of the Polyglots monthly newsletter</a> is available for reading.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/11/people-of-wordpress-huanyi-chuang/\">Huanyi Chuang</a>, a front end developer from Taiwan.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Curious about why WordPress has so many releases? <a href=\"https://wordpress.org/news/2022/11/episode-44-minors-majors-and-why-we-have-so-many-releases/\">Tune in to Episode 44 of WP Briefing</a> to learn about the role of major and minor releases in the project.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback & testing requests</h2>\n\n\n\n<ul>\n<li>Help efforts to wrap up Gutenberg Phase 2 by <a href=\"https://make.wordpress.org/test/2022/12/14/fse-program-testing-call-19-running-through-refinements/\">testing the Site Editor’s latest updates</a>. Leave your feedback by January 6, 2023.</li>\n\n\n\n<li>The Performance Team shared a <a href=\"https://make.wordpress.org/core/2022/12/09/enhancing-the-scripts-api-with-a-loading-strategy/\">new proposal for enhancing the Scripts API with a loading strategy</a>.</li>\n\n\n\n<li>The Full Site Editing (FSE) Outreach Program is <a href=\"https://make.wordpress.org/test/2022/12/07/fse-program-seeking-volunteers-to-use-replay-io-for-capturing-bugs/\">looking for volunteers to use Replay.io for capturing bugs</a>. Express your interest by December 28, 2022.</li>\n\n\n\n<li>Version 21.4 of the WordPress mobile app for <a href=\"https://make.wordpress.org/mobile/2022/12/20/call-for-testing-wordpress-for-android-21-4/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/12/19/call-for-testing-wordpress-for-ios-21-4/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Community Team is calling on WordPress contributor teams to <a href=\"https://make.wordpress.org/community/2022/12/08/suggest-topics-for-the-2023-wordpress-community-summit/\">suggest topics for the 2023 Community Summit</a> by January 16, 2023.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordPress events updates</h2>\n\n\n\n<ul>\n<li>The #WPDiversity working group organized <a href=\"https://make.wordpress.org/community/2022/12/17/report-wpdiversity-inclusion-and-diverse-speaker-workshops-october-and-november-2022/\">several workshops</a> during the past few months. Among other highlights, attendees of the Speaker Workshop for Women Voices in Latin America reported a 52% increase in self-confidence to speak in public. <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/#upcoming-wpdiversity-workshops\">Stay tuned for the next events</a>.</li>\n\n\n\n<li>The WordCamp Europe 2023 organizing team shared <a href=\"https://europe.wordcamp.org/2023/wceu-2023-content-vision/\">their content vision</a> for next year’s flagship event in Athens, Greece.</li>\n\n\n\n<li><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia 2023</a> is just a few months away, scheduled for February 17-19, 2023, in Bangkok, Thailand. Organizers have announced the first recipient of the WordCamp Asia Diversity Scholarship, <a href=\"https://asia.wordcamp.org/2023/diversity-scholarship-recipient/\">Awais Arfan</a>.</li>\n\n\n\n<li>Three more WordCamps are happening in the next few months:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://zaragoza.wordcamp.org/2023/\">WordCamp Zaragoza</a>, Spain on January 20-21, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://birmingham.wordcamp.org/2023/\">WordCamp Birmingham, Alabama</a>, USA on February 4-5, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1ed.png\" alt=\"🇵🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://cebu.wordcamp.org/2023/\">WordCamp Cebu</a>, Philippines on February 11, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>WordCamp Europe 2023 is calling for <a href=\"https://europe.wordcamp.org/2023/the-call-for-sponsors-is-now-open/\">sponsors</a> and <a href=\"https://europe.wordcamp.org/2023/call-for-speakers-is-open-now/\">speakers</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, and <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</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:5:\"14124\";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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"State of the Word 2022: A Celebration of the Four Freedoms of Open Source\";s:7:\"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:64:\"https://wordpress.org/news/2022/12/state-of-the-word-2022-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Dec 2022 22:11: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:8:\"category\";a:2:{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:17:\"state of the word\";s:7:\"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:35:\"https://wordpress.org/news/?p=14110\";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:355:\"WordPress belongs to all of us, but really we’re taking care of it for the next generation.” Matt Mullenweg A small audience of WordPress contributors, developers, and extenders gathered on December 15 for the annual State of the Word keynote from WordPress co-founder Matt Mullenweg. Those who could not join in person joined via livestream […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s: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:5652:\"\n<blockquote class=\"wp-block-quote\">\n<p>WordPress belongs to all of us, but really we’re taking care of it for the next generation.” </p>\n<cite>Matt Mullenweg</cite></blockquote>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/VeigCZuxnfY?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>A small audience of WordPress contributors, developers, and extenders gathered on December 15 for the annual State of the Word keynote from WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>. Those who could not join in person joined via livestream or one of 33 watch parties held across 11 countries, with more than 500 RSVPs.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/12/the-four-freedoms.jpeg?resize=1024%2C576&ssl=1\" alt=\"The four freedoms of open source: run the program, study the change, redistribute, and distribute your copies.\" class=\"wp-image-14111\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/12/the-four-freedoms.jpeg?resize=1024%2C576&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/12/the-four-freedoms.jpeg?resize=300%2C169&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/12/the-four-freedoms.jpeg?resize=768%2C432&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/12/the-four-freedoms.jpeg?resize=1536%2C864&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/12/the-four-freedoms.jpeg?w=1920&ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Executive Director, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, introduced the event with a reminder of why so many of those gathered choose WordPress—the Four Freedoms of open source. As Haden Chomphosy noted, open source is an idea that can change our generation, and WordPress is one of the most consistent and impactful stewards of those freedoms.</p>\n\n\n\n<p>As with past State of the Word events, Matt reflected on the year’s accomplishments, learnings, and aspirations as the project moves into 2023. From Gutenberg concluding its second phase of site editing in preparation for phase three—Collaborative Workflows, to the reactivation of meetups and global WordCamps, to the introduction of a new theme and plugin taxonomy, to musings on the potential of machine learning, WordPress enters its <a href=\"https://wp20.wordpress.net/\">20th year</a> continuing to define bleeding edge technology in thanks to the ecosystem’s vibrant community. </p>\n\n\n\n<p>The one-hour multimedia presentation was followed by an interactive <a href=\"https://wordpress.tv/2022/12/16/matt-mullenweg-state-of-the-word-2022-qa/\">question and answer</a> session where Matt fielded questions from the livestream and studio audience. All questions will be responded to in a follow-up post on <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project\" target=\"_blank\">Make.WordPress.org/project</a>. </p>\n\n\n\n<p>Discover everything that was covered by <a href=\"https://wordpress.tv/2022/12/16/matt-mullenweg-state-of-the-word-2022/\">watching the official event recording</a> and join the ongoing #StateOfTheWord conversation on <a href=\"https://www.tumblr.com/tagged/StateoftheWord?sort=top\">Tumblr</a>, <a href=\"https://www.instagram.com/explore/tags/stateoftheword/\">Instagram</a>, <a href=\"https://www.facebook.com/hashtag/stateoftheword\">Facebook</a>, <a href=\"https://www.linkedin.com/feed/hashtag/?keywords=stateoftheword\">Linkedin</a>, and <a href=\"https://twitter.com/hashtag/StateOfTheWord\">Twitter</a>. For another way to get involved, consider sharing your experience with WordPress in the <a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">2022 WordPress Community Survey</a>.</p>\n\n\n\n<span id=\"more-14110\"></span>\n\n\n\n<h2><strong>Referenced Resources</strong> </h2>\n\n\n\n<ul>\n<li><a href=\"http://wordpress.tumblr.com/\">WordPress on Tumblr</a></li>\n\n\n\n<li><a href=\"http://engineawesome.com/\">Engineawesome.com</a> using Gutenberg</li>\n\n\n\n<li><a href=\"https://communitysummit.wordcamp.org/2023/\">WordPress Community Summit 2023</a></li>\n\n\n\n<li><a href=\"http://wp20.wordpress.net/\">WP20.wordpress.net</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">learn.WordPress.org</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/openverse\">Openverse</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme plugin</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/\">Make.WordPress.org</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/playground\">WordPress Playground</a></li>\n\n\n\n<li><a href=\"http://photomatt.tumblr.com/\">Matt on Tumblr</a></li>\n\n\n\n<li><a href=\"https://distributed.blog/\">Distributed.blog</a></li>\n</ul>\n\n\n\n<p><em><em>Special thanks to <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> and <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> for review and collaboration.</em></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:5:\"14110\";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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Share Your Experience: The 2022 WordPress Survey is Open\";s:7:\"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://wordpress.org/news/2022/12/2022-wordpress-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Dec 2022 16:00: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: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:6:\"survey\";s:7:\"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:35:\"https://wordpress.org/news/?p=14062\";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:\"The 2022 WordPress survey is open for your input and available in English, French, German, Italian, Japanese, Russian, and Spanish.\";s: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:\"Chloe Bringmann\";s: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:4509:\"\n<p>Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide valuable feedback through an annual survey. Key takeaways and trends that emerge from this survey often find their way into the annual <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word</a> address, are shared in the public project blogs, and can influence the direction and strategy for the WordPress project.</p>\n\n\n\n<p>Simply put: this survey helps those who build WordPress understand more about how the software is used, and by whom. The survey also helps leaders in the WordPress open source project learn more about our contributors’ experiences. </p>\n\n\n\n<p>To ensure that your WordPress experience is represented in the 2022 survey results, <a href=\"https://wordpressdotorg.survey.fm/en-2022\">take the 2022 annual survey now.</a></p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/en-2022\">Take the 2022 Survey (English)</a></div>\n</div>\n\n\n\n<p>You may also take the survey in <a href=\"https://wordpressdotorg.survey.fm/fr-2022\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/de-2022\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/it-2022\">Italian</a>, <a href=\"https://wordpressdotorg.survey.fm/jp-2022\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/ru-2022\">Russian</a>, or <a href=\"https://wordpressdotorg.survey.fm/es-2022\">Spanish</a>, thanks to the efforts of WordPress polyglot contributors. These are the most frequently installed languages based on the number of WordPress downloads. </p>\n\n\n\n<p>The survey will be open through the end of 2022, and then WordPress plans to publish the results sometime in 2023. This year, the survey questions have been refreshed for more effortless survey flow, completion, and analysis. Some questions have been removed, while a few new ones are now present, reflecting the present and future of WordPress. If you’re looking for the analysis of the 2021 survey results, those will also be shared in early 2023.</p>\n\n\n\n<h2>Spread the word</h2>\n\n\n\n<p>Help spread the word about the survey by sharing it with your network, through Slack, or within your social media accounts. The more people who complete the survey and share their experience with WordPress, the more the project as a whole will benefit in the future.</p>\n\n\n\n<h2>Security and privacy</h2>\n\n\n\n<p>Data security and privacy are paramount to the WordPress project and community. With this in mind, all data will be anonymized: no email addresses nor IP addresses will be associated with published results. To learn more about WordPress.org’s privacy practices, view the <a href=\"https://wordpress.org/about/privacy/\">privacy policy</a>.</p>\n\n\n\n<h2>Thank you</h2>\n\n\n\n<p>Thank you to the following WordPress contributors for assisting with the annual survey project, including question creation, strategy, survey build-out, and translation:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/dansoschin/\">dansoschin</a>, <a href=\"https://profiles.wordpress.org/_dorsvenabili/\">_dorsvenabili</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">angelasjin</a>, <a href=\"https://profiles.wordpress.org/arkangel/\">arkangel</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">audrasjb</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">atachibana</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">bjmcsherry</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">eidolonnight</a>, <a href=\"https://profiles.wordpress.org/fernandot/\">fernandot</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">fierevere</a>, <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbenard</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">jpantani</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">laurlittle</a>, <a href=\"https://profiles.wordpress.org/nao/\">nao</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">nielslange</a>, <a href=\"https://profiles.wordpress.org/peiraisotta/\">peiraisotta</a>, <a href=\"https://profiles.wordpress.org/piermario/\">piermario</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/santanainniss/\">santanainniss</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:5:\"14062\";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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Huanyi Chuang\";s:7:\"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/2022/11/people-of-wordpress-huanyi-chuang/\";s: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, 30 Nov 2022 20:09: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:\"\";}i:2;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:3;a:5:{s:4:\"data\";s:10:\"Interviews\";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:9:\"HeroPress\";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:5:{s:4:\"data\";s:19:\"People of 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:35:\"https://wordpress.org/news/?p=13562\";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:144:\"The latest People of WordPress story features Huanyi Chuang, from #Taiwan, on his journey to become a digital marketer and front end developer. \";s: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:\"Abha Thakor\";s: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:11514:\"\n<p><strong>This month we feature Huanyi (Eric) Chuang, a front end developer from Taiwan, who helps connect local groups to WordPress and the worldwide open source community. He is part of the team helping to make the first WordCamp Asia a success in 2023.</strong></p>\n\n\n\n<p><strong>The People of WordPress series shares some of the inspiring stories of how people’s lives can change for the better through WordPress and its global network of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-featured-img.jpg?resize=1014%2C627&ssl=1\" alt=\"Huanyi pictured sitting inside a rock formation.\" class=\"wp-image-13479\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-featured-img.jpg?w=1014&ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-featured-img.jpg?w=300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-featured-img.jpg?w=768&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>Discovering WordPress and the benefit of child themes </strong></h2>\n\n\n\n<p>Huanyi’s first footsteps in WordPress began in 2017 when he worked for a firm that built blogs and developed ad content for clients.</p>\n\n\n\n<p>After building a few sites using the platform, he discovered child themes and through them opened up a world of possibilities for his clients. To this day, he uses child themes to deliver truly custom designs and functionality for clients.</p>\n\n\n\n<p>Later in his career, Huanyi moved into digital marketing, integrating sites with massive ad platforms like Google and Facebook. This led him to learn to work with tracking code and JavaScript. He also began his learning journey in HTML, CSS, and PHP, to be able to improve his development skills and customize child themes.</p>\n\n\n\n<h2><strong>Meetups bring together software users to learn together</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"800\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/09/huanyi-1.jpg?fit=600%2C800&ssl=1\" alt=\"Huanyi and a koala.\" class=\"wp-image-13476\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-1.jpg?w=600&ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-1.jpg?w=225&ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><figcaption class=\"wp-element-caption\"><em>Huanyi pictured in Australia during one of his travels meeting a koala bear.</em></figcaption></figure>\n\n\n\n<p>When Huanyi had a problem with a client’s site, he looked to WordPress meetups near where he lived in <a href=\"https://www.meetup.com/Taipei-WordPress/\">Taipei</a> to help find the solutions.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><strong>“When I encountered an issue with the custom archive pages, a local meetup announcement showed up on my WordPress dashboard</strong>.”</p>\n<cite>Huanyi Chuang</cite></blockquote>\n\n\n\n<p>At the meetup, he met more experienced WordPress users and developers there, who answered his questions and helped him learn.</p>\n\n\n\n<p>“When I encountered an issue with the custom archive pages, a local meetup announcement showed up on my WordPress dashboard. That was my original connection with the local community,” Huanyi said.</p>\n\n\n\n<p>The WordPress community gave Huanyi a chance to connect with people, feed his curiosity about the software, and join a circle of people he could share this interest.</p>\n\n\n\n<p>At first, he thought meetups were an opportunity to source new clients, and he took his business cards to every event. However, he soon found that these events offered him the opportunity to make friends and share knowledge.</p>\n\n\n\n<p>From then on, Huanyi started focusing more on what he could give to these events and networks, making new friends, and listening to people. This led him to share as a meetup speaker his own commercial website management experience.</p>\n\n\n\n<h2><strong>The road to WordCamp</strong></h2>\n\n\n\n<p>It was going to his first meetup and then getting involved with WordCamps that changed Huanyi’s whole relationship with WordPress.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-2.jpg?resize=600%2C800&ssl=1\" alt=\"Huanyi pictured on an outing, stood next to a white car.\" class=\"wp-image-13477\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-2.jpg?w=600&ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-2.jpg?w=225&ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In 2018, he took the step to help as an organizer, having joined the Taoyuan Meetup in Taiwan. He played several parts across the organizing team, and the welcoming feeling he got in every situation encouraged him to get more involved.</p>\n\n\n\n<p>He recalls meeting new friends from different fields and other countries, which gave him a great sense of achievement and strengthened his passion for participating in the community.</p>\n\n\n\n<p>When the team started this meetup, numbers were much lower than in the group in the city of Taipei, but they were not disheartened and gradually grew the local WordPress community.</p>\n\n\n\n<p>They created a pattern of ‘multiple organizers,’ which spread the workload and grew friendships. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><strong>“Being connected to and from meetups is the most valuable part of the community. Having these friends makes me gather more information. We share information and benefit from others’ information, and thus we gain more trust in each other. With such credibility, we share more deeply and build deeper relations.”</strong> </p>\n<cite>Huanyi Chuang</cite></blockquote>\n\n\n\n<p>Before the pandemic, the meetup met every month and grew to become the second largest meetup in Taiwan. Huanyi also contributed to the WordPress community as an organizer of WordCamp Taipei 2018 in the speaker team and lead organizer of <a href=\"https://taiwan.wordcamp.org/2021/\">WordCamp Taiwan 2021</a>.</p>\n\n\n\n<h2><strong>So why should you join the community?</strong></h2>\n\n\n\n<p>According to Huanyi, you will always have something to take home with you. It might be new information or experiences. It might be plugins or theme ideas. But most of all, it is the chance to meet fascinating people and make new friends.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Huanyi’s message to other contributors:<br>“Keep participating, and you will find more you can achieve than you expect.” </p>\n</blockquote>\n\n\n\n<p>He added that long-term participation will ‘let you feel the humanity behind the project’.</p>\n\n\n\n<h2><strong>Localize: the road ahead for WordPress</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"900\" height=\"675\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-3.jpg?resize=900%2C675&ssl=1\" alt=\"Huanyi standing on a sandy beach.\" class=\"wp-image-13478\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-3.jpg?w=900&ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-3.jpg?w=300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-3.jpg?w=768&ssl=1 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Huanyi believes WordPress has the power to break down the barriers between designers, project managers, developers, marketers, writers, and publishers. In Taiwan, he said WordPress is ‘a common protocol’ that lets people from all of these disciplines work and communicate together more easily than they ever have before.</p>\n\n\n\n<p>That is why he works on and encourages others to localize plugins today. He believes localization of the software is the foundation for the extension of the WordPress community as it enables people to ‘Flex their Freedom’ in a language they speak!</p>\n\n\n\n<p>He has helped to organize online events around previous <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> events.</p>\n\n\n\n<p>Huanyi said: “I think it’s important to localize WordPress because its very concept of ‘open source’ means that people can access it freely. In another way, free from the monopoly of knowledge and speech. To achieve it, it’s important that people can access it with their own language.</p>\n\n\n\n<p>“Localization is the foundation of the extension of WordPress community because it helps people using different languages to access the project and lowers the hurdle to understand how things work.”</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thank you to <a href=\'https://profiles.wordpress.org/no249a002/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>no249a002</a> for sharing his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Adeeb Malik (<a href=\'https://profiles.wordpress.org/adeebmalik/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adeebmalik</a>) for research, interviews, and contributing to this feature article.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\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:5:\"13562\";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:61:\"\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:73:\"WP Briefing: Episode 44: Minors, Majors, and Why We Have So Many 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wordpress.org/news/2022/11/episode-44-minors-majors-and-why-we-have-so-many-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Nov 2022 12:00: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"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:53:\"https://wordpress.org/news/?post_type=podcast&p=13996\";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:129:\"Hear Josepha Haden Chomphosy highlight the role of major and minor releases in the WordPress open source project in this episode.\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/11/WP-Briefing-044.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s: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:\"Santana Inniss\";s: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:8562:\"\n<p>In the forty-fourth episode of the WordPress Briefing, our host Josepha Haden Chomphosy highlights the role of major and minor releases in the WordPress open source project. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/12th_man_(football)\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/12th_man_(football)\">Twelfth Man</a><br><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\" data-type=\"URL\" data-id=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13996\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. </p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:27] </strong></p>\n\n\n\n<p>At the top of November, a new major release for WordPress shipped. That was WordPress 6.1. I know I talked about it basically nonstop. Then two weeks later, there was a new minor release for WordPress. It was WordPress 6.1.1, which I did not talk about at all. Way back in episode four of this podcast, I dug into the overall release cycle and what someone could expect from a high-level logistics aspect.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:05] </strong></p>\n\n\n\n<p>And today we’re gonna take a quick look at minor releases in particular. Just as a general heads up, I always want to lean into sports metaphors when I’m talking about releases, and I think it’s because of the words major and minor. And so, I’ve done my level best to not include that in any of my explanations today.</p>\n\n\n\n<p>But I do have one, I do have one that’s a sports thing. So just if you don’t like sports, know that it’s just one little bit and we’ll try to be carefully quick around it together. All right, so minor releases. You may have noticed that I don’t mention minor releases nearly as often as I mention major releases. And yet, most of the time, when we have a major release of WordPress, there’s a minor release that gets started almost immediately after.</p>\n\n\n\n<p>So first major versus minor. Major releases in WordPress happen roughly three times a year, give or take a release. Inside a major release, you will find that we include features, so– brand new abilities, enhancements, which you can generally call improvements to existing abilities, and also any bug fix that we can find, big or small, we’ll take ’em all.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:16] </strong></p>\n\n\n\n<p>So minor releases in WordPress happen about four or five times a year on average. Minor releases include patches for issues introduced in the major release and any bug fix that doesn’t add or change functionality. </p>\n\n\n\n<p>If you’re with me so far, you probably have noted that there’s basically always at least one minor release per major release. And you might have also noted that I said minors include patches for issues we introduced in a major.</p>\n\n\n\n<p>Now, if I were hearing this with fresh ears, the first thing I would wonder is, okay, so if you start working on the minor right after you release the major to deal with issues you know you introduced in the major– why just not ship the major while there are bugs in it? Great question. I’m glad you asked. So there are a few things worth knowing here.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:09] </strong></p>\n\n\n\n<p>Firstly, there is this concept of “ship and iterate,” which is present in both agile and open source. The idea is that we ship software as soon as we have confidence that what is in the release is non-breaking and represents our best guests at a better experience for our users.</p>\n\n\n\n<p>Once that is out there, we use feedback on the initial release to quickly iterate and ship another release. That way, we don’t hold back any good features. And since we already planned the immediate minor, any major issues that show up can be fixed in as little as two weeks. Secondly, there is the concept that with many eyes, all bugs are shallow, which is primarily present in open source.</p>\n\n\n\n<p>The idea here is that with enough people looking at a problem, that problem doesn’t stand a chance. So when a release is shipped in a workable state but with interactions that could use some refinement, the fastest way to find those refinements is to take it to the community of WordPress users and developers and invite them to co-create this CMS with us.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:10]</strong></p>\n\n\n\n<p>Which touches on my final thought. The concept of the user as co-creator.</p>\n\n\n\n<p>If we think about the development and evolution of our software as a team effort, then we can think of the people who use our software as what’s called the “Twelfth Man” That’s in quotes, and I will, I’ll leave a link to that in the show notes as well. </p>\n\n\n\n<p>In sports, this refers to the fans. And if you’ve ever been to a live sporting event or played in any, you will know that the cheering and jeering from fans turns into this distinct motivating entity all its own. As a whole team or individual member, you know what you have to do. You know what you need to do in a game, but there’s something about that chaotic, loud roar of feedback that just brings life to what you’re doing, and that’s how I see our community of users.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:02]</strong></p>\n\n\n\n<p>So at the end of the day, the answer to the question of ‘why so many releases’ and the follow-up question of ‘why tolerate stable imperfection’ is largely the same. To get features into the hands of our users quickly so that we can always be breathing life into this CMS we care so much about.</p>\n\n\n\n<p>I hope that answers your questions about our release cadence, and if you didn’t come into this podcast having any questions about release cadences at all, I hope this new information brings a little extra light to the complexity of working in open source. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:32] </strong></p>\n\n\n\n<p>That brings us now to our small list of big things.</p>\n\n\n\n<p>Big thing number one is that the State of the Word has been announced and is scheduled for December 15th. It’s a little earlier in the day than in past iterations, so I hope we get a new crew of listeners tuning in at the same time. I’ll leave a link to that in the show notes, or you can pop over to wordpress.org/news to see the announcement for yourself.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:00] </strong></p>\n\n\n\n<p>Big thing number two is that team rep nominations are open on most teams right now. So if organization and people wrangling are high on your list of ways you can give back to WordPress, head on over to the team you contribute to and see how you raise your hand for that. </p>\n\n\n\n<p>Then big thing number three is that big-picture goals, hopes, and timelines are being gathered, and I will ship those shortly after the start of the new year.</p>\n\n\n\n<p>It will give us all an idea of where we want to focus our attention to ensure that WordPress continues to grow toward the future. You can keep an eye out for that on make.wordpress.org/project. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</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:5:\"13996\";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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The Month in WordPress – October 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/11/the-month-in-wordpress-october-2022/\";s: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, 22 Nov 2022 11:00: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:8:\"category\";a:2:{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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=13988\";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:224:\"With the end of the year fast approaching, the WordPress project has not slowed down. Read on to learn more about the latest major release, WordPress 6.1, and the State of the Word 2022 live event, among other exciting 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:13933:\"\n<p>With the end of the year fast approaching, the WordPress project has not slowed down. Read on to learn more about the latest major release, WordPress 6.1, and the State of the Word 2022 live event, among other exciting news. It’s time to catch up on all things WordPress!</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Say hello to WordPress 6.1 “Misha”</h2>\n\n\n\n<p>The third and last major release of 2022, <a href=\"https://wordpress.org/news/2022/11/misha/\"><strong>WordPress 6.1 “Misha,”</strong></a> shipped on November 1, 2022. Named after jazz pianist <strong>Mikhail “Misha” Alperin</strong>, this release comes packed with many improvements that refine the site-building experience introduced earlier this year in WordPress 5.9 and 6.0, as well as <a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">accessibility</a> and <a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">performance</a> upgrades.</p>\n\n\n\n<p>WordPress 6.1 is also bundled with a new default block theme, <a href=\"https://wordpress.org/news/2022/11/introducing-twenty-twenty-three/\">Twenty Twenty-Three (TT3)</a>, that features <strong>10 style variations</strong> designed by WordPress community members. These intentionally unique designs ensure that you can change the visual details of your site with ease—and within a single theme.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/1w9oywSa6Hw?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Learn more about what’s in 6.1:</p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/misha/\">WordPress 6.1 “Misha” Announcement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a></li>\n</ul>\n\n\n\n<p>Following WordPress 6.1 “Misha”, a <a href=\"https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/\">6.1.1 maintenance release</a> landed on November 15, 2022. This minor release includes about 50 bug fixes.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 6.1.1</a></p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>State of the Word 2022 is coming on December 15</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1024%2C683&ssl=1\" alt=\"Decorative blue background with text: "State of the Word 2022. December 15, 2022. 1–2:30 P.M. EST (18–19:30 UTC.) New York City."\" class=\"wp-image-13956\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/11/Web-SOTW-Image-1200x800-1.png?resize=2048%2C1365&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>State of the Word 2022</strong>, the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg, will be held on <strong>December 15, 2022</strong>. The event will take place in person in New York City and live-streamed via various WordPress.org social media platforms.</p>\n\n\n\n<p>You can also host or join a <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/\">State of the Word watch party</a> to enjoy the event with your WordPress friends.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">Learn more about State of the Word 2022</a></p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\"><strong>Gutenberg 14.4</strong></a> was released on October 26, 2022, with support for a distraction-free mode that allows a more focused writing experience. Other notable highlights include a redesigned pattern inserter, content locking to the Navigation block, and improvements to fluid typography.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\"><strong>Gutenberg 14.5</strong></a> sets the groundwork for future releases with code quality improvements and bug fixes. This version introduces a new “Document Overview” panel for easier access to the list view and document information, expands margin and padding support, and improves spacing visualizers. It was released on November 9, 2022.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Explore some of the latest enhancements to the writing experience in <a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\">this Core Editor Improvement post</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: Documentation Contributor Day, WordPress.org redesign updates, and more</h2>\n\n\n\n<ul>\n<li>After a <a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">lively discussion</a> around the site editing terminology, WordPress Executive Director Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/\">announced that the term “Site Editor” will be used going forward</a> in reference to the suite of site editing tools.</li>\n\n\n\n<li>Last month, the Docs Team successfully held its <a href=\"https://make.wordpress.org/docs/2022/10/28/the-documentation-team-contributor-day-summary/\">first online Contributor Day</a> to collaborate in real-time, help onboard new contributors, and work on backlog tasks.</li>\n\n\n\n<li>Progress and next steps for the WordPress.org website redesign were shared <a href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\">in this post</a>. The following pages that will get a refreshed look and feel soon include <a href=\"https://make.wordpress.org/design/2022/11/11/a-refresh-of-wordpress-org-showcase/\">Showcase</a> and <a href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\">Documentation (HelpHub)</a>.</li>\n\n\n\n<li>The WordPress.org Theme Directory <a href=\"https://make.wordpress.org/meta/2022/10/20/displaying-style-variations-for-supporting-themes/\">introduced a new feature</a> that allows visitors to preview style variations in block themes.</li>\n\n\n\n<li>Inspired by the Community Team’s efforts to reactivate meetup groups, the Polyglots Team is looking to start a <a href=\"https://make.wordpress.org/polyglots/2022/11/08/starting-a-polyglots-outreach-effort/\">Polyglots outreach project</a> and welcomes help.</li>\n\n\n\n<li>The Training Team shared an <a href=\"https://make.wordpress.org/training/2022/11/01/summary-update-courses-currently-in-development-1-november-2022/\">overview of some of the new Learn WordPress courses</a> they have been recently working on.</li>\n\n\n\n<li>Openverse’s catalog now includes <a href=\"https://make.wordpress.org/openverse/2022/11/16/openverse-now-includes-over-1-million-audio-records/\">more than one million audio records</a>!</li>\n\n\n\n<li>The WordPress Photo Directory also reached a significant milestone by surpassing 5,000 photos! <a href=\"https://make.wordpress.org/photos/2022/11/17/the-road-to-5000-photos-a-retrospective/\">Check out this celebratory retrospective from the Photos team</a>.</li>\n\n\n\n<li>Speaking of Openverse and the Photo Directory, <a href=\"https://wordpress.org/news/2022/11/episode-43-openverse-photo-directory-what-are-they-and-how-are-they-different/\">don’t miss the latest episode of the WP Briefing podcast</a>—it covers the differences between these two resources, and how they work to further openly-licensed media.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\">Raghavendra Satish Peri</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Enjoy a spooky Halloween Mad Libs story completed by community contributors in <a href=\"https://wordpress.org/news/2022/10/episode-42-something-spooky-this-way-comes/\">Episode 42 of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback & testing requests</h2>\n\n\n\n<ul>\n<li>The <a href=\"https://make.wordpress.org/core/2022/10/12/call-for-testing-plugin-dependencies/\">Plugin Dependencies feature plugin is available for testing</a>. Provide your feedback by December 1, 2022.</li>\n\n\n\n<li>What does a genuinely sustainable WordPress community look like to you? Share your vision and thoughts in <a href=\"https://make.wordpress.org/project/2022/11/01/sustainability-channel-what-should-we-do/\">this discussion post</a>.</li>\n\n\n\n<li>The new WordPress developer blog is in public beta and <a href=\"https://make.wordpress.org/core/2022/11/21/wordpress-developer-blog-is-in-public-beta/\">ready for feedback</a>.</li>\n\n\n\n<li>The Core Team requests assistance with <a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">testing a new Rollback Feature in WordPress core</a>.</li>\n\n\n\n<li>Version 21.2 of the WordPress mobile app for <a href=\"https://make.wordpress.org/mobile/2022/11/15/call-for-testing-wordpress-for-android-21-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/11/14/call-for-testing-wordpress-for-ios-21-2/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Were you involved in WordPress 6.1? <a href=\"https://make.wordpress.org/core/2022/11/09/wordpress-6-1-misha-retrospective/\">Share your thoughts</a> on the release process by December 15, 2022.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Event updates & WordCamps</h2>\n\n\n\n<ul>\n<li>The WordCamp Asia organizing team is collaborating with WordCamp Central to bring the <a href=\"https://asia.wordcamp.org/2023/apply-for-wordcamp-asia-diversity-scholarship/\">WordCamp Asia Diversity Scholarship</a>. In addition, the team recently announced the <a href=\"https://asia.wordcamp.org/2023/speakers-announcement-round-1/\">first round of speakers</a>.</li>\n\n\n\n<li>Preparations for <a href=\"https://europe.wordcamp.org/2023/the-preparations-for-wordcamp-europe-2023-have-begun/\">WordCamp Europe 2023</a> are underway.</li>\n\n\n\n<li>Don’t miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e7-1f1f7.png\" alt=\"🇧🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://saopaulo.wordcamp.org/2022/\">WordCamp São Paulo</a>, Brazil on November 26, 2022</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://kolkata.wordcamp.org/2022/\">WordCamp Kolkata</a>, West Bengal, India on December 17-18, 2022</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Boost your speaking confidence in WordPress events. Register for the <a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-wpdiversity-tickets-462153532657\">How to Own Your Expertise & Start Speaking at WordPress Events</a> online workshop happening December 7, 2022.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress:</em> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/santanainniss/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>santanainniss</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</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:5:\"13988\";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:63:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"State of the Word 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\";s: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 Nov 2022 17:14: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: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:4:\"sotw\";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:17:\"state of the word\";s:7:\"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:35:\"https://wordpress.org/news/?p=13971\";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:223:\"Join the WordPress project leaders for State of the Word 2022 in New York City on December 15, 2022. Also live-streamed on social media, you will hear about the WordPress project, open source, and more in this annual event.\";s: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:17994:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/VeigCZuxnfY?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Hello, WordPress! </p>\n\n\n\n<p><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2022&dates=20221215T180000Z/20221215T193000Z&details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+the+event+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0A%0Ahttps://wordpress.org/news/2022/11/state-of-the-word-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Mark your calendars</a>; it’s almost time for State of the Word 2022!</p>\n\n\n\n<p>State of the Word is the annual keynote address delivered by the WordPress project’s co-founder, <a href=\"https://ma.tt\">Matt Mullenweg</a>. Every year, the event shares reflections on the project’s progress and the future of open source. Expect this and more in this year’s edition.</p>\n\n\n\n<p>This year’s event will take place in person in New York City and live-streamed via various WordPress.org social media platforms. </p>\n\n\n\n<p>Join Matt as he provides a retrospective of 2022, the latest WordPress releases, Site Editor advancements, and a return to in-person events around the globe, among other topics.</p>\n\n\n\n<p><strong>What:</strong> State of the Word 2022</p>\n\n\n\n<p><strong>When:</strong> <a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2022&dates=20221215T180000Z/20221215T193000Z&details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+the+event+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0A%0Ahttps://wordpress.org/news/2022/11/state-of-the-word-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">December 15, 2022, 1–2:30 P.M. EST (18–19:30 UTC)</a></p>\n\n\n\n<p><strong>How:</strong> If you’re watching from the comfort of your home or <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/\">local watch party</a>, the live stream will be embedded in this post and available through the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a>.</p>\n\n\n\n<p><em>Update December 5, 2022: All in-person seats to State of the Word have been claimed at this time. Please join us online or at a local watch party instead! </em><s>Would you like to join the in-person audience? <a href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2022\">Request a seat by completing this survey</a>.</s></p>\n\n\n\n<h2>Have a question for Matt?</h2>\n\n\n\n<p>State of the Word will include a Q&A session. If you want to participate, you can either send your question ahead of time to <strong>ask-matt@wordcamp.org</strong> or ask during the event in the live stream chat on YouTube.</p>\n\n\n\n<p>Given the volume of questions that are usually submitted, please note that it may not be possible to answer all of them in the live Q&A. A follow-up post will be published after the State of the Word to answer those not covered at the event.</p>\n\n\n\n<p>First time attending State of the Word? Check out <a href=\"https://wordpress.tv/tag/state-of-the-word/\">previous years’ recordings on</a> <a href=\"https://wordpress.tv/tag/state-of-the-word/\">WordPress.tv</a> to get a sense of the event.</p>\n\n\n\n<p>See you in person or online on December 15!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\" />\n\n\n\n<h2 id=\"join-a-state-of-the-word-watch-party-near-you\">Join a State of the Word Watch Party near You</h2>\n\n\n\n<p>Can’t make it to New York? No problem, organize or join a watch party in your community in person or online. Like last year, the Community team has resources available to help! Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/state-of-the-word-watch-parties/\">this handbook page</a>, which includes event templates, information on requesting a Zoom account, and how to get some swag.</p>\n\n\n\n<p>Gather together to look back on how WordPress has grown in 2022 and what is ahead for 2023. Stay up-to-date as a group on the latest happenings in the WordPress world and collaborate together on any questions you might have for Matt!</p>\n\n\n\n<p>Below you can find a list of State of the Word watch parties that will be updated regularly as the event approaches. If you don’t see a watch party in your region, <a href=\"https://meetup.com/pro/wordpress\">check this page on Meetup.com</a> to see if your local WordPress group is organizing one.</p>\n\n\n\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/bali-wordpress-meetup\">Bali</a> – <a href=\"https://www.meetup.com/bali-wordpress-meetup/events/290077585/\">Nobar Akbar – State of the Word 2022</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Bandung-WordPress-Meetup\">Bandung</a> – <a href=\"https://www.meetup.com/Bandung-WordPress-Meetup/events/290189476/\">Nonton bareng “State of the Word 2022”</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/demak-wordpress-meetup\">Demak</a> – <a href=\"https://www.meetup.com/demak-wordpress-meetup/events/290139514/\">Nobar Akbar – State of the Word 2022</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Gresik-WordPress-Meetup\">Gresik</a> – <a href=\"https://www.meetup.com/Gresik-WordPress-Meetup/events/290094185/\">Nonton bareng “State of the Word 2022”</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Jakarta-WordPress-Meetup\">Jakarta</a> – <a href=\"https://www.meetup.com/Jakarta-WordPress-Meetup/events/290077621/\">Nobar Akbar – State of the Word 2022</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/semarang-wordpress-meetup\"></a><a href=\"https://www.meetup.com/semarang-wordpress-meetup\">Semarang</a> – <a href=\"https://www.meetup.com/semarang-wordpress-meetup/events/290078011/\">Nobar Akbar – State of the Word 2022</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/surabaya-wordpress-meetup\">Surabaya</a> – <a href=\"https://www.meetup.com/surabaya-wordpress-meetup/events/290094201/\">Nobar Akbar – State of the Word 2022</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Surakarta-WordPress-Meetup\">Surakarta</a> – <a href=\"https://www.meetup.com/Surakarta-WordPress-Meetup/events/290118717/\">Nobar Akbar “State of the Word” 2022</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/tangsel-wordpress-meetup\">Tangsel</a> – <a href=\"https://www.meetup.com/tangsel-wordpress-meetup/events/290134068/\">[ONLINE] Nobar Akbar “State of the Word” Indonesia</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/tegal-wordpress-meetup/events/290031767/\">Tegal</a> – <a href=\"https://www.meetup.com/tegal-wordpress-meetup/events/290031767/\">Nonton bareng “State of the Word 2022”</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/wonosobo-wordpress-meetup\">Wonosobo</a> – <a href=\"https://www.meetup.com/wonosobo-wordpress-meetup/events/290202948/\">Nobar akbar “State of the Word” di Indonesia – WordPress Meetup Wonosobo #4</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1e9.png\" alt=\"🇮🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Yogyakarta-WordPress-Meetup\">Yogyakarta</a> – <a href=\"https://www.meetup.com/Yogyakarta-WordPress-Meetup/events/290210890/\">Nonton bareng akbar “State of the Word” dengan pembicara Matt Mullenweg</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/wpgrandrapids\">Grand Rapids</a> – <a href=\"https://www.meetup.com/wpgrandrapids/events/290039217/\">State of the Word Watch Party (In-person)</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/wordpress-jacksonville\">Jacksonville</a> – <a href=\"https://www.meetup.com/wordpress-jacksonville/events/290194941/\">State of the Word Watch Party (Online)</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/learn-wordpress-online-workshops\">Learn WordPress Online Workshops</a> – <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/290051844/\">State of the Word Watch Party (Live Online)</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/okc-wordpress-users-group/events/290042857/\">Oklahoma City</a> – <a href=\"https://www.meetup.com/okc-wordpress-users-group/events/290042857/\">State of the Word Watch Party (In-person)</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/sanjosewp\">San Jose</a> – <a href=\"https://www.meetup.com/sanjosewp/events/290067642/\">State of the Word 2022 Watch Party</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/wordpressscv\">Santa Clarita</a> – <a href=\"https://www.meetup.com/wordpressscv/events/290262927/\">State of the Word Watch Party (Online)</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/santa-cruz-wordpress\">Santa Cruz</a> – <a href=\"https://www.meetup.com/santa-cruz-wordpress/events/290067649/\">State of the Word 2022 Watch Party</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Kochi-WordPress-Meetup\">Kochi – </a><a href=\"https://www.meetup.com/Kochi-WordPress-Meetup/events/289893144/\">State of the Word Watch Party (In-person)</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Vadodara-WordPress-Meetup\">Vadodara</a> – <a href=\"https://www.meetup.com/Vadodara-WordPress-Meetup/events/290171074/\">State of the Word 2022 – Vadodara WordPress Meetup (In-person)</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f9.png\" alt=\"🇮🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/meetup-wordpress-ancona\"></a><a href=\"https://www.meetup.com/meetup-wordpress-ancona\">Ancona</a> – <a href=\"https://www.meetup.com/meetup-wordpress-ancona/events/289968378/\">State of the Word Watch Party + Auguri di Natale + Proposte 2023</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f9.png\" alt=\"🇮🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/RomaWordPress\">Roma (Rome)</a> – <a href=\"https://www.meetup.com/RomaWordPress/events/290220630/\">State of the Word Watch Party</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f9.png\" alt=\"🇮🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/WordPress-Meetup-Vicenza\">Vicenza</a> – <a href=\"https://www.meetup.com/WordPress-Meetup-Vicenza/events/290283053/\">Watch party WPVI di “State of the Word 2022”</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ef-1f1f5.png\" alt=\"🇯🇵\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Kagawa-WordPress-Meetup\">Kagawa</a> – <a href=\"https://www.meetup.com/Kagawa-WordPress-Meetup/events/290076405/\">State of the Word Watch Party + 日本語字幕つけ [オンライン開催]</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ef-1f1f5.png\" alt=\"🇯🇵\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Tokyo-WordPress-Meetup\">Tokyo</a> – <a href=\"https://www.meetup.com/Tokyo-WordPress-Meetup/events/289965452/\">State of the Word から来年の WordPress を考えよう!+ 忘年会</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Granada-WordPress-Meetup\"></a><a href=\"https://www.meetup.com/Granada-WordPress-Meetup\">Granada</a> – <a href=\"https://www.meetup.com/Granada-WordPress-Meetup/events/290016526/\">¡Veamos el State of the Word 2022!</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/WordPress-Sevilla/events/289745598/\">Sevilla</a> – <a href=\"https://www.meetup.com/WordPress-Sevilla/events/289745598/\">Watch Party Meetup y organizando el 2023</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e7-1f1ea.png\" alt=\"🇧🇪\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Antwerp-WordPress-Meetup\">Antwerp</a> – <a href=\"https://www.meetup.com/Antwerp-WordPress-Meetup/events/290193048/\">Ad hoc meetup: State of the Word 2022 viewing party</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f0.png\" alt=\"🇵🇰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/faisalabad-wordpress-meetup\"></a><a href=\"https://www.meetup.com/faisalabad-wordpress-meetup\">Faisalabad</a> – <a href=\"https://www.meetup.com/faisalabad-wordpress-meetup/events/290061682/\">WordPress keynote address</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/geneva-wordpress\"></a><a href=\"https://www.meetup.com/geneva-wordpress\">Genève (Geneva)</a> – <a href=\"https://www.meetup.com/geneva-wordpress/events/289943099/\">State of the Word “Watch Party” et plus/and more (FR/EN) WordPress</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ed-1f1f9.png\" alt=\"🇭🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup\">Port-au-Prince</a> – <a href=\"https://www.meetup.com/Port-au-Prince-WordPress-Meetup/events/289909938/\">State of the Word Watch Party (Online)</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e7-1f1ec.png\" alt=\"🇧🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://www.meetup.com/WordPress-Sofia-Meetup\">Sofia – </a><a href=\"https://www.meetup.com/WordPress-Sofia-Meetup/events/289915099/\">“State of the Word 2022” watch party!</a></li>\n</ul>\n\n\n\n<p>If you are planning a watch party for State of the Word and have questions, please email support@wordcamp.org. A member of the WordPress community team will assist you in the best way possible.</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:5:\"13971\";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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.1.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Nov 2022 19:51:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.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:5:{s:4:\"data\";s:5:\"6.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:3;a:5:{s:4:\"data\";s:14:\"minor-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:4;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:35:\"https://wordpress.org/news/?p=13918\";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:244:\"WordPress 6.1.1 is now available for download. This maintenance release features several updates since the release of WordPress 6.1 on 01 November 2022. You can review a summary of the key changes in this release by visiting 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s: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:9850:\"\n<h2>WordPress 6.1.1 is now available</h2>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.1.1&group=component&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&order=priority\">29 bug fixes in Core</a> and <a href=\"https://github.com/WordPress/gutenberg/compare/ca07aa8354a1131dbabcc36dfcaf70e0c0891f54...6566f5fe9ece6ad5ae550349d3b1f0944a011040\">21 bug fixes</a> for the block editor. WordPress 6.1.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/11/11/wordpress-6-1-1-rc1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/6-2/\">version 6.2</a> planned for 2023.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.1.1.zip\">download WordPress 6.1.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-6-1-1/\">version 6.1.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.1.1 release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, and <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>.</p>\n\n\n\n<p>WordPress 6.1.1 would not have been possible without the contributions of more than 105 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/10upsimon/\">10upsimon</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">Andre</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/azurseisme/\">azurseisme</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a>, <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bjorn2404/\">bjorn2404</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codesdnc/\">codesdnc</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidvongries/\">David Vongries</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella</a>, <a href=\"https://profiles.wordpress.org/manuilov/\">Eugene M</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fpodhorsky/\">fpodhorsky</a>, <a href=\"https://profiles.wordpress.org/franz00/\">franzaurus</a>, <a href=\"https://profiles.wordpress.org/gamecreature/\">gamecreature</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gisgeo/\">gisgeo</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/innovext/\">Innovext</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/outrankjames/\">James</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/carazo/\">Javier Carazo</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jchambo/\">jchambo</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">jeffpaul</a>, <a href=\"https://profiles.wordpress.org/joelmadigan/\">joelmadigan</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jsh4/\">jsh4</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kacper3355/\">kacper3355</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/konyoldeath/\">konyoldeath</a>, <a href=\"https://profiles.wordpress.org/larsmqller/\">larsmqller</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leo Milo</a>, <a href=\"https://profiles.wordpress.org/lozula/\">lozula</a>, <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mw108/\">mw108</a>, <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a>, <a href=\"https://profiles.wordpress.org/nuvopoint/\">nuvoPoint</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a>, <a href=\"https://profiles.wordpress.org/pkolenbr/\">pkolenbr</a>, <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodricus/\">rodricus</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/stentibbing/\">stentibbing</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, and <a href=\"https://profiles.wordpress.org/vtad/\">vtad</a>.</p>\n\n\n\n<h2>How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C03LZ88NX6G\">#6-1-release-leads channels</a>. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</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:5:\"13918\";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:61:\"\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:102:\"WP Briefing: Episode 43: Openverse & Photo Directory– What Are They, and How Are They Different?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wordpress.org/news/2022/11/episode-43-openverse-photo-directory-what-are-they-and-how-are-they-different/\";s: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, 14 Nov 2022 12:00: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"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:53:\"https://wordpress.org/news/?post_type=podcast&p=13890\";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:151:\"Join Josepha as she explores the differences between Openverse & Photo Directory, two resources for openly licensed media in the WordPress project.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2022/11/WP-Briefing-043-1.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s: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:\"Santana Inniss\";s: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:8965:\"\n<p>In the forty-third episode of the WordPress Briefing, Josepha Haden Chomphosy explores two resources for openly licensed media in the WordPress project– Openverse and Photo Directory– and how they differ from one another!</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/photos/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/photos/\">Photo Directory Make Page</a><br><a href=\"https://wordpress.org/photos/submit/\" data-type=\"URL\" data-id=\"https://wordpress.org/photos/submit/\">Submit a Photo to the Photo Directory</a><br><a href=\"https://make.wordpress.org/openverse/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/openverse/\">Openverse Make Page</a><br><a href=\"https://github.com/WordPress/gutenberg/issues/44496\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/issues/44496\">Openverse Call for Contributions: Block Editor Integration</a><br><a href=\"https://wordpress.org/download/\" data-type=\"URL\" data-id=\"https://wordpress.org/download/\">Download WordPress 6.1</a><br><a href=\"https://make.wordpress.org/docs/?p=13761\" data-type=\"URL\" data-id=\"https://make.wordpress.org/docs/?p=13761\">Docs Team Contributor Day Recap Post</a><br><a href=\"https://wp.me/p4FYxH-1XH\" data-type=\"URL\" data-id=\"https://wp.me/p4FYxH-1XH\">Hallway Hangout Block Themes (Video)</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13890\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. </p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:27] </strong></p>\n\n\n\n<p>About 18 months ago, the Openverse project became part of the WordPress open source project, and at roughly the same time, we also welcomed the Photo Directory.</p>\n\n\n\n<p>Since that time, we’ve seen growth in teams supporting both of these initiatives. But if you’re not involved in the day-to-day, it can be hard to know how those two things fit together or if they fit together at all.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:00] </strong></p>\n\n\n\n<p>Today, let’s take a brief tour of those two projects and why they came to be. </p>\n\n\n\n<p>In my timeline, work on the Photo Directory started before the work on Openverse, so that’s where we’ll start.</p>\n\n\n\n<p>For as long as I can remember, the WordPress community has raised the need for WordPress-first ways to have and host GPL-compatible photos for use in themes, site builds, and marketing efforts as a whole. As recently as 2016, that was still coming up as a question at various flagship events and among the career photographers that contribute their time to WordPress.</p>\n\n\n\n<p>So in 2017 and 2018, as attention started to turn toward rebuilding the CMS using blocks, it dropped down the list of priority items. But it never really went away as a thing that people were hoping we could do for the project as a whole. So in 2019, it was becoming clear that having open source-first tools of all varieties for people whose businesses were built on our software would help broaden the availability of the open source freedoms we believe in.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00] </strong></p>\n\n\n\n<p>This began the work on the Photo Directory with the intention of providing a GPL-friendly, community-driven repository of images. It has since launched, and we have photos in it now. We have a whole team around it. It’s wonderful. But that is how that all kind of came to be. </p>\n\n\n\n<p>Openverse, on the other hand, was launched as CC Search in 2019 with the laudable mandate to increase the discoverability and accessibility of open access media.</p>\n\n\n\n<p>Late in 2020, while work on the Photo Directory was underway, Matt shared with me that the team was looking for a new project home. When I first met with them, they shared an overview of the product, which they shorthanded as an open source search engine that searches openly licensed images. We were working on a repo of openly licensed images, so clearly, this was all written in the stars. And so you might be asking yourself at this point, great, how does it work together?</p>\n\n\n\n<p>I think for most of us, the timeline there kind of covers the question of what is the difference between these two things. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:00] </strong></p>\n\n\n\n<p>But because I never know which of you will want to strike up a conversation about open source on an elevator, I’ve also got the elevator pitch version. </p>\n\n\n\n<p>Openverse is an open source search engine that searches, indexes, and aggregates copy left media from across the web using sources such as WordPress’s Photo Directory, Flickr’s CC Tagged Media, and Wikimedia, to name just a few. </p>\n\n\n\n<p>Another key difference between the Photo Directory and Openverse is that in order to contribute to the Photo Directory, now that it’s all built, that’s mostly done by submitting photos or reviewing photos. So you don’t really need to be a developer to join in. </p>\n\n\n\n<p>Openverse is not only a developer-centric contribution opportunity, but it also uses a different tech stack than WordPress as a whole. So it’s a good place for folks to go if they’re looking to broaden their horizons.</p>\n\n\n\n<p>So that’s your elevator pitch of what Openverse is and how it uses the Photo Directory. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:00] </strong></p>\n\n\n\n<p>You have a couple of ways that you can get involved with these two projects. For the Photo Directory, as I mentioned at the start, you can always contribute photos, and they could always use more photo contributions.</p>\n\n\n\n<p>I’ll include a link to the submission guidelines in the show notes below, and as I mentioned, it is a no-code way to give back to the WordPress project. So no code, development environments, and testing skills are required. The Photo Directory team also could always use more contributors to help with the moderating of photo submissions.</p>\n\n\n\n<p>And so I’ll link to their making WordPress page in the show notes as well so that you can get started there. </p>\n\n\n\n<p>And as I mentioned before, Openverse is an aggregator, so it doesn’t host any media itself, but it is always accepting suggestions for new GPL-compatible media providers. I’ll link the area where you can leave suggestions in the show notes as well.</p>\n\n\n\n<p>And if you are more code inclined, there’s an open issue for adding Openverse browsing to the block editor right now. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00] </strong></p>\n\n\n\n<p>So I’ll link that issue in the show notes in case you thought to yourself, gosh, that sounds like my most favorite thing to do. That is where you can go. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:12]</strong></p>\n\n\n\n<p>This leads us now to our small list of big things.</p>\n\n\n\n<p>In case you missed it, WordPress 6.1 is now available. It launched on November 1st. Late, late, late in the day, and so it was easy to miss if you’re used to seeing it at a particular time. We were about six hours later than usual. But if you go to wordpress.org/download, you can get your own copy there.</p>\n\n\n\n<p>The second thing on our small list of big things is that the Docs team had a contributor day. It was excellent. There’s a recap post up. I will include that in the show notes. </p>\n\n\n\n<p>And then the final thing is that there was a recent hallway hangout that talked about the site editor and block themes.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:00] </p>\n\n\n\n<p>The video for that is also published. I will also share that in our show notes.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</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:5:\"13890\";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:70:\"\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:31:\"Introducing Twenty Twenty-Three\";s:7:\"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/2022/11/introducing-twenty-twenty-three/\";s: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, 08 Nov 2022 15:42: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:5:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";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:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.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:3;a:5:{s:4:\"data\";s:3:\"tt3\";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:19:\"twenty twenty-three\";s:7:\"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:35:\"https://wordpress.org/news/?p=13892\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"This post was written in collaboration with Lauren Stein (@laurlittle) and Anne McCarthy @annezazu). Twenty Twenty-Three is here, alongside WordPress 6.1! The new default theme offers a clean, blank canvas bundled with a collection of style variations. Style variations are predefined design options that give you the opportunity to alter the appearance of your site […]\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:72:\"https://wordpress.org/news/files/2022/11/Introducing-TT3_V4_captions.mp4\";s:6:\"length\";s:8:\"90767180\";s:4:\"type\";s:9:\"video/mp4\";}}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:\"Beatriz Fialho\";s: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:2438:\"\n<figure class=\"wp-block-video\"><video controls poster=\"https://wordpress.org/news/files/2022/11/introducing_tt3_featured_image.png\" src=\"https://wordpress.org/news/files/2022/11/Introducing-TT3_V4_captions.mp4\"></video></figure>\n\n\n\n<p><em>This post was written in collaboration with Lauren Stein (<a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>) and Anne McCarthy <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>)</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Twenty Twenty-Three is here, alongside WordPress 6.1! The new default theme offers a clean, blank canvas bundled with a collection of style variations.</p>\n\n\n\n<p>Style variations are predefined design options that give you the opportunity to alter the appearance of your site without having to change your theme. This means that you can keep your template structure but change the visual details of your site with ease.</p>\n\n\n\n<p>For a truly diverse collection, Twenty Twenty-Three’s featured style variations were submitted by members of the WordPress community, resulting in 38 submissions from 19 people in 8 different countries. From those submissions, a curated collection of ten was chosen and bundled with the new theme.</p>\n\n\n\n<p>This approach to style variations ushers in the next generation of block themes, able to harness the potential of the platform’s latest design capabilities and tools directly in the Site Editor. Since style variations don’t require any code experience, you’re encouraged to tweak and/or create your own.</p>\n\n\n\n<p><strong>Thank you to everyone who contributed. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></strong></p>\n\n\n\n<p>Useful links:<br><a href=\"https://wordpress.org/themes/twentytwentythree/\">Download Twenty Twenty-Three</a><br><a href=\"https://wordpress.org/support/article/twenty-twenty-three/\">Twenty Twenty-Three Documentation</a><br><a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three Project Kick Off</a><br><a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">Twenty Twenty-Three Selected Style Variations</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:5:\"13892\";s: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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 20 Dec 2022 14:58:23 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 20 Dec 2022 12:49:45 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:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20220307143324\";}','no'),(616,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1671591503','no'),(617,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1671548303','no'),(618,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1671591504','no');
INSERT INTO `wp_options` VALUES (619,'_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:60:\"WordPress.org blog: The Month in WordPress – November 2022\";s:7:\"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:35:\"https://wordpress.org/news/?p=14124\";s:7:\"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/2022/12/the-month-in-wordpress-november-2022/\";s: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:13437:\"<p>WordPress enthusiasts tuned in last week for the State of the Word address to celebrate the project’s yearly accomplishments and explore what 2023 holds. But that’s not the only exciting update from the past month. New proposals and ideas are already emerging with an eye on the year ahead—let’s dive into them!</p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<h2>Highlights from State of the Word 2022</h2>\n\n\n\n<p>WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> delivered the annual State of the Word address on <strong>December 15, 2022</strong>, before a live audience in New York City. Most attendees joined the event via livestream or one of the 33 watch parties held across 11 countries.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, Executive Director of WordPress, kicked off this year’s event with an introduction to the <strong>Four Freedoms of open source</strong> and the importance of WordPress in ensuring “a free, open and interconnected web for the future.”</p>\n\n\n\n<p>Similar to past State of the Word events, Matt reflected on the project’s achievements over the past year, including Gutenberg’s adoption beyond WordPress, the steady progress in advancing the site editing experience, and the return to in-person events.<em> </em>In addition, he took the opportunity to remind everyone of the <a href=\"https://communitysummit.wordcamp.org/2023/\">2023 Community Summit</a> and the <a href=\"https://wp20.wordpress.net/\">20th anniversary of WordPress</a> coming up next year.</p>\n\n\n\n<p><strong>Ahead of 2023</strong>, Matt announced <a href=\"https://make.wordpress.org/plugins/2022/12/16/plugins-themes-categorization/\">new taxonomies</a> in the WordPress.org theme and plugin directories to help users identify the extensions that best fit their needs and plans for Phase 3 of Gutenberg—Collaboration—among other notable updates.</p>\n\n\n\n<p>People who watched the State of the Word enjoyed a demo of <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a>, an experimental project to explore, experiment, and build apps with a WordPress instance that runs entirely in the browser.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Missed the event? <a href=\"https://wordpress.org/news/2022/12/state-of-the-word-2022-recap/\">Read the recap</a> or <a href=\"https://wordpress.tv/2022/12/16/matt-mullenweg-state-of-the-word-2022/\">watch the State of the Word recording</a> and <a href=\"https://wordpress.tv/2022/12/16/matt-mullenweg-state-of-the-word-2022-qa/\">Q&A session</a> on WordPress.tv.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>The 2022 WordPress Survey is open</h2>\n\n\n\n<p>The annual WordPress survey helps project leadership and those who build WordPress understand more about the contributor experience, how the software is used, and by whom.</p>\n\n\n\n<p>This year’s survey will remain <strong>open through the end of 2022</strong> and is available in English, French, German, Italian, Japanese, Russian, and Spanish.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">Take the 2022 WordPress Survey</a> to help make an impact on the project.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/\"><strong>Gutenberg 14.6</strong></a>, released on November 23, 2022, came with many refinements to core blocks. Notable highlights include a variation picker that allows users to choose a desired layout when a Group block is inserted on a page, a new list view for editing the Navigation block, and a keyboard shortcut to transform paragraph blocks into headings.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\"><strong>Gutenberg 14.7</strong></a>, released on December 7, 2022, introduced an experimental tabbed sidebar, colors to help identify some block types in list view, and improvements to the Page List block to make it easier to manage page links in the content.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: Introducing the block editor in the support forums, a revamped Showcase page, and more</h2>\n\n\n\n<ul>\n<li>The Support and Meta Teams are bringing <a href=\"https://make.wordpress.org/support/2022/12/introducing-the-block-editor-in-the-support-forums/\">the block editor experience into the WordPress.org support forums</a>.</li>\n\n\n\n<li>WordPress.org’s redesign continues with a <a href=\"https://make.wordpress.org/meta/2022/12/14/showcase-visual-refresh/\">refreshed Showcase page</a>.</li>\n\n\n\n<li>A <a href=\"https://make.wordpress.org/community/2022/12/05/proposed-2023-global-community-sponsorship-program/\">proposal for the 2023 Global Community Sponsorship Program</a> has been published.</li>\n\n\n\n<li>WordPress is accessible to more people thanks to 19,357 contributors who translated more than eight million strings this year. Learn more about the <a href=\"https://make.wordpress.org/polyglots/2022/12/12/reflecting-on-2022-in-polyglots/\">Polyglots Team’s achievements in 2022</a>.</li>\n\n\n\n<li>Speaking of accomplishments, supporters of the Global Meetup Reactivation project <a href=\"https://make.wordpress.org/community/2022/12/09/december-update-global-meetup-reactivation-project/\">helped reactivated 126 meetup groups</a> in 2022! There are also some discussions on <a href=\"https://make.wordpress.org/community/2022/12/15/idea-creating-a-translation-events-kit-for-meetups/\">how these efforts can support the Polyglots Outreach Effort project</a>, and vice versa.</li>\n\n\n\n<li>The Community Team met with members of the Meetup.com team to help report some feedback and issues with an accessibility overlay that they ultimately <a href=\"https://make.wordpress.org/community/2022/11/23/meetup-com-accessibility-overlay-update/\">agreed to remove</a>.</li>\n\n\n\n<li>The Training Team highlighted <a href=\"https://make.wordpress.org/training/2022/12/05/learn-wordpress-site-updates-december-2022/\">the latest updates</a> that have been made to <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. In addition, <a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-1/\">part 1</a> and <a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-2/\">part 2</a> of the Developers Guide to Block Themes are now available on the platform.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/themes/2022/12/05/introducing-new-themes-team-representatives-for-the-2023-edition/\">Themes</a> and <a href=\"https://make.wordpress.org/polyglots/2022/11/08/call-for-polyglots-team-representatives-2/#comment-295831\">Polyglots</a> Teams announced their team representatives for 2023.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/core/2022/11/30/now-available-wordpress-3-7-4-0-final-releases/\">final releases for WordPress 3.7-4.0</a> were made available on November 30, 2022, with a notice that they are no longer receiving security updates. WordPress 4.1 and later will continue to receive such updates.</li>\n\n\n\n<li>Fresh off the press, the <a href=\"https://make.wordpress.org/polyglots/2022/12/20/polyglots-monthly-newsletter-december-2022/\">December 2022 edition of the Polyglots monthly newsletter</a> is available for reading.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/11/people-of-wordpress-huanyi-chuang/\">Huanyi Chuang</a>, a front end developer from Taiwan.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Curious about why WordPress has so many releases? <a href=\"https://wordpress.org/news/2022/11/episode-44-minors-majors-and-why-we-have-so-many-releases/\">Tune in to Episode 44 of WP Briefing</a> to learn about the role of major and minor releases in the project.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback & testing requests</h2>\n\n\n\n<ul>\n<li>Help efforts to wrap up Gutenberg Phase 2 by <a href=\"https://make.wordpress.org/test/2022/12/14/fse-program-testing-call-19-running-through-refinements/\">testing the Site Editor’s latest updates</a>. Leave your feedback by January 6, 2023.</li>\n\n\n\n<li>The Performance Team shared a <a href=\"https://make.wordpress.org/core/2022/12/09/enhancing-the-scripts-api-with-a-loading-strategy/\">new proposal for enhancing the Scripts API with a loading strategy</a>.</li>\n\n\n\n<li>The Full Site Editing (FSE) Outreach Program is <a href=\"https://make.wordpress.org/test/2022/12/07/fse-program-seeking-volunteers-to-use-replay-io-for-capturing-bugs/\">looking for volunteers to use Replay.io for capturing bugs</a>. Express your interest by December 28, 2022.</li>\n\n\n\n<li>Version 21.4 of the WordPress mobile app for <a href=\"https://make.wordpress.org/mobile/2022/12/20/call-for-testing-wordpress-for-android-21-4/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/12/19/call-for-testing-wordpress-for-ios-21-4/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Community Team is calling on WordPress contributor teams to <a href=\"https://make.wordpress.org/community/2022/12/08/suggest-topics-for-the-2023-wordpress-community-summit/\">suggest topics for the 2023 Community Summit</a> by January 16, 2023.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordPress events updates</h2>\n\n\n\n<ul>\n<li>The #WPDiversity working group organized <a href=\"https://make.wordpress.org/community/2022/12/17/report-wpdiversity-inclusion-and-diverse-speaker-workshops-october-and-november-2022/\">several workshops</a> during the past few months. Among other highlights, attendees of the Speaker Workshop for Women Voices in Latin America reported a 52% increase in self-confidence to speak in public. <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/#upcoming-wpdiversity-workshops\">Stay tuned for the next events</a>.</li>\n\n\n\n<li>The WordCamp Europe 2023 organizing team shared <a href=\"https://europe.wordcamp.org/2023/wceu-2023-content-vision/\">their content vision</a> for next year’s flagship event in Athens, Greece.</li>\n\n\n\n<li><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia 2023</a> is just a few months away, scheduled for February 17-19, 2023, in Bangkok, Thailand. Organizers have announced the first recipient of the WordCamp Asia Diversity Scholarship, <a href=\"https://asia.wordcamp.org/2023/diversity-scholarship-recipient/\">Awais Arfan</a>.</li>\n\n\n\n<li>Three more WordCamps are happening in the next few months:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" /> <a href=\"https://zaragoza.wordcamp.org/2023/\">WordCamp Zaragoza</a>, Spain on January 20-21, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> <a href=\"https://birmingham.wordcamp.org/2023/\">WordCamp Birmingham, Alabama</a>, USA on February 4-5, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1ed.png\" alt=\"🇵🇭\" class=\"wp-smiley\" /> <a href=\"https://cebu.wordcamp.org/2023/\">WordCamp Cebu</a>, Philippines on February 11, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>WordCamp Europe 2023 is calling for <a href=\"https://europe.wordcamp.org/2023/the-call-for-sponsors-is-now-open/\">sponsors</a> and <a href=\"https://europe.wordcamp.org/2023/call-for-speakers-is-open-now/\">speakers</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this edition of The Month in WordPress: <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sereedmedia</a>, and <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</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:\"Tue, 20 Dec 2022 12:05: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:14:\"rmartinezduque\";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:51:\"WPTavern: WordPress.com Launches Newsletter Product\";s:7:\"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:\"https://wptavern.com/?p=140414\";s:7:\"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://wptavern.com/wordpress-com-launches-newsletter-product\";s: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:5978:\"<p>WordPress.com has <a href=\"https://wordpress.com/blog/2022/12/19/write-and-publish-your-newsletter-on-wordpress-com/\">launched</a> a newsletter product just in time to capture those escaping <a href=\"https://twitter.com/shl/status/1603954292834328577\">Gumroad’s price increase</a> and editors displaced by <a href=\"http://help.getrevue.co/en/articles/6819675-we-ve-made-the-difficult-decision-to-shut-down-revue\">Revue shutting down</a>. Newsletters, which were already booming as a communication tool in recent years, have become more critical than ever, as the uncertainty around Twitter has people scrambling to find reliable ways to stay connected.</p>\n\n\n\n<p>WordPress.com (and Jetpack users) have had the ability to send published posts to email subscribers for years. This isn’t usually marketed as a newsletter (as you can see below) but functions in the same way.</p>\n\n\n\n<img />\n\n\n\n<p><a href=\"https://wordpress.com/setup/newsletter/intro\">WordPress.com Newsletter</a> is a new streamlined product for scheduling and publishing newsletters using WordPress. It uses the same underlying infrastructure as subscribing to sites via email, offering users unlimited email subscribers. During setup, newsletter creators can import up to 100 subscribers from other newsletter services by uploading a CSV file. </p>\n\n\n\n<img />\n\n\n\n<p>A theme designed for newsletters is put in place with additional <a href=\"https://wordpress.com/blog/2022/11/18/new-patterns-subscriptions-link-in-bio-wireframes-and-more/\">newsletter-focused block patterns</a> for the Subscribe box. Users can take advantage of the Site Editor to further customize the site’s background, site icon, and accent colors. This type of website showcases the versatility of the block editor, as newsletter creators can quickly design their own unique websites, without editing any code.</p>\n\n\n\n<p>With all the activity in the newsletter product space lately, I had to give myself a tour of WordPress.com’s new product to see how it stacks up to creating campaigns with other dedicated email services. In the first part of the setup process, users will upload a logo, specify a site name and description, and select a color. </p>\n\n\n\n<img />\n\n\n\n<p>The next section displays pricing options with a plain link at the top for the free plan. Paid plans are ad-free and allow users to send unlimited emails. In the future, the premium plan will allow users to monetize their newsletters in various ways, such as selling subscriptions or collecting donations.</p>\n\n\n\n<img />\n\n\n\n<p>After selecting a plan and free or paid domain name, users have the opportunity to upload up to 100 emails from other newsletter services. I selected the free plan, so that number may be unlimited with the paid plans. The site setup is fairly quick, as it puts the default theme in place, and users are encouraged to start writing. It’s a simple flow entirely geared towards publishing newsletters. Depending on the readiness of the post, newsletter authors can have their first issue landing in subscribers’ inboxes in minutes.</p>\n\n\n\n<img />\n\n\n\n<p>The default newsletter site theme doesn’t come with additional style variations but users can easily edit the templates to expand, reduce, or further customize what is shown on the frontend. </p>\n\n\n\n<img />\n\n\n\n<p>The default theme is very minimalist but looks nice out of the box on both desktop and mobile. The subscribe form is front and center and recent posts, or newsletter “issues,” show up underneath with a featured image.</p>\n\n\n\n\n\n\n\n<p>If you are familiar with WordPress, using the block editor is likely far easier than any newsletter campaign editor out there, as these tend to be clunky and limited in options. Publishing directly from WordPress.com also eliminates the need to copy the content over into a newsletter service and reformat it for email, a problem that services like <a href=\"https://newsletterglue.com/\">Newsletter Glue</a> have set out to solve for self-hosted WordPress sites.</p>\n\n\n\n<p>if you are a subscriber of <a href=\"https://indieweb.org/principles#:~:text=%F0%9F%97%BD%20The%20IndieWeb%20Community%20is,platform%20agnostic%20platforms%2C%20plurality%20over\">IndieWeb principles</a>, one of the most important considerations in launching a newsletter is that you own your own data and have the opportunity to practice POSSE (Publish (on your) Own Site, <a href=\"https://indieweb.org/Category:syndication\">Syndicate</a> Elsewhere). WordPress.com’s new offering makes it effortless to follow this workflow for newsletter publishing. </p>\n\n\n\n<p>One bonus feature, which is lacking with major newsletter service providers, is that subscribers can reply to the email to leave a comment on the published post, furthering the public conversation around each issue of the newsletter.</p>\n\n\n\n<p>Although WordPress.com has experience sending millions of emails at scale, the newsletter product’s pricing and sales copy doesn’t mention anything about deliverability rates. This is a major selling point for people coming from other services which haven’t performed as well on deliverability. There is also no comparison chart showing the limitations of the free account, which may be an important consideration for those who are just testing the waters.</p>\n\n\n\n<p>For those who are not hosting their sites at WordPress.com, there are a myriad of diverse plugins for self-hosted WordPress that can make newsletter publishing a seamless process. It requires knowing which ones to install, setup, and configure. For non-technical publishers, WordPress.com’s newsletter product is the most approachable entry point to WordPress-based newsletter publishing that exists on the market right now. If the company can add the monetization features fast enough, this product has the potential to become a major contender among newsletter services jostling to capture the creator economy.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Dec 2022 06:56: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: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:\"Do The Woo Community: A State of the Word Dinner with Some Woo\";s:7:\"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://dothewoo.io/?p=74129\";s:7:\"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://dothewoo.io/a-state-of-the-word-dinner-with-some-woo/\";s: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:418:\"<p>As some WordPress people gathered in NYC for the WordPress State of the Word, the night before a few of us gathered for a dinner and drinks.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/a-state-of-the-word-dinner-with-some-woo/\">A State of the Word Dinner with Some Woo</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 19 Dec 2022 10:38: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:5:\"BobWP\";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:114:\"Gutenberg Times: Design System Bridge to WordPress, Fonts management, Playground and more – Weekend Edition #239\";s:7:\"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:35:\"https://gutenbergtimes.com/?p=22982\";s:7:\"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://gutenbergtimes.com/design-system-bridge-to-wordpress-fonts-management-playground-and-more-weekend-edition-239/\";s: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:28376:\"<p>Howdy, </p>\n\n\n\n<p>Welcome to the last edition of the year 2022! It’s been a fantastic year for the block editor with many new features. What is your most favorite feature that gives you joy whenever you use it? Please let me know pauli@gutenbergtimes.com or use the comments. </p>\n\n\n\n<p>For me, it’s the little things, like drag & drop (🐉 + 💧) an image from a screenshot right into the post or the [[ -shortcut to link to other posts and pages on the same site or the gallery block that now has individual image blocks, or the nicely revamped color-picker to assign colors. I am excited about the next WordPress version, to see great enhancements of the Site Editor. It will feel much more natural to use and easier for a user to orient oneself. </p>\n\n\n\n<p>This last edition of the year has a lot of interesting content for all WordPress users, developers, site builders and designers. </p>\n\n\n\n<p>Wishing you and yours Happy Holidays, and a happy, healthy and prosperous New Year!</p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: With all the talk about collaborative editing, I just came across a great article by the CKEditor team. (Thank you, <a href=\"https://twitter.com/nomad_skate\">Mark Andrew</a>) There are quite a few considerations and decisions to make. If you want to start thinking deeply about the problem, this is one article for you. <a href=\"https://ckeditor.com/blog/Lessons-learned-from-creating-a-rich-text-editor-with-real-time-collaboration/\"><strong>Lessons learned from creating a rich-text editor with real-time collaboration</strong></a>, by <strong><a href=\"https://twitter.com/scofalik\">Szymon Cofalik</a></strong>, Collaboration Features Technical Leader and <strong>Anna Tomanek</strong>, Documentation & Content Manager at CKEditor.</p>\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/7616700808432/WN_IG_fXjzCQymTk62cV9_ocw\">Reserve your seats!</a></strong> The next <strong>Gutenberg Live Q & A</strong> will take place on January 11th, 2023 at 5pm ET / 22:00 UTC .</p>\n\n\n\n<p>In this show, <strong>Isabel Brison</strong>, <strong>Andrew Serong</strong> and <strong>Justin Tadlock</strong> will discuss the opportunities and challenges of the Layout features for site builders, and they will be available to answer your questions. Isabel Brison will also give us a demo of various layout scenarios. <strong><a href=\"https://us02web.zoom.us/webinar/register/7616700808432/WN_IG_fXjzCQymTk62cV9_ocw\">Join us!</a></strong></p>\n\n\n\n<p><em>This is also a preview on <a href=\"https://asia.wordcamp.org/2023/session/layout-layout-layout/\">Isabel Brison’s talk at WordCamp Asia</a></em> i<em>n February 2023</em></p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7616700808432/WN_IG_fXjzCQymTk62cV9_ocw\"><img /></a>\n</div></div>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-state-of-the-word\">State of the Word</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-gutenberg-14-7\">Gutenberg 14.7</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#4-tutorial\">Tutorials on WordPressTV</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">Upcoming WordPress events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-l\">Learn WordPress Online Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><br /><strong>Anne McCarthy</strong> posted a new <strong><a href=\"https://make.wordpress.org/test/2022/12/14/fse-program-testing-call-19-running-through-refinements/\">FSE Program Testing Call #19: Running Through Refinements</a></strong>. The test instructions have you focus on several changes to the site editing experience, including an easier way to navigate between content, the ability to change menus from within the block settings sidebar, and the addition of block inspector tabs to make blocks with numerous controls easier to configure and customize. </p>\n\n\n\n<p>The goal of these changes is to make it easier to navigate, see changes at scale, create an easier navigation editing/creation experience, and have a more intuitive experience when editing individual blocks. The testing instructions outline how to use a prebuilt test site or set up your own test site and then walk through the steps of exploring the browse mode, editing navigation, and updating the homepage and overall styling.</p>\n\n\n\n<h3 id=\"1-state-of-the-word\">State of the Word</h3>\n\n\n\n<p>In his <em>State of the Word</em>, <strong>Matt Mullenweg</strong> spoke about the big things in 2022 and 2023. The Q & A was also recorded. You can watch the <a href=\"https://www.youtube.com/watch?v=VeigCZuxnfY\">recording on YouTube</a>. The fine folks at various WordPress News outlets, already published their recap articles: </p>\n\n\n\n<p><strong>Emily Schiola,</strong> editor at the <em>Torque Magazine</em> wrote in <a href=\"https://torquemag.io/2022/12/open-for-all-state-of-the-word-2022/\"><strong>Open for All: State of the Word 2022</strong></a>, “Some themes were familiar such as the power of the community, and the importance of keeping open-source open. But others like collaborative editing within the dashboard and new plugin taxonomies spoke to an exciting and vibrant future of the project that couldn’t have been imagined when it was created 20 years ago.”</p>\n\n\n\n<p><strong>Sarah Gooding</strong> wrote in her article, <a href=\"https://wptavern.com/state-of-the-word-2022-matt-mullenweg-highlights-gutenbergs-progress-announces-new-community-tools\"><strong>State of the Word 2022: Matt Mullenweg Highlights Gutenberg’s Progress, Announces New Community Tools</strong></a>, “Mullenweg said he is hoping Gutenberg can create an “open block standard that can be used anywhere,” where users learn it on one system, and it can be applied in other apps.” Gooding also explains more on the “Tools Coming to the Community: New Taxonomies for the Plugin and Theme Directories and Staging “Playground” that Runs WordPress in the Browser”.</p>\n\n\n\n<p><strong>Matt Mederios</strong> published a recap on <em>The WPMinute</em>, with a great list of bullet points, links to mention activities and sites, and a transcript: <a href=\"https://thewpminute.com/state-of-the-word-2022/\"><strong>State of The Word 2022</strong></a></p>\n\n\n\n<p>In addition, I just want to point out the gigantic numbers around contributors in 2022.</p>\n\n\n\n<a href=\"https://www.youtube.com/watch?v=VeigCZuxnfY\"><img /></a>\n\n\n\n<p>These are very impressive numbers of unique contributors on releases in 2022. </p>\n\n\n\n<ul>\n<li>1,399 – unique count of contributors to releases in 2022</li>\n\n\n\n<li>652 – first time contributors, that’s almost half! 🤯 That’s a huge amount of onboarding work by the teams! </li>\n\n\n\n<li>424 – contributed in 2021 and returned in 2022</li>\n\n\n\n<li>322 – who took a break in 2021 and returned in 2022</li>\n\n\n\n<li>204 – contributed to all releases in 2022</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<a href=\"https://www.pewresearch.org/\"><img /></a>\n\n\n\n<p>On a side note: The <a href=\"https://www.pewresearch.org/\">Pew Research Center</a> received a shout-out for their “Politology” Quiz, built with blocks and over 1 Million people taking it. <strong>Seth Rubenstein</strong>, lead web developer, was a guest on a Gutenberg Times Live Q & A and gave a great demonstration about the team’s work with the block editor. </p>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-30_70 ngl-articles-frontend\">\n\n \n <div class=\"ngl-articles-wrap ngl-articles-webview\">\n \n \n <div class=\"ngl-article-mobile\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td valign=\"top\">\n <div class=\"ngl-article-mob-wrap\">\n <div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/live-q-a-block-first-approach-at-pew-research-center/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/07/Screen-shot-Pew-Research-Center-july-0222-.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/live-q-a-block-first-approach-at-pew-research-center/\" target=\"_self\" rel=\"\"><span>Live Q & A: Block-First Approach at Pew Research Center</span></a></div><div class=\"ngl-article-excerpt\">On July 22, 2022, Michael Piccorossi, Head of Digital Strategy and Seth Rubenstein, Lead Developer at Pew Research Center talked to co-hosts Anne McCarthy, WordPress Product Liaison and Birgit Pauli-Haack,…</div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n </div>\n\n</div>\n\n\n\n\n<h3 id=\"2-gutenberg-14-7\">Gutenberg 14.7</h3>\n\n\n\n<p><strong>Sarah Gooding</strong> reported on the <a href=\"https://wptavern.com/gutenberg-14-7-introduces-color-coding-for-template-parts-and-reusable-blocks-adds-media-tab-to-inserter\"><strong>Gutenberg 14.7 release Gutenberg 14.7 Introduces Color Coding for Template Parts and Reusable Blocks, Adds Media Tab to Inserter</strong></a>. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-77-gutenberg-14-7-whats-new-for-block-themes-an-upcoming-live-qa-in-january/\">Gutenberg Changelog #77 – Gutenberg 14.7, what’s new for Block Themes, an upcoming Live Q&A in January</a> with special guest, Daisy Olsen and host Birgit Pauli-Haack. </p>\n</div></div>\n\n\n\n<p><strong><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v14.8.0-rc.1\">Gutenberg 14.8 RC</a></strong> candidate is already available for testing. Stable release is scheduled for December 21st, 2022. Release lead is <strong>Ryan Welcher</strong>. </p>\n\n\n\n<h2 id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/12/12/creating-a-call-to-action/\"><strong>Create a Call to Action</strong></a> is the recording of a recent workshop by <strong>Wes Theron</strong>, WordPress Training team. A Call To Action (CTA) is an element on your site that asks people to take a specific action. In this session, you will look at how you can create your own CTA by only using the block editor.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> was a guest on Press This the WordPress Community Podcast. <strong>Doc Pop</strong> discussed with McCarthy what’s <a href=\"https://torquemag.io/2022/12/press-this-whats-next-6-2/\"><strong>beyond Site Editing, What’s Next for WordPress 6.2?</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://stunningdigitalmarketing.com/episode-285-talking-all-things-wordpress/\"><strong>In Episode 285</strong></a> <strong>Rob Cairns</strong>, of Stunning Digital Marketing and host of the podcast with the same name, sat down with Birgit Pauli-Haack and Matias Ventura to talk all things WordPress</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding </strong>reports on the latest release of WooCommerce Blocks. <strong><a href=\"https://wptavern.com/woocommerce-blocks-9-1-0-introduces-products-block-in-beta\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce Blocks 9.1.0 Introduces Products Block in Beta</a>.</strong> <a href=\"https://wordpress.org/plugins/woo-gutenberg-products-block/\">WooCommerce Blocks</a> is a plugin that helps users to create and customize online stores using blocks. The latest version, 9.1.0, includes the beta release of a new Product Query-powered Products block, which allows users to arrange and display products using preset options and control the layout. The Products block is based on the core Query Loop block and is intended to eventually replace all the plugin’s current product-displaying blocks. </p>\n\n\n\n<p>In addition to the Products block, version 9.1.0 introduces three new “product-adjacent” block patterns, which focus on presentation rather than store data. It also includes support for alignment settings in the Add to Cart Button and Product Rating elements.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Doc Pop</strong> hosted the <a href=\"https://torquemag.io/2022/12/torque-social-hour-learning-to-use-the-site-editor/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Torque Social Hour: Learning to use the Site Editor</strong></a>. This week’s episode features Brian Gardner teaching Doc how to edit a block-based WordPress theme with the new Site Editor. Gardner designed one of the Style Variations in the new Twenty Twenty Three theme</p>\n\n\n\n<h3 id=\"4-tutorial\">Tutorials on WordPressTV</h3>\n\n\n\n<ul>\n<li><a href=\"https://css-tricks.com/adding-box-shadows-to-wordpress-blocks-and-elements/\">Training team published a few more videos on WordPressTV</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/12/15/exploring-category-templates-and-the-query-loop-block/\" target=\"_blank\" rel=\"noreferrer noopener\">Exploring Category Templates and the Query Loop Block</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/12/15/displaying-the-comments-block-in-block-themes/\" target=\"_blank\" rel=\"noreferrer noopener\">Displaying the comments block in block themes</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/12/07/using-the-navigation-block-2/\" target=\"_blank\" rel=\"noreferrer noopener\">Using the navigation block</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/11/30/using-page-templates/\" target=\"_blank\" rel=\"noreferrer noopener\">Using page templates</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/12/08/the-key-to-locking-blocks/\" target=\"_blank\" rel=\"noreferrer noopener\">The key to locking blocks</a></li>\n</ul>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Anne McCarthy</strong> invites you to a <a href=\"https://make.wordpress.org/core/2022/12/16/hallway-hangout-performance-considerations-for-block-themes/\"><strong>Hallway Hangout: Performance Considerations for Block Themes</strong></a> on <strong>January 10, 2023 at 9:30 ET / 14:30 UTC.</strong> She wrote: “As more is being done to work on performance as it relates to block themes, a hallway hangout has been planned to bring together folks from various backgrounds to see what else can be worked on, unblocked, and better understood. This is meant to be both a knowledge sharing and alignment creating session between folks from various areas”. The Zoom link will be shared in the <a href=\"https://make.wordpress.org/core/tag/core-performance/\">#core-performance</a> Slack channel before starting<strong>.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In this article, <strong><a href=\"https://wpvip.com/2022/12/09/figma-to-wordpress/\">Exporting Design System Tokens From Figma to WordPress</a>,</strong> <strong>Alec Geatches</strong>, and <strong>Gopal Krishnan</strong>, both software developers at Automattic walk you through their process – in great detail – to connect the design system created in Figma with the WordPress theme to keep both in sync. With the assistance of two plugins one for Figma and one for WordPress, they showed how you can import your design system from Figma into the theme.json of a WordPress theme. The two plugins are <a href=\"https://www.figma.com/community/plugin/843461159747178978/Figma-Tokens\">Figma Tokens plugin</a> and <a href=\"https://github.com/Automattic/vip-design-system-bridge\">Design System Bridge</a></p>\n\n\n\n<p>In a new two-part series, Geatches and Krishan build on that foundation by showing you how you can use imported design tokens from theme.json in the block editor. This allows you to better organize your WordPress site to reflect your design system. The first part of the series is already published: <a href=\"https://wpvip.com/2022/12/15/using-a-design-system-with-the-wordpress-block-editor-pt-1-theme-json/\"><strong>Using a Design System with the WordPress Block Editor Pt. 1: theme.json</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his article on the Developer Blog,<strong> Justin Tadlock</strong>, outlined how theme developers can <strong><a href=\"https://developer.wordpress.org/news/2022/12/07/leveraging-theme-json-and-per-block-styles-for-more-performant-themes/\" target=\"_blank\" rel=\"noreferrer noopener\">leverage theme.json and per-block styles for more performant themes</a>.</strong> The block system in WordPress also allows for per-block styles to be loaded, in-lining the CSS for specific blocks in the front-end view. It is recommended for theme developers to utilize <code>theme.json</code> and per-block styles to ensure a performant theme, and to check for available settings and styles before using custom CSS.</p>\n\n\n\n<p>In this workshop recording, <strong>Jonathan Bossenger</strong> took participants on a <strong><a href=\"https://wordpress.tv/2022/12/15/wordpress-theme-template-tour/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress theme template tour</a>.</strong> Templates are the WordPress theme files used to render website pages. Getting acquainted with templates is an important step in learning to build themes for WordPress.</p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p>In his video, <strong><a href=\"https://wordpress.tv/2022/12/09/manage-your-block-theme-fonts-with-create-block-theme/\" target=\"_blank\" rel=\"noreferrer noopener\">Manage your block theme fonts with Create Block Theme</a>,</strong> <strong>Jonathan Bossenger</strong>, shows you how you can add external fonts to your block theme by using the updated plugin <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a>. Whether you want to download a font from Google fonts, or install a font you’ve downloaded elsewhere, Create Block Theme makes it painless to add them to your block theme.</p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>With his post, <a href=\"https://css-tricks.com/saving-settings-for-a-custom-wordpress-block-in-the-block-editor/\"><strong>Saving Settings for a Custom WordPress Block in the Block Editor</strong></a> on CSS Tricks, Manoj Kumar, published the fourth part of the series <em>Working With External APIs in WordPress Blocks</em>. Kumar covers saving the settings options, so they persist the next time someone edits a post that contains the custom block, that was created and expanded in the last three post of the series. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his recent live streams, Ryan Welcher started <a href=\"https://www.youtube.com/watch?v=cGsAfBMZzhw\"><strong>building an Advanced Query Loop plugin</strong></a>. Part one is now available on his YouTube channel. This plugin introduces a Query Loop block variation that will empower users to be able to do much more complicated queries with the Query Loop block, such number of posts to display and post meta. The <a href=\"https://github.com/ryanwelcher/advanced-query-loop\">source code</a> is already available on GitHub. Part 2 will be posted in the next couple of weeks. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The latest article on the WordPress Developer Blog, come from <a href=\"https://twitter.com/dsas\"><strong>Dean Sas,</strong></a> JavaScript wrangler at Automattic. It’s an introduction of <a href=\"https://developer.wordpress.org/news/2022/12/13/application-state-managed-withdispatch-withselect-and-compose-101/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Application state managed withDispatch, withSelect and compose 101</strong></a>. <code>withDispatch</code>, <code>withSelect</code> and <code>compose</code> are a triad of Gutenberg methods that are often used together to manage application state. This article briefly explains why these methods are important, what they’re used for and how to use them.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger</strong> continues is series of videos <em>Developing blocks without React! —</em> The video on <a href=\"https://wordpress.tv/2022/12/12/lets-code-developing-blocks-without-react-block-supports/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Block Supports</strong></a> is the latest of the series. He wrote: “So far, we’ve built a WordPress block using plain JavaScript which supports custom styles via a stylesheet, uses block attributes and the RichText component to allow the user to edit the block content, and uses a custom toolbar control to allow the user to align the RichText content. Next, we will look at adding additional support for managing the block styles, via the Block Supports API.” </p>\n\n\n\n<p>The other editions </p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/2022/12/02/lets-code-developing-blocks-without-react-controls/\">Controls</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/11/25/lets-code-developing-blocks-without-react-part-2-take-2/\">Attributes and RichText</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/11/18/lets-code-developing-blocks-without-react-all-about-attributes/\">All about Attributes</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/11/11/lets-code-developing-blocks-without-react-part-1/\">Block Basics</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reported on the latest <a href=\"https://wptavern.com/drupal-gutenberg-2-6-released-with-drupal-10-compatibility\"><strong>Drupal Gutenberg 2.6 Released with Drupal 10 Compatibility</strong></a>. The module allows users to build landing pages and save reusable blocks using a block-based editor without needing to know code – Over 3,300 Drupal installations currently use Gutenberg, and the module has been regularly updated for over 4 years – Gutenberg ships with 60+ blocks and access to a cross-platform community library for custom blocks. M<a href=\"https://wptavern.com/drupal-gutenberg-2-6-released-with-drupal-10-compatibility\">ore info is available in the article. </a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <strong>WordPress Playground</strong> was mentioned in the State of the Word this week. It was renamed from the former WordPress Sandbox title, as it was too close to a commercial product in the WordPress space. <strong>Sarah Gooding</strong> reported on it in here article <a href=\"https://wptavern.com/new-wordpress-sandbox-project-demos-test-drive-themes-and-plugins-in-the-browser\" target=\"_blank\" rel=\"noreferrer noopener\">Project Demos: Test-Drive Themes and Plugins in the Browser</a>. The <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> project uses WASM to provide in-browser IDE and test environment for theme and plugin development. <strong>Adam Zieliński,</strong> core contributor sponsored by Automattic, introduced the project in September wiith his post on the Make Blog: <a href=\"https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/\">Client-side WebAssembly WordPress with no server</a>. <a href=\"https://wordpresswasm.readthedocs.io/en/latest/\">Documentation and API reference</a> is also available </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"5-s\">Upcoming WordPress events</h2>\n\n\n\n<p><strong>January 11, 2023 – 5 pm ET / 22:00 UTC</strong><br /><strong><a href=\"https://us02web.zoom.us/webinar/register/7616700808432/WN_IG_fXjzCQymTk62cV9_ocw\">Gutenberg Times Live Q & A: Layout, layout, layout</a></strong><br />Panel discussion with Isabel Brison, Andrew Serong, Justing Tadlock and Birgit Pauli-Haack</p>\n\n\n\n<p><strong>February 17 – 19, 2023</strong><br /><a href=\"https://asia.wordcamp.org/2023/\"><strong>WordCamp Asia 2023</strong></a> </p>\n\n\n\n<h3 id=\"1-l\">Learn WordPress Online Meetups</h3>\n\n\n\n<p>December 21, 2022 – 7 pm ET / 24:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/290170454/\"><strong>Creating a Theme with the Create Block Theme Plugin Session 1</strong></a></p>\n\n\n\n<p>December 21, 2022 – 3 am ET / 8 am UTC<br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/290170469/\">Creating a Theme with the Create Block Theme Plugin Session 2</a></strong></p>\n\n\n\n<p>January 19, 2023 – 7 pm ET / 24:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/290363952/\"><strong>Let’s make custom templates in the Site Editor!</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Imajinn AI – Holidays-at-futuristic-Times-Square</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s: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, 17 Dec 2022 08:38: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:18:\"Birgit Pauli-Haack\";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:68:\"WPTavern: Drupal Gutenberg 2.6 Released with Drupal 10 Compatibility\";s:7:\"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:\"https://wptavern.com/?p=140392\";s:7:\"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:79:\"https://wptavern.com/drupal-gutenberg-2-6-released-with-drupal-10-compatibility\";s: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:3317:\"<p>Drupal Gutenberg, the <a rel=\"noreferrer noopener\" href=\"https://www.drupal.org/project/gutenberg\" target=\"_blank\">Gutenberg module for Drupal</a> that was created by <a rel=\"noreferrer noopener\" href=\"https://www.frontkom.no/\" target=\"_blank\">Frontkom</a>, has released <a href=\"https://www.drupal.org/project/gutenberg/releases/8.x-2.6\">version 2.6</a> with compatibility for Drupal 10. The module offers Drupal users a better authoring experience using blocks, allowing them to quickly build landing pages and save reusable blocks inside the editor without any code required. </p>\n\n\n\n<p>There are more than 3,300 active Drupal installations using Gutenberg, and the module has been receiving regular updates for more than four years. It ships with 60+ blocks as well as access to the <a href=\"https://gutenbergcloud.org/\">Gutenberg Cloud</a>, a cross-platform community library for custom Gutenberg blocks. Since the blocks are JavaScript-only, they work across both Drupal and WordPress sites alike. </p>\n\n\n\n<p>“Installing Gutenberg slashed our content creation time by 80%,” a content creator at <a href=\"https://www.fortum.com/\">Fortum</a>, a Finnish state-owned energy company, reported to the Drupal Gutenberg maintainers. “We are able to create more content in a shorter time, allowing us to be much more agile than we used to.” </p>\n\n\n\n<p>Version 2.6 includes the following fixes and enhancements:</p>\n\n\n\n<ul>\n<li>Handle translations for mapped fields <s><a href=\"https://www.drupal.org/project/gutenberg/issues/3320395\">#3320395: Handle translations for mapped fields</a></s></li>\n\n\n\n<li>Support for field groups <s><a href=\"https://www.drupal.org/project/gutenberg/issues/3096002\">#3096002: Support Field Groups</a></s></li>\n\n\n\n<li>Fixes for Claro <a href=\"https://www.drupal.org/project/gutenberg/issues/3142400\">#3142400: Compatibility with Claro/Gin theme</a></li>\n</ul>\n\n\n\n<p>Drupal Gutenberg has removed support for Drupal 8 in this release. Version 2.6 is fully compatible with Drupal 10, released yesterday. Drupal 10 was previously scheduled for June 2022 but pushed back to December. This release shipped with all the new features of <a href=\"https://ckeditor.com/ckeditor-5/\">CKEditor 5</a>, which boasts a more modular architecture, but it is a complete rewrite of the previous version with no backwards compatibility. </p>\n\n\n\n<p>CKEditor is the most popular editor among Drupal users and is now the default editor. Drupal users can easily swap out their editor on per content-type basis, and the Gutenberg module can be enabled as an alternative to CKEditor. The module is superior to CKEditor when it comes to design controls and building layouts.</p>\n\n\n\n<p>The maintainers of Drupal Gutenberg hold periodic contributor meetings on a bi-weekly basis, every second Friday at 15-16 CET on <a href=\"https://meet.google.com/afp-yive-gio?authuser=0\">Google Meet</a>. They have fully embraced the vision of Gutenberg as a platform where blocks can be used to edit content and design across a variety of applications. If you are a user of the Drupal Gutenberg module, the maintainers are requesting feedback through a <a href=\"https://docs.google.com/forms/d/e/1FAIpQLScfprFqqc9luZYzXDclSTNeQOXa82thu3TlFbA0uIEx7sXwNg/viewform\">30-second survey</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, 16 Dec 2022 22:43: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:\"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:5;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:\"WordPress.org blog: State of the Word 2022: A Celebration of the Four Freedoms of Open Source\";s:7:\"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:35:\"https://wordpress.org/news/?p=14110\";s:7:\"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:64:\"https://wordpress.org/news/2022/12/state-of-the-word-2022-recap/\";s: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:4455:\"<blockquote class=\"wp-block-quote\">\n<p>WordPress belongs to all of us, but really we’re taking care of it for the next generation.” </p>\n<cite>Matt Mullenweg</cite></blockquote>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>A small audience of WordPress contributors, developers, and extenders gathered on December 15 for the annual State of the Word keynote from WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>. Those who could not join in person joined via livestream or one of 33 watch parties held across 11 countries, with more than 500 RSVPs.</p>\n\n\n\n<img width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/12/the-four-freedoms.jpeg?resize=1024%2C576&ssl=1\" alt=\"The four freedoms of open source: run the program, study the change, redistribute, and distribute your copies.\" class=\"wp-image-14111\" />\n\n\n\n<p>Executive Director, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, introduced the event with a reminder of why so many of those gathered choose WordPress—the Four Freedoms of open source. As Haden Chomphosy noted, open source is an idea that can change our generation, and WordPress is one of the most consistent and impactful stewards of those freedoms.</p>\n\n\n\n<p>As with past State of the Word events, Matt reflected on the year’s accomplishments, learnings, and aspirations as the project moves into 2023. From Gutenberg concluding its second phase of site editing in preparation for phase three—Collaborative Workflows, to the reactivation of meetups and global WordCamps, to the introduction of a new theme and plugin taxonomy, to musings on the potential of machine learning, WordPress enters its <a href=\"https://wp20.wordpress.net/\">20th year</a> continuing to define bleeding edge technology in thanks to the ecosystem’s vibrant community. </p>\n\n\n\n<p>The one-hour multimedia presentation was followed by an interactive <a href=\"https://wordpress.tv/2022/12/16/matt-mullenweg-state-of-the-word-2022-qa/\">question and answer</a> session where Matt fielded questions from the livestream and studio audience. All questions will be responded to in a follow-up post on <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project\" target=\"_blank\">Make.WordPress.org/project</a>. </p>\n\n\n\n<p>Discover everything that was covered by <a href=\"https://wordpress.tv/2022/12/16/matt-mullenweg-state-of-the-word-2022/\">watching the official event recording</a> and join the ongoing #StateOfTheWord conversation on <a href=\"https://www.tumblr.com/tagged/StateoftheWord?sort=top\">Tumblr</a>, <a href=\"https://www.instagram.com/explore/tags/stateoftheword/\">Instagram</a>, <a href=\"https://www.facebook.com/hashtag/stateoftheword\">Facebook</a>, <a href=\"https://www.linkedin.com/feed/hashtag/?keywords=stateoftheword\">Linkedin</a>, and <a href=\"https://twitter.com/hashtag/StateOfTheWord\">Twitter</a>. For another way to get involved, consider sharing your experience with WordPress in the <a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">2022 WordPress Community Survey</a>.</p>\n\n\n\n<span id=\"more-14110\"></span>\n\n\n\n<h2><strong>Referenced Resources</strong> </h2>\n\n\n\n<ul>\n<li><a href=\"http://wordpress.tumblr.com/\">WordPress on Tumblr</a></li>\n\n\n\n<li><a href=\"http://engineawesome.com/\">Engineawesome.com</a> using Gutenberg</li>\n\n\n\n<li><a href=\"https://communitysummit.wordcamp.org/2023/\">WordPress Community Summit 2023</a></li>\n\n\n\n<li><a href=\"http://wp20.wordpress.net/\">WP20.wordpress.net</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">learn.WordPress.org</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/openverse\">Openverse</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme plugin</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/\">Make.WordPress.org</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/playground\">WordPress Playground</a></li>\n\n\n\n<li><a href=\"http://photomatt.tumblr.com/\">Matt on Tumblr</a></li>\n\n\n\n<li><a href=\"https://distributed.blog/\">Distributed.blog</a></li>\n</ul>\n\n\n\n<p><em><em>Special thanks to <a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a> and <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a> for review and collaboration.</em></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:\"Fri, 16 Dec 2022 22:11: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:15:\"Chloe Bringmann\";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:47:\"BuddyPress: BuddyPress 11.0.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=327475\";s:7:\"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://buddypress.org/2022/12/buddypress-11-0-0-release-candidate/\";s: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:3223:\"<p>The first release candidate for BuddyPress 11.0.0 is now available!</p>\n\n\n\n<div class=\"is-horizontal is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background wp-element-button\" href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-RC1.zip\">Let’s test it!</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>“Release Candidate” means that we think the new version is ready for release, but with a bit less than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed. BuddyPress 11.0.0 is slated for release on <strong>January 5, 2023</strong>, but <em>your</em> help is needed to get there — if you haven’t tried 11.0.0 yet, doing it now is a great idea!</p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-RC1.zip\">11.0.0-RC</a> pre-release in 4 ways :</p>\n\n\n\n<ul>\n<li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li>\n\n\n\n<li><a href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-RC1.zip\">Download the release candidate here (zip file)</a>.</li>\n\n\n\n<li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li>\n\n\n\n<li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li>\n</ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2022/11/buddypress-11-0-0-beta1/\">11.0.0 Beta1</a> release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against BuddyPress 11.0.0. If you find compatibility problems, please be sure to post to this specific <a href=\"https://buddypress.org/support/topic/buddypress-11-0-0-release-candidate/\">support topic</a> so we can figure those out before the final release. We strongly advise you to have a look at the <a href=\"https://bpdevel.wordpress.com/category/development-notes/11-0/\">11.0.0 developer notes</a> to figure out what to focus on during your testing.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>How you can help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">Help us translate BuddyPress into as many languages as possible!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a> point of the 11.0.0 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can share it with us replying to this <a href=\"https://buddypress.org/support/topic/buddypress-11-0-0-release-candidate/\">support topic</a> or if you’re comfortable writing a reproducible bug report, <a href=\"https://buddypress.trac.wordpress.org/\">file one on BuddyPress Trac</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:\"Fri, 16 Dec 2022 05:51: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";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:113:\"WPTavern: State of the Word 2022: Matt Mullenweg Highlights Gutenberg’s Progress, Announces New Community Tools\";s:7:\"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:\"https://wptavern.com/?p=140361\";s:7:\"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:119:\"https://wptavern.com/state-of-the-word-2022-matt-mullenweg-highlights-gutenbergs-progress-announces-new-community-tools\";s: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:6540:\"<p>State of the Word (SOTW) watch parties kicked off around the world this afternoon as Matt Mullenweg delivered his annual address to the WordPress community. A small group of people gathered live in New York City to participate while the majority of enthusiasts watched via the livestream. Mullenweg spent an hour reviewing and celebrating the work done across the project in 2022 before taking questions from the audience.</p>\n\n\n\n<p>At last year’s SOTW, Mullenweg spoke about how Gutenberg adoption is growing beyond WordPress and how he believed it could become “bigger than WordPress itself.” In addition to Gutenberg <a href=\"https://wptavern.com/the-block-editor-is-coming-to-wordpress-support-forums\">getting rolled out on the bbPress support forums</a> this week to modernize the WordPress support experience, the block editor has found its way into more apps in 2022. </p>\n\n\n\n<p>Mullenweg cited a few examples including <a href=\"https://engineawesome.com/\">Engine Awesome</a> (a Laravel-based SaaS application), the Pew Research Center’s Political Typology Quiz, the web version of Automattic’s Day One app, and the Tumblr post form. He noted that in Tumblr, 99% of the editor is hidden – there’s no sidebar, everything happens inline. Mullenweg said he is hoping Gutenberg can create an “open block standard that can be used anywhere,” where users learn it on one system and it can be applied in other apps.</p>\n\n\n\n<p>For those who had been missing WordCamps, one of the major highlights of 2022 was the return to in-person events. From 2021 to 2022, the number of meetup groups doubled. Only one WordCamp was held in 2021 but that jumped to 22 WordCamps in 2022. Mullenweg highlighted how WordCamps have historically been “the magical ingredient” for onboarding people to contribute and teaching them about WordPress culture. </p>\n\n\n\n<p>For being just one year back into in-person events, WordPress has done well in 2022 with 1,399 release contributors and 652 contributing for the first time. There were 204 people who contributed to all releases in 2022 and 424 who contributed in 2021 and returned in 2022. Some 322 contributors took a break in 2021 and returned in 2022.</p>\n\n\n\n<img />\n\n\n\n<p>People are also contributing to Openverse, which has indexed more than 22 million images, 1.1 million audio files, and has handled more than 59 million requests in the last 30 days.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Tools Coming to the Community: New Taxonomies for the Plugin and Theme Directories and Staging “Playground” that Runs WordPress in the Browser</h3>\n\n\n\n<p>It wouldn’t be the State of the Word without a few exciting announcements. Mullenweg unveiled a plan to add new taxonomies for the theme and plugin directories that will help users more quickly ascertain the purpose of the extensions they are considering. </p>\n\n\n\n<p>For example, there would be a tag for the type of plugins that a developer might create to solve a problem but may not be intended for wide public use and may not come with dedicated support. Another tag would be designated for “Community” plugins, which Mullenweg said is for software that “belongs to all of us” with the lead developers stewarding it for the next generation. This tag is for plugins that do not have any upsells and invite contributions. Some of these plugins will be <a href=\"https://wptavern.com/matt-mullenweg-renews-push-for-canonical-plugins\">canonical plugins</a>, those that are officially supported by core developers and receive attention from the security team. Gutenberg and the importer plugins are a few examples.</p>\n\n\n\n<p>Another tag would be designated for commercial plugins that have some sort of upsell and often include commercial support. Anything with a pro version will fall within this category. Mullenweg said he wants WordPress.org to create an environment where commercial and non-commercial plugins can exist together harmoniously.</p>\n\n\n\n<p>The new taxonomies will be launching in the directories this month and will also eventually make their way into the plugin and theme screens inside the WordPress admin. This will be a major improvement that will give users of all experience levels a better understanding of the extensions they are examining, making it easier to select the right type for their needs. </p>\n\n\n\n<p>Mullenweg also announced WordPress’ official support for the <a href=\"https://wptavern.com/new-wordpress-sandbox-project-demos-test-drive-themes-and-plugins-in-the-browser\">WordPress Sandbox project</a>, which we featured earlier this month. He outlined a plan for what will officially be called “WordPress Playground.” The experimental project uses WebAssembly (WASM) to <a href=\"https://wptavern.com/new-prototype-runs-wordpress-in-the-browser-with-no-php-server\">run WordPress in the browser without a PHP server</a>, making it possible to spin up new playgrounds in just a couple of seconds. This will enable things like a guided, interactive WordPress landing experience where developers can edit code live and see the results right away. It will also make it possible for users to try plugins directly from the directory and may someday be used to allow people to contribute to WordPress core.</p>\n\n\n\n<p>A new website for WordPress Playground is located at <a href=\"https://developer.wordpress.org/playground/\">https://developer.wordpress.org/playground/</a> where anyone interested can check out the experimental project for running a WordPress instance entirely in your browser. There’s also a new #meta-playground Slack channel for those who want to join the conversation.</p>\n\n\n\n<img />\n\n\n\n<p>WordPress turns 20 next year. Mullenweg noted that not many software projects make it that long but WordPress is also growing faster than ever, currently powering 43% of websites according to W3Techs and 32% according to Builtwith. A new website at <a href=\"https://wp20.wordpress.net/\">wp20.wordpress.net</a> will be headquarters for the festivities, including swag, merchandise, and a new Milestones book for the most recent 10 years of WordPress’ history. </p>\n\n\n\n<p>If you didn’t have the chance to catch the State of the Word this afternoon, check out the recording below to hear Mullenweg’s vision for the next phases of WordPress and see demos of all the progress made on block themes and full-site editing in 2022.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</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:\"Fri, 16 Dec 2022 01:42: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: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:96:\"Post Status: The WP Agency Journey with Krissie VandeNoord of North UX — Post Status Draft 134\";s:7:\"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://poststatus.com/?p=145935\";s:7:\"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://poststatus.com/the-wp-agency-journey-with-krissie-vandenoord-of-north-ux-post-status-draft-134/\";s: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:43644:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><a href=\"https://twitter.com/krissierae\">Krissie VandeNoord</a>, founder of <a href=\"https://www.northuxdesign.com/\">North UX</a>, talks with Cory Miller about their work in creating people-first solutions for the nuanced needs of ecommerce and membership site owners. Krissie shares her story from her early days as a designer and blogger to launching her own agency. Her work and energy will encourage you to think beyond what is to build the possibilities that make things work better. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">31</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>Cory Miller is joined by North UX founder, Krissie VandeNoord to discuss her journey of agency ownership. Their work contributes to the businesses they serve, winning big and experiencing new levels of growth from the unique solutions they bring. From hearing about her background as a natural problem solver to her experiences engaging client needs with creative solutions, you will be inspired to break through limitations into the land of possibility.</p>\n\n\n\n<p>Top Takeaways:</p>\n\n\n\n<ul>\n<li><strong>Building for Nuance: </strong>North UX likes to hone in on what makes a business really unique and find solutions to highlight those things so they are experienced as an asset instead of a detractor.</li>\n\n\n\n<li><strong>Problem Solving Spiral:</strong> Poking around, asking questions, and figuring out ways to develop solutions spiraled Krissie from seeing and experiencing challenges to being a solution-building developer. Navigating and figuring things out is the work it takes to give you the experience to increase your confidence threshold. This can act as a springboard to making great connections and solving more complex problems.</li>\n\n\n\n<li><strong>Impact of Creating Efficiency: </strong>This isn’t just about creating solutions that get customers to take certain actions. It is also about saving hours or weeks of time spent on manual processes. As a small business owner, I know this makes a BIG difference, and that is exciting. Time can be invested in growth, making the impact exponential. Initial solutions fuel inspiration to shift from survival to ongoing enhancements.</li>\n\n\n\n<li><strong>Empowering DIY-ers:</strong> Rather than viewing self-build solutions as a threat or an indication of impending obsoletion, Krissie frames this as an opportunity to educate and become a trusted expert who will be there when more complex solutions are needed.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-4 wp-block-columns has-theme-palette-8-background-color has-background\" id=\"WP-Engine\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/pagely\">Pagely</a></h3>\n\n\n\n<p>Top-Tier Managed WordPress hosting solutions for Enterprise, the Public Sector, and Media companies. We invented Managed WordPress, and we never stopped raising the bar. <strong>Expect Extraordinary!</strong></p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\"><div class=\"wp-block-image\">\n<a href=\"https://poststat.us/pagely/\"><img width=\"752\" height=\"752\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/Pagely-Mark-Black-752x752.png\" alt=\"Pagely\" class=\"wp-image-93218\" title=\"WP Engine\" /></a></div></div>\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://www.northuxdesign.com/\">North UX</a></li>\n\n\n\n<li><a href=\"https://geovin.com/\">Geovin</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/krissierae\">Krissie VandeNoord</a> (Team Lead, <a href=\"https://twitter.com/northuxdesign\">North UX</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Hey everybody. Welcome back to Post Tes Draft. Um, this is another great story in our agency journey series. Uh, we\'ll be talking to Chrissy, one of our great agency owners. At post status about her journey today, and I got to a couple weeks ago, get to know Chrissy and more about her story, and I\'m really excited to, uh, be able to share her story with you.</p>\n\n\n\n<p>So Chrissy, thanks so much for being on the draft podcast, talking about your journey and what you\'re doing with WordPress.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Thank you so much for having me. I\'m super, super excited. Um, yeah, I couldn\'t be, I couldn\'t be more excited to just kind of be engaged in this community and seeing kind of.</p>\n\n\n\n<p>Communities, specifically around agencies kind of start to develop.</p>\n\n\n\n<p><strong>Cory Miller:</strong> It\'s really exciting. There\'s so many good people, members of post status doing great work, and I love when I get to talk to people like you and just see what cool things you\'re doing in the world. So could you tell us, uh, a little bit about [00:01:00] your agency and where you\'re at now and what you do for your clients in the world?</p>\n\n\n\n<p>Yeah,</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> absolutely. So, um, I own North. And, um, my last name is Van De nor, which actually means from the North and, um, which is where North UX came from. When I started, I knew I didn\'t, I wanted to be more than just me. Um, and so I didn\'t want to just like, use my name. And so that\'s, that\'s how we got to North ux.</p>\n\n\n\n<p>And ux obviously. That\'s just very much the center of what we try to do is we\'re really trying to deliver, um, a development experience that very much is considerative of um, how real people are going to engage with what we\'re, what we\'re doing and what we\'re creating, and. [00:02:00] Very, very much like a people first kind of</p>\n\n\n\n<p><strong>Cory Miller:</strong> approach.</p>\n\n\n\n<p>Yeah. I love that there\'s real humans that actually have to use the web, so it\'s kinda good to have that experience. I love, I love the, the basis for the name. Um, so what kind of work do you do at your agency? Yeah. Basis,</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> we typically, um, find, I would say, you know, right now, 99% of our work is, is WordPress in some regard, most of it is some kind of e-commerce, whether it\'s a membership type e-commerce, or whether it\'s actual like a product WooCommerce, um, setup and.</p>\n\n\n\n<p>I would say that we specialize in, uh, working with clients who need something that doesn\'t exist in an off-the-shelf plugin right now. Um, sometimes that\'s just a, a really custom user flow. Like they\'re, they\'re going to use WooCommerce, but they want to really walk their customers through in [00:03:00] a very set, set way.</p>\n\n\n\n<p>Um, sometimes it\'s custom functionality, um, like extending subscriptions or, um, We\'ve done a project with Restrict Content Pro where um, instead of renewing on, um, like a normal annual, like one year from when they signed up, we needed everybody to renew at the exact same time every year. Uh, little things like that that, um, really kind of, I think help businesses and set themselves apart in an industry to be able to just extend kind of like what\'s just out there and accessible to the general business population.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. And so I, I\'m sorry, I was writing a note, but if, if I missed it. So a lot of your work is membership site projects,</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> um, either memberships or Woo</p>\n\n\n\n<p><strong>Cory Miller:</strong> commerce. Woo commerce. Okay. Yeah. Um, and, and particularly helping with the experiences and some of those custom things that don\'t happen out of the box that I know [00:04:00] from my experience, Christy, and you know, this way better than me building the e-Commerce Pro product back in the day.</p>\n\n\n\n<p>There are a thousand flavors of e-commerce times infinity because everyone has like you. I was trying to imagine when would somebody want to start the first day or whatever that could be, you know, probably a hundred different things, but like there\'s so much nuance in e-commerce and memberships that why organizations, agencies like yours exist because there\'s so many nuanced needs out there.</p>\n\n\n\n<p>Yeah,</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> I mean, it\'s impossible for a plug and developer to be able to truly like be all things to all people and you know, arguably, Trying to do that to a certain extent is going to like water down or bloat, um, what they\'re actually offering. And so we tend to work with plugins that are built in a way and intended to be easily extended by another developer.</p>\n\n\n\n<p>Um, because what we just found is like businesses, [00:05:00] even though, you know, it\'s interesting cuz I think businesses. There are, there are definitely, they\'re buckets. You can put businesses, you know, you\'re direct to consumer, you\'re selling a physical product, you\'re selling, um, you know, digital content. And, but at the same time, like they\'re so different and so nuanced and they have such unique needs, um, that it\'s just really fun to kind of like hone in on what makes businesses really unique and then like work to highlight that and, and make that be an asset instead of a detractor.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, we would always have this example like, okay, you, you sell a t-shirt, but you want a membership with it. And oh, by the way, you want a 14 day trial, or you want them to pay a dollar for a 14 day trial. And, uh, I mean, you know, oh, and then you wanna be able to add consulting time or a coaching thing to it.</p>\n\n\n\n<p>And that\'s the day and age we we\'re, we\'re in right now is, The web enabling these businesses with [00:06:00] vast setups to be able to offer those things online where it was picking up the phone call and say, okay, well I\'ll take one of those, one of those, one of those. Well, this is technology doing that. So I love that you all are helping people with that, because I see that need so often with these vastly nuanced, uh, needs.</p>\n\n\n\n<p>Yeah,</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> and I feel like that level of nuance was really only available at enter. Like, I mean, even like five, 10 years ago, you know, you, if you were a small business like you, you just had to try to make do, um, because it just wasn\'t as accessible. And there are so many tools now that get you, you know, 70% of the way there, that that extra 30% you can bite that off and it\'s no big deal, um, to a small business.</p>\n\n\n\n<p>Whereas before it just wasn\'t even. , you know, something they were really considering as a possibility.</p>\n\n\n\n<p><strong>Cory Miller:</strong> And that\'s so great, like you said, with the enterprise, [00:07:00] um, you know, with huge budgets, Disney or some other big can code that probably for, to code that. Mainly now we have some tools and great agencies like yours now.</p>\n\n\n\n<p>So tell me a little bit about your team set up and how you work.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Yeah, so, um, I have. One official employee, um, and she\'s a project manager and she has been, oh my goodness, that was such a, I can\'t believe I waited so long to hire a project manager, . I should have done that a long time ago. Um, and then everyone else currently right now is a contractor.</p>\n\n\n\n<p>Um, they are either in Europe or in the us and I find that it works best for us to kind of just work on. Hourly model. That\'s how we structure our projects. Um, we give people estimated ranges and we bill hourly. And so I just do the same for, for my people. Um, and I, I just feel like that, [00:08:00] that for me, I\'ve found has been the best setup.</p>\n\n\n\n<p>I\'ve tried a few other things, but as far as like really like paying people for like the value that they\'re bringing, Really doing a true straight up hourly has been the best, best situation. And so right now we have got, um, A freelance designer and UX person, um, that contributes regularly. And then we\'ve got, um, a front end developer that contributes regularly.</p>\n\n\n\n<p>And, um, we have two backend developers beyond just myself. I\'m a full stack develop. I started as a designer and then quickly kind of moved into the development world cause I wanted to control what things looked like and, and now somehow a full stack developer. So, um, And, and just kind of wear all of the hats.</p>\n\n\n\n<p>But yeah, that\'s kind of the makeup of the team at the current moment. And we\'re honestly at the spot now where I\'m I. [00:09:00] Very much looking towards January and having meetings with clients and them saying, we wanna do this, we wanna do that. And I\'m like, okay, I need to figure out who I\'m hiring on , who I\'m gonna bring on</p>\n\n\n\n<p>Cause we\'re not gonna be able to cover</p>\n\n\n\n<p><strong>Cory Miller:</strong> all of this. That\'s a great reflection of doing good work, you know? Yeah.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> I\'m a, it\'s a really, it\'s, it\'s an exciting place to be, but it\'s also, um, I feel like whenever I bring somebody new on, there\'s this trade off. Um, my productivity decreases because I\'m spending time training them and getting up them up to speed and they\'re not like immediately productive.</p>\n\n\n\n<p>And so there\'s this like dip of like, Okay, now we\'re</p>\n\n\n\n<p><strong>Cory Miller:</strong> great. . Yes. Yes. Well, um, okay, so that\'s how you work and you started getting in a little bit to your journey. So that\'s where you are now. Um, working with WordPress obviously, but also membership sites, WooCommerce, and how your team kind of set up and how you work with clients.[00:10:00]</p>\n\n\n\n<p>Tell us how you got here.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Yeah, so like I said, I started as a designer, um, and. It was just like early two thousands, mid two thousands, somewhere there, , where, you know, blogs were super popular and everybody had a blog and um, and so I. I had a blog, but I was a designer, so I wanted to make the blog look like I wanted it to look like, especially if it\'s like representing like myself.</p>\n\n\n\n<p>And so I just, it, it happened to be in WordPress and I just got in there and started like poking around and figuring things out. And that was really kind of like my first experience with code was kind of just. Poking things. And, you know, fast forward, you know, a few years I started with a very small agency.</p>\n\n\n\n<p>Um, and so we, we all wore a lot of hats. And when [00:11:00] I started it was, oh, you know, can, you know, doing a lot of design, but it was, oh, can you, you know, tweak this, you know, h t l newsletter or can you tweak this webpage or whatever. And after a few years, I would start to ask them questions and they\'d be like, you know, more than we do about development right now,</p>\n\n\n\n<p>And, and it just kind of spiraled into. Becoming the queen of web, um, and, and grew from there. I\'ve just always been a natural problem solver. And so that idea of, Hmm, can I do this? I wanna find out , like I wanna figure out how I can do that. Um, and so it, yeah, it just kind of spiraled from there. And then, um, I was with that small agency for I think about eight years, and it just was a real obvious, um, You know, they weren\'t bringing in the business to fill my plate.</p>\n\n\n\n<p>And, um, and so we parted ways, but, and at, at [00:12:00] first they were like, let\'s, you know, keep this relationship going. We\'ll use you as a contractor. But I was like, ah, I just really want a job . Um, I was at that point in time, um, when I started my business, I had a one, I, not even a one year old, he wasn\'t even one years old.</p>\n\n\n\n<p>my second kid. and my daughter was three at the time. So like, I had small children and I was just like, I just want something like nice and consistent and reliable. Um, but it, I did end up starting my business and it\'s been fantastic. Um, and I\'ve never looked back. Um, and it\'s been just, uh, like in some regards, my fear of it, lacking the stability I\'m feeling.</p>\n\n\n\n<p>I\'ve got these young kids, um, Has like the other side of that coin is it\'s offered me the flexibility to like be fully invested in work and at the same time feel like I can be present with my kids and my family. Um, [00:13:00]</p>\n\n\n\n<p><strong>Cory Miller:</strong> do good work and also live life, like Right. Live and manage life. Yeah, absolutely. Now what, what year was it when you started North ux?</p>\n\n\n\n<p>Uh, 2016. 2016. And then how, how did it evolve to, to get into where you\'re really focusing on a lot of commerce and membership projects? Um,</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> you know, it kind of just happened. Organically. One of my first clients was, um, I took over a project that was WooCommerce, um, from someone else. And that was the first time I think I\'d done anything with WooCommerce that really involved extending it in any way.</p>\n\n\n\n<p>Um, and so I just like dove right into the deep end. And, um, man, I, I learned a lot about Woo Conversa in that project cuz we were migrating them. From a whole other system and subscriptions. And so it was, it was just a beast of a [00:14:00] process, um, that took way longer than we thought it was going to. But, um, I gained so much from the experience that then it just was a springboard towards doing more and more along those lines.</p>\n\n\n\n<p>And I also made some really great connections and working on that project, kind of like. Space. Um, and so it just was kind of like a natural extension. And then I think also because I am such a, I just, I really love the problem to solve. Um, I think that e-commerce space just tends to offer the problem a lot.</p>\n\n\n\n<p>And so I naturally gravitate towards like, Ooh, that\'d be fun, .</p>\n\n\n\n<p><strong>Cory Miller:</strong> Um, you, you have to have that mindset and attitude, I think for that because I think of those subjects, I go, oh my gosh. Every possibility, every possible problem. But you have to be somebody that loves that rub. Rubrics cube, you know,</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> kinda problem solving.</p>\n\n\n\n<p>Oh yeah. Yeah. I used to say, um, and I don\'t think this is true anymore, but especially like when I was still working at that agency now as I transitioned into my own business, that when somebody [00:15:00] would come to me and say like, can this be done? I would do just enough research to feel like 60% confident that the answer was yes,</p>\n\n\n\n<p>And then I\'d be like, yeah, we can do it. And then I would just figure it out. Um, and I\'m also just a very much like a, I will finish it. Like it may take longer than I wanted it to. Um, but I\'m kind of like, I can\'t let it go until like I actually solved the problem. And so I don\'t think there\'s any, there\'s ever been something where I like was like 60% and then got into it and was like, oh, nope.</p>\n\n\n\n<p>Nevermind. Can\'t do it. . Um, and I would say anymore, like I. My confidence threshold is much higher just because from experience. Um, so I\'ve never, I think at that 60% mark, but that\'s definitely where I started</p>\n\n\n\n<p><strong>Cory Miller:</strong> that I think that\'s good though. And that\'s the beauty of everything we\'re doing with talented people like yourself is if you have that much confidence, confidence, at least, you know, the other part is part of [00:16:00] just navigating and figuring it out.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Exactly.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Exactly. Can you, can you share, um, and you don\'t have to say the name, of course. We want to, you know, I know sometimes we, we need to be careful sharing clients and names and stuff. We can, can you talk about a recent project you\'re really proud of, or you really appreciated what you did, uh, with, with some of your clients?</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> stick out. Oh my goodness. Like so many of them. So many of them. And I don\'t think I have any, well, I\'ve got one that I\'m currently working on that I can\'t really talk about, but the rest are all out there for anybody to experience. Um, trying to think what\'s the best, like, I think the most recent one, um, that has just like a real kind of feel, good sense to it is, um, and I talked about it in, um, the woosh, um, presentation that I.</p>\n\n\n\n<p>Goodness. When was that? Beginning of October. Um, but it\'s this furniture company, Giovan, and we did [00:17:00] a implementation, well, we, they were on a very static site. Um, they sh they sold through dealers and so they, for a long time just didn\'t have the need for e-commerce because it, you know, dealers are pay, we\'re placing large orders, that sort of a thing.</p>\n\n\n\n<p>But we essentially moved them into, like, we moved them from like way old to like way new. And to watch them kind, kind of like step into this, um, digital world has been really fun. And, um, we created, you know, a 3D model that connects to the WooCommerce attribute so people can like customize their furniture pieces and like see it like in real time, um, which is really cool.</p>\n\n\n\n<p>But, Like, the part that I\'m loving about it is how much we are like equipping, like the people inside the company and like how it boosts [00:18:00] their excitement about what they\'re doing and then, um, like how that then trickles out to like their customers. And just like having all these like improved experiences and being able to do things so much more efficiently.</p>\n\n\n\n<p>I love it. We like, create efficiency for a business, like almost more so than, um, you know, when we design a great landing page and the, you know, we look at the analytics and we\'re like, oh, the users are doing exactly what we wanted them to do. That\'s, that\'s rewarding, but, I think that I get a little bit more of like a rewarding sense when I\'m like, I just saved you like 20 hours of work every month.</p>\n\n\n\n<p>Um, that to me, I\'m, I think just because I am a small business owner, I know how big of a difference that makes to a small business that I get really excited about this stuff.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Oh yeah. Anytime you can save time like that, I hope they value and understand that like you just took a big swath of our time out, that we can focus [00:19:00] on other things now.</p>\n\n\n\n<p>And particularly like a furniture company that might, that you know, more traditional sales thing and being able to have that ability now on the web I think is pretty, pretty amazing. Oh</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> yeah. And they do. I mean that\'s, um, I need to figure out how to better quantify those things when I get those calls cuz they\'re harder things to try to quantify is like when you\'re talking about like employees time.</p>\n\n\n\n<p>But we built one system that has um, an integration that tracks like continuing education credits. And this organization put on a conference every year and they\'ve got, their members are tracking their credits score. The way that they were trying to process that. It was literally like manual assignment sheets and then somebody was like data entering, like all of this stuff.</p>\n\n\n\n<p>And after we transitioned to this new digital system, and it\'s like the conference was over and like all of the credits were entered like in real time as people attended because it happened digitally. He was just like, I don\'t even know what to do with myself. I mean, I would\'ve spent six [00:20:00] weeks trying to process all of these c e credits.</p>\n\n\n\n<p>And I don\'t have to, like, it\'s done. I don\'t, like it was just mind blowing to him of like, oh my goodness, I don\'t have to do</p>\n\n\n\n<p><strong>Cory Miller:</strong> this. I\'ve got experience helping a mental health organization, um, offer CEUs. And, and they do have that same thing, so I need to refer them on to you to do something like that because, um, she was the point of content.</p>\n\n\n\n<p>Their marketing director would spend some, probably half a day on the back end after we did a C E U. Um, To like, you know, get all the paperwork and everything ready to go. Yeah. And</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> it\'s, it\'s always somebody like that. It\'s always like, why is the marketing director having to do this? Because like there isn\'t somebody that is, I, you know, there\'s nobody else to do it and just has to get done.</p>\n\n\n\n<p>And cuz you know, they do the website and so, you know, whatever, like it somehow falls in their lap. But those are the people that I think appreciate the most when you save them time too. Cuz they\'re like, I didn\'t wanna be doing this.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Yeah. Uh, it seems very much [00:21:00] too is like if you\'re an organization business that is trying to do more of those things online to reach more people and probably secondarily don\'t fully realize it efficiently, um, that\'s how you help people navigate that and then build the result they\'re trying to get.</p>\n\n\n\n<p>That helps save time and increase the, and grow the.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> And honestly, I think that in some regards, when small businesses can see like that kind of a direct value, it\'s easier for them to bite off a more sizable project, like financially speaking, because they\'re like, oh shoot, I don\'t have to hire somebody.</p>\n\n\n\n<p>Well, that\'s a lot of money that I\'m. Saving, like sure, that\'s not a big deal if I am gonna pay you, you know, 30 or $40,000 to build this, you know, site for us. Um, cuz now I don\'t, I\'m not hiring another person. Um,</p>\n\n\n\n<p><strong>Cory Miller:</strong> and so it\'s a, it\'s a big win. We see that all the time at post status with our members trying to hire hiring\'s tough.</p>\n\n\n\n<p>Not even now. It\'s just tough in general because [00:22:00] mm-hmm. , um, there are some tech companies that can throw lots of money at someone. You, the person wants to stay engaged with interesting projects, and I think that\'s where our agencies like yourself, um, really have a great solution in that. Why hire a full-time person?</p>\n\n\n\n<p>That might not have the training excu, uh, skills experience that you all have access to and, and have, um, to do that. Where I, I hear a lot of our agencies, you know, they\'re the support, summer support for just, you know, basic website updates, but then someone like you all just to, you know, manage, I know from my own, our own business projects, You know, when I, when we add in an e-commerce option, I\'m like, who\'s gonna babysit it?</p>\n\n\n\n<p>Who\'s gonna be there when we need to do something more than the base software might do for us? Cuz we have those new odds setups and things like that. And then having someone like North UX where you can rely on them without having this, there\'s so much overhead. Like we talked just a minute ago of hire having [00:23:00] a full-time employee, but someone who knows WordPress and web stuff.</p>\n\n\n\n<p>That\'s even a higher bar, I think.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Oh yeah. Oh. Um,</p>\n\n\n\n<p><strong>Cory Miller:</strong> do you do ongoing, um, support retainers, things like that? Yes.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Yes, we do. And what I, what\'s interesting is I was, I was just actually just sharing the story the other day that about a client, um, that like when they came to us, and this is, this is the same client with the, uh, CU credits.</p>\n\n\n\n<p>Like when they came to us, um, they had it, they had a WordPress site, but Oh my word. It was so outdated and it was, There was, there was p h P in the content editor. Like, I mean, it was just like, and I\'m like, I dunno what, like it\'s, it was so like, Not great. And so it was very much like, and, and they were very kind of like, oh, trepidatious about, you know, spending money.</p>\n\n\n\n<p>And so like, we started them on this like super small monthly plan where we\'re [00:24:00] literally just like, we\'re just gonna duct tape things to kind of like keep this thing going. And then I, you know, gave them proposal for a new site. Really like pared it down to try to get it to this point where it, it was a digestible cost for them.</p>\n\n\n\n<p>Um, and so it was like a really limited scope. Um, and like, you know, that first plan they were on, I think was like $500 a month or something like that. And, um, now they\'ve turned into clients and like once we launched their site, they\'re like, we can automate that. And they, I mean, we probably. On a given month, do 30 to 50 hours worth of work for them because there\'s just something else that they\'re like, Ooh, let\'s make.</p>\n\n\n\n<p>New and shiny. Let\'s make that new and shiny. Let\'s do this. And you know, and they have really bought into like the value of what we\'re doing for them. And so it\'s not even so much like, uh, a support plan or a retainer from [00:25:00] just like a, keeping the site going. It\'s very much like an ongoing enhancements.</p>\n\n\n\n<p>And we find that a lot of our clients kind of, once we do like the first big project, they. Start to kind of move into this, like, oh, we just want to continue to iterate and add more features and functions and, um, and just make it bigger and better and, and whatnot. So it\'s, it\'s even beyond just the support of it.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Be that backstop, be that partner ally when let them do what they do best and you all do what you do best and that seems to work fantastically. Um, okay. So, you know, with all of your experience with, with e-commerce, Myriad of versions of this. I\'d love to get your thoughts on where it\'s going, what trends and things and themes you see.</p>\n\n\n\n<p>You know, during C O D. Um, I was just talking to an agency owner yesterday that, you know, they were working with, let\'s say yoga studio studio business owners, and [00:26:00] their, their business and business model got flipped on its head. So then they transitioned to use web, which I think is such a, if there\'s positives that come outta Covid, I would mm-hmm.</p>\n\n\n\n<p>or, or the pandemic. I would say it\'s this. Did you know the whole world exists out here for your. From an e-commerce and all these type of things, perspective, what are you seeing? What are you looking forward to, you know, out there as, as you know, particularly as you work daily with clients doing these, these cool projects for them to grow their businesses.</p>\n\n\n\n<p>What, what things are you seeing that stand out to you?</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Um, yeah, so I think that there are a lot of people that are kind of like jumping into. Um, online business kind of a thing like for the first time. Um, and at the same time, like as so many companies have kind of come out with these, and even as work processes moved more towards like a, a, um, an actual usable like [00:27:00] page builder, like d i y kind of a website thing, um, I think that.</p>\n\n\n\n<p>You know, I think you could either look at that from, a couple of, you can look at it like, oh, it\'s almost like, well, we\'re just not needed anymore. People can just do it themselves. Um, but the reality is like, that\'s not true. But I think that the way that we are, um, engaging with the people that do want to do it themselves, um, I think there\'s opportunity there and I\'m kind of excited about some of the things cause I.</p>\n\n\n\n<p>As nor as an agency, we\'ve really served these very, um, like small businesses, but very established small businesses. Like they\'ve been around for a while. They have, you know, 10 to 20 employees. Um, you know, they\'ve got money to invest in a sizable project. Um, But I\'ve kind of always wanted to figure out, um, a better way to catch people, like catch businesses as they\'re [00:28:00] just starting because of what I\'ve, I mean, so many of our clients made poor tech decisions in the beginning and are with us because we are unraveling something.</p>\n\n\n\n<p>And so how can, how can with this new. Uh, you know, it\'s so easy to do, like no code or page builders or whatever, like how can I walk people through, like just when they\'re just starting to give them resources so they understand the decisions that they\'re making and are when they\'re comparing apples to apples or apples to oranges.</p>\n\n\n\n<p>Cuz sometimes they don\'t even know. And, um, they\'ve got a cucumber and they had no idea, um, , but it\'s technically a fruit. So, Um, but like give them the resources and the knowledge about technology in a way that they feel empowered to make some decisions and like also establish ourselves as, um, as experts in this area so that [00:29:00] then when they get to the point where they need the one little extra piece, like were there to help.</p>\n\n\n\n<p>Um, and so I think that there is definitely almost like that, um, moving towards like a. Partner with you around some of the stuff you can do for yourself, um, as opposed to just, we\'re gonna do it all for you.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, I can see that. You know, we, we, we have a great friend who we helped start, get her off the ground and she was doing a physical product and, um, it was interesting trying to look at all the options out there.</p>\n\n\n\n<p>And I know a little bit more than most people, uh, when it comes to these. But what we found too was like there\'s a graduation point you may start selling here and it helps fill a need, but then you get into more complex, and if you\'re like me, I go, I don\'t do this all day, every day. I wanna find somebody, an expert to lead and guide me through these things.[00:30:00]</p>\n\n\n\n<p>I\'ve talked to a lot of our agency members like yourself and go, there\'s this shift from, it\'s not just Technic delivery. That\'s part of it for sure. But there\'s also this thing, I hope clients are more and more valuing that having a guide like yourself who has been there, done that do, does this every day to help you not make those big pitfalls.</p>\n\n\n\n<p>So when there\'s those steps, it seems like there might be a. , you know? Mm-hmm. , maybe we get on this thing, it\'s the software as a service software solution, and it gets \'em to a step, but then they\'re like, we\'re ready to graduate. We wanna do all these things. Then they can come to North UX and say, guide me, lead me, and deliver the project too.</p>\n\n\n\n<p>Yeah. Are, are you seeing that more and more to, it seems like that\'s what you\'re saying.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Yeah, exactly. And I think what I\'m, what I\'ve seen is I feel like, um, I\'ve encountered so many businesses that kind of, you know, they did the steps and then they got to a point where they were like, we wanna take the next step, but we can\'t figure out how to do it from where we\'re at.</p>\n\n\n\n<p>And [00:31:00] by the time that they\'re actually starting to engage with someone who knows this space, it\'s like, oh, well we actually need to go all the way back. Square one because you have reached the top of where these stairs were going. Yeah. Um, and so helping them to make the decisions along the way that are really paving the way for their future, even before they really know what their future holds, um, I think is just, it\'s huge.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Oh yeah. And there\'s so much complexity there and, and I say that\'s a byproduct of success. You\'ve gotten to this point that you need to come to Christy and other, other, our agency owners and help you guide them because you\'ve gotten to this complexity and hopefully that\'s called success. Well, you\'re ready.</p>\n\n\n\n<p>Yeah. You need, you need this. You\'re ready to take this new step and blow your business out the doors for the next stage. Yeah.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> And we also, like, we\'ve even. Taken clients through to where they\'re, they\'ve now they\'ve grown enough that they\'ve hired an in-house developer and like we\'ve partnered with them to help them figure out like, how do we hire, should [00:32:00] we hire an in-house developer?</p>\n\n\n\n<p>Um, and how do we hire and then continue to have a collaborative relationship to like supplement. , you know, their developer and like also just helping business understand like, you know, it\'s unrealistic to think that you\'re gonna hire one person that\'s going to be able to truly do everything. Exactly.</p>\n\n\n\n<p>You know, and so helping them understand like what is the range of skills and where\'s like the 80% mark in a role that you could carve out? And where is this 20% like? Somebody that actually could do the 20% and then you\'re still stuck with , the 80% that they\'re not skilled for having to outsource, um, those kinds.</p>\n\n\n\n<p>Of things of like really just walking everybody through from the point of like DIYing your first website to your big enough business that you have an in-house developer and we\'ve held your hands the whole way</p>\n\n\n\n<p><strong>Cory Miller:</strong> through . It seems like that\'s a trend in a lot of business, not just in the technical side, but where you might have somebody, that person, and I\'m not [00:33:00] trying to devalue that person, but is a coordinator of these things that works with great groups and partners.</p>\n\n\n\n<p>I don\'t wanna say vendors, but partner. Yeah, that can come in and do those, and they\'re air traffic control. I need to get these things done. We talk about a lot with the marketing side of things, Matt. You might have some that coordinates all these other things, but if you, like you said, if you expect that person to do everything, you\'re wishing for a unicorn.</p>\n\n\n\n<p>Yeah. Yeah. All right. Well, Christy, this has been awesome. I want to ask finally, um, what you\'re excited. Coming up next year or so, um, with your work and your agency work in the world.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Yeah. Um, oh my goodness. I\'m like, what, what do I pick? . Yeah. Right. I\'m excited about a lot. Um, I think the thing that I\'m most excited, and I\'ve not said this like out loud publicly yet, I don\'t think, um, but kind of along these lines of [00:34:00] this, like to helping people start at the beginning is, um, I\'m getting ready to kind of launch like a pilot program of what I\'m calling like a e-commerce website in a day where, um, we have like some really specific.</p>\n\n\n\n<p>Steps that like we walk them through that they engage with like some forms and like, you need to gather this and you need to gather that and you need to do that. And where they kind of like walk them through prepping all the things that they need and making some of the preliminary decisions. And then, um, they literally schedule a day with us where we\'re just gonna crank out, um, you know, we\'re gonna start with our, our skeleton theme and just be able to get them.</p>\n\n\n\n<p>A site up and going because they\'ve done all of the preliminary work, will import their products, you know, all of that stuff, and it\'ll happen on that day, and then they\'ll have a website. Um, that\'s fantastic. I\'m really excited about it. I [00:35:00] did kind of a really, a trial project with someone last year and, um, she, she does pottery and so this is again, Our, we\'ve been with these really established small businesses, but starting to kind of find some people that are just getting started on their business.</p>\n\n\n\n<p>And after we launched her site, she was like, I just did a new product drop and I made $4,000 at a time of the year where I wouldn\'t have done an in-person event and would not have made any money. You know? And she\'s like, Like, I can\'t believe I waited this long to have my own website. Um, and so I\'m excited about like that kind of stuff.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p><strong>Cory Miller:</strong> that\'s so fun when you\'re able to, yeah. The work you\'re doing contributes to this big win where someone\'s in that setting able to like start and grow their business in a really tough time. Uh, and then like your furniture, uh, example is help them make processes more efficient and grow their [00:36:00] business.</p>\n\n\n\n<p>Yeah. Exciting work. Thank you, Christie, for sharing your story. And, um, tell us finally where they can find out about more about you and your, your work.</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> Yeah, so, um, north ux design.com is where you can certainly know all about North UX and what we\'re doing and, um, Whatnot. And then as far as me, best place is probably Twitter, which, um, my personal Twitter is Chrissy Ray, k r i s s i e r a e.</p>\n\n\n\n<p>Um, and I do have a North Uax design Twitter as well. Um, but it\'s not quite as, it\'s a little bit more, you know, polished professional. I don\'t engage with it quite as much, but those are great places to find me.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, thank you Christy, for this time and sharing your</p>\n\n\n\n<p><strong>Krissie VandeNoord:</strong> story. Yeah, thanks so much for having me.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 15 Dec 2022 20:06: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:\"Olivia Bisset\";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:12:\"Matt: Fusion\";s:7:\"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=72681\";s:7:\"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:29:\"https://ma.tt/2022/12/fusion/\";s: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:973:\"<p><a href=\"https://www.energy.gov/articles/doe-national-laboratory-makes-history-achieving-fusion-ignition\">This is a big deal</a>. There are a lot of <a href=\"https://chat.openai.com/\">big deals</a> happening right now, it’s honestly a very exciting time to be in tech. I feel like a sailor in a tumultuous sea, and they should have sent a poet. T. S. Eliot was actually the inspiration for WordPress’ tagline “Code is Poetry” and I’m reminded of this from <a href=\"https://stuff.mit.edu/people/dpolicar/writing/poetry/poems/fareForward.html\">The Dry Salvages</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>O voyagers, O seamen,<br />You who came to port, and you whose bodies<br />Will suffer the trial and judgement of the sea,<br />Or whatever event, this is your real destination.”<br />So Krishna, as when he admonished Arjuna<br />On the field of battle.<br />Not fare well,<br />But fare forward, voyagers.</p>\n</blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Dec 2022 06:19: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: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: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:121:\"Post Status: Annual Survey • State of the Word 2022 • Suggest Community Summit Topics • WordPress Playground (WASM)\";s:7:\"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://poststatus.com/?p=145943\";s:7:\"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://poststatus.com/annual-survey-state-of-the-word-2022-suggest-community-summit-topics-wordpress-playground-wasm/\";s: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:16511:\"<h2 id=\"h-this-week-at-wordpress-org-december-12-2022\">This Week at WordPress.org (December 12, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Tune in Thursday for Matt\'s annual State of the Word address. Check out the WordPress Playground now. It brings key platform dependencies into the browser that you can embed in your own site today. Your feedback into the annual WordPress survey helps shape the project, so fill it out as soon as possible. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_adc852-65\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-ic_people\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">2022 Survey, SotW, Community Summit, and the WordPress Playground</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">Share Your Experience: The 2022 WordPress Survey is Open</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f465.png\" alt=\"👥\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/community/2022/12/08/suggest-topics-for-the-2023-wordpress-community-summit/\">Suggest Topics for the 2023 WordPress Community Summit</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f6dd.png\" alt=\"🛝\" class=\"wp-smiley\" /> <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News<a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\"></a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">Share Your Experience: The 2022 WordPress Survey is Open</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2022/12/sotw-2022-a-celebration-of-the-four-freedoms-of-open-source/\">State of the Word 2022: A Celebration of the Four Freedoms of Open Source</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/12/08/suggest-topics-for-the-2023-wordpress-community-summit/\">Suggest Topics for the 2023 WordPress Community Summit</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-11 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2022/12/08/accessibility-team-meeting-notes-december-2-2022/\">Accessibility Team Meeting Notes: December 2, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2022/12/15/idea-creating-a-translation-events-kit-for-meetups/\">Idea: Creating a translation events kit for Meetups</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/12/15/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-december-14-2022/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on December 14, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/12/09/december-update-global-meetup-reactivation-project/\">December Update: Global Meetup Reactivation Project</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/12/08/suggest-topics-for-the-2023-wordpress-community-summit/\">Suggest Topics for the 2023 WordPress Community Summit</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/latest/#:~:text=hallway%20hangout%3A%20performance%20considerations%20for%20block%20themes\">Hallway Hangout: Performance Considerations for Block Themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">What’s new in Gutenberg 14.7? (7 December)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/enhancing-the-scripts-api-with-a-loading-strategy/\">Enhancing the Scripts API with a loading strategy</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/update-to-content-only-editing-filter-namespace/\">Update to content only editing filter namespace</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/12/14/dev-chat-summary-wednesday-december-14-2022/\">Dev Chat summary: Wednesday, December 14, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/13/editor-chat-agenda-december-14-2022/\">Editor Chat Agenda: December 14, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/08/editor-chat-summary-wednesday-december-7-2022/\">Editor chat summary: Wednesday, December 7, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/07/dev-chat-summary-wednesday-december-7-2022/\">Dev Chat summary: Wednesday, December 7, 2022</a></li>\n</ul>\n\n\n\n<h3 id=\"h-dev-blog\"><a href=\"https://developer.wordpress.org/news/\">Dev Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2022/12/13/application-state-managed-withdispatch-withselect-and-compose-101/\">Application state managed withDispatch, withSelect and compose 101</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/12/12/documentation-team-update-december-12-2022/\">Documentation Team Update – December 12, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2022/12/08/nominations-are-in-hosting-team-rep-2023/\">Nominations are in – Hosting Team Rep 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2022/12/14/notes-global-marketing-team-meeting-november-30-2022/\">Notes: Global Marketing Team meeting, November 30, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2022/12/14/notes-global-marketing-team-meeting-december-7-2022/\">Notes: Global Marketing Team meeting, December 7, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2022/12/14/showcase-visual-refresh/\">Refreshing the WordPress Showcase</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2022/12/13/community-meeting-recap-14-december-2022/\">Community Meeting Recap (13 December 2022)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/12/13/performance-team-meeting-summary-13-december-2022/\">Performance Chat Summary: 13 December 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2022/12/13/agenda-weekly-polyglots-chat-dec-13-2022-700-utc/\">Agenda: Weekly Polyglots Chat – Dec. 13, 2022 (7:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\">Plugins</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/12/12/plugin-review-team-12-december-22/\">Plugin Review Team: 12 December ’22</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2022/12/introducing-the-block-editor-in-the-support-forums/\">Introducing the Block Editor in the Support Forums</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2022/12/08/hallway-hangout-lets-chat-about-the-future-of-custom-css-with-block-themes/\">Hallway Hangout: Let’s chat about the Future of Custom CSS with block themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2022/12/08/fse-program-site-editor-sneak-peek-summary/\">FSE Program Site Editor Sneak Peek Summary</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2022/12/07/fse-program-seeking-volunteers-to-use-replay-io-for-capturing-bugs/\">FSE Program: Seeking volunteers to use Replay.io for capturing bugs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/12/13/test-team-update-12-december-2022/\">Test Team Update: 12 December 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2022/12/14/themes-team-meeting-notes-december-13-2022/\">Themes Team Meeting Notes – December 13, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/12/13/themes-team-update-december-13-2022/\">Themes team update December 13, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/12/12/meeting-agenda-for-december-13-2022/\">Meeting Agenda for December 13, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/12/09/training-team-meeting-recap-for-december-6-2022/\">Training Team Meeting Recap for December 6, 2022</a></li>\n</ul>\n\n\n\n<h3 id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-2/\">A Developers Guide to Block Themes – Part 2</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-development-live-stream-building-an-advanced-query-loop-plugin\">WordPress development live stream: Building an Advanced Query Loop plugin</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=getting-started-with-a-wordpress-org-account\">Getting Started with a WordPress.org Account</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=start-blogging-in-2023-part-2-planning-your-blogs-content\">Start Blogging in 2023 Part 2: Planning Your Blog’s Content</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=start-blogging-in-2023-part-1-planning-to-reach-your-audience\">Start Blogging in 2023 – Part 1: Planning To Reach Your Audience</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=ep3-wordpress-migration-local-live-to-local-live-bangla\">EP3: WordPress Migration (Local/Live to Local/Live) | Bangla</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=get-blogging-in-2023-set-up-your-blog-interactive-2\">Get Blogging in 2023: Set Up Your Blog (Interactive)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=get-blogging-in-2023-set-up-your-blog-interactive\">Get Blogging in 2023: Set Up Your Blog (Interactive)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-developing-blocks-without-react-review\">Let’s code: Developing Blocks without React! – Review</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=ep2-wordpress-installation-on-local-and-live-cpanel-ftp-mysql-bangla\">EP2: WordPress Installation on Local and Live (cPanel, FTP & MySQL) | Bangla</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=ep1-wordpress-environment-setup-local-wp-laravel-valet-bangla\">EP1: WordPress Environment Setup (Local WP & Laravel Valet) | Bangla</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/manage-your-block-theme-fonts-with-create-block-theme/\">Manage your block theme fonts with Create Block Theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/the-key-to-locking-blocks/\">The Key to Locking Blocks</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/templates/\">Using Page Templates</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/streamline-your-block-theme-development-with-create-block-theme/\">Streamline your Block Theme development with Create Block Theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/trabalhando-com-estilos-globais/\">Trabalhando com estilos globais</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/padding-versus-margin/\">Padding Versus Margin</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://phpconference.com/berlin-en/\">International PHP Conference Berlin 2023</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 15 Dec 2022 02:41:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:108:\"WPTavern: Performance Lab Plugin to Add New Experimental SQLite Integration Module in Upcoming 1.8.0 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:30:\"https://wptavern.com/?p=140328\";s:7:\"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:119:\"https://wptavern.com/performance-lab-plugin-to-add-new-experimental-sqlite-integration-module-in-upcoming-1-8-0-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:7434:\"<p>WordPress’ Performance Team contributors have merged <a href=\"https://github.com/WordPress/performance/pull/547\">a new experimental SQLite integration module</a> that is on track to be included in the upcoming version 1.8.0 of the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin. (This is the plugin that contains a collection of feature plugins with performance-related modules the team hopes to land in WordPress core.) The new module allows the adventurous to test the new SQLite implementation, with the understanding that the overall user experience will still be rough.</p>\n\n\n\n<p>In a proposal titled <a href=\"https://make.wordpress.org/core/2022/09/12/lets-make-wordpress-officially-support-sqlite/\">Let’s make WordPress officially support SQLite</a>, Yoast-sponsored core contributor Ari Stathopoulos contends that less complex sites (small to medium sites and blogs) don’t necessarily benefit from the requirement of using WordPress’ standard MySQL database:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>On the lower end of the spectrum, there are small and simple sites. These are numerous and consist of all the blogs, company pages, and sites that don’t have thousands of users or thousands of posts, etc. These websites don’t always need the complexities of a MySQL/MariaDB database. The requirement of a dedicated MySQL server increases their hosting cost and the complexity of installation. On lower-end servers, it also decreases performance since the same “box” needs to cater to both a PHP and a MySQL/MariaDB server.</p>\n</blockquote>\n\n\n\n<p>In an ideal world, users could select their database type during installation. Stathopoulos said this would require WordPress to have a database abstraction layer, which other platforms like Drupal have had more 10+ years. </p>\n\n\n\n<p>“Building a database abstraction layer for WordPress would be a colossal task – though it might be one that, at some point in the future, we may have to undertake to ensure the project’s continued evolution and longevity,” he said.</p>\n\n\n\n<p>As an alternative, Stathopoulos sees SQLite as a “perfect fit” and cited the benefits of using it for smaller websites:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<ul>\n<li>It is the most widely used database worldwide</li>\n\n\n\n<li>It is cross-platform and can run on any device</li>\n\n\n\n<li>It is included by default on all PHP installations (unless explicitly disabled)</li>\n\n\n\n<li>WordPress’s minimum requirements would be a simple PHP server, without the need for a separate database server. </li>\n\n\n\n<li>SQLite support enables lower hosting costs, decreases energy consumption, and lowers performance costs on lower-end servers.</li>\n</ul>\n</blockquote>\n\n\n\n<p>This new SQLite integration module is based on the <a rel=\"noreferrer noopener\" href=\"https://github.com/aaemnnosttv/wp-sqlite-db\" target=\"_blank\">wp-db-sqlite</a> plugin, a SQLite database driver drop-in that is also <a href=\"https://wptavern.com/new-wordpress-sandbox-project-demos-test-drive-themes-and-plugins-in-the-browser\">used by the WordPress Sandbox project</a>, as WASM doesn’t support MySQL. The wp-db-sqlite plugin was based on the original work of Kojima Toshiyasu in his eight-year-old <a href=\"https://wordpress.org/plugins/sqlite-integration/\">SQLite Integration plugin</a>, which is no longer available for download on WordPress.org. Stathopoulos said these solutions have evolved over the years, have been thoroughly tested, and proven to work seamlessly, although they are not well known among users. </p>\n\n\n\n<p>Matt Mullenweg <a href=\"https://make.wordpress.org/core/2022/09/12/lets-make-wordpress-officially-support-sqlite/#comment-43729\">commented</a> in support of the proposal so the implementation moving into the Performance Lab plugin may have a decent shot at landing in core someday in the future. Most participants in the discussion on the proposal were supportive of the idea but also discussed a few of the potential drawbacks. These include poorer support for things like multi-author editing and search. </p>\n\n\n\n<p>“MySQL is and should continue to be the default because if you have aspirations to be the next big thing, then MySQL can scale better,” Stathopoulos said.” If on the other hand you just want a blog, a company site with your about page and a contact form to have an online presence, or any type of small site (which is arguably the majority of sites on WordPress) then SQLite is all you’ll ever need and it will perform a lot better.”</p>\n\n\n\n<p>A few participants in the discussion also bristled at the controversial, religious <a href=\"https://sqlite.org/codeofethics.html\">code of ethics</a> SQLite holds for its contributors. Stathopoulos sees it as a non-issue because the project is open source and the technology is widely used.</p>\n\n\n\n<p>“Its popularity speaks volumes regarding what it can do and where it can be used,” he said in response to criticism of the idea of tying WordPress to a project with an objectionable code of ethics.</p>\n\n\n\n<p>If you have used WordPress from the early days, you have witnessed it become more complicated over the years. Discussions around the idea of a “<a href=\"https://chriscoyier.net/2022/11/01/wordpress-lite/\">WordPress Lite</a>” have popped up every few years, but the platform’s specific selection of features seems to have been a major factor in WordPress powering 43% of the web (according to <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">W3Techs</a>). NerdPress founder Andrew Wilder suggested that a SQLite implementation might benefit from being branded as “WordPress Lite.”</p>\n\n\n\n<p>“Reading the comments and potential issues above, if this does move forward, perhaps the way to implement this in a way that makes sense to users would be to brand it simultaneously as ‘WordPress Lite,\'” Wilder said. “So if a site is using SQLite, there could be features that are simply no longer available (such as multiple authors, or perhaps plugins that have certain database requirements can’t be installed).”</p>\n\n\n\n<p>Those who are interested in testing the new SQLite integration module should be able to test drive it next week. Google-sponsored Performance Team contributor Felix Arntz gave a few notes on testing in yesterday’s team meeting:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>For the SQLite implementation, other than the SQLite DB working correctly by itself, another crucial aspect to test is the user experience on module activation. You’ll get an entirely new database, but we’ve added some logic to make the transition as seamless as possible: On a typical WordPress setup, you should not need to reinstall WordPress yourself when you enable the module, and you shouldn’t even be needed to log in again.</p>\n\n\n\n<p>Basically the PR has logic to install WordPress automatically in the new database, using the same basic setup data that is present in the regular database.</p>\n\n\n\n<p>Just keep in mind that it is by no means a migration. It’s only the install you’ll get; no content will be migrated.</p>\n</blockquote>\n\n\n\n<p>The 1.8.0 release of the Performance Lab plugin is expected on Monday, December 19, and is set to include the new module.</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, 15 Dec 2022 02:29: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: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:92:\"Post Status: Interview With Product Lead Jessica Frick At Pressable— Post Status Draft 133\";s:7:\"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://poststatus.com/?p=145743\";s:7:\"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:100:\"https://poststatus.com/interview-with-product-lead-jessica-frick-at-pressable-post-status-draft-133/\";s: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:39939:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><a href=\"https://twitter.com/renewabelle\">Jessica Frick</a> is a huge WordPress advocate and has been a contributing community member since 2008. She is the Director of Operations at <a href=\"https://pressable.com/\">Pressable</a>, one of our Post Status sponsors. Jess joins Cory Miller to share about the amazing WordPress hosting experience Pressable offers, in addition to her own experience and expertise as a long-time member of the WordPress community. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">31</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/renewabelle\">Jess Frick</a>, Pressable’s Director of Operations, discusses what differentiates the hosting performance and support <a href=\"https://pressable.com/\">Pressable</a> offers WordPress users. They are a “small but mighty” hosting provider from the Automattic family powered by the agility to continuously evolve to better serve customers with diverse needs. Her enthusiasm, generosity, and honesty inspire us to use the power of WordPress for good. As a WordPress lover, Jess shares her thoughts on the benefits of being people-powered.</p>\n\n\n\n<p>Top Takeaways:</p>\n\n\n\n<ul>\n<li><strong>Differentiated by Support:</strong> When facing an issue with your site, Pressable understands you don’t have time to wait for answers or be redirected to articles and links that don’t deliver real-time solutions. Pressable support is led by a team of WordPress experts with a proven record of responding in less than 3 minutes and solving issues in under 10 minutes on average.</li>\n\n\n\n<li><strong>Technical, User-Friendly Interface:</strong> Pressable’s single dashboard offers simple site management with a clear view of site performance and metrics. More technical users can manage multiple sites from one platform, build API applications, test site versions, and more.</li>\n\n\n\n<li><strong>Power of Decentralization:</strong> As we are seeing the real-time impacts of power being held singularly in other organizations, it highlights the power of the open-source community we have within WordPress. Jess shares her thoughts on how this insulates WordPress from experiencing toxic growth and protects the evolution of future technology powered by WP.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-18 wp-block-columns Pressable has-theme-palette-8-background-color has-background\" id=\"Pressable\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/pressable\">Pressable</a></h3>\n\n\n\n<p>Founded in 2010, <strong>Pressable</strong> is a world-class managed WordPress hosting provider built on the same data network as <strong>WordPress.com</strong> and <strong>WordPress VIP</strong>. With industry-leading performance, 24/7 expert support, a 100% uptime guarantee, and seamless integrations with <strong>WooCommerce</strong> and <strong>Jetpack</strong>, Pressable provides the tools you need to manage your WordPress websites and grow your business all in one place. <a href=\"https://poststat.us/pressable\">TRY PRESSABLE→</a></p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<a href=\"https://poststat.us/pressable\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/pressable-icon-primary.svg\" alt=\"Pressable\" class=\"wp-image-121339\" width=\"150\" title=\"Pressable\" /></a>Pressable\n</div>\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://pressable.com/\">Pressable</a></li>\n\n\n\n<li><a href=\"https://automattic.com/\">Automattic</a></li>\n\n\n\n<li><a href=\"https://www.liquidweb.com/\">Liquid Web</a></li>\n\n\n\n<li><a href=\"https://twitter.com/chrislema\">Chris Lema</a></li>\n\n\n\n<li><a href=\"https://copyblogger.com/\">Copy Blogger Media</a></li>\n\n\n\n<li><a href=\"https://www.studiopress.com/\">Studio Press</a></li>\n\n\n\n<li><a href=\"https://wphostingbenchmarks.com/\">WordPress Hosting Benchmarks by Review Signal</a></li>\n\n\n\n<li><a href=\"https://twitter.com/kevinohashi\">Kevin Ohashi</a></li>\n\n\n\n<li><a href=\"https://titan.email/\">Titan Mail</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/renewabelle\">Jessica Frick</a> (Director of Operations, <a href=\"https://twitter.com/Pressable\">Pressable</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Interview With Product Lead Jessica Frick At Pressable</p>\n\n\n\n<h1>Interview With Product Lead Jessica Frick At Pressable</h1>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Hey everybody. Welcome back to Post Edits Draft. This is another interview in our series of product people. Um, and the intention behind this is there\'s all these great products out there in WordPress. And I wanna hear from the humans that lead these products for their customers and the clients. And today I\'ve got a dear friend, Jess Frick, who is over at a great hosting company called Pressable.</p>\n\n\n\n<p>Also an awesome sponsor and supporter post status. And I\'m excited for this. Uh, all these are so much fun to me, but I\'ve known Jess a long time. I\'m really excited to let you hear. What I get to hear, uh, about her passion, her vision, her values for what she does, and how she leads her team, um, and really around the product that she, she runs.</p>\n\n\n\n<p>So Jess, welcome to post status draft.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Thanks for having me, Corey. As you know, we are huge supporters of post status. We love the community and I\'ve been a [00:01:00] member since before I\'ve been with Pressable cuz I just love everybody in the community.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Also, before Corey and Lindsay, uh, were part of the ownership.</p>\n\n\n\n<p>So That\'s true.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> That\'s true. But you know what? Post status has been giving back to the community for a really long time and so you\'re, you\'re always honoring us and I wanna take a minute to honor you too. So. Thanks for all you do.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Thanks my friend. If you don\'t know Jess, you need to get to know her. By the way.</p>\n\n\n\n<p>She\'s an incredible human being and you\'re getting ready to hear some of her experience and expertise too. Jess, could you start and tell us what your role is at Principal?</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Uh, Well, we\'re not really big on titles around here, but I do have one. It\'s Director of Operations and what that ultimately entails is I lead our product ops and marketing here at Principal.</p>\n\n\n\n<p>People think we\'re a lot bigger than we are. We are a small but mighty team over here. Um, little, little known secret. Pressable has less than 20 full-time employee. We [00:02:00] are just killing it and everybody\'s just wearing a bunch of hats. .</p>\n\n\n\n<p><strong>Cory Miller:</strong> I I really love that, even that as a part of automatic, um, to see us. Uh, I like your description, small and mighty team.</p>\n\n\n\n<p>Uh, and we\'ll talk a little bit about that too. Cause I\'ve experienced that, not just because of our friendship, but as, uh, a friend of mine is a customer and I get to go in and help and experience. What you\'ve done and your team does. Um, Jess, you have a vast experience in WordPress, and I know this, but I want other people to do.</p>\n\n\n\n<p>Could you tell us what you\'re doing, what you\'ve done in WordPress, uh, before Princip?</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Well, my first time using WordPress would\'ve been in 2008. Um, my first job in WordPress, uh, was with Copy Blogger Media, the parent company of Studio Press. Um, and so if you ever got any swag back in the day with hashtag genesis WP that came from my house, , um, , [00:03:00] we, we grew this awesome brand and.</p>\n\n\n\n<p>Honestly, I did not build with any other themes. I\'m so sorry, Corey for like 10 years because it was just awesome to watch the genesis of the product. Um, and from there I got to work with the team over at Liquid Web. I was on Chris LEMAs team. We launched the first re commerce product. Um, and then about a year ago I got to join the team here at Pressable and I absolutely love it.</p>\n\n\n\n<p><strong>Cory Miller:</strong> That\'s awesome. Now, one of the angles for the</p>\n\n\n\n<p>part of that is product and um, so can you tell me a little bit about the principle WordPress product?</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Yes, I can and I would love to. Um, some things you should know about the Pressable WordPress product is we really differentiate on support. That\'s our number one thing. I know everybody says that their support is great.[00:04:00]</p>\n\n\n\n<p>Um, if you\'re familiar with. Automatic. You know that sometimes they\'ll have support teams that kind of go across different brands. But at Pressable we have the same core group of people. Most of them are developers, all of them are WordPress experts, and you\'re gonna get the same people every time. So, you know, the product that we serve is hosting, it\'s great hosting, it\'s powerful performance hosting, but what we really sell is the experience.</p>\n\n\n\n<p>And that means you\'re gonna have friends here that can help you no matter what your word. Website problem may be, um, within reason, obviously, but, uh, cuz people can do some weird stuff to word breasts. Okay. Um, but uh, the other stuff that we sell is that, uh, performance, um, A lot of people don\'t realize this, but Principle was originally known as Zippy Kid.</p>\n\n\n\n<p>We were one of the original three managed WordPress hosting companies in the world. And obviously that a lot\'s changed since 2010 when it was founded. Um, [00:05:00] it\'s. Been rebranded as pressable, and today we\'re owned by Automatic something a lot of other people don\'t know. Um, so the platform that we have that\'s super performant is actually the same one that powers wordpress.com and to some extent, WordPress, v i p.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, I know a lot of hosts can say performance and support. Uh, on the support side, I know the culture at Automatic is prolific with support. I, I, I recall several years ago that every team member that\'s hired goes through basically their first onboarding experiences, actually doing support. And I thought to myself, that\'s, that\'s a company that does value support, but I\'ve also experienced.</p>\n\n\n\n<p>Yeah, like I said, my friend, uh, has, has a site on principal and I ran into something because, you know, I\'m barely technical and, um, I can\'t remember his name off the hand, top of my head, but I think it was Michael. But, um, I went to support, asked a question, thought I\'ll get direction and [00:06:00] pointing. The next thing I know it\'s like, Kind of really helped me try to get the, the site going and get past one of the issues that I was having though.</p>\n\n\n\n<p>I was like, I\'m gonna spend a couple hours googling this or have to go to post outta Slack and ask somebody and beg somebody for help. And, uh, I really did get that experience. And that to me, Jess is pretty rare in hosting. Because in the early days you remember this, you talked about 2008. I remember you go to some of these shared hosting companies and I could get incredible admin type work, like support from people.</p>\n\n\n\n<p>Those days are pretty much gone until you get up to these high tiers of like hosting. So to have that kinda support is incredible. And then to your point, you just told me like support and performance. At first I go, most hosts probably brag about. Two things, but you\'re backing up the performance side too, like you said, but this backbone, which is legendary wordpress.com and b i.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> It\'s true. Um, if you look at this year\'s WP [00:07:00] Hosting Benchmarks studies, um, and if you\'re not familiar with WP Hosting Benchmark, um, review Signal runs these every year, hosts have to pay to participate. Because there is no favoritism, there is no way you can kind of grease the wheels. And if anybody does anything that looks untoward, he blasts you and tells everybody what you did.</p>\n\n\n\n<p>Um, but he legitimately, Kevin from Rude View Signal will do these tests and you enter in a variety of categories. and in this year\'s test, pressable aced every single level we were in. We got top awards in every single category we entered. Um, and that\'s a reflection of our environment. Um, we don\'t need to rely only on caching, but our caching is awesome.</p>\n\n\n\n<p>Um, we have, you know, industry leading PHP resources, and I would say that our CPUs can probably best, most other host.</p>\n\n\n\n<p><strong>Cory Miller:</strong> I, I tell you, you\'re not kidding when you talk about Kevin, I get to meet him, um, this [00:08:00] summer in Porto like you did too, I\'m sure. And, um, Kevin is a purist. He\'s extremely passionate about what he does, and I know he\'s been doing the benchmarks for a long time and to, to pass.</p>\n\n\n\n<p>It\'s this pretty, pretty incredible, um, I, I, I would say it\'s not for the faint of heart. Go through Kevin\'s benchmarks and things, so that\'s great. Backing it up from an external source like Kevin, and he\'s in the process community and pretty active. So yeah, we\'re proud. Awesome. Okay, so we talked a little bit about the product manage WordPress hosting support performance Two highlights.</p>\n\n\n\n<p>Um, what, uh, tell me about the types of customers. If you\'re a customer looking at principle or looking at managed Word Press hosting, who are you, who, who, who did you build the product for, essentially?</p>\n\n\n\n<p><strong>Jessica Frick:</strong> That\'s a really good question. Um, and honestly, [00:09:00] there are two main audiences that we work with and it, it sounds overly simplified to say it this way.</p>\n\n\n\n<p>Um, The, the more simple user that just needs powerful hosting with great support. And then the more advanced user, um, which might be a developer or an agency, um, you know, an agency, like there\'s so many different kinds of agencies. You might have an agency that\'s. Super technical and some that are not. Um, I would say that we are ideal for agencies that are operating multiple websites for their clients because we make it super easy to manage multiple sites in one place.</p>\n\n\n\n<p>Um, I would also say that we\'re good for agencies that have their own special workflows. We have get integration tools. Um, we are able to help you with custom API applications, um, SSH and WP CLI and all. Stuff. And then of course, um, for the business owner who just has an e-commerce store [00:10:00] that gets crazy waves of traffic every single time her story gets picked up on TikTok and it happens, you know, a couple times a month.</p>\n\n\n\n<p>We\'ve got her back. because our hosting out of the box can handle huge amounts of traffic at any given moment. And so most of the time, you know, she doesn\'t even have to pay attention to her website, but when she does, she needs help and she needs it now. And that\'s where we come in. One of the things I didn\'t get to mention is our support has some pretty incredible statistics.</p>\n\n\n\n<p>So our average first response time is under three. So when that business owner needs our help, she\'s not waiting for like 20 minutes for somebody to respond to her chat. We\'re there our average resolution time, Corey is under 10 minutes. So it\'s not like you write us and then you\'ve gotta wait for us to ask four other people.</p>\n\n\n\n<p>We\'re there and we\'re helping you and we fix it. Um, so I would say, you know, even more simplified than all of [00:11:00] that, we\'re probably not gonna be your first host. We\'re gonna be the host that you graduate to when you\'ve experienced support at some other places, or when you\'ve outgrown what their resources can offer you.</p>\n\n\n\n<p>Um, you know, maybe your sites are slow, maybe you\'re experiencing downtime. Um, we have a 100% uptime guarantee, and we\'re able to offer that because we have automatic failover included for free. And because we know that your sites aren\'t gonna go down here, So .</p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Tell, tell me more about that. So, a hundred percent guarantee.</p>\n\n\n\n<p>I, I know I\'ve been to hundreds of, you know, hosting sites since like 99.9, and I go, okay, cool. Why does it, why does it, ma, I mean, and, and I\'m not running an e-commerce store that if I, if I\'m down for a minute, I probably lost a thousand dollars, right? Mm-hmm. , tell me why that matters. A hundred percent. And what that means.</p>\n\n\n\n<p>A hundred percent uptime and the automatic.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> You can fit a lot of excuses in 0.1%. Corey[00:12:00]</p>\n\n\n\n<p><strong>Cory Miller:</strong> That\'s good.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> You know, there are a lot of things you can say. Oh, that\'s the 0.1. No, we we\'re a hundred percent up time. We got you. Um, I was just talking with one of our agencies yesterday who\'s been with us for, since 2017, and they\'ve never had a site go down, ever. And they host hundreds of sites with us.</p>\n\n\n\n<p><strong>Cory Miller:</strong> And that matters. You know, you got the 99.999 or whatever, and then a hundred percent. Um, for sure, like I at, at Ithe, I knew when our site went down, we lost money. Now we didn\'t lose thousands of dollars, but we were losing opportunity cost. I mean, there\'s a big value to that. Yeah. Um, tell me, because I just don\'t even know what is automatic, fell over.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Automatic failover means if for some reason there\'s a problem with the mechanics and the systems, we will automatically redirect your traffic to your exact [00:13:00] site on a different server elsewhere. So it\'s kind of like that high availability experience where if it goes wrong here, we got you over here.</p>\n\n\n\n<p>When you\'re using our name servers, we\'ve got you everywhere.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Hat tip. Make sure your name servers are at the host and particularly with Pressable cuz you wanna take advantage of that, that\'s outstanding. Um, okay. Tell me, um, do you wanna show me a little bit of the dashboard and the product itself?</p>\n\n\n\n<p><strong>Jessica Frick:</strong> I do, yeah.</p>\n\n\n\n<p>So you asked like who we\'re for, and you know, one of the things that I\'m super proud of when it comes to Pressable is it is an extremely technical interface, but it can be done. Um, and it can be used in such a way that. Someone who\'s not super technical will also appreciate it. I\'m so sorry. Like myself.</p>\n\n\n\n<p>Yeah. Well you, but also, you know, you are technical. [00:14:00] Um, I would say that there are also some people that just sort of see this, and I\'m so sorry, I\'m having some technical issues. We\'re gonna have to edit this.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yep. We\'ll edit it. Yeah. Lemme start with.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> One of the things that I absolutely love about our interface is that it\'s great for technical people, but it\'s easy to use for people who maybe aren\'t quite as technical. So when you log into your account, this is what you\'re gonna see. Obviously not these sites, this is our demo account. Um, but you know, right off the bat you can see your sites, you know where they all are.</p>\n\n\n\n<p>Um, and you\'ve, we\'ve got a new feature here called collaborators. I\'ll get to that in a. Um, but let\'s dig into a site right now. Demoable . Mm-hmm. . It\'s not a real site, don\'t go to it. Um, but when you get in here, you can immediately get a nice overview. You can see what PHP version you\'re running, what WordPress version you\'re running.</p>\n\n\n\n<p>Um, by the way, we will allow you to be on the [00:15:00] previous release, the current stable, or you can go on beta. Um, that is something that we offer here and we\'re very proud to do that, especially because we know that sometimes you might need a little more time for testing. So, um, we offer you the opportunity to leave notes for your team.</p>\n\n\n\n<p>Let\'s say you\'re working in here with multiple others and you\'re gonna need to just kind of have those admin. Pieces of information that\'s right there within the dashboard. Here\'s where you\'re gonna have your domain information. Um, obviously our name servers, um, and we can also give you IP addresses. Uh, then we have performance.</p>\n\n\n\n<p>Um, if this was a live site, you would see more data here and it\'s just gonna kinda give you that pulse check on what your site\'s doing this month. Um, I could probably spend a long time on this, but I won\'t cause we only have a couple minutes. But you\'re gonna have all of your users for this particular site here, we offer backups 30 days.</p>\n\n\n\n<p>Oh, by the way, our backup storage is complimentary. That does not go [00:16:00] against your total storage that you have for your plan, and then of course, that get integration. What I wanted to show you also was collaborators. So collaborators is gonna give you a way to have multiple people in your account, but not everybody can do everything.</p>\n\n\n\n<p>Um, I know at some other host when you add somebody, you basically get to be an admin or just, you know, a viewer. Uh, here, if you want somebody to be able to get that WordPress access, maybe you\'d never wanna give them the ability to delete or disable. But they\'re also gonna need to be able to get that SFTP access.</p>\n\n\n\n<p>You can fine tune the experience for that one particular person right here. Um, something else that\'s coming up that\'s gonna be super exciting. Uh, we\'re introducing something called the One Press Login. One thing that we\'ve heard from our customers is it\'s kind of annoying to have to enter your credentials every single time you wanna go into your WP admin.</p>\n\n\n\n<p>And [00:17:00] so here on your site details, we\'re going to give you that one press login button, and it\'s going to basically work like a one time password. Automatically and securely log you into your dashboard. No passwords needed. We also offer email through Titan Mail. This is an upsell. Um, we have usage data for you here.</p>\n\n\n\n<p>It\'s really nothing super exciting or sexy. Um, billing is no nothing to write home about . make billing sexy. Um, but you know, we also have site performance reports. We have collaborator reports. If you\'ve got a bunch of collaborators on your site and you\'re. Who all is on this and what do they do? Um, you\'ve got different site usage reports, all of these, you click the report and it\'s gonna send you an email.</p>\n\n\n\n<p>Um, please don\'t spam us there, but basically, we\'re trying to make it easy to manage a whole bunch of sites and [00:18:00] just to keep your finger on the pulse of what all of them are doing.</p>\n\n\n\n<p><strong>Cory Miller:</strong> I can see that collaborator report, especially if you have a team and different hands in the, in the kitchen. Yeah. Um, for sure.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Yeah. And then of course, you know, if you wanna build your own API application, you can come here and create your api. And we have all of our documentation published here. Um, this is not behind a paywall, so if you ever wanna see if you could do that here, chances are you can.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Fantastic. I love that. Yeah.</p>\n\n\n\n<p>Well, thanks for that quick overview. Uh, I like to see the pro, you know, the dashboard. Um, I, I\'m sure unlike many people listening that I go to, uh, Page or sales page one day, and then it\'s months, maybe even years before I go back when I have a need. And so I like showing the product because I want people to see the experience.</p>\n\n\n\n<p>And one thing that stuck out just was like, how fast that even the admin side oh, uh, was rocking.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Yeah, it\'s super, super fast and it\'s [00:19:00] super fast. Even if you have hundreds of websites as opposed to just one. Um, that\'s something that, you know, obviously I do a lot of testing at our competitors. That\'s not something you get every.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yep. Well, okay, thanks. Now, we talked about the product. We\'ve talked a little bit about what you\'re looking forward to, but I really want to ask that question. What things are you doing? What things are you excited about at Principal?</p>\n\n\n\n<p><strong>Jessica Frick:</strong> I know a lot of people aren\'t comfortable talking about this, but I love talking about what\'s coming soon.</p>\n\n\n\n<p>Um, we have some really fun features coming soon. One of the things is going to include the ability to have kind of a template of your site. Um, Right now, our competitors would call them, you know, templates or, uh, maybe even stencils. It\'s gonna give you a way to just clone your site, but with all of the different settings and plugins attached to it, um, that\'s coming soon.</p>\n\n\n\n<p>Obviously, the One Press login that I mentioned, we are also looking to bring [00:20:00] forward smart plugin updates, so you\'ll be able to update plugins for one site or multiple. Easily in a safe way. And then we also are looking to improve the sinking between staging and live. This is something that honestly, I have not seen anyone do.</p>\n\n\n\n<p>Beautifully. Like there\'s problems everywhere when you\'re trying to do this. Um, one of the things that we are trying to keep an eye on though, is the changes that are happening with full site editing. Um, you know, a lot of other hosts might have an easy button. I shouldn\'t say a lot, but a couple of other hosts have an easy button.</p>\n\n\n\n<p>And basically what that\'s gonna do is just exclude your databases from syncing your staging environment to your production environment. And that would be fine because you obviously don\'t wanna overwrite your W commerce data, comments, all the other dynamic stuff that happens. But with full sight editing, a lot of that data is being stored in those same places that you\'re currently excluding.</p>\n\n\n\n<p>So we\'re trying to [00:21:00] like fine tune. So that you get what you want to have from staging moved over. Um, and just to make it fast and easy too. Ultimately, the, the things that we\'re trying to develop are things that people have directly asked us for. Um, we love hearing from our customers and we love hearing from people who would be customers, but perhaps they\'re held from, you know, for one reason or another.</p>\n\n\n\n<p>Um, One of the cool things about us being small and mighty is we actually act on those. Mm-hmm. . And so if somebody\'s watching this and you\'re not a customer because this or that, please tell me cuz we\'ll build it</p>\n\n\n\n<p><strong>Cory Miller:</strong> And by the way, Jess is in post set of slacks. She can even DM her. Yeah. So I wanna go back to something you talked about the syncing, and there\'s a nuance there that I hadn\'t thought about, which is all the databases. So could you gimme some examples of that? Uh, particular instance? I know you said, uh, full side [00:22:00] editing.</p>\n\n\n\n<p>Uh, But I, I\'m, I\'m, I\'ll just confess to you, I\'m a newbie to staging. I have used, uh, principle staging mm-hmm. to, um, we\'re, we\'re working on a rebrand of, uh, post status.com and I was like, I just want to get a site that I can go do. And I\'ve been using the staging for that, but could you tell me what a little bit more details about, or examples of how that might be really critical for store owners, agencies and developers?</p>\n\n\n\n<p>I\'m sure they know these answers, but I want to.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> So, having worked in hosting for a long time, I can tell you it is shocking how few people actually use staging environments. So high five to you, my friend, for doing an staging environment first. Um, one of the problems is you get your staging site exactly how you want it, and then you need to be able to push it live.</p>\n\n\n\n<p>And for the, the old way to do it was just to completely overwrite your site. The thing is, and like picking on post status, I know you guys have. [00:23:00] I know you even have a store, but I can\'t remember if your store is actually on the, the site or not, or if it\'s external. Um, but you know, if you have that kind of data coming in on the regular, there are a few ways you can go about it.</p>\n\n\n\n<p>Um, the first would be like a two stage migration where you would migrate it. At a single point in time, and then like, kind of do your stuff and then you would bring to date the Delta. Um, so for example, blog vault can actually do that for you. They do a great job with that. Um, and so they\'ll bring over the, the data, but you\'re still gonna have that tiny window where you might miss a pro, a purchase or you know, somebody might be doing something on a membership site and you\'re gonna lose that activity in that moment.</p>\n\n\n\n<p>Um, one way to counter that is to put up a, like. Under maintenance. Interstitial or something that basically lets people know that whatever you\'re doing right now, not gonna count, or you just can\'t do it right now. Um, but the other [00:24:00] option is to create a nuanced tool that does not include that data when they overwrite it.</p>\n\n\n\n<p>Um, because whatever is happening on staging is not going to include all of that purchase data. Something people haven\'t considered a lot of times is when you bring an entire production site over to your staging, you might actually have all of that e-commerce stuff in place. And so heaven forbid you\'ve got a membership site.</p>\n\n\n\n<p>It could be charging subscriptions on. You gotta be real careful of that. And so one of the things that we\'re also working to do is to make sure that that kind of stuff doesn\'t happen in staging. Just a blanket rule that you can\'t be charging for things and you know, running, running different processes that could negatively impact you cuz you didn\'t mean to do that there.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, I can see how you just eliminated how critical that is for a w uh, like a W Commerce site, um, with some of those things because you do have this continuum amount of data and storages or staging as a best practice, [00:25:00] and this is a nuance to make sure you\'re capturing those educations. I think that really stands out, particularly in e-commerce, but I think you showed some other ways where I don\'t want that thing.</p>\n\n\n\n<p>To be missed or I don\'t want that thing to be updated. And some of my experience with backups, I kind of, I, I\'m aware of some of those type of nuances and that\'s, I, I ask for my own edification, but also I think it highlights that the person leading the team I knows, knows their stuff. And I love, I love talking with you because you always give me something new to think about.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Well, thank you. That\'s a very nice thing to say.</p>\n\n\n\n<p><strong>Cory Miller:</strong> You bet. Well,</p>\n\n\n\n<p><strong>Jessica Frick:</strong> fortunately I work with some people that are smarter than me too. So , I think I\'m great. You should meet the team.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, my next and close to my last question is I, I just wanna get your thoughts about tech WordPress in general. We talked a lot about hosting nuances, the things that you\'re working on, you\'re already doing, have done, [00:26:00] um, performance and support being some big highlights backed up, but some really good reasons.</p>\n\n\n\n<p>Um, To be able to say we do performance and support extremely well. But I really wanna turn the page and ask you your thoughts about tech and WordPress and what you see coming up and what you\'re excited about with WordPress and then tech overall.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> You know, it\'s, um, This is a really interesting question because we\'re at a strange time right now.</p>\n\n\n\n<p>You know, for a minute, every time you turned around, another WordPress company was getting acquired and I feel like we\'re kind of in a lull for a little bit. That\'s not to say that somebody\'s not gonna get acquired while we\'re on this call, but it could have , but for a minute, there was like every single day.</p>\n\n\n\n<p>Um, but what\'s also interesting is we\'re seeing, you know, different companies tightening up. Um, Be it the market conditions or some other, you know, variable. We\'re, we\'re seeing a lot of companies, you know, really getting into conserve [00:27:00] mode and it\'s been interesting to watch how they\'re doing that. Um, thankfully we\'ve not seen a lot of companies just laying off a whole bunch of people.</p>\n\n\n\n<p>Um, it\'s happened, but it\'s not happening like you\'re seeing with other big tech. And I think part of the reason that WordPress is probably a little more insulated is because I think by and large the WordPress community has perhaps been more stable to grow in the first place. Um, I think it\'s gonna be interesting to see what happens in the hosting world, but also, you know, in the future of plugins, um, and certainly themes, especially with, you know, blocks becoming what they are.</p>\n\n\n\n<p>Um, I\'m really interested to see how that plays out for the community because at the heart of it, I mean core, you know me, I love WordPress. Like I love WordPress, but part of, one of the, part of the reason that I love WordPress so much is because I [00:28:00] love the community. You know, we have a lot of really great, genuine, smart, helpful people.</p>\n\n\n\n<p>You know, if we\'re being honest, yeah, there\'s some jerks, but that\'s. A small percentage. Mm-hmm. , most people would stop what they\'re doing to help you if you needed it. And I think that that\'s also part of why we\'ve become kind of insulated, um, from that toxic growth. I guess if you\'ll let me get kind of spicy.</p>\n\n\n\n<p>Yeah. Um, , I think we know who is Awesome. Generally speaking, and we all kind of look out for each other, and I really, really love that about. Yeah. Um, what I\'m thinking about tech right now, we\'re, we\'re seeing a situation where one of the biggest social networks has been bought by a single individual and love them, hate \'em, or don\'t even care about \'em.</p>\n\n\n\n<p>[00:29:00] It\'s making some pretty big changes to the product itself and the audience that uses it. And one of the things that I love about WordPress is that it\'s open. And you know, a lot of people want to blame one specific person for things. And yeah, of course he\'s influential, but he doesn\'t control the whole project.</p>\n\n\n\n<p>And so I think it\'s made me more grateful, um, seeing how it can go wrong when you have just that one super rich guy that can make all the shots. And then you have WordPress where it really is, you know, power to the people</p>\n\n\n\n<p><strong>Cory Miller:</strong> and you can fork it. I don\'t think you can fork Twitter, but you can\'t fork WordPress and it has been forked.</p>\n\n\n\n<p>It has. So even if there are powerful structures, you can still take the code and and go elsewhere. Yeah. Decentralization is definitely something that I\'ve heard a lot from members and in these interviews because it\'s uh, really key in part of the power [00:30:00] WordPress is that, um, it can power everything from my little blog on my stage inside principle, uh, to you.</p>\n\n\n\n<p>Uh, very big house in Washington DC that happens to be white. Yeah. And so like, it\'s, it\'s crazy. All the applications. I, uh, as I\'ve talked to agency owners and, and technical people, what WordPress is being used for, but at the core, that open source philosophy really resonates and. Powerful. And I think we\'re seeing that, like from what you\'re saying too, is like we\'re seeing that the power that WordPress is and continues to be, it\'s not owned necessarily by one person.</p>\n\n\n\n<p>It can be used, the freedom that we have</p>\n\n\n\n<p><strong>Jessica Frick:</strong> and people are building cool things to go with it. You know, things on top of it. You know, before we started recording, we were talking about the world of podcasting and the things that are built to, you know, work alongside it, you know, pocket casts and various others.</p>\n\n\n\n<p>Um, we were talking about custom applications that people are building. I think WordPress itself is going to [00:31:00] continue as a building block for a lot of other cool technology in the future. And, So excited to see it happen and honestly I hope one of the ideas is mine cuz I feel like you and I would be really good, rich people.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yes, totally. I think we would very generous . Just Rick, thank you so much. Can you tell people, uh, where to find more about you in principal?</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Yes. Come visit us at pressable.com and if you wanna find me, I am in the post status slack. Um, if you\'re not in post status, let\'s fix that problem first. Uh, but you can also find me at renewable.com if you want.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Awesome. Thanks so much. Yes, for the time today, and I hope you\'ll go check out our principal dot com\'s offerings and see what we\'re talking about.</p>\n\n\n\n<p><strong>Jessica Frick:</strong> Thanks, Cory.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 14 Dec 2022 21:37: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:\"Olivia Bisset\";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:98:\"WPTavern: #55 – Dennis Dornon on How Partnerships Have Helped Grow His WordPress Plugin Business\";s:7:\"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:48:\"https://wptavern.com/?post_type=podcast&p=140323\";s:7:\"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/podcast/55-dennis-dornon-on-how-partnerships-have-helped-grow-his-wordpress-plugin-business\";s: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:47001:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast, which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how finding partners might boost your WordPress business?</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m very keen to hear from you and hopefully get you or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Dennis Dormon. Dennis is the founder of MainWP. A WordPress plugin which enables you to manage multiple WordPress websites from a single dashboard. As you’ll hear, the business has changed over the years, as Dennis has learned more about the plugins’ target audience.</p>\n\n\n\n<p>If you’re a solo developer, or a working for a small team, bringing your WordPress product into the market can be very rewarding, but it can also be hard. Given the scale of the market, it’s likely that your product has got an audience. But with the time and resources being limited, it might be hard to break through and be widely discovered.</p>\n\n\n\n<p>Dennis talks today about how, in the recent past, he’s been trying out working with partners as an effective way to increase the plugins reach. As you’ll hear, it’s a strategy that he’s enamored with, given the right partner.</p>\n\n\n\n<p>We start off by talking about why Dennis built MainWP, and who the plugin was originally aimed at. And it’s not what you might expect.</p>\n\n\n\n<p>We then get into how Dennis is working out his partnerships as he goes. What is it he’s looking for in a partner? Not all companies in the WordPress space are going to be a good fit. And so he explains how it’s important that all partners have some skin in the game, and know what part of the deal they have to uphold. What are the things that need to be considered before the partnership begins? And how do you make sure that all the parties are keeping up their end of the bargain?</p>\n\n\n\n<p>It turns out that MainWP is a business which is in just about the perfect spot for bringing on partners. But if you’re a developer and have not considered this type of approach with your business, this podcast is for you.</p>\n\n\n\n<p>If you’re interested in finding out more you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast. Where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so, without further delay, I bring you Dennis Dormon.</p>\n\n\n\n<p>I am joined on the podcast today by Dennis Dornon. Hello, Dennis.</p>\n\n\n\n<p>[00:03:40] <strong>Dennis Dornon:</strong> Hey, Nathan. How are you?</p>\n\n\n\n<p>[00:03:42] <strong>Nathan Wrigley:</strong> Very, very well. Dennis and I have had a little bit of a chat before the podcast began, and it’s been a pleasure getting to know him. You’re going to get to know him over the next few minutes. Dennis, we always ask our guests right at the beginning, there’s some kind of orientation question, just trying to figure out who you are and where you come from.</p>\n\n\n\n<p>I’m wondering if you’d spend a few moments just telling us what it is that you do in the WordPress space and how you’ve become part of the WordPress community. You can take that in any which way you like and go back as far or as near as you wish.</p>\n\n\n\n<p>[00:04:14] <strong>Dennis Dornon:</strong> Hello everyone. I’m Dennis Dornon with MainWP, WordPress manager plugin that allows you to maintain multiple WordPress sites from one central dashboard. The MainWP plugin allows you to perform most of your daily WordPress maintenance tasks, such as updating your plugins, backups, uptime monitoring things like that.</p>\n\n\n\n<p>And since MainWP is a self hosted WordPress plugin, it allows you to do all that while remaining privacy focused and not relying on any third party solutions like many other WordPress managers.</p>\n\n\n\n<p>[00:04:40] <strong>Nathan Wrigley:</strong> So when did you discover WordPress? How far do we go back?</p>\n\n\n\n<p>[00:04:44] <strong>Dennis Dornon:</strong> I would say probably about 10 years ago is when I really started getting into it. About 10 to 12 years ago I was full-time affiliate marketing and had a few hundred websites, mostly focused on the automotive industry. And at that time I just did real cookie cutter sites that just did PHP changes from a flat file where, like I would change the city name, make model, and just put those out.</p>\n\n\n\n<p>But then Google started changing their algorithm, so you couldn’t really have the cookie cutter sites anymore if you wanted to continue to rank. That’s when I started exploring WordPress. Slowly moved those few hundred sites over into WordPress. And then I quickly realized once you have a few hundred sites, I think in my case it was close to 500 sites, that maintaining those could be quite a pain in the neck.</p>\n\n\n\n<p>And that’s when we started looking to different solutions that were already out there. But none of them gave us the privacy we were really looking for. Both me and the co-founder came from an affiliate background, so we wanted everything to stay completely private and no one to have any of our information.</p>\n\n\n\n<p>Started developing our own solution for WordPress and we actually went with using WordPress as the backbone since we didn’t have to worry about login, security and making all those things for ourselves and just built it as a plugin itself.</p>\n\n\n\n<p>[00:05:54] <strong>Nathan Wrigley:</strong> That’s really fascinating. Kind of interesting that it was a scratch your own itch type of product. We’re here today, we’re going to talk about a slightly different subject because a little while ago I put out a tweet and I was asking for people to suggest topics that maybe of interest to listeners of this podcast. And Dennis reached out and so we got connected and we’d settled on the topic of, the idea of partnerships within the WordPress space. So, I’m just going to map out in broad outline what I think we’re going to talk about, and then we’ll see if the conversation goes in that direction or not.</p>\n\n\n\n<p>So, Dennis has a history, or at least I should say MainWP, whether it’s Dennis or other people, I’m not entirely sure, has a history of connecting with other WordPress companies to mix up what they’re doing. So MainWP with partner A and MainWP with partner B. And try to figure out if there’s ways that they can rub each other’s backs, and help each other along the journey to growing and what have you.</p>\n\n\n\n<p>So you have a product and you have lots of partnerships. I guess the easiest way to begin this subject is, can you just lay out some examples of people that you have partnered with in the past and how those partnerships have developed. Just to give us a little bit of a picture of how this all works.</p>\n\n\n\n<p>[00:07:14] <strong>Dennis Dornon:</strong> Sure we really just got into partnerships. We have a lot of extensions that work with other plugins, but I wouldn’t really call those partnerships. Those were more along the lines of what you were saying earlier of kind of scratching our own itch. So we put out our first kind of partnership way back in 2015 with our first third party extensions. So, about a year into our existence, we actually started going out and working with other plugins.</p>\n\n\n\n<p>The problem at that time is we didn’t tell them we were actually working with them, so we would just go out and build these extensions and then be like, hey, we got an extension for you. And they’d be like, thank you. That’d pretty much be the end of the partnership. But it helped our users, especially with our first ones, which was a backup extension, Updraft Plus. And then we, I believe one of our first extensions was also a Yoast extension.</p>\n\n\n\n<p>But these weren’t true partnerships. It wasn’t until probably the last year or two that we actually started to get into real partnerships, where we talked to the other company, before we built an extension for them so that we could, uh, grow out from there.</p>\n\n\n\n<p>Some of the current ones that we have out are of course, SEOPress, which we just launched earlier this month. Atarim a couple months ago. Before that WPvivid Backups made their own extension and WP White Hat Security made an activity log extension. Those were more true partnerships where we work together to find a common solution.</p>\n\n\n\n<p>But most of these were just a, I would call them code development partnerships. So we were both kind of working in the development of it. Where I failed at would be the co-marketing portion of it. So even though we had grown and had actually started working with the other companies on building these extensions, instead of just building them ourselves, we still weren’t getting the word out appropriately that we now had official partnerships with these different companies. So we’d launch the partnership, announce it for a day or two, and then kind of let it die.</p>\n\n\n\n<p>Die might be the wrong word. We didn’t do too much with it, we just kind of hoped they would grow on their own if you follow what I’m saying there. We didn’t really learn until the, well, I didn’t learn until the Atarim partnership, how to correctly co-market. And that has really jumped up our actual partnerships. People coming in for partnerships. Partnership requests have all gone up.</p>\n\n\n\n<p>Really from what Vito Peleg showed us with our partnership with Atarim, and how to not only do the co-development, but the co-marketing, and co-marketing is what you generally see from, when you see a partnership in WordPress that’s, you know, where you’re on each other’s mailing list, social, things like that. And you do it for a short amount of time.</p>\n\n\n\n<p>So now we have that perfect combination for a partnership of both co-development and co-marketing. Why co-development helps is it gets the other person to have skin in the game with you. So you both, you both have something to lose if the co-marketing doesn’t go well.</p>\n\n\n\n<p>[00:09:58] <strong>Nathan Wrigley:</strong> So towards the beginning of your endeavors, you mentioned 2013 or something like that.</p>\n\n\n\n<p>[00:10:03] <strong>Dennis Dornon:</strong> 2015.</p>\n\n\n\n<p>[00:10:03] <strong>Nathan Wrigley:</strong> 2015, Sorry, yeah. You mentioned that the business was growing and, I guess at that point you didn’t really know that partnerships could be a thing, and so you just looked out into the WordPress ecosystem and thought what would be a good thing for us to build? And how can we help our customer base that exists already? And so you just built it yourself, shipped it, and maybe had some kind of email interaction with the originators of that plugin? Maybe not. It just went out there. But the point was it was all within your silo.</p>\n\n\n\n<p>And more recently, in the last year, as you’ve described, you figured out that there’s this model where you get in touch beforehand and potentially you do the work or they do the work, or you partner together and do the work together, I don’t know what the model there is exactly, but the principle being that it’s much more of a symbiotic relationship. You’re in conversation about it. You both are sending out promotional materials once the thing has finally shipped, so it’s much more of a collaboration. It’s not as if you’re merging together. Your business is separate, their business is separate, but there’s definitely an overlap where you can help each other out.</p>\n\n\n\n<p>[00:11:16] <strong>Dennis Dornon:</strong> Correct, yeah. Everything stays completely separate. It’s not a partnership in terms of a, you know, giving up any portion of your business. It’s more of a partnership of helping each other grow from your own base of customers. So if we go back to Atarim. Atarim promotes to their base of customers along with an actual, like I was saying, the code developed.</p>\n\n\n\n<p>So they have something to hand them that they can come back and, MainWP, this is how it works with it, because we’ve actually built something together. I’m just not sending you an email blast telling you to go use MainWP. Here’s an email, here’s social, here’s how we’re working together to make your life easier. And that’s what we’re focused on going forward. Both co-development, co-marketing to work nice and smooth.</p>\n\n\n\n<p>[00:11:52] <strong>Nathan Wrigley:</strong> So in the last year, in this time where you’ve found several companies that you’ve decided to partner with as opposed to building it yourself. Just describe some of the benefits that you’ve discovered. You’ve mentioned things like marketing and what have you, but are there any other unexpected things?</p>\n\n\n\n<p>It might be just that, you know, it saved you a bunch of time. You ended up being friendly with people that you otherwise wouldn’t have encountered. Whichever way you want to take that.</p>\n\n\n\n<p>[00:12:17] <strong>Dennis Dornon:</strong> I’ve really learned, we’ve been doing this, MainWP itself for nine years, and I am just really started talking to people in the last year. And I think a lot of that comes from being in the partnerships and realizing that, when you get out there and you talk to people that they are friendly, most people are friendly.</p>\n\n\n\n<p>Most people just want to work with you. They want to help. You gotta find who you want to work with, if they fit into what you want to do, if they fit into how you want to grow. But really we haven’t run into too much of people who didn’t align with what we are looking to do so far. But we are working on documents that we can put on our MainWP.dev site that allow people to see what’s expected from them, what’s expected from us in a partnership, so they know before they even contact us, hey, if we want to do a partnership, okay, we need to meet these things, do these things. So it’s all laid out for everybody.</p>\n\n\n\n<p>[00:13:06] <strong>Nathan Wrigley:</strong> Yeah. That’s really interesting because, obviously a couple of years ago you didn’t really have anything to lean back on to say, this is how a partnership may work, and now that you’ve done it a couple of times, you’ve taken the step to even create documentation around that so that you can isolate yourself, I guess, from people coming to you and saying, we’d like to partner with you, and it’s simply not being a particularly good fit. There’s bound to be a whole raft of companies, there’s just really not enough overlap to work with.</p>\n\n\n\n<p>Yeah, I was wondering about that really. Are there any constraints that you’ve placed upon yourself to say, okay, if it’s out of this boundary, we probably won’t be able to work with you, or if it’s inside this boundary, we will.</p>\n\n\n\n<p>[00:13:47] <strong>Dennis Dornon:</strong> It’s a hard one cause I haven’t come across anybody reaching out directly to me that I would be like, oh, I just can’t, just couldn’t work with you. There have been some things, where I know if somebody reached out that I didn’t feel comfortable putting in front of our user base, we’d be able to say no to. Something that wasn’t, um, don’t want to say privacy focused, but something that is completely against the way we feel about privacy.</p>\n\n\n\n<p>Of course, we wouldn’t work with them. It’s a hard question to answer because it’s, until I’m actually presented with the situation, I’m not sure who I’d say no to, who I’d say yes to. I think everybody’s gotta be evaluated on their own individual basis.</p>\n\n\n\n<p>[00:14:20] <strong>Nathan Wrigley:</strong> You obviously, when you are creating partnerships like this, you are staking quite a lot. You’re putting your flag in the sand that we would like to work with this company. Our business aligns with them, and if you start to email your list with logos from other companies and what have you, you are firmly saying, we align, we are trusted partners with each other.</p>\n\n\n\n<p>And so the word that I used there was trust. Now I imagine that we won’t get into the conversation of any times that trust may have been broken, but I do wonder what that level of trust means. How have you approached that whole subject of, can I trust this company?</p>\n\n\n\n<p>You know, many people rely on their instinctive sense. Maybe there’s companies that you think if they approach me because I’ve seen what they do in the past, that isn’t a good fit for us. How do you establish trust and what does that trust actually mean?</p>\n\n\n\n<p>[00:15:14] <strong>Dennis Dornon:</strong> Well, I can say this year we did have a partnership that I would not do again. Not naming any names. We had terms in and then they, uh, changed the terms once things had been launched, and that was kind of upsetting and I’m not sure what you can actually do for that.</p>\n\n\n\n<p>So you really do have to put some trust into it. And I think that’s where combining the co-development along with the co-marketing really makes a difference. This particular partner, we did all the work for the extension for, and they provided the service and then they changed the service after the extension was made.</p>\n\n\n\n<p>So we’ve kind of moved away from doing where we do all the work in those situations. So we really go for the more of the co-development. Where the other person has the skin in the game, we know they’re also working for the same end goal we are. And then go into the co-marketing. And usually if you can get that skin in the game from the co-development, they’re not as, a person isn’t going to be as easy to do something, to break up that partnership or, make that partnership not profitable for both.</p>\n\n\n\n<p>[00:16:09] <strong>Nathan Wrigley:</strong> When you say co-development, are you talking about, literally you’ll put people in the same room or on the same Zoom call or whatever. So in other words, MainWP developers are working with company A developers, and together you are building out the solution which bolts into MainWP. Or is it more, you are collaborating on ideas and then somebody goes off and builds this part and MainWP take care of their part? Just give us an idea of what that co-working looks like.</p>\n\n\n\n<p>[00:16:37] <strong>Dennis Dornon:</strong> Yeah. and not to keep going back to Atarim, it’s just such a good example. In their case, they needed to develop a special API that we could connect to, and we needed to develop a way to connect to their API. So we were both working on APIs, to work with each other’s system. So we knew they were putting in the same amount of time or almost the same amount of time as we were into the extension. So we knew they were going to be just as dedicated to making sure that the product grew and got better.</p>\n\n\n\n<p>[00:17:02] <strong>Nathan Wrigley:</strong> So it’s very much a case of, you work out which ways you can scratch each other’s back, and share out the work accordingly. The hope being that the balance is equal, and it may be that at the beginning, if you’ve got the skill set to do the coding of a particular thing, then maybe that’s something that you would do, and maybe they don’t have the heavy lifting there. But they might have something else that they can contribute later in the journey. You know, marketing clout and so on and so forth.</p>\n\n\n\n<p>[00:17:28] <strong>Dennis Dornon:</strong> One of the things I have noticed, actually Jonathan Wold in one of his blog posts mentions it, and it’s something I’ve noticed too, is when you’re the smaller partner, you usually end up doing most of the work. And for most of this time we have been the smaller partner. So that’s just one of the things. If you’re the new guy or you’re the smaller partner, just be prepared to have to do more than the other partner.</p>\n\n\n\n<p>[00:17:47] <strong>Nathan Wrigley:</strong> Do you go through this in a very formal way? In other words, you mentioned the Atarim example, obviously one you’re very happy talking about. There’s a lot of work to be done. There’s lots of hours to commit to writing the code. There must have been some sort of procedure that was gone through saying, okay, exactly what is the scope of the partnership that we’re doing here? Exactly what is the scope of what we’re trying to build on top of MainWP, which will interact with Atarim? Do you spend a long time hammering all that out and deciding, we can’t do this particular feature, but we’ll come to that later.</p>\n\n\n\n<p>Because it’s not like you are selling a particular product at the end here where if the Atarim and MainWP partnership works out, it’s not like you can count the amount of units that you’ve sold of that partnership. It really isn’t like that, it’s just that you’ve made customers more happy. So there’s not revenue to be shared, but there is some benefit.</p>\n\n\n\n<p>[00:18:37] <strong>Dennis Dornon:</strong> Yeah, I think if you boil everything down to profit, what fun is it going to be to actually run the business? So if it helps the user, the end user, then that’s really what we’re going to do. I think that’s shown throughout everything we do as a company, that we just really care about helping the end user.</p>\n\n\n\n<p>Atarim’s a, just a good example. And the reason I keep coming back to that is because it is the one that taught me, if we go back to your earlier question to kind of calm down, and look at how to actually build the partnership. I keep saying I gotta give Vito credit for that, for, uh, teaching me that.</p>\n\n\n\n<p>Because before I would just get an email and if it looked like it worked from a standpoint of our users where I thought our users could really use something like this. I was all in I’d jump, we would go from there. It’d be a very quick process. I’m talking couple week turnaround time, from something that sounded really cool to actually getting it done, without any plan in place.</p>\n\n\n\n<p>We were running headlong into the fire, because that’s all I knew at the time. I just wanted to get this new product out. Make sure it works for everybody, make sure our users are happy, and that was my end goal. When it comes to partnerships, I’m not really too much worried about how many dollars this particular partnership’s going to bring into me. More of how happy will this make our users and will it get our brand in front of other users to also make them happy. So as long as our markets somehow can be combined, I think that’s the best way to look at it.</p>\n\n\n\n<p>[00:19:52] <strong>Nathan Wrigley:</strong> It feels like this is a train you in your business could at least get onto. You found a couple of partners, you’ve worked very happily with them, and you might move on to the next partner and the next partner, and the next partner and so on. I’m just wondering if that is now the intention for MainWP, you’ve enjoyed this experience. Is the plan to find new partners and see if there’s interesting ways that you can swell what your product does by partnering with other people? Or do you intend to have just a few close partners?</p>\n\n\n\n<p>Because that can be a nice model to work through as well. You’ve got five or six people that you work with very closely. You don’t have to dilute the work that you’ve got and try to maintain 50, 60, a hundred different extensions to MainWP, which may lead to, well, difficulty keeping them up to date as things change within their businesses and your business.</p>\n\n\n\n<p>[00:20:39] <strong>Dennis Dornon:</strong> Yeah, we actually are working on a dual model, if you will, of that. We have our extensions that we will build out, such as Atarim, which works through APIs. But we’re kind of moving away from building plugin based extensions like we had before, and we’re moving those more to also third parties.</p>\n\n\n\n<p>For example, the SEOPress extension, that was built completely by the SEOPress team. We did help with any development that they needed, but we didn’t get our hands too dirty in that. And then we worked with promoting them out. And same with the WPvivid backup people. They made their own extensions using our API and our code base, and they’re just putting those out themselves.</p>\n\n\n\n<p>We’re real happy with those. And we actually started doing more to help out those third party .org, I would call them, partnerships that kind of came across naturally. Like the WPvivid, I don’t believe they had much discussion with us at all. They kind of did the partnership the way we used to, where we launched the product and then sent over an email saying that, hey, we got a extension here, we made for you.</p>\n\n\n\n<p>[00:21:38] <strong>Nathan Wrigley:</strong> So do you wish to reach out and find new audiences? Different plugins and different, well, whatever it may be, different services that are out there. Is that the intention in the next one, two years, to find other partners to work with? Or is it very much case by case basis? We’ll do one at a time. We’ll take it nice and easy and slow. Or are you racing to get as many as you can?</p>\n\n\n\n<p>[00:22:00] <strong>Dennis Dornon:</strong> We’re a small team of only seven people. So we can only do, so many and we have to maintain our own. That’s what I was saying earlier, we’re really becoming more API focused when it comes to our internal extensions, because they’re easier for us to maintain as we’re crossing over into the 40 extensions that we have ourselves.</p>\n\n\n\n<p>Which is why we’re having the plugin users, or the plugin extensions are starting to be made by the actual plugin company, because they’re better at keeping those updated on their own, and it kind of takes a little bit off our plate. And then we’re able to still help co-market them. We’ve started adding into our actual plugin to make it easier for you to find these new .org partnerships that are coming around.</p>\n\n\n\n<p>But really what I’m striving for is, like you said, a platform base, similar to WooCommerce. We actually just kind of got lucky in this, because when we started back in 2015 with that first backup extension, it wasn’t to get along the path of WooCommerce and try and build a platform. It was, we’re a small, bootstrap company. I think we only had, uh, three people, or four people at the time. And backups were just killing our support and development time. We couldn’t come up with, didn’t have time to do anything new and exciting. We were just stuck on backup, month after month after month.</p>\n\n\n\n<p>And that’s when we decided start making these backup extensions that work with the plugins that were built by people who knew backups. So, we were able to offload that work to people who actually knew how to do it, just by connecting their plugin with our plugin.</p>\n\n\n\n<p>[00:23:27] <strong>Nathan Wrigley:</strong> It feels like you have a business which is really, really wide open to partnerships. And what I mean by that, and it may be difficult for me to describe. You have essentially a platform. You have an architecture, which means that things can be built right on top, so that they can update their own website.</p>\n\n\n\n<p>So, you could help SEO companies. You could help image compression companies. You could help form companies. They’re all part of the WordPress website ecosystem. So, there’ll be a lot of companies out there who maybe are thinking, well, yeah, but we’ve got this one plugin in it just does this one thing. I can’t see of a way to be partnering with other people. Have you got any advice to give to those people?</p>\n\n\n\n<p>[00:24:10] <strong>Dennis Dornon:</strong> Looking at it from my point of view, as the potential platform that you would build on. If you have a plugin, say a form plugin, something that can be used in multiple places. So you can have your setting set. If you’re usually like the same settings all the time, you can do that from a dashboard such as ours. Or if you want to get all your forms returned from one place, so you have 50 sites, but you want to see all the forms in one place. You could think of it like that.</p>\n\n\n\n<p>[00:24:37] <strong>Nathan Wrigley:</strong> Yeah, it’s more that you have a platform which enables you to partner with more or less anybody it feels like in the WordPress space. So that’s a good bit of serendipity. You’ve got this system which you’ve built over years. But a lot of people will be thinking, I can’t partner with other people, I’ve got this one plugin, which just does one thing. And it may be that partnerships are out of scope for them, and I guess that is just a reality.</p>\n\n\n\n<p>[00:24:58] <strong>Dennis Dornon:</strong> In that case, you probably would just be stuck with the co-marketing form, and then you would have to find somebody whose market aligns with yours that is willing to actually do a mailing for you. So yeah, that might be a tough one if it’s just a very basic plugin.</p>\n\n\n\n<p>[00:25:11] <strong>Nathan Wrigley:</strong> Yeah. The other thing about partnerships, I suppose, is that you are very much aligning yourself with a particular company. So let’s imagine that in the WordPress space there are four companies, company A, B, C, and D, and they basically do the same thing. We can imagine who these companies might be and how they are competitive rivals in the marketplace.</p>\n\n\n\n<p>There’s something there isn’t there. And what I mean by that is if you decide to partner with one of those and send out emails and you are lording how fabulous product B is. Do you have any fears that you have then cut yourself off from A, C and D? And that they won’t wish to speak to you because now, well, you know, it’s pretty clear from the stuff that they’re marketing over the last year that they’ve made their decision and we are not a part of that. Is that something that concerns you?</p>\n\n\n\n<p>[00:26:02] <strong>Dennis Dornon:</strong> I wouldn’t say. So if we just take a look at our backup extension situation. As I mentioned, WPvivid put out their own. And then of course we have some built in house and one of the ones we built in house actually comes from one of our competitors who also put up a backup solution.</p>\n\n\n\n<p>And we just deploy gratitude. Work with them and do your best. The fact they came to us, a competitor comes to us and asks for help with their promoting their backup extension. That just makes me feel good. I don’t think of it as a competitive atmosphere in that way.</p>\n\n\n\n<p>Just more of, hey, even though they’re a competitor, they’re not a competitor with this particular product, and this product will help our users. So yeah, that sounds like a, sounds like a good partnership to us.</p>\n\n\n\n<p>[00:26:41] <strong>Nathan Wrigley:</strong> Do you have any interesting input? We’re in the middle of November and this is 2022. This podcast episode will air within several weeks of this being recorded. And so with that caveat in mind, is there anything exciting that you have in the pipeline for MainWP users? It may be that the answer to that is no, Nathan, I don’t. But it may be that the answer is actually, we’ve got a couple of interesting things that we’re working on at the moment.</p>\n\n\n\n<p>[00:27:08] <strong>Dennis Dornon:</strong> We have a few interesting things. Um, I’m not sure which ones I can really talk about depending on when this comes out, so I’m going to have to keep pretty quiet on that. But, we got an interesting partnership coming up that I’m very excited about that should be out hopefully by January as long as everything goes smooth and determined by their marketing schedule. And then we also have some core updates, which are going to be pretty exciting.</p>\n\n\n\n<p>[00:27:32] <strong>Nathan Wrigley:</strong> So this is a product that you’re working on. You are actively working on it. Is this the only thing that you are doing, or do you, Dennis have other fingers in other WordPress pies?</p>\n\n\n\n<p>[00:27:43] <strong>Dennis Dornon:</strong> I strictly focus on MainWP. I like to stay with what I know. Remember we built this for our own use, and it’s grown from there. This is really kind of my baby. I’ve looked at other things, but just nothing’s ever really, you know, really caught my eye. When I wake up in the morning this is, I want to see how we can make MainWP better. I want to see what’s going on? I still check almost every support ticket, so I have a finger on the pulse of what’s happening. I may not be the one replying, but I’m still reviewing almost every support ticket, every forum post every Facebook post, just to really keep my finger on what’s happening in MainWP. And I figure if I, if I’m doing three or four other plugins, nothing’s going to be focused on for the end user.</p>\n\n\n\n<p>[00:28:29] <strong>Nathan Wrigley:</strong> It sounds from what you’ve said, and I could be misrepresenting this, it sounds like when you began, you were very much walking in the dark. You didn’t really know how the plugin would develop, how the business would develop. And it feels like you’ve really found your feet in the last few years, you’ve had some success.</p>\n\n\n\n<p>Obviously the plugin is selling to the point where you can swell the team to seven as opposed to whatever it was, one, two, or three in the olden days. And it’s a general question, but I, I do like these questions, the warm and fuzzy question. Are you still happy in the WordPress space. Is this a community that you enjoy being a part of? Are you still enjoying doing the work that you do?</p>\n\n\n\n<p>[00:29:07] <strong>Dennis Dornon:</strong> I would say I enjoy it more now than I did before. I am a private person. So I don’t like talking. I don’t like doing podcasts that much, or videos. But I’m trying to get better at it. And as I’m doing it, actually enjoying being in the WordPress community more and more. Just being out there instead of, we’re going on nine years in February, so for eight years, I basically hid behind this computer screen and didn’t talk to anybody except through email and chat, to actually be out talking to people and, interacting with people in a more personable way has really just made it much more fun for me than it was even in the beginning. And it just grows every day. I wake up wanting to come in. I go to bed wanting to come in. It doesn’t feel like work any day that I’m here.</p>\n\n\n\n<p>[00:29:53] <strong>Nathan Wrigley:</strong> Has WordPress itself changed in any way, which has affected your business strategy? Because a lot of companies, you know, if you’re a theme company at the moment, there must be a lot of introspection. Okay, where’s WordPress going with all of this? If you were a plugin which is now being overlapped by blocks, that must be an awful lot of anxiety about, okay, where do we need to go with this? We’re not quite sure how this is going to all settle down.</p>\n\n\n\n<p>It feels like your business inside of WordPress was really insulated from the changes that we’ve had since WordPress, well let’s say WordPress five with Gutenberg and everything. Or has there been a lot that you’ve had to refactor in the background to continue to make it working?</p>\n\n\n\n<p>[00:30:29] <strong>Dennis Dornon:</strong> We’ve definitely made a shift from where we originally were. If you look at MainWP, in the beginning we were really affiliate focused. I mean, that’s what we came from. Everything was set for affiliates and to grow affiliates and to make sure, you know, you could be a profitable affiliate. As years have gone by, I would say now we’re much more agency or creator focused than we are affiliate focused.</p>\n\n\n\n<p>Not that affiliates can’t find a way to use MainWP. It’s still going to work great for them, but it’s not our focus. As you see new extensions come out, they’re not something doing like a spinner syntax or something like you might have done 9, 10 years ago. Now it’s focused on different APIs, Atarim, SEOPress, things like that.</p>\n\n\n\n<p>[00:31:08] <strong>Nathan Wrigley:</strong> So, Dennis, you are sticking around in the WordPress space. If we come back in five or six or seven years time, we fully expect to have MainWP still available for us?</p>\n\n\n\n<p>[00:31:19] <strong>Dennis Dornon:</strong> Yeah. And that, that’s one of the, the great things too about being open source. I’ve said this from the beginning. If something happens to us, you still have everything. If MainWP as a company goes away, you still have MainWP. Your service is still going to work. It’s a plugin that doesn’t need MainWP the website to keep going.</p>\n\n\n\n<p>It’s going to keep going for you. So you don’t have to worry about us disappearing because the code is live, out there, anybody can pick it up if something did happen and we disappeared. Which of course, I hope we don’t, but it’s there available to people.</p>\n\n\n\n<p>[00:31:51] <strong>Nathan Wrigley:</strong> Is there a sweet spot that you feel, MainWP is now worth it? And what I mean by that is, obviously if you have one WordPress website, I can imagine the argument for getting into the MainWP platform is probably not that strong. You know, it’s fairly easy to log into your website and do all of the things that you need to do. But once you’ve got two or three, or four, or five or fifty or a hundred, the numbers begin to swell.</p>\n\n\n\n<p>And I just wonder if you had any thoughts on that. You’ve obviously got a target market. I know that you don’t gather much data about them, so maybe you don’t have a great deal to say in terms of the metrics there.</p>\n\n\n\n<p>[00:32:27] <strong>Dennis Dornon:</strong> it’s hard to say on who has what. I know we have different users. I would say probably four or five is where it starts to get a little time consuming, and at least the free core, which gives you most of what you’re going to need for that level would be a great place to start. Our average user based on the.org statistics, show that we average about 60 child sites per dashboards. So, dot org is saying we have 10,000 active dashboards out there with 600,000 active child sites. So I would say the jumping endpoint should be much closer to five than 60, but the average user has 60.</p>\n\n\n\n<p>[00:33:02] <strong>Nathan Wrigley:</strong> Always surprises me how there’s a tool for just about everything in the WordPress space, and much of it is open source. There’s a lot of SaaS platforms which do what you do, but it is nice to have an option that you can put on your own dedicated website.</p>\n\n\n\n<p>Do give us a little bit of intel, because I imagine quite a few people in the audience are interested in the privacy part. You spoke to me just before we hit record about the lack of data that you can bring to bear. And on the one hand, that might be frustrating for you, but on the other hand, it might be incredibly nice for listeners to the podcast to know how much data you collect, or quite the opposite, how much data you don’t collect.</p>\n\n\n\n<p>[00:33:40] <strong>Dennis Dornon:</strong> We really don’t collect anything. If you look on MainWP.com, if I can send people there, and you’ll notice at very top of the page we’re one of the only plugins that I know of that has their own private plugin policy. And that was actually a written by Donata Stroink-Skillrud of Agency Attorneys. And that’s a privacy policy for your plugins telling you exactly what information we’re gathering or in our case not gathering. We really don’t record anything of any personal nature.</p>\n\n\n\n<p>[00:34:10] <strong>Nathan Wrigley:</strong> And in terms of the support that you offer, a platform like this will become quickly part of the backbone of your business. You know, it may be that you log in once a day and update sites and you want to know that that’s possible and you want to know that should there be any problems, you can reach out to MainWP and get those problems fixed quickly. How do you handle support? Is it email? Have you got chats? Are you 24 7? Are you throughout the globe? How does that work?</p>\n\n\n\n<p>[00:34:36] <strong>Dennis Dornon:</strong> We have multiple people throughout the globe. We’re not 24 7. We are basically eastern standard time, 7:00 AM to about 4:00 PM. We have support both in a support forum at managers dot MainWP, and people can send in tickets. One of the things I’m proud of, we don’t charge for support. So if you’re a free user, or a pro-level user, we’re providing the same support for both levels.</p>\n\n\n\n<p>So nobody’s ostracized to just forum support or just this or just that. Somebody can send in a ticket or they can go to the forum or they can post on wordpress.org. We’re going to answer you however we can in any way we can. And support has been very strong from the beginning for us. We want to make sure everybody can get the answers that they need when they need it. Always keeping an updated knowledge base for users so they don’t have to ask because you know, who really wants to put in a ticket when you can just look at the knowledge base to find the answer. So we try and keep that as up to date as possible.</p>\n\n\n\n<p>[00:35:31] <strong>Nathan Wrigley:</strong> You mentioned before that you are just getting into the idea of making public appearances, so podcasts and videos that you’re making and so on. So this question may fall on deaf ears for you. But ,do you encourage people to reach out to you? Do you have any social platforms? Do you have an email address that you’d like to share? The answer to that can be no. But, uh, if do and you do like chatting to people on email and giving them into some intel into what it is that you’ve been working on, will be working on, you could share that now.</p>\n\n\n\n<p>[00:36:01] <strong>Dennis Dornon:</strong> Really, if you want to reach out to me, just go to dennisdornon.com. That’s my full name dot com. And it has a calendar on there. And I, I just put this site really updated last month with a calendar on there. Just got my calendly. Started have to actually uh, mark things on a calendar because they’re happening so fast lately.</p>\n\n\n\n<p>You can hop in over there and I’ll be glad to chat over Zoom with whoever wants to chat with over Zoom. Going to actually try and start to do a little more AMAs. It sounds like people in the community want to do that too. So you’ll have chances to reach out to me live on different ask me anything type videos.</p>\n\n\n\n<p>[00:36:31] <strong>Nathan Wrigley:</strong> Dennis Dornon and thank you for chatting to me on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:36:36] <strong>Dennis Dornon:</strong> Glad to be here. Thank you very much.</p>\n</div>\n\n\n\n<p>On the podcast today, we have <a href=\"https://twitter.com/dennisdornon\">Dennis Dornon</a>.</p>\n\n\n\n<p>Dennis is the founder of <a href=\"https://mainwp.com/\">MainWP.</a> A WordPress plugin which enables you to manage multiple WordPress websites from a single dashboard. As you’ll hear, the business has changed over the years, as Dennis has learned more about the plugins’ target audience.</p>\n\n\n\n<p>If you’re a solo developer, or a working for a small team, bringing your WordPress product into the market can be very rewarding, but it can also be hard. Given the scale of the market, it’s likely that your product has got an audience, but with the time and resources being limited, it might be hard to break through and be widely discovered.</p>\n\n\n\n<p>Dennis talks today about how, in the recent past, he’s been trying out working with partners as an effective way to increase the plugins reach. As you’ll hear, it’s a strategy that he’s enamored with, given the right partner.</p>\n\n\n\n<p>We start off by talking about why Dennis built MainWP, and who the plugin was originally aimed at. And it’s not what you might expect.</p>\n\n\n\n<p>We then get into how Dennis is working out his partnerships as he goes. What is it he’s looking for in a partner? Not all companies in the WordPress space are going to be a good fit. And so he explains how it’s important that all partners have some skin in the game, and know what part of the deal they have to uphold. What are the things that need to be considered before the partnership begins? And how do you make sure that all the parties are keeping up their end of the bargain?</p>\n\n\n\n<p>It turns out that MainWP is a business which is in just about the perfect spot for bringing on partners. But if you’re a developer and have not considered this type of approach with your business, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://mainwp.com/\">MainWP website</a></p>\n\n\n\n<p><a href=\"https://jonathanwold.com/partnerships-in-portugal/\">Partnerships in Portugal</a> by Jonathan Wold</p>\n\n\n\n<p><a href=\"https://mainwp.com/seopress-partnership/\">Introducing “SEOPress for MainWP” Extension</a></p>\n\n\n\n<p><a href=\"https://mainwp.com/atarim-partnership/\">Introducing Atarim Inside MainWP & Vice Versa</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, 14 Dec 2022 15:20: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:14:\"Nathan Wrigley\";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:71:\"Do The Woo Community: Acquisitions Are Not a Goal of Building a Product\";s:7:\"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://dothewoo.io/?p=73869\";s:7:\"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://dothewoo.io/acquisitions-not-a-goal-of-building-a-product/\";s: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:414:\"<p>There are paths to choose from and other considerations when preparing your WooCommerce product business for acquisition. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/acquisitions-not-a-goal-of-building-a-product/\">Acquisitions Are Not a Goal of Building a Product</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 14 Dec 2022 12:30: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:5:\"BobWP\";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:89:\"Do The Woo Community: Building an Agency Team and Culture for Success with Marius Vetrici\";s:7:\"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://dothewoo.io/?p=74026\";s:7:\"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://dothewoo.io/building-an-agency-team-and-culture-for-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:431:\"<p>Marius Vetrici from WPRiders shares his insights into running an agency and building a WooCommerce subscription plugin.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/building-an-agency-team-and-culture-for-success/\">Building an Agency Team and Culture for Success with Marius Vetrici</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 13 Dec 2022 10:49: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:5:\"BobWP\";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: Mailchimp for WordPress Plugin for Sale in the Ballpark of €1.6M\";s:7:\"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:\"https://wptavern.com/?p=140295\";s:7:\"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/mailchimp-for-wordpress-plugin-for-sale-in-the-ballpark-of-e1-6m\";s: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:3896:\"<p><a href=\"https://www.dannyvankooten.com/\">Danny van Kooten</a>, creator of the <a href=\"https://wordpress.org/plugins/mailchimp-for-wp/\">Mailchimp for WordPress</a> plugin, has indicated that he is interested in selling his plugin for somewhere in the ballpark of €1.6M. It is the most popular Mailchimp solution for WordPress, although it is “unofficial” in that it is not developed by or affiliated with Mailchimp in any way. It has more than 2 million active installs and has been downloaded more than 42 million times.</p>\n\n\n\n<p>In a <a href=\"https://news.ycombinator.com/item?id=33931627\">comment</a> on a popular Hacker News post that asks, “<a href=\"https://news.ycombinator.com/item?id=33923137\">What is the best income stream you have created till date?</a>” van Kooten dropped the hint that he is willing to sell the nearly ten-year-old plugin: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>It’s definitely not my passion but in 2013 I built a WordPress plugin around the API of a popular newsletter service and it’s been paying my bills ever since.</p>\n\n\n\n<p>Still going strong at €36K per month excluding VAT.</p>\n\n\n\n<p>There was (and still is) a huge market where non-technical people are looking for a GUI around something a programmer would find very simple (and usually too boring to work on). More so if the tech surrounding it is not particularly sexy, as is the case for WordPress and PHP.</p>\n\n\n\n<p>Ps. In case anyone is reading this, I am open to selling. I spent about 4 hours a week on it and the rest is handled by 2 freelance people costing about €1K / month each. Contact me for details if interested and willing to pay in the ballpark of €1.6M.</p>\n</blockquote>\n\n\n\n<p>van Kooten developed Mailchimp for WordPress when he was hospitalized in Vietnam due to acute appendicitis with extra time on his hands during his recovery. He identifies himself as an “accidental entrepreneur” in his Hacker News bio. In 2021, he was <a href=\"https://www.wired.com/story/sustainable-software-design-climate-change/\">featured in Wired</a> for his efforts in reducing his carbon output as a plugin developer. He refactored the plugin to send 20kb less data, and, due to its large user base, he estimates these changes reduced the world’s monthly CO<sub>2</sub> output by 59,000 kilograms, which Wired estimated is “roughly the equivalent to flying from New York to Amsterdam and back 85 times.”</p>\n\n\n\n<p>Mailchimp for WordPress has commercial upgrades ranging from $59 – $149 per year, and 1% of the plugin’s revenue goes towards environmental projects.</p>\n\n\n\n<p>Although Mailchimp recommends WordPress.com’s “<a href=\"https://mailchimp.com/integrations/wordpress/\">Mailchimp block</a>” as the official WordPress integration (also available in Jetpack 7.1+), van Kooten’s plugin is far more flexible. Mailchimp for WordPress integrates with other popular plugins like WooCommerce, Contact Form 7, Gravity Forms, Ninja Forms 3, BuddyPress, MemberPress, and Events Manager, allowing visitors to subscribe via the checkout or comments form.</p>\n\n\n\n<p>Several commenters on van Kooten’s Hacker News response indicated interest in his offer for sale. His comment offers a a rare, transparent look into a popular plugin’s revenue and potential sale price, as most companies that acquire WordPress plugins are almost never willing to reveal how much they paid for them. As Substack moves to <a href=\"https://twitter.com/cjgbest/status/1602370307884318720\">add compatibility for Ghost themes</a> and other third-parties, and newsletters become even more critical with people leaving Twitter, it will be interesting to see more movement in the newsletter support space. van Kooten may be setting out at just the right time to find a buyer for Mailchimp for WordPress.</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, 13 Dec 2022 04:30: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: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:115:\"WPTavern: Gutenberg 14.7 Introduces Color Coding for Template Parts and Reusable Blocks, Adds Media Tab to Inserter\";s:7:\"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:\"https://wptavern.com/?p=140270\";s:7:\"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:125:\"https://wptavern.com/gutenberg-14-7-introduces-color-coding-for-template-parts-and-reusable-blocks-adds-media-tab-to-inserter\";s: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:2734:\"<p>Sometimes Gutenberg introduces features that you never knew you needed. Such is the case with the new color coding system in the Site Editor. The latest <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">14.7 release</a> adds color to template parts and reusable blocks in the list view, block toolbar, and block selection outlines. The colorization is intended to help users differentiate between the different block types as they edit their designs.</p>\n\n\n\nvideo source: <a href=\"https://github.com/WordPress/gutenberg/issues/32163\">Gutenberg PR #32163</a>\n\n\n\n<p>Another UI enhancement in version 14.7 is a new, experimental split control for block settings. It splits the block inspector sidebar to separate the settings controls from the appearance controls, giving the appearance side the same half-moon icon used for styles in the Site Editor. The intention is to make it easier to manage blocks with many controls, such as Group or Navigation blocks, that would end up having the settings scrolling down the page. </p>\n\n\n\n<img />image source: <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">Gutenberg 14.7 release post</a>\n\n\n\n<p>The split control enhancement isn’t set in stone yet, as it must be enabled as an experimental feature in the Gutenberg > Experiments admin menu. It seems helpful but could prove to be more confusing for users, so further testing is needed before it moves out of experiments. </p>\n\n\n\n<img />\n\n\n\n<p>The inserter is getting a major change in 14.7 with the addition of a Media tab, making it faster to add images, video, and audio. Users can select the new tab and select a media type to see the ten most recent items. There’s also an “Open Media Library” button at the bottom of the panel.</p>\n\n\n\n<img />\n\n\n\n<p>Other notable updates in 14.7 include the following: </p>\n\n\n\n<ul>\n<li>Page List block can now expand inside the List View to see the hierarchy of pages (<a href=\"https://github.com/WordPress/gutenberg/pull/45776\">45776</a>)</li>\n\n\n\n<li>Layout controls added to children of flex layout blocks (width for row and height for stack are now available for child Row and Stack blocks) (<a href=\"https://github.com/WordPress/gutenberg/pull/45364\">45364</a>)</li>\n\n\n\n<li>Significant load time performance improvements from caching the results of querying settings from theme.json. (<a href=\"https://github.com/WordPress/gutenberg/pull/45372\">45372</a>)</li>\n</ul>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">changelog</a> to get a more detailed look at the dozens of improvements and bug fixes included in 14.7.</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, 13 Dec 2022 03:17:06 +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: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:127:\"Gutenberg Times: Gutenberg Changelog #77 – Gutenberg 14.7, what’s new for Block Themes, an upcoming Live Q&A in January\";s:7:\"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:53:\"https://gutenbergtimes.com/?post_type=podcast&p=22971\";s:7:\"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:131:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-77-gutenberg-14-7-whats-new-for-block-themes-an-upcoming-live-qa-in-january/\";s: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:45870:\"<p>Daisy Olsen and Birgit Pauli-Haack discuss Gutenberg 14.7, what’s new for Block Themes, an upcoming Live Q&A in January and much more.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music: <a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h3>Announcements</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2022/12/introducing-the-block-editor-in-the-support-forums/\">Introducing the Block Editor in the Support Forums</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2022/12/07/leveraging-theme-json-and-per-block-styles-for-more-performant-themes/\">Leveraging theme.json and per-block styles for more performant themes</a> by Justin Tadlock</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/oaknut/\">Oaknut</a> by Anders Noren</li>\n\n\n\n<li><a href=\"https://wptavern.com/anders-noren-releases-oaknut-a-new-profile-block-theme-with-23-style-variations\">Anders Norén Releases Oaknut, a New Profile Block Theme with 23 Style Variations</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2022/11/29/a-php-developers-guide-to-getting-started-with-block-development/\">A PHP developer’s guide to getting started with block development</a> by Michael Burridge</li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-1/\">Developers Guide to Block Themes (Part 1)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-2/\">Developers Guide to Block Themes (Part 2)</a></li>\n</ul>\n\n\n\n<h3>Community Contributions</h3>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/plugins/lang-attribute/\">Lang Attribute for the Block Editor</a> </li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/abbreviation-button-for-the-block-editor/\">Abbreviation Button for the Block Editor</a></li>\n</ul>\n\n\n\n<h3>What’s released</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">What’s new in Gutenberg 14.7? (7 December)</a></li>\n\n\n\n<li><a href=\"https://wordpress.github.io/gutenberg/?path=/docs/docs-introduction--page\">Storybook</a></li>\n</ul>\n\n\n\n<h3>What’s worked on</h3>\n\n\n\n<ul>\n<li><a href=\"https://github.com/wordpress/gutenberg/issues/45371\">Global Styles: Allow saving, importing, exporting, copying from another theme without switching to it</a></li>\n\n\n\n<li><a href=\"https://github.com/wordpress/gutenberg/issues/29577\">FSE: Create more robust autosaving including UI </a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2022/12/05/design-share-nov-21-dec-2/\">Design Share: Nov 21–Dec 2</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcrip</strong>t</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello </p>\n\n\n\n<p>and welcome to our 77th episode of the Gutenberg Changelog Podcast. In today’s episode, we will talk about Gutenberg 14.7, what’s next for Block Themes and an upcoming Live Q&A in January and so much more. My name is Birgit Pauli-Haack, curator at the Gutenberg Times and WordPress developer advocate and core contributor on the WordPress Open-Source Project. Today we are recording the last show of 2022, and we are all in for a special treat. I’m thrilled to welcome Daisy Olsen to the show, a master educator on Block Themes, fellow developer advocate, and first-time release lead of the latest Gutenberg plugin release 14.7. Good morning, Daisy. Thank you for making the time and join me on the show. How are you?</p>\n\n\n\n<p><em>Daisy Olsen</em>: I’m doing really well. Thanks so much for having me today.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You’re so welcome. It’s a special pleasure for me. So, for the last year, you have been working on various educational material around the Block Themes. Your workshop at Word Camp Europe was standing room only. And then you gave an updated version three months later on Word Camp US. You also worked with a training team on online workshops. If someone knows about Block Theme, it’s you. So, what are some of the most asked questions you hear from participants about Block Themes, or what are they’re most struggling with when building Block Themes?</p>\n\n\n\n<p><em>Daisy Olsen</em>: So, I think that people come from a lot of different places in their development career or path. I’m not sure if I have any specific most asked questions at the top of my mind. But I do think that the move to more low-code or even no-code options for creating themes is a paradigm shift and it’s going to take some time for everyone to get used to it. Given how quickly the number of block themes has increased, I heard like 250 or more potentially in the theme directory there’s certainly some energy building. I would say that one thing that I’ve heard in general is that there’s sometimes some worry around how existing theme functionality will work as we move towards a block theme first ideal. And the short answer is that the old waste will still work. We’re not replacing the PHP-based theme engine. We’re expanding on it and making it much easier for developers, and users alike to participate in the theme creation process. But change can be hard, and this is a process that will happen over time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you for that. What I see that it’s also what the last bit, that it’s actually not a replacement, it’s actually an expansion of the existing theme hierarchy framework is a little hard to hear overall. This is the new things doing things what happens with the old and I think that’s part of the problem that we have, and we are all working on it. And I know that Matias also said that, there’s nothing’s going to go away or get obsolete. It’s just that the user no code, creating a theme with the site editor is actually kind of expanding the user base of it and not shrinking it. And if the pie gets bigger, I think we all really profit from that.</p>\n\n\n\n<p><em>Daisy Olsen</em>: I would just add that as we think about the way that WordPress themes are created as an expansion. It will open up the opportunity for people to come in with a different skill set that maybe would not have been able to create theming in the WordPress, they mentioned the way that it has existed. And one of my very favorite things about WordPress theming is that you can take a theme created for version 1.2 and install it today and it’ll still work. You can’t go the other direction because new features have been at a new functionality. But you can take something as old as so many years ago and still basically use it today. I don’t know that anybody is going to do that necessarily. But the fact that backwards compatibility is such a big part of the culture of WordPress is a huge comfort if you’re thinking about the future.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Totally and that’s also what made WordPress so big is almost a 20-year backwards compatibility. And I’m really amazed, and every release party that I participate on beta releases or release candidate releases when we upgrade 4.0 something themes to the new theme, the upgrade is just seamless. Everybody who worked on the core releases has made sure that older versions upgrade to the new versions and the same happens with the classic themes that the workers will always work for classic themes. It’s not, sometimes things change, but it’s also, there’s a lot of effort also in the developer. Good work developer could not develop, a community where the effort is to make part of the block theme features available for classic themes. An example was that all the block-based template parts that can be used for classic themes, and they had that came with 6.1. Do you have seen a lot of adoption of those or what people are doing with them?</p>\n\n\n\n<p><em>Daisy Olsen</em>: We have more to do to encourage people to adopt those gradual adoption pathways, but the fact that they exist is really a great thing that we’re not expecting. The project is not expecting people to go in headfirst and change everything that they know and all of their workflows and everything. But there are ways that you can take legacy code because the truth is that not every client is going to be ready for a full redesign and some never are. But the pathways that we have to take legacy code and expand it to adopt some of these new features is really powerful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It’s not a really good business case to make to say, “Okay, now I start using the new thing for new client project.” Unless when you have a tested and proven workflow to get new clients online very easily for the last six or seven years, you are not going to change your workflow as the same available or agency freelancer to change that from today, from tomorrow. So, it definitely takes some time to adjust to that. We have seen this with other new features in WordPress they take about two to three years. All right. But I digress or we digress a little bit, but I think we always kind of need to talk out about a few things. </p>\n\n\n\n<h3><strong>Announcements</strong></h3>\n\n\n\n<p>But we are ready for our announcements. And as I mentioned in the intro, we have a great good work time live Q&A planned. It’s in preparation for working with Asia. The title is layouts, layouts, layouts, and Layouts of fundamental part of how Block Themes work. And it allows you to define the width of your post content, arrange the blocks horizontally, as well as vertically. And left or right aligned and inside container blocks. And in terms of block styling, layout is a complex feature because it affects not only the container but also the child blocks in ways that go beyond the cascading style sheets inheritance.</p>\n\n\n\n<p>In the show, we will have Isabel Bryson, Andrew Serong, Justin Tadlock, and we will discuss the opportunities and challenges for this layout feature and for site builders. Both or all three of them, and I’m two but only minimally available for your questions to answer them. And Isabel Bryson will also give us a little demo of the various layout scenarios, which is kind of flex and fluid and constrained. And there’s certainly some more development being done in the few, in the couple of weeks that are until we have that, it’s going to happen on January 11 at 5:00 p.m. Eastern. That’s 10:00 UTC, 2200 UTC. And it’s a little bit of a different timeframe than other because Isabel and Andrew are in Australia. So, we have a little Pacific, an Asia Pacific kind of timeframe there. And Isabel is also a speaker at Word Camp Asia, so it’s going to be a great show. </p>\n\n\n\n<p><em>Daisy Olsen</em>: All right. Sounds great. Another thing that has come up recently is that the WordPress support forums are now including, rather than the WYSIWYG formatter or text format block. We have the embedded block editor. So, we’re going to see the ability to add blocks and support forms. So, it’s going to be interesting to see how that is received for by the user base and if it helps to move the support questions forward in a way. But anytime we see the Gutenberg project, the block editor as we know it outside of WordPress. Outside of the WordPress administrative area, it’s really neat because it shows how the power of this contained thing that can be dropped into another environment and used in a different way, so…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We have in the show notes where we have the post from Alvaro Gameiro, I’m just checking the name, Alvaro Gomez. I had all letters write, and right now it’s in testing, but it won’t be in testing for long, so if you follow the post, there’s also a link for the test site, so you can try it out and see how you feel about it and also share your feedback on the make blog support post in the comments. We also have new posts on the new developer block. So, for five years I have now the trouble that is block and blog with the pronunciation so that the new developer blog is two new articles: One is Leveraging theme.json and the Per-Block Styles for More Performance Themes by Justin Tadlock.</p>\n\n\n\n<p>And he outlines how using the theme.json two style, all your elements, the blocks, the individual blocks, as well as some of the elements centrally through the theme.Json file saves you quite a bit on CSS file length. And also code I’m a fan of Anders Noren themes and he has done some great work on the block themes and he just released his theme Oaknut, which gives you a kind of link tree way to create your page and has, he says a really small CSS file, and it comes in less than 150 lines and 120 of those are lines for the custom block styles that he includes in the theme.</p>\n\n\n\n<p>So, he does not style the main thing and all the other styles that come with WordPress theme classic theme. So, I think that’s also another reason to maybe use the theme.json funnel for classic themes, which is possible. Any comments on that, Daisy?</p>\n\n\n\n<p><em>Daisy Olsen</em>: Just that it’s exciting to see that our CSS starts to get smaller and by moving things into theme.json we are paving the pathway to make more performant sites because we’ll be able to build up more tooling to only use the CSS in line when we need it. And that hasn’t always been the case. So, trying to keep things small and concise where possible is going to take things a long way. So, I think we’ll see a lot more improvement. And it’s great to see people trying to push the boundaries of small, can you make your custom CSS and still get a really beautiful design out there? That can be distributed out to a lot of people. Anders puts his themes out to the community through the theme directory quite often, and I think that he’s right on the front edge of where things will be in a couple of years.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And as Anders also opened up his GitHub repost for the theme, so you can actually learn from his coding and kind of inspect them a little bit closer if you want to. So, the second post on the developer blog is a PHP developer’s guide to getting started with Block Development by Michael Burridge, and he practically gives you a roadmap of what you need to learn or what you need as tooling and also some shortcuts and tips. If you are new to modern JavaScript development, it’s all in one place so you don’t have to chase other sources. You might need to read up a few things, but also have some great links for you to study more.</p>\n\n\n\n<p><em>Daisy Olsen</em>: I love the approach of moving into trying to help PHP developers because so many of us are coming from that side of things as WordPress-focused developers. And sometimes the JavaScript is especially modern. JavaScript is, it’s kind of daunting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: If you start researching yourself if you don’t know where to focus. So having a curated guide is really valuable and cuts down a lot of the time that you would need to do your own research. Still and he says it in his post as well. There are some hurdles or learning curves to overcome, especially with react. But there’s also some great abstraction in Gutenberg that you can get quite a long way adopting the blocks without actually touching JavaScript. What comes to mind is block styles, block patterns with new locking features. I can see that a few agencies might say, “Okay, we are not creating new blocks because now with the block patterns.” We can style them and we can lock them down for our users to use, and we don’t have to create new JavaScript for that. That’s also a great approach is to kind of think about when do I actually have to start developing for my own custom blocks.</p>\n\n\n\n<p>A while ago, must have been maybe a year and a half ago, Victor Ramirez and I, we had a little live Q&A on that approach to kind of see what an agency approach could be in a gradual adopting, here’s the word again, gradual adopting the new things. When do you really need a developer where designers and content creators actually can go a long way. So, I’ll put the link to that video and all the resources there into the show notes, so you can look up about it as well. So, the training team published two-part courses talking about block themes. It’s the developers Guide to block themes, part one and part two. So that is definitely a great resource if you want to go from Zero to Hero and get all the latest features in there. And of course, the links are in the show notes developer’s guide to. But they’re all published on learn.wordpress.org. That’s a fabulous site. And I know that some of your events that you did on online education Daisy are also available through the site.</p>\n\n\n\n<p><em>Daisy Olsen</em>: I have some workshops published there, and also, I will occasionally run online workshops through the Learn WordPress Meetup group, which is also part of the training team’s efforts.</p>\n\n\n\n<h3><strong>Community Contributions</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Awesome. All right. We’re coming to Community Contributions and then we are for the release. I just wanted to give a shout-out to Jean-Baptist Audras address from the Whodunit Agency and is also outgoing team rep of the WordPress court team. And he tweeted that his agency released two new plug-ins mini micro plugins with creating accessible content. One is called Lang Attribute for the Block Editor. When you change in your writing the language that you can add a Lang attribute to your paragraph tag or whatever block that is, which makes you then also compact or compliant with accessibility standards for language of parts. </p>\n\n\n\n<p>And then, the second plugin is the abbreviation button for the block editor. Which helps you provide definitions for abbreviations using the tag the HTML tag, <abbr> element. And it’s quite neat because then you get a little, if there is an abbreviation, you get a little on the front end, a little squiggly line or something like that where you can point to it with your mouse and then get the long content for the abbreviation, which is actually quite neat.</p>\n\n\n\n<p>He also tweeted that worth noting that indicating language changes in content is mandatory for the WCAG or CWE compliance. And there is currently no way to do this in the block editor except for adding the code manually, editing the code manually. And this features, he says, continues this feature should be implemented natively into Gutenberg. And I just did a little digging and there has been an open issue and it’s actually goes back to the accessibility audit and there has been some movement, but not we need some developer to kind of get it on it and fix it or put it into a core. All right.</p>\n\n\n\n<h3><strong>What’s Released – Gutenberg 14.7</strong></h3>\n\n\n\n<p><em>Daisy Olsen</em>: So, let’s move on to the Changelog for Gutenberg 14.7. Gutenberg 14.7 was released this week with 165 merch PRs by 48 contributors, nine of which were first timers. And it’s packed with quite a few features, some of which are pretty experimental. And you would need to enable them through the experiment settings. And namely, that is a tabbed sidebar that splits out your block control settings between appearance, tools, styles, and other settings. Hopefully the hope there is to make it a little easier to navigate big improvements to the navigation block media selection from the inserter and more controls for the inner blocks of flex layout blocks. Other core blocks receive some small refinements that make the overall experience more consistent. There are also 19 bug fixes for accessibility improvements and quite a few documentation and code quality updates.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And congratulations, Daisy, for your first Gutenberg plug-in release. How was that experience?</p>\n\n\n\n<p><em>Daisy Olsen</em>: It was exciting and I learned a lot about how the release post comes together quite a bit that goes into it and I hope that I have another opportunity to go through this process again. </p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I found it when I did. So, mine was actually 13.7 yours were 14.7 so it’s kind of a bookend kind of there. And I really learned quite a bit how the whole thing comes together and about PRs and about all the processes that there are quite a few automations happening and how to handle between release candidate and stable, how to handle updates that need to get into the release. Everybody who wants to be should start reading about the release process and see if you want to volunteer for that. That definitely needs some technology background on that. That’s not something for a fly-by contributor of course, but you get help from others. </p>\n\n\n\n<h3><strong>Enhancements</strong></h3>\n\n\n\n<p>All right let’s dive into the changelog as mentioned, the block library, some standard core blocks got some refinements. The first one is that the heading block now has a class name of WP/block/heading, which means that you can target any heading with your CSS, and now that that’s in place. And it’s kind of a prototype of getting other blocks, also having a specific class name so you can target again, that was some in and out from the team that it was in there at the beginning and then they were moved around a bit and now they’re coming back. </p>\n\n\n\n<p>I see how that’s kind of going to work out the navigation block, I think we’re going to talk about the navigation a little later in quite some detail because it has a revamp and it’s in the experiment. We’re going to talk about that a little later. The template part block has now you now see in the site editor the colorized template parts, what is ahead of, or what’s a reusable block when you go down the list view on the left-hand side, you see some color coding there. Your eyes and your brain can better disseminate the different pieces of your page.</p>\n\n\n\n<p><em>Daisy Olsen</em>: I really like that. I find visual cues to be very helpful. Things like if I were on a staging site, I might change the theme on it to be some obnoxious color on the admin side. I know that I’m in staging, but this is a small improvement just to give you a visual cue of what is a bigger piece of your list view rather than the individual blocks that are within the content.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And your reusable block, I don’t know if you said it, but the reusable blocks also have this colorized outline. The page list block hasn’t been touched for a while, but it gets on refinements that it actually expands in the list view, and you can change the starting page. If you are on a page that’s kind of the beginning of a set of other pages here, like a hierarchy, you can add links to the subpages in the page list block that you can add to the side of your page. So, you can outline the subpages as well. That was still missing. It was available in the other editor, in the menus, but the list block now has that, too. And the table block now, there are a lot of things that can be done to improve the table block. But now, it supports the colspan attribute so you can merge cells from the same column into one place in the table HTML and you have some listed tables if you want to. But that was definitely important when you copy-paste tables from another page or another text editor into the block editor that you keep the colspan attribute aligned so the columns and rows align correctly.</p>\n\n\n\n<p><em>Daisy Olsen</em>: I’d say that, just in general, anytime we improve the ability to paste content in from another place is a good thing. Because the truth is that we don’t always start our writing within WordPress or we’re using something that was collaborated on some other location. So, trying to keep things aligned with how they might exist in other places is super helpful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Really. Well, really, we use Google Docs quite a bit, or I use Google Docs quite a bit. And from the beginning of the block editor, I was so amazed how seamless the copy and paste works from Google Docs to block editor, if you are sparse with your design on Google Docs. The layout you have to do on the other side, but it brought over the headings, the list, the indented list, and all that. It’s a really good place. But now, we can also do the tables, yes.</p>\n\n\n\n<p><em>Daisy Olsen</em>: Another thing that I use is to pull in markdown, and I love that it just magically turns into HTML.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There are actually markdown shortcuts that you can use on the block editor, yeah. That’s really cool. I need to do more markdown. When you paste markdown into GitHub, it kind of ceases that code and you cannot… It was weird. But post it into WordPress, and you can all read it. So, there was quite a few changes to the components, mostly adding a new opt-in for background color and for opt-in props. So, you can actually use that component.</p>\n\n\n\n<p>The global styles component got a new on-change action. So, when the color to the color palette, so when you click on the color palette on the… So, on the right-hand side, you see the color palettes and you see, every time you change the color, the little circle next to the property takes on the color. But when you click on it, it always went back to the default setting of the color palette.</p>\n\n\n\n<p>Now, when you click on it, you see the color that was in there before also in that little window in the color palette. So, if you just want to change the view of a color, then you don’t have to navigate to the color again and then change the views. You really see, okay, this was before and this is… So, it’s a really good improvement for changing colors. And yeah, I really love it. That’s why I pointed it out.</p>\n\n\n\n<p>The others are more like code quality improvements there. And then, now, the block editor gets the insert of the block editor. It gets a new media tap. So, now, you will be able to add pictures right from the inserter instead of going to go to the media library selected, come back to the editor. It’s now very seamless, which means that there are additional tabs. There’s one additional tab. And it gets a little crowded. So, you have the blocks, then you have the patterns, then the media tab. And your reusable block are still there, but they are replaced by an icon. And that’s the icon that you see on other reusable block references. So, I really like it. You get also some preview to the pictures. And so, it’s tested out. It’s quite amazing.</p>\n\n\n\n<p><em>Daisy Olsen</em>: And then at the bottom of the area, you still get an option to load up the old media library modal overlay. So, if you prefer that, it’s still there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, good point. Because the media library view gives you a lot more pictures to look at to select from. Because the other pictures in that view, you see one at a time in a little preview and you have to scroll through them. But if it’s just an image that you uploaded the last week or the last two weeks, depending on how much content you provide, it’s a really neat shortcut.</p>\n\n\n\n<p><em>Daisy Olsen</em>: So, the layouts control has been added to flex layout blocks, notably the row and the stack, so that you can fit. What is it? Fit, flex, and contain. Basically, those are not the right words. I wish I have to cover.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Fluid.</p>\n\n\n\n<p><em>Daisy Olsen</em>: Yes. So, it gives you more control over how those two group block types will display the blocks or how the inner blocks or child blocks will be structured.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You also get now a minimum height block support under dimensions for the container block. Container block is like a group block or the cover block. Because it’s hard to fill something when it’s in it, it doesn’t have a maximum height thing or minimum height to put an image that fills up the whole block. So, that’s also something in there. And you can also resize the children or inner blocks. Resizing children is really hard. That’s why I try to find a different. Because the parent-child relationship, that’s more like a developer thing. It’s not for, yeah… But, yeah, that’s a great addition to that. Scrolling down to the experiments. And then, there’s a whole lot of things for the navigation block.</p>\n\n\n\n<h3><strong>Experiments</strong></h3>\n\n\n\n<p><em>Daisy Olsen</em>: So, there’s a new experiment flag that you can enable or opt into by going to Gutenberg experiments and checking the box. And what this is going to add is, in the sidebar controls for your blocks, where you would normally set your appearance settings or any other settings that are part of that block, it’s going to split out the appearance items from everything else. So, there will be a new tab interface in that sidebar, so that you can minimize the amount of scrolling that you need to do. So, it’s an experiment. And feedback, obviously, welcome. I don’t know how much it’ll change, but it’s a cool idea. I like anything that we can do to make the interface less overwhelming will be beneficial. But that is a new experiment. And I look forward to seeing how it evolves.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The navigation block also uses that space in the sidebar to actually have an off-canvas editor. That’s how it’s used now that, in the sidebar, so you get a list of your pages or the menu items that are in the navigation block. So, you have a little bit more space to edit them and rearrange them and, also, add new pages to it, because the little place that you had in the navigation block, if it’s in the header, you have overlapping issues with links and setting block tube settings. And it was a total chaos, I would say. Yeah, if you really wanted to get in there.</p>\n\n\n\n<p>And it was hard to actually add sub menus. And this feature makes it really, really easy to create sub menus. And it’s almost like a mini-version of the old menu navigator from the WP admin, the old menu settings there. And you can add and remove pages or links quite easily now, in addition to the being able to add other blocks to the navigation bar, like a search block or a site logo block like that. So, yeah, test out the new navigation block, because it’s a test that has gotten quite a few revamps from the original features, and if you like it better.</p>\n\n\n\n<p>So, the experimental settings that you see now in that menu item, one is the zoomed-out view where you can see all your template ports and all your themes all in one place in thumbnails. And then, the off-canvas navigation editor. And then, there’s also a… I haven’t tried it yet, but I heard about it yesterday on the hallway hangout for the FSE project. There is a global styles color randomizer. So, if you are not very good in color combinations, you can select one color, or the randomizer gives you a full palette for your styles. It’s a really interesting thing. It’s more a gimmick, but it’s like the dual tone or the gradient.</p>\n\n\n\n<p>But the people who want to work with colors, it’s definitely an improvement. And then, the fourth one is the block inspector tabs would be with the settings and the appearance controls changed. So, for experience, it’s been a while that we had four experiments happening in the block editor. I think it was the early days of full-site editing, had quite a few experiments. But that was back in 2020, early 2020. And now, two years later, almost three years later, we have new experiments, also.</p>\n\n\n\n<p><em>Daisy Olsen</em>: I think that’s a great thing because it shows we’re feeling confident with what’s not experimental anymore enough to go out into new territory again.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Sometimes, it’s also hard to isolate a feature into a separate place that it’s turned on and off. But yeah, it definitely has… But you need testers. So, if you are in the get the new version, check it out and let your feedback be known. It’s really important that those things are tested very early and feedback comes in, even if it’s not testing or if you don’t find a bug, but you say something is quirky or, “I don’t understand things, yet,” it’s very, very helpful when you let the team know. The document there were… Do you have anything else that you wanted to add to that?</p>\n\n\n\n<p><em>Daisy Olsen</em>: No, all good.</p>\n\n\n\n<h3><strong>Documentation</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: There are a few documentation edits happening there. And I only want to point out that the storybook site that’s online or that you also can get locally with the Gutenberg thing has now a link to the component folder on GitHub. When you look at a component with all the isolated, with all the features or features, attributes, on and off switches, different color scheme, you can test it on the storybook site. But when you want to check out the component, you get a direct link to the place in the Gutenberg report for the source code, so you can really double-check certain things. So, it’s a really good tool when you get down to the component level on whatever you want to build and use the storyboard to test your code.</p>\n\n\n\n<h3><strong>What is Active Development or Discussed</strong></h3>\n\n\n\n<p>So, this was the Gutenberg 14.7 change log. Well, thank you for going over it with me, Daisy. We are now in the section what’s in active development. And I have a few things there. One of them is that the team is working on making style variations theme-agnostic. What I understood with that is that you can use theme style variations that you selected even with a different theme.</p>\n\n\n\n<p><em>Daisy Olsen</em>: There are a few parts of it, the way that I’ve seen it in the design panels. And one is the other installed themes that may not be active on your site. The variations will be available, also, to be able to edit them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Cool.</p>\n\n\n\n<p><em>Daisy Olsen</em>: Which is very cool. And then, to be able to import and export style variations from other places is another piece of it. So, I think that just a general expansion of the way that we can work with style variations is going to be really interesting. But, yes, theme agnostic is a great way to put it, because really, with the right base for how those style variations are created, particularly in terms of how things are named for color palettes and such, you should be able to take a style variation and put it onto any site that’s using a theme.JSON. So, I think that it’s been a really great thing with the way that 2023 default theme was created. And it spearheaded this idea that we should be able to use these in more than one way. But this is one piece of making it easier to switch themes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And even if that’s not a one-on-one good fit, you definitely get 80% there when you switch a theme to use the same styles that you had and then adopt what is missing. Because, you mentioned in the sentences, if the color scheme is not standardized from one style variation to the other, it might be a little bit wonky at first, but you can certainly adjust it. And I also can see one feature that could be used someplace else or in some other way is to just import style variations from other places. Like, if a theme developer has a website where have additional style variations that he doesn’t want to package with his or her theme, it certainly would make it available, just download it and add it to it. I can also see the 2023 theme as a community-wide effort. And there were 38 style variations that were submitted to be included, and 10 of those were selected. But now, there might come a way where you can actually add some of the others into your site, at least.</p>\n\n\n\n<p>All right. So, Joen Asmussen, he’s on the design team and one of the early design leads on Gutenberg, has started quite a while ago, every two weeks, posting on the design team’s make blog his design shares. And the one from last week had a few things in there that I want to point out. So, wordpress.org is in a huge site overhaul. And in the post, you see the markups of the dev hub, which is the developer site, and the job site. And there’s some great visuals. Sorry, I can’t show them to you in the podcast. But, of course, I share the link in the show notes. But you see the updates of the dev hub pages as well as the jobs pages on the org, on how they are designed and worked on right now by the meta team. Have you seen those designs?</p>\n\n\n\n<p><em>Daisy Olsen</em>: Some of them. I haven’t seen the post, but I saw some of the designs other places, the meta team.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The design process is quite a long one. There’s a second round of feedback now through the docs team because they are the owner of the sites. So, maybe I should find that as well and put it in the show notes. Another one is that the design team created the designs for a future style block. No, style book, not a block, style book. The name is still not final, but what it is, is actually a neat feature where you can see on a screen for each block how it’ll appear on your site. That’s not new. You had this with any of the themes that you got a page where you can look through how my heading’s going to be looking at. But now it’s for every block. And you can now, also, on the right-hand side, see when you check a different style variation, see how the blocks change with that.</p>\n\n\n\n<p>And that is a fabulous feature. It really makes that coming up with new things or checking out new things like a new style variation, or so. It comes really handy. There is no surprise. There is no, “Oh, Don, we didn’t look at it beforehand, but there are two things wrong with the table block,” or something like that. You see it before you do it. And then, you can do some fixes, if you want to. But you see how the site really works, not only on the front page but with every block that you put in there.</p>\n\n\n\n<p>And when I tested it, what I also saw is that it also includes the third-party blocks. So, if you have from JetBag or from Jost or from Coblocks, all those blocks will also show up in that and you see how they will change with a change of the style variations, which is, I find that particularly important because many of those block suites came out in the early days of the block editor, and some of them have not been updated. And you will see it there, too, and see which ones are actually a little bit that needs some more TLC there.</p>\n\n\n\n<p><em>Daisy Olsen</em>: I think of this as like a unit testing feature. But rolled in, instead of having to be imported, it’s available. Once it gets in, it would be available all the time. So, you can always double-check how things are looking without importing content or some of the other ways that we’ve had to do this kind of unit testing in the past.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The feature is merged into the code base. And it’ll be released in the 14.8 release. But it’s also available, it’s already available in the Gutenberg Nightly version, if you want to download that and get an early look at it. I really loved it. And then the last one from that post is the… Is it in any post? There is a video in the design post on the reorganization of the editor.</p>\n\n\n\n<p>It’s also coming or slated for 14.8, is that the editor screens receive some reorganization that it’s better positioned for the future enhancements like the browse mode. And the poster design post has a short video for the new way of things. So, it’s more like an organized version. Right now, when you click on the appearance editor link in the WP admin, where you get your right into the editor of your homepage, which is a little bit confusing, now, when you click on it, you get the menu on the left-hand side.</p>\n\n\n\n<p>And what you see in the canvas is actually just a view. There’s an edit button where you can start the editing, but you are not going to edit by accident. Or, you can then navigate to the other template parts much easier instead of getting out of the canvas. There are all these little things where little annoying things are taken care of. And I’m looking forward to that. Some of the UI experiments, new UI is already in the experiments, but that gives them a new home, so to speak. Any comments on that?</p>\n\n\n\n<p><em>Daisy Olsen</em>: No, I look forward to seeing more about what’s coming.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It’s really cool. I think there’s so much more coming. And I’m looking forward to 6.2 because some of it is definitely slated. We don’t have any plans yet on the 6.2 release cycle. That’s a very shortening… It’s a nice shortening of things. Instead of release cycle, you say recycle. Well, the state of the word is coming up. And I’m sure we hear a little bit about what’s coming in 2023, a review of 2022. It’s on December 15th at 1:00 p.m. Eastern 1800 DTC. I always need to check my calculations on the time zones. That’s just a shout-out for don’t miss it. It will be recorded, of course, for anybody who has no time at 1:00 p.m. or in the evening. So, Daisy, is there anything? How can people reach you if they wanted to connect with you? And what is in store on the online meetup?</p>\n\n\n\n<p><em>Daisy Olsen</em>: Let’s see. So, nothing scheduled for online meetup, as we’re coming into the holiday season. If you’d like to get in touch with me, I am Daisy O, the letter “O,” on mixed Slack. And also, that’s my WordPress profile. Most other places, Twitter, Facebook, LinkedIn, I’m DaisyOlsen, all one word.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So, so we’re coming to the end of the show, and I will thank you very much for spending the time with me here and going through the change log. Good work on all the good educational pieces that you do. And if you have any questions, still listening about block themes, you can contact me. But I will point you to Daisy, in shortcut, unless we find, of course, already material online. She also has one post in the developer blog. What is that about?</p>\n\n\n\n<p><em>Daisy Olsen</em>: It was about the various ways you can use the home template and post template options and theming.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. As always, the show notes will be published on the gutenbergtimes.com/podcast. This is episode 77. And if you have questions and suggestions or news that you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That’s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. Yes, that’s an email address. No slack, no Twitter. Well, of course, you can always follow us on @gutenbergtimes on Twitter. We also have pinned on the profile page our place on Mastodon. If you have left Twitter, just go there. It’s a public page. You can still see it and link it. Thank you all for listening. Thank you, Daisy. Wishing everyone wonderful holidays and a happy new year. And I’ll see you on the other side until 2023. Goodbye.</p>\n\n\n\n<p><em>Daisy Olsen</em>: Thanks so much for having me, Birgit. And happy holidays to everyone.</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, 12 Dec 2022 02:40: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:19:\"Gutenberg Changelog\";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:95:\"Gutenberg Times: State of the Word, Gutenberg 14.7, Box Shadow and more – Weekend Edition 238\";s:7:\"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:35:\"https://gutenbergtimes.com/?p=22914\";s:7:\"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:100:\"https://gutenbergtimes.com/state-of-the-word-gutenberg-14-7-box-shadow-and-more-weekend-edition-238/\";s: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:24884:\"<p>Howdy,</p>\n\n\n\n<p>Going through the latest Gutenberg release, and seeing what is in store for the next one, I feel, fantastic progress has been made on Phase 2 of the block editor. WordPress will be in great shape to start the next phase: collaborative editing. If you are keen to learn more, I suggest you watch <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">next week’s State of the Word</a>. As always, it will be recorded, and you can watch it at your leisure. </p>\n\n\n\n<a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\"><img /></a>\n\n\n\n<p>I’d be interested in your take of the keynote as well as the Q & A that will be held afterwards. I hope you write with your thoughts.</p>\n\n\n\n<p>Until next week, be well! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<h2 id=\"0-strong-a-href-https-us-02-web-zoom-us-webinar-register-7616700808432-wn-ig-f-xjz-c-qym-tk-62-c-v-9-ocw-layout-layout-layout-a-strong\">Layout. Layout. Layout</h2>\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/7616700808432/WN_IG_fXjzCQymTk62cV9_ocw\">Reserve your seats!</a></strong> The next <strong>Gutenberg Live Q & A</strong> will take place on January 11th, 2023 at 5pm ET / 22:00 UTC . </p>\n\n\n\n<p>Layouts are a fundamental part of how block themes work: Layout allows us to define the width of our post content, and arrange blocks horizontally or vertically, right or left aligned, inside container blocks. In terms of block styling, Layout is a complex feature because it affects child blocks in ways that go beyond CSS inheritance.</p>\n\n\n\n<p>In this show, <strong>Isabel Brison</strong>, <strong>Andrew Serong</strong> and <strong>Justin Tadlock</strong> will discuss the opportunities and challenges of the Layout features for site builders, and they will be available to answer your questions. Isabel Brison will also give us a demo of various layout scenarios. <strong><a href=\"https://us02web.zoom.us/webinar/register/7616700808432/WN_IG_fXjzCQymTk62cV9_ocw\">Join us! </a></strong></p>\n\n\n\n<p><em>This is also a preview on <a href=\"https://asia.wordcamp.org/2023/session/layout-layout-layout/\">Isabel Brison’s talk at WordCamp Asia</a></em> i<em>n February 2023</em></p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7616700808432/WN_IG_fXjzCQymTk62cV9_ocw\"><img /></a>\n\n\n\n\n\n<p><strong>Lana Miro</strong> collected <a href=\"https://crocoblock.com/blog/best-wordpress-podcasts-to-listen/\"><strong>16 Best WordPress Podcasts to Listen To (Top Selection)</strong></a>. She wrote about the Gutenberg Changelog: “This podcast is not just about WordPress in general but specifically about the Gutenberg block editor. In each episode, host Birgit Pauli-Haack and a guest discuss the latest version of Gutenberg and any related issues. They do all the hard work of curating news of Gutenberg’s development and then present it with infectious enthusiasm.” Thank you, Lana 💞</p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-strong-a-href-https-us-02-web-zoom-us-webinar-register-7616700808432-wn-ig-f-xjz-c-qym-tk-62-c-v-9-ocw-layout-layout-layout-a-strong\">Layout. Layout. Layout</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-gutenberg-14-7-released\">Gutenberg 14.7 release</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-new-videos\"> New videos </a><ul><li><a href=\"https://gutenbergtimes.com/feed/#7-word-press-tv\">WordPressTV</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">Upcoming WordPress events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-l\">Learn WordPress Online Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<h3 id=\"2-gutenberg-14-7-released\">Gutenberg 14.7 release</h3>\n\n\n\n<p><strong>Gutenberg 14.7 </strong>was released this week, with 165 merged PRs by 48 Contributors, 9 were first timers! And it’s packed with quite a few features, some of them still experimental. You see big improvements to the navigation block, a media selection from the inserter and more controls for the inner blocks of flex layout blocks. Other core blocks received some small refinements that make the overall experience more consistent.</p>\n\n\n\n<p><strong>Daisy Olsen</strong>, lead for Gutenberg 14.7 plugin release, wrote in the post. <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\"><strong>What’s new in Gutenberg 14.7? (7 December)</strong></a>, “It introduces a new experimental tabbed sidebar, colors to help identify some block types in list view, and improvements to the Page List block to make it easier to manage page links in your content.” </p>\n\n\n\n<p>Olsen highlighted the following features:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/#improved-organization-of-block-settings-with-split-control\">Improved organization of block settings with split control</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/#quickly-identify-template-parts-and-reusable-blocks-by-color\">Quickly identify Template Parts and Reusable Blocks by color</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/#add-media-to-your-content-directly-from-the-inserter\">Add media to your content directly from the inserter</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/#see-all-pages-in-list-view-for-the-page-list-block\">See all pages in List View for the Page List block </a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/#layout-controls-added-to-children-of-flex-layout-blocks\">Layout controls added to children of flex layout blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/#improved-load-times-by-caching-the-results-of-querying-settings-from-theme-json\">Improved load times by caching the results of querying settings from theme.json</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Yesterday, <strong>Daisy Olsen</strong> and I recorded the 77th Episode of the Gutenberg Changelog. It was such a great pleasure to discuss the release and what’s coming next for the block editor. The episode will arrive at your favorite podcast app over the weekend. </p>\n\n\n\n<a href=\"https://gutenbergtimes.com/podcast/\"><img /></a>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-77-gutenberg-14-7-whats-new-for-block-themes-an-upcoming-live-qa-in-january/\">Gutenberg Changelog #77 – Gutenberg 14.7, what’s new for Block Themes, an upcoming Live Q&A in January</a> with special guest, Daisy Olsen and host Birgit Pauli-Haack. </p>\n</div></div>\n\n\n\n<p><strong>Anne McCarthy</strong>, who runs the FSE Outreach program held this week’s <a href=\"https://make.wordpress.org/test/2022/12/08/hallway-hangout-lets-chat-about-the-future-of-custom-css-with-block-themes/\"><strong>Hallway Hangout: Let’s chat about the Future of Custom CSS with block themes</strong></a> and posted the recording and a summary. </p>\n\n\n\n<p>In another update from the FSE Program, Anne McCarthy is<a href=\"https://make.wordpress.org/test/2022/12/07/fse-program-seeking-volunteers-to-use-replay-io-for-capturing-bugs/\"><strong> seeking volunteers to use Replay.io for capturing bugs</strong></a> . After using Instant WP for spinning up test site for call for testings, Anne McCarthy will expand the program to pilot using Replay.io. Volunteers will “help determine how it can be used to better WordPress’ bug finding and fixing feedback loop.”</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>The <strong><a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a></strong> is still in beta. The editorial group is working on getting more posts published. If you want to write a blog post that would help WordPress developer be successful building themes or plugins or bespoke site for client, browse through the <a href=\"https://github.com/WordPress/developer-blog-content/discussions/categories/topic-ideas\">topic Ideas, that have already been submitted</a>. </p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/how-to-contribute/\">How to contribute</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/tips-and-guidelines-for-writers/\">Tips and guidelines for writers</a></li>\n</ul>\n</div></div>\n\n\n\n<p><strong>Alvaro Gómez</strong> posted about <a href=\"https://make.wordpress.org/support/2022/12/introducing-the-block-editor-in-the-support-forums/\"><strong>Introducing the Block Editor in the Support Forums</strong></a>; only a few core-block will be allowed. “Users will be able to easily insert links, share code or embed screenshots. Using Blocks will also enable new possibilities, such as using patterns for common responses to allow for faster answers. ” he wrote. If I read it right and the current editor in use “predates TinyMCE”, then this might be the first update to the forums editor since the start of the website in 2003. </p>\n\n\n\n<p>For now, it’s available via a test site, and you are invited to try it and share your feedback on the <a href=\"https://meta.trac.wordpress.org/ticket/6608\">meta trac ticket. </a></p>\n\n\n\n<p><strong>Sarah Gooding</strong> also reported on this update: <a href=\"https://wptavern.com/the-block-editor-is-coming-to-wordpress-support-forums\"><strong>The Block Editor Is Coming to WordPress’ Support Forums</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In her article <strong><a href=\"https://wptavern.com/woocommerce-blocks-9-1-0-introduces-products-block-in-beta\">WooCommerce Blocks 9.1.0 Introduces Products Block in Beta</a> Sarah Gooding</strong> reports on the latest release of WooCommerce Blocks. “The plugin serves as a place to iterate and test new blocks, and this release introduces the new Product Query-powered Products block in beta. (…) The new Products block is based on the core Query Loop block. WooCommerce Blocks contributors are aiming to replace all the plugin’s current product-displaying blocks with this one.”</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Rich Tabor</strong>, theme and plugin developer, was <a href=\"https://richtabor.com/wordpress-design-tool/\"><strong>exploring WordPress as a design tool</strong></a>. It’s the story of how he challenged himself to take one pattern, from one theme, and morph it multiple times — only using the design controls of the block editor. “Every font family/size, color, border, radius, image, video, and spacing value were all added in-editor.” And he also challenges you to give this a try: </p>\n\n\n\n<ul>\n<li><em>Use only the <a href=\"https://wordpress.org/themes/twenty-twenty-three\">Twenty Twenty-Three </a><a href=\"https://wordpress.org/themes/twentytwentythree\">theme</a>. </em></li>\n\n\n\n<li>Design a section of a page, then </li>\n\n\n\n<li>morph it a couple of times using only the design tooling within the editor. </li>\n</ul>\n\n\n\n<a href=\"https://richtabor.com/wordpress-design-tool/\"><img /></a>\n\n\n\n<p><strong>Automattic’s Sensei LMS</strong> has <a href=\"https://senseilms.com/meet-course-a-new-free-block-theme-by-sensei/\"><strong>released a new free block theme called “Course.”</strong></a> It is designed for creators and is built to work perfectly with all Sensei LMS features, including course lists, sales pages, and learning mode course templates. It is also open-source and <a href=\"https://wordpress.org/themes/course/\">available on WordPress.org</a>, making it ideal for course creators, bloggers, coaches, small businesses, and even those using competitor LMS WordPress plugins. The theme is mobile-optimized and allows for customization to match your brand.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://jetpack.com/blog/jetpack-11-6-update-to-the-form-block-and-more/\">Jetpack 11.6 release</a></strong> added new features to its forms and SEO capabilities. It now has block pattern support for forms, making it easier to create them, and new SEO features allowing users to specify that certain posts or pages should not be indexed by search engines, and to set custom SEO titles for individual posts and pages.</p>\n\n\n\n<a href=\"https://jetpack.com/blog/jetpack-11-6-update-to-the-form-block-and-more/\"><img /></a>\n\n\n\n<p><a href=\"https://wptavern.com/podcast/54-steve-burge-on-where-were-at-with-multi-author-collaboration-in-wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">#54 – </a><strong><a href=\"https://wptavern.com/podcast/54-steve-burge-on-where-were-at-with-multi-author-collaboration-in-wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">Steve Burge on Where We’re at With Multi-Author Collaboration in WordPress</a> </strong>with Nathan Wrigley. On this episode of the Jukebox podcast from WP Tavern, the topic is multi-author collaboration in WordPress. Steve Burge discusses the current state of collaboration in WordPress, the challenges that come with it, and what the future holds for the platform. Burge also elaborates on the site editing phase of the Gutenberg project and how it relates to collaboration.</p>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Justin Tadlock</strong> just published a new post on the WordPress Developer Blog: <a href=\"https://developer.wordpress.org/news/2022/12/07/leveraging-theme-json-and-per-block-styles-for-more-performant-themes/\"><strong>Leveraging theme.json and per-block styles for more performant themes</strong></a>. I<a href=\"https://twitter.com/justintadlock/status/1600623143558828034\">n a tweet</a> he wrote: “This post dives into how to primarily lean into theme.json when styling your theme, taking advantage of the built-in performance enhancements that WordPress offers out of the box, such as only outputting CSS when it’s needed. All theme authors know that theme.json isn’t quite enough for every project. However, you can benefit from those same enhancements by loading per-block stylesheets. This is also great for integrating with third-party blocks without bulking up your CSS.” </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p>In his article on the CSS Tricks, <a href=\"https://css-tricks.com/adding-box-shadows-to-wordpress-blocks-and-elements/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Adding Box Shadows to WordPress Blocks and Elements</strong></a>, <strong>Ganesh Dahal</strong> provides you with a tutorial and an example of how to add a `box-shadow` to the hover state of a button in `theme.json`. ICYMI: As of WordPress 6.1, it is possible to add styles to elements and blocks using `theme.json`, including pseudo-classes such as `:hover`. Ben Dwyer wrote the corresponding Dev Note: <a href=\"https://make.wordpress.org/core/2022/10/10/styling-elements-in-block-themes/\">Styling elements in block themes</a></p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>In his post, <a href=\"https://fluffyandflakey.blog/2022/12/06/access-all-block-attributes-structurally-with-the-gutenberg-block-editor/\"><strong>Access all block attributes structurally with the Gutenberg block editor</strong></a>, <strong>Dennis Snell</strong> wrote “about a small experiment to eliminate sourced attributes in Gutenberg posts. If you want to build a custom block editor, and you wish to avoid parsing HTML to get the full set of attributes, then it’s strikingly easy to do so: all it takes is disabling a few properties of each block’s attribute definitions.” Let him tell you more! </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"6-new-videos\"> New videos </h2>\n\n\n\n<p><a href=\"https://torquemag.io/2022/12/torque-social-hour-learning-to-use-the-site-editor/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Torque Social Hour: Learning to use the Site Editor</strong></a> with <strong>Brian Gardner.</strong> On this week’s episode, Brian Gardner teaches Doc the fundamentals of editing a block-based WordPress theme with the new Site Editor. Brian designed one of the Style Variations that came in the new Twenty Twenty Three theme.</p>\n\n\n\n<h3 id=\"7-word-press-tv\">WordPressTV</h3>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/2022/12/09/builder-basics-demystifying-theme-json-and-global-styles/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Builder Basics: Demystifying theme.json and Global Styles</strong></a> (Learn WordPress)</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/12/09/manage-your-block-theme-fonts-with-create-block-theme/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Manage your block theme fonts with Create Block Theme</strong></a> (Learn WordPress)</li>\n\n\n\n<li><strong><a href=\"https://wordpress.tv/2022/12/08/the-key-to-locking-blocks/\" target=\"_blank\" rel=\"noreferrer noopener\">The key to locking blocks</a> </strong>(Learn WordPress)</li>\n\n\n\n<li><strong><a href=\"https://wordpress.tv/2022/12/08/content-creators-are-users-too-the-crucial-importance-of-carefully-crafted-editorial-experiences/\" target=\"_blank\" rel=\"noreferrer noopener\">Content creators are users too: the crucial Importance of carefully crafted editorial experiences</a> </strong>(WCUs)</li>\n\n\n\n<li><strong><a href=\"https://wordpress.tv/2022/12/07/using-the-navigation-block-2/\" target=\"_blank\" rel=\"noreferrer noopener\">Using the navigation block</a> </strong>(Learn WordPress)</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/12/02/hallway-hangout-future-of-css-in-block-themes/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Hallway Hangout: the future of CSS in block themes</strong></a> (Learn WordPress)</li>\n\n\n\n<li><strong><a href=\"https://wordpress.tv/2022/12/02/builder-basics-building-with-columns-groups-rows-and-stacks/\" target=\"_blank\" rel=\"noreferrer noopener\">Builder basics: building with columns, groups, rows and stacks</a> </strong>(Learn WordPress)</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/12/02/lets-code-developing-blocks-without-react-controls/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Let’s code: developing blocks without React! – Controls</strong></a> (Learn WordPress)</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/11/30/using-page-templates/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Using page templates</strong></a> (Learn WordPress)</li>\n</ul>\n\n\n\n<h2 id=\"5-s\">Upcoming WordPress events</h2>\n\n\n\n<p><strong>December 12, 2022 – 10 am – 1:30 pm ET / 15:00 – 18:30 UTC </strong><br /><a href=\"https://bluehostawards.com/\"><strong>WP CreatorCon</strong> </a>– a virtual event curated by Bluehost to bring together all WordPress creators of the world. It’s an event that will culminate the Bluehost Creators Awards. </p>\n\n\n\n<p><strong>December 15, 2022 – 1 pm ET / 18:00 UTC</strong><br /><strong><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a></strong> – Matt Mullenweg’s annual keynote.</p>\n\n\n\n<p><strong>January 11, 2023 – 5 pm ET / 22:00 UTC</strong><br /><strong><a href=\"https://us02web.zoom.us/webinar/register/7616700808432/WN_IG_fXjzCQymTk62cV9_ocw\">Gutenberg Times Live Q & A: Layout, layout, layout</a></strong><br />Panel discussion with Isabel Brison, Andrew Serong, Justing Tadlock and Birgit Pauli-Haack</p>\n\n\n\n<p><strong>February 17 – 19, 2023</strong><br /><a href=\"https://asia.wordcamp.org/2023/\"><strong>WordCamp Asia 2023</strong></a> </p>\n\n\n\n<h3 id=\"1-l\">Learn WordPress Online Meetups</h3>\n\n\n\n<p>December 12, 2022 – 3 pm ET / 22:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289957641/\"><strong>Creating a Call To Action with the Block Editor</strong></a></p>\n\n\n\n<p>December 14, 2022 – 7 pm ET / 24:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/290170169/\"><strong>Exploring Category Templates and the Query Loop Block Session 1</strong></a></p>\n\n\n\n<p>December 15, 2022 – 9 am ET / 14:00 UTC<br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/290237910/\">Let’s code: Developing Blocks without React! – Review</a></strong></p>\n\n\n\n<p>December 21, 2022 – 7 pm ET / 24:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/290170454/\"><strong>Creating a Theme with the Create Block Theme Plugin Session 1</strong></a></p>\n\n\n\n<p>December 21, 2022 – 3 am ET / 8 am UTC<br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/290170469/\">Creating a Theme with the Create Block Theme Plugin Session 2</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: “Galleria Vittorio Emanuele II” in Milan by Dennis Hipp via <a href=\"https://wordpress.org/photos/photo/6136384d1b/\">WordPress Photos</a> </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s: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, 10 Dec 2022 13:57: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:18:\"Birgit Pauli-Haack\";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: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:68:\"WPTavern: WooCommerce Blocks 9.1.0 Introduces Products Block in Beta\";s:7:\"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:\"https://wptavern.com/?p=140245\";s:7:\"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:79:\"https://wptavern.com/woocommerce-blocks-9-1-0-introduces-products-block-in-beta\";s: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:2447:\"<p>WooCommerce Blocks<a href=\"https://developer.woocommerce.com/2022/12/09/woocommerce-blocks-9-1-0-release-notes/\"> version 9.10</a> was released today, hitting a major milestone for the development of its new Products Block. The plugin serves as a place to iterate and test new blocks, and this release introduces the new Product Query-powered Products block in beta.</p>\n\n\n\n<p>In this first iteration, users can arrange products by popular presets and control the layout in the list/grid. </p>\n\n\n\n<img />\n\n\n\n<p>The new Products block is based on the core Query Loop block. WooCommerce Blocks contributors are aiming to replace all of the plugin’s current product-displaying blocks with this one. </p>\n\n\n\n<p>“This new block should be flexible enough to reproduce all of the use-cases currently covered by existing blocks (e.g. showing all products, showing only new products, or products on sale, etc.), while also being filterable via dedicated filter blocks and compatible with FSE templates (i.e. it should replace the placeholders we currently use in archive templates),” Automattic-sponsored WooCommerce contributor Marco Lucio Giannotta said in the <a href=\"https://github.com/woocommerce/woocommerce-blocks/issues/6793\">ticket</a> proposing the new Products block.</p>\n\n\n\n<p>The first iteration still requires some polishing but it’s meeting the basic objectives for allowing users to display and customize products using the new query-based block.</p>\n\n\n\n<p>Version 9.1.0 also unveils three new “product-adjacent” patterns. These are patterns that don’t use WooCommerce store data but rather focus on presentation. They include the following patterns:</p>\n\n\n\n<ul>\n<li>“WooCommerce Alternating Image and Text” block pattern. (<a href=\"https://github.com/woocommerce/woocommerce-blocks/pull/7827\">7827</a>)</li>\n\n\n\n<li>“WooCommerce Product Hero 2 Column 2 Row” block pattern. (<a href=\"https://github.com/woocommerce/woocommerce-blocks/pull/7814\">7814</a>)</li>\n\n\n\n<li>“Just Arrived Full Hero” block pattern (<a href=\"https://github.com/woocommerce/woocommerce-blocks/pull/7812\">7812</a>)</li>\n</ul>\n\n\n\n<p>WooCommerce Blocks contributors are also working on patterns that connect to store data and will be releasing new patterns soon. Other notable additions in this release include support for the alignment setting in the Add to Cart Button and Product Rating elements.</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, 09 Dec 2022 22:21: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: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: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:52:\"Post Status: More WordPress People Doing Good Things\";s:7:\"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://poststatus.com/?p=145785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://poststatus.com/more-wordpress-people-doing-good-things/\";s: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:4077:\"<h2 id=\"h-wordpress-gives-a-hand\">WordPress Gives a Hand</h2>\n\n\n\n<p>For the third year in a row, a bunch of WordPress community members will join together at the holiday time for the charity campaign “<a href=\"http://wpgivesahand.com/\">WordPress Gives A Hand</a>” <a href=\"https://twitter.com/search?q=%23wpgivesahand&src=typed_query\">#wpgivesahand</a>.</p>\n\n\n\n<p>During the holiday season, instead of giving out discounts to customers, participating WordPress community members will donate a percentage of their revenue to supporting people in need. Each company chooses whichever charity they would like to donate to.</p>\n\n\n\n<p>This great initiative raises awareness across the global WordPress community. Last year, participating companies included Cloudways, TranslatePress, Visual Composer, wpDataTables, Amelia, and others. This year WordPress Gives a Hand is asking for your help to show the world that WordPress is a place for everyone!</p>\n\n\n\n<p>To learn more or to get involved visit <a href=\"http://wpgivesahand.com/\">wpgivesahand.com</a>.</p>\n\n\n\n<h2 id=\"h-the-wp-community-collective\">The WP Community Collective</h2>\n\n\n\n<p>The WP Community Collective aims to address some of these ongoing challenges by creating community-funded <a href=\"https://www.thewpcommunitycollective.com/fellowships/\">Fellowships</a> to financially support individual contributions to the WordPress project and community.</p>\n\n\n\n<p>“We hope that the WP Community Collective can help bridge the gap between the passion people feel for WordPress, and the very real and practical limits of volunteer contribution,” said founding co-director Sé Reed. </p>\n\n\n\n<p>The WPCC’s first initiative is the <a href=\"https://opencollective.com/thewpcc/contribute/accessibility-fellowship-46812\">WPCC Accessibility Fellowship</a>. They are currently in discussion with an existing unsponsored core contributor to hold the inaugural role of Accessibility Fellow, and have launched the fundraising efforts to fund this Fellowship: <a href=\"https://opencollective.com/thewpcc/contribute/accessibility-fellowship-46812\">https://opencollective.com/thewpcc/contribute/accessibility-fellowship-46812</a></p>\n\n\n\n<p>To learn more or to get involved visit <a href=\"https://www.thewpcommunitycollective.com/\">thewpcommunitycollective.com</a></p>\n\n\n\n<h2 id=\"h-post-status-membership-deal\">Post Status Membership Deal</h2>\n\n\n\n<p>In the spirit of Black Friday/Cyber Monday, Post Status is offering $100 off any annual membership through December 31. Why? Because we love you! Membership gets you into our Slack community, too!</p>\n\n\n\n<p>Use discount code BFCM for your best Post Status membership deal ever!</p>\n\n\n\n<h2 id=\"h-in-the-spotlight\">In the Spotlight</h2>\n\n\n\n<p>Post Status professional member, <a href=\"https://poststatus.com/member-spotlight-jamie-madden/\">Jamie Madden</a>. Jamie is the founder and lead developer of WC Vendors Marketplace, the first free multivendor marketplace plugin for WordPress and WooCommerce, launched back in 2014.</p>\n\n\n\n<h2 id=\"h-weekly-member-huddles\">Weekly Member Huddles</h2>\n\n\n\n<ul>\n<li>Wednesdays <a href=\"https://us02web.zoom.us/meeting/register/tZYuf-GrpjksH91MJiGiaIwzpHWzhWSgOrKL\">Sign Up</a></li>\n\n\n\n<li>Fridays <a href=\"https://us02web.zoom.us/meeting/register/tZcuf-uprT0oGdx2Pg91t1eADl5JOow2YwLR\">Sign Up</a></li>\n</ul>\n\n\n\n<h2 id=\"h-upcoming-events\">Upcoming Events:</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word</a> December 15, 2022</li>\n\n\n\n<li><a href=\"https://kolkata.wordcamp.org/2022/\">WordCamp Kolkata</a> December 17-18, 2022</li>\n\n\n\n<li><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a> February 17-19, 2023</li>\n\n\n\n<li>Calls for Speakers and Sponsors are open at <a href=\"https://www.wpwealthbuilder.com/\">WP Wealthbuilder Summit</a> May 12, 2023</li>\n\n\n\n<li>WordCamps are back. <a href=\"https://central.wordcamp.org/schedule/\">Check the schedule online</a>!</li>\n</ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 09 Dec 2022 20:10:12 +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:18:\"Michelle Frechette\";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:113:\"Post Status: The WP Agency Journey with D’nelle Dowis of Berry Interesting Productions— Post Status Draft 132\";s:7:\"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://poststatus.com/?p=145319\";s:7:\"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://poststatus.com/the-wp-agency-journey-with-dnelle-dowis-of-berry-interesting-productions-post-status-draft-132/\";s: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:43796:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">D\'nelle Dowis has been a part of WordPress for more than a decade. Her passion for genuine, sustained relationships informs how she leads her agency, <a href=\"https://berry-interesting.com/\">Berry Interesting Productions</a>. D\'nelle talks about her experiences meeting clients where they are and helping them leverage technology to solve the challenges of today while making room for future opportunities. She shares why she values support, her thoughts on DIY, and how she makes room for her clients to ask the weird questions. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">31</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode of <strong>Post Status Draft</strong>, Cory is joined by <strong>D\'nelle Dowis</strong>, CEO of <strong><a href=\"https://berry-interesting.com/\">Berry Interesting Productions</a></strong>. She and her husband have worked in WordPress for over a decade and run a small, consultative agency. D\'nelle shares truly helpful insights about centering relationships in work and life. From being invested in clients for the long haul to being intentionally curious about knowing others and how they spend their days, D\'nelle invites us to let connection be the fuel that informs and inspires who we are and how we work. </p>\n\n\n\n<p>Top Takeaways:</p>\n\n\n\n<ul>\n<li><strong>Build Long-Term Client Relationships: </strong>Building long-term relationships enables you to advise clients from a big-picture perspective, as opposed to just building technical solutions. \n<ul>\n<li></li>\n</ul>\n</li>\n\n\n\n<li><strong>Support is Serious Business: </strong>Doing what we do best should give our client\'s peace of mind that their sites will perform as needed when needed. </li>\n\n\n\n<li>Look Beyond a Client\'s Ask to Unseen Opportunities: As clearly reflected in D\'nelle\'s experience share about her yoga studio client, leaning into hard seasons with clients to bring unique solutions with technology can transform the future trajectory of their business.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-26 wp-block-columns Pressable has-theme-palette-8-background-color has-background\" id=\"Pressable\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/pressable\">Pressable</a></h3>\n\n\n\n<p>Founded in 2010, <strong>Pressable</strong> is a world-class managed WordPress hosting provider built on the same data network as <strong>WordPress.com</strong> and <strong>WordPress VIP</strong>. With industry-leading performance, 24/7 expert support, a 100% uptime guarantee, and seamless integrations with <strong>WooCommerce</strong> and <strong>Jetpack</strong>, Pressable provides the tools you need to manage your WordPress websites and grow your business all in one place. <a href=\"https://poststat.us/pressable\">TRY PRESSABLE→</a></p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<a href=\"https://poststat.us/pressable\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/pressable-icon-primary.svg\" alt=\"Pressable\" class=\"wp-image-121339\" width=\"150\" title=\"Pressable\" /></a>Pressable\n</div>\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://troydean.com.au/\">Troy Dean</a></li>\n\n\n\n<li><a href=\"https://www.thecaverns.com/\">The Caverns in Tennessee</a> </li>\n\n\n\n<li><a href=\"https://www.novofitnessstudio.com/\">Novo Fitness Studio</a> </li>\n\n\n\n<li><a href=\"https://www.elegantthemes.com/gallery/divi/\">Divi</a> </li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/d_nelle\">D\'nelle Dowis</a> (Owner, <a href=\"https://twitter.com/berryinterestin\">Berry Interesting Productions</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Cory Miller: [00:00:00] Hey everybody. Welcome back to Post Status Draft. This is another interview in our agency journey series where we\'re talking to agency owners and getting their backstory and their story, and sharing a little bit about their passions and the work and the world of WordPress. So today I have someone I\'ve known for a very long time, D\'nelle and I\'m gonna let her introduce herself in a second.</p>\n\n\n\n<p>But, um, we\'ve been, I\'ve known D\'nelle for, let\'s see. Gosh, 10 years. I\'m trying to think at least. Oh yeah. Yeah. And um, so we\'ve got to meet a couple times and I was just hearing a little bit about her story and I\'m excited for you to hear that too. So, D\'nelle, would you mind in, uh, introducing yourself and sharing, uh, what your agency is?</p>\n\n\n\n<p>D’nelle Dowis: Yeah. Um, so my name is D\'nelle Dallas. I own an agency named Berry interesting productions. We\'re very small. Um, it\'s owned by me and my husband. Um, and then we have a developer who we rely on heavily, but she is still contract with us. We primarily provide WordPress support. That\'s what we get really excited about.</p>\n\n\n\n<p>Um, but we also build WordPress [00:01:00] websites. And depending on what the client\'s needs are, we will either say, Hey, maybe you should be on Squarespace, or, Hey, maybe you need a bigger agency. So a lot of. Is very, take a very consultative approach. And, um, yeah, so been in WordPress since 2010 now. Um, it\'s, it\'s been a, a hot minute since all of that started.</p>\n\n\n\n<p>Um, and yeah, we\'ve seen a lot happen. It\'s, there\'s a lot has happened over the last 15, 17 years.</p>\n\n\n\n<p>Cory Miller: No kidding. Tell me a little bit about, okay, so that\'s where you are now, and we\'re going to dive into parts of the in a minute, but tell us how you got there. So you started with WordPress in 2010?</p>\n\n\n\n<p>D’nelle Dowis: Yeah, so I started writing HTML websites.</p>\n\n\n\n<p>I mean, I don\'t go quite far enough back to have written, um, themes for MySpace. But that is, that\'s the kind of era that we\'re talking about is write your own HTML website era. Um, and I, so I, I came from a print background, um, [00:02:00] primarily in journalism. I thought that I was gonna go and like lay out. Uh, newspapers for a living.</p>\n\n\n\n<p>So I had a lot of experience with type setting, a lot of experience with, um, graphic design in the sense of like user experience design. Like I kind of, um, during Covid, I, I dabbled a little bit in UX and it very much lined up with the ba like, like career background of having worked in print journalism and um, print design.</p>\n\n\n\n<p>Um, and then, um, in 2000 and. 10, 2011. Um, I went through career change where I was let go after a reorg and I was like, I really don\'t know what I\'m gonna do. Um, and was hired as a webmaster just because I happened to be tech savvy, was hired as a webmaster at a little company in Nashville and that company was building themselves a website.</p>\n\n\n\n<p>And so I was tasked with. Basically liaising with the agency that was building this site so that I knew as much about it as possible so that I could be a good [00:03:00] webmaster for ongoing upkeep. Um, and that\'s really where I started to see the power of WordPress and what it can do for you and the ways that it can be used to do all kinds of different things.</p>\n\n\n\n<p>Um, and it was. After encountering WordPress that it really made sense for me to move into doing it, um, as a like long term business. Um, in 2012, I quit doing anything for anybody else and started doing this full time. Um, I\'ve definitely like kind of dabbled in other agents. Um, that was really like from a, a like supplement my own income as I built my business kind of thing.</p>\n\n\n\n<p>I would do project management and like low level development for other agencies, um, which really has formed the way that I run. Very interesting today because you, you see that man behind the curtain, you see where. Those cracks are in the fascia and you wanna, I mean, at least I wanna fix it. Um, I didn\'t want it to be like that for the people who are working at agencies, and I don\'t want it to be like that for clients.</p>\n\n\n\n<p>Um, so that\'s kind of how we ended up here with the [00:04:00] goal of making sure that we have clients that we are in long-term relationships with, that we can advise from a big picture perspective as opposed to just building. That\'s not what we want. Do we wanna be in the long term relationship business? Um, and so kind of as a result, we are in the website development business.</p>\n\n\n\n<p>Um, but it really is all about the support, all about the kind of holistic business advice from a, I was writing a blog the other day about, um, tech stacks and really like tech stacks come from the world of application building where you think about all of the languages and tools that you\'re using to build an application.</p>\n\n\n\n<p>I really like to think about that from a business perspective. There\'s a lot of like tech stack advice that I will give to clients. Like, you shouldn\'t be, you know, uh, registering your domain over here, or maybe we should think about different hosting, or you might wanna think about a different calendar booking tool that integrates with your website.</p>\n\n\n\n<p>Those kinds of things that aren\'t just about web development, but are more about the overall business operations. [00:05:00] Those are the kind of relationships that I wanna have with our clients, and that is what I wanna establish with our agency, which is a space where people are not just like coming to you saying, Hey, could you build this website for me?</p>\n\n\n\n<p>But they might come to you with weird questions. I wanna have the kind of relationship with our clients where we can answer those weird questions and if we can\'t answer them, we can help them find somebody that they, we know that they can trust.</p>\n\n\n\n<p>Cory Miller: Tell me a little bit about support. You mentioned like, okay, there\'s building this side, but there\'s this ongoing thing, and I think that\'s one of the beauties of WordPress that can do so much more for businesses.</p>\n\n\n\n<p>But could you talk about from that angle, um, the support, what it, what you\'re intending to do and what you see from some of the types of clients that you have that you do for?</p>\n\n\n\n<p>D’nelle Dowis: Um, so at the very basis of it, um, I mean I\'m kind of coming from the, uh, space where I\'m influenced by like Troy Dean and also like, let\'s not forget to mention Nathan Ingram, who is like an absolute genius in this space.</p>\n\n\n\n<p>Um, talking about like Nathan\'s scope document where he [00:06:00] talks about how you talk to clients when you are meeting them for the first time and evaluating what their needs are. Inevitably, people think they are coming to you because they wanna buy something from you. They wanna buy a product, they wanna buy this website.</p>\n\n\n\n<p>What they don\'t understand about buying that website. And I find myself in a situation where I\'m often kind of like educating people about what it\'s like to own and use a website is that it\'s not something where you can just set it and forget it. You\'re not going to buy a car. You\'re thinking about the ongoing mainten.</p>\n\n\n\n<p>That is going to have to happen. So I mean, we, we take a little bit of a kitchy approach with it. Very interesting productions like we are, we have this kind of like garden, like tending your garden sort of theme. That\'s really where that support comes from, is that, You can\'t just go out there and throw some seeds in the ground and then expect that you\'re gonna get the harvest that you want.</p>\n\n\n\n<p>You really need to be paying attention to your site long term. That being said, there\'s so many things about website maintenance that really should not be on [00:07:00] mind of a business owner. Like it\'s I, I\'m kind of in a weird position because we build websites and we provide website support. So I think about this for our own website as well.</p>\n\n\n\n<p>But, you know, we serve a lot of yoga studios, a lot of wellness businesses, a lot of, um, like, you know, independent musicians. And I don\'t want, you know, the musician to be laying awake at night thinking about, is my website gonna break? Um, are, are people gonna be able to access those tour dates? Is the thing that we have set up for people to enter this raffle so that they could potentially win?</p>\n\n\n\n<p>Like VIP experience, is that gonna work after we put out the marketing for it? Those kinds of things. Those worries of, is this gonna work for me? Am I gonna be able to use this tool in the way that I need it when I need to? They shouldn\'t be having to think about those things. Um, you know, last year we bought a house, um, out here in Denver, Colorado.</p>\n\n\n\n<p>Um, it was the second house that we purchased, but this really is like our forever home and. Thinking about the like long term [00:08:00] things that you need to do to keep this house healthy, to keep it safe, to keep everything working properly. Like I kind of wish that I had the budget to hire somebody who would come out here and do a property walk once a month to see if my gutters are sagging or to see if there\'s something that\'s gone wrong on the roof.</p>\n\n\n\n<p>Those are the kinds of things that I don\'t have the knowledge of in my own head because I\'m not spending the time thinking about it every day. So from a support perspective, We want to be that resource that is the expert on this particular niche so that you can trust us to handle it for you. And you could be thinking about, okay, what am I gonna create next?</p>\n\n\n\n<p>Like, what is my next tour gonna look like? Um, what do does the, you know, brick and mortar expansion to a second location of our yoga studio look like? It really is a situation where I want to be the trusted space that they can outsource those sorts of things so that they\'re not having to worry about them so that they\'re not spooked when somebody goes on their website and, you know, puts in a, I notice that your site\'s SEO is terrible.</p>\n\n\n\n<p>You should contact us, you know, like through your [00:09:00] contact forum. Like I don\'t want people to be spooked by that. I want them to know that if they\'re gonna, they have a question about anything, they got a phishing email that they can call. And we\'re gonna give them that the advice that they need so that they don\'t have to like, learn a whole new set of domain knowledge.</p>\n\n\n\n<p>And so that if they don\'t wanna deal with it that day, they can out, they can just offload it to us. That\'s, that\'s really what needs to happen. You don\'t wanna worry about looking into this like you have copyright infringement images on your site. I got that for you. I will let you know whether or not you need to pay attention to this.</p>\n\n\n\n<p>And meanwhile, we\'re gonna make sure that your site has not actually been. So, um, it really is more about being that, that support source of support for clients, almost from an emotional perspective, more than a practical perspective. We have done the property walks around your site. We know everything is working fine.</p>\n\n\n\n<p>This one really important page that is tied to your marketing is working. There\'s nothing broken on it. You can confidently move forward with your marketing without worrying about whether or not your [00:10:00] site is gonna, you know, crack under the.</p>\n\n\n\n<p>Cory Miller: And when you go to these types of experts, you want them worrying about their craft, what they do best.</p>\n\n\n\n<p>Like the musicians for instance, like Right. You know, hey, if you\'re a fan of a big band, I want them thinking about their next song. Not necessarily worrying about, okay, what is this fishing like you said to that fishing email part. And I think that\'s the beauty of WordPress too. You can do so much with it, but as these businesses, organizations grow, they need more complexity that WordPress gives \'em.</p>\n\n\n\n<p>And that\'s where I, I see you all coming in to say, we\'re gonna take this load off you so that you can focus on what you do best.</p>\n\n\n\n<p>D’nelle Dowis: That\'s exactly right because I am so passionate just about artists in general. I mean, when I was in college, like one of my majors was creative writing. Like I definitely come from a creative space, but what I came away from college with and what has has happened during my career over the intervening years is that I find myself time and time again wanting to.</p>\n\n\n\n<p>People to [00:11:00] do the thing that they are really passionate about, and there are plenty of times that I have just, you know, sat head in hand being like, I do not wanna think about whether or not I should buy this new garage door or have it fixed. I don\'t wanna think about like why my water bill is so high. I just wanna hire somebody to come out here and make sure that it\'s okay.</p>\n\n\n\n<p>With their expertise. I don\'t wanna have to develop that expertise myself, and I don\'t want my clients to have to develop that expertise cuz I want \'em to spend that time creating new and amazing things that they\'re excited about. Like it\'s really hard to get excited about dns. Like really hard, like I have a hard time getting excited about dns.</p>\n\n\n\n<p>I don\'t want \'em to have to worry about it. If there\'s a term that they don\'t know, they don\'t know, that they don\'t understand, I want \'em to be able to come to me and me to be able to be trusted enough to give them the answer. That doesn\'t seem like I\'m coming from a place of trying to get \'em to.</p>\n\n\n\n<p>Spend more money or come from a place of trying to, you know, change the nature of our relationship in some way. Like my whole thing has always been like, I don\'t wanna hold people hostage. And I [00:12:00] really, really don\'t want artists to feel held hostage by this need to engage in something that really, like, they don\'t wanna spend their time thinking about.</p>\n\n\n\n<p>Like, there\'s plenty of people who are like, oh, I\'ll just DIY that website myself. Awesome. I wanna support you in DIYing it, but first let\'s have a conversation about the complexity of it so that you can make an informed decision about what you wanna learn in DIY versus what it really makes sense for you to outsource.</p>\n\n\n\n<p>So that. You can spend the time thinking about the things that you\'re really excited about, whether that is the book that you wrote or the next tour that\'s coming up, or you know, the expansion of your studio. So it, it really is like, I mean it\'s, it\'s very much like comes from a mothering instinct in me.</p>\n\n\n\n<p>I think. Like I\'ve got dogs, but we don\'t have kids really, like my clients and the business really take up a lot of that energy of me thinking about how can we best take care of our clients so that they are enabled to do the thing that they\'re really excited about.</p>\n\n\n\n<p>Cory Miller: Well, you mentioned artists and I wanna talk about that part of your business.</p>\n\n\n\n<p>Um, I [00:13:00] think it\'s so interesting working with, with artists and musicians and things like that, but, uh, that, and also the yoga and the wellness industry you talked about too, seemed like, um, we, we were talking before we started this interview, you\'re mentioning like during Covid helping some of these people that didn\'t have a lot of support infrastructure that I, I think about as like, uh, analog almost in the sense of they\'re meeting.</p>\n\n\n\n<p>People, um, in person and, uh, you know, whether it\'s a band playing a venue or it\'s a yoga instructor, and I\'d love to you to share a little bit about that, that work with those types that I think Covid, uh, helped, uh, open an opportunity, I think for a lot of businesses like. To kind of go, okay, now we can use leverage web and online to build and grow our business.</p>\n\n\n\n<p>D’nelle Dowis: Well, I mean, for a lot of people it really was a smack in the face. I mean, if you think about yoga studios, that is a very in person [00:14:00] thing. I mean, we definitely have like online classes that we can take, but I mean, if you\'re anything like me, like it is not the same. And it\'s, it\'s the same for like, um, for musician.</p>\n\n\n\n<p>Um, my, my favorite story that I like to tell about Vibe is that in October of 2020, uh, we went to a show in South Central Tennessee. It\'s a place called The Caverns in Pelham, Tennessee. And they normally have bluegrass underground in their caverns, but because everything was, we can only do outdoor. Um, they set up a stage above their caverns.</p>\n\n\n\n<p>They like brought in a stage and we, our favorite artist was playing a show on this stage. And we were like, partially it was a personal thing, like, we have got to get out of this house and, and do something, or we\'re gonna absolutely drive each other mad. And the other part of it, especially for me, was a deep curiosity about how they were gonna pull this off, because it really was, I mean, you know, to use a very tired word, it was unprecedented for all of.</p>\n\n\n\n<p>[00:15:00] So what is this gonna look like with all of these new restrictions and all of these unknowns? And so we went down to the caverns and I was incredibly impressed with the operations of how they had turned this thing that they normally have, like in a, in a enclosed space. Into doing this outdoors. Um, which I think that they\'ve continued to do.</p>\n\n\n\n<p>They definitely had more shows outdoors after this first one. But the notable thing about this show was that we are sitting in like our little six foot square and they have, they\'re using an app that you can order, um, concessions off of that\'ll be delivered. And it was all very interesting. And then the show started and the vibe of everyone in.</p>\n\n\n\n<p>In that audience was so subdued, it was unnerving to watch the way that we had all clearly been affected by being in our houses for six, seven months at that point. And I think about that a lot in terms of these in person things. That in person is incredibly important and we\'re never, [00:16:00] I don\'t think we are ever really going to be able to replicate that in an online, in a virtual environment, but a lot of us were forced.</p>\n\n\n\n<p>And one of the people that was forced to do that was a, um, client of ours, um, named no Novo Fitness studio. They\'re out of Midland, Georgia. We absolutely adore them. They are like, they\'re just our favorite to work with. Like they really get our vibe. We really get their vibe. And we\'re in a position where the yoga studio owners, it\'s a two sisters, they don\'t have to think.</p>\n\n\n\n<p>Their website because they know that they can come to us and be like, Hey, we wanna do this, can you make it happen? And we can give them good advice about whether or not they should make it happen. And so with them, what we did is, this was very early on, I think this like started in April of 2020. They are like, we are absolutely bleeding money.</p>\n\n\n\n<p>We are paying. Rent on a brick and mortar that we can\'t use. Like the sisters would go in there and like do yoga in the studio themselves, but you can\'t have other people coming in, right? [00:17:00] Like it\'s, this is, we\'re all in lockdown. What do we do to maintain the, the vibe of the community that we have built.</p>\n\n\n\n<p>Now, whether that is. A music, like a touring musician or whether that is, uh, a yoga studio or an acupuncturist or any kind of like wellness. Any, any of the people who are kind of in the, the verticals that we tend to work in. Um, how can we retain the magic that is that in person stuff while we are all stuck inside?</p>\n\n\n\n<p>And so with Novo, what we did is we built them like a little OnDemand, uh, video portal. So it\'s got gated content. The content is served up through Vimeo, but you can only access it if you\'re logged into their website. It was a relatively simple thing. We hadn\'t built anything like that before, but we had used all of these tools before the, um, the content gate tools.</p>\n\n\n\n<p>We\'d used Vimeo before. Um, and really like we were all stuck inside. Nobody really knew what to do, so we built this really quickly. I mean, it definitely, I think there\'s a case study out on. About the, [00:18:00] the process of it. It was definitely daunting because this was completely new for them and they weren\'t really sure how they wanted to use it.</p>\n\n\n\n<p>What they ended up with is a thing that\'s gonna do two things for them. First, it helped them keep a revenue stream going. Which was really, really important. But that, like during Covid, but that turned into an additional revenue stream now that we are all back in person and they are, you know, having their five, six classes a day in their brick and mortar.</p>\n\n\n\n<p>Um, so having that additional kind of passive revenue stream, really, you upload one video and it\'s. Going to serve up, you know, infinite number of times for infinite number of people. Um, you know, I think about that a lot with my business. What is recurring revenue? Like, how does that help us to be able to make long-term decisions?</p>\n\n\n\n<p>They now have a line item in their budget that is recurring revenue in a way that is almost passive, that\'s not dependent upon being present in the real world. But the thing is, is I don\'t think that that really is the end of it. I think that now we\'ve got this on demand. [00:19:00] Tool that they can use as a revenue booster, but it is helping them to maintain that those in person relationships, like they\'ve got one person who, um, right prior to c she and her, she had moved to Italy because of her partner\'s job.</p>\n\n\n\n<p>And so she wasn\'t able to come into these yoga classes anymore. And when she found out that Novo was offering on demand video, she was like, please, can you figure out a way that I can. Um, get to these videos because I miss attending these classes. I miss these instructors. I miss the community of the people that I was with.</p>\n\n\n\n<p>And at this point, that\'s what I wanna see out of virtual. I wanna see virtual providing this kind of like steam release valve. Like there is no telling what\'s gonna come our way, is another pandemic gonna come our way? Like, who knows what\'s happening? Like right now with like, I think I read something the other day about like avian flu making things like really.</p>\n\n\n\n<p>Like difficult for, uh, the, the poultry industry. Like there\'s just all of these variables that we don\'t know what\'s gonna come at us, but if we [00:20:00] have a really strong virtual presence that\'s supporting our in-person presence, it\'s gonna make us more resilient all around. If you know one of the artists that we\'re working with right now, Has the flu and if she were not feeling as bad as she is, the conversation that we would be having right now is, okay, well I can\'t go do this show this weekend, but I still want to connect with the people who are gonna be there.</p>\n\n\n\n<p>I still wanna make sure that they\'re gonna have an amazing. Friday night. What does that look like from a digital perspective? Do we have the infrastructure on our site to have this membership portal set up so that we can gate this content and make sure that we\'re still capturing that revenue so that we can keep doing what we\'re doing?</p>\n\n\n\n<p>Right? Like that really is what I want. I want our yoga studios. I want our artists to be able to keep doing the work that they\'re really, really passionate about, and if they have a digital infrastructure, Stable. They\'re gonna be able to rely on that to be able to create a, a more holistic approach to, well, I, I can\'t go out this weekend for whatever reason.</p>\n\n\n\n<p>I\'m tested positive for Covid, but I feel [00:21:00] fine. I\'d love to do something this weekend. Okay, well we can move into digital for that. But primarily we are still invested in being in the real world. Um, which is honestly, like Covid taught me that, like, I don\'t think I really appreciated the value of those real world connections and being in the same room as people until you weren\'t allowed to be.</p>\n\n\n\n<p>Cory Miller: Well, I, I think you\'ve really illustrated great, uh, case study too, which is having a backup when you\'re in person, whatever that is, and you just can\'t happen. But also I think you\'re showcasing too, where they can use that, not just in those bad times, but good times to continue to grow and support their businesses.</p>\n\n\n\n<p>Like when you talked about the Exactly. The yoga fitness studio, um, it\'s an extension. They record those videos once. And then they get to share that with whoever they want in their, uh, in their business. Uh, and it\'s up there. That\'s the beauty of the web. That\'s 24 7, 365, especially if they\'re supported by [00:22:00] very interesting productions.</p>\n\n\n\n<p>But like, you know, to extend the service and things that you do. Websites, web\'s always been, I love this because you can do so much more with little.</p>\n\n\n\n<p>D’nelle Dowis: Exactly, exactly like these, the, the yoga studio like Nova, uh, fitness is not focused on their website, and I don\'t want them to be focused on their website.</p>\n\n\n\n<p>I want them to focus on the real world, brick and mortar, making the vibe in that yoga studio exactly what their community needs. I don\'t want them to be thinking about like, oh, well, I need to go do this on my website now. No, no, no. You\'ve got somebody who\'s gonna handle that for you. They\'re gonna take care of it, and they\'re gonna provide you with the advice that you need about whether you should be doing it or not.</p>\n\n\n\n<p>Like there\'s a lot of people who I\'m like, no, I, I really don\'t think you wanna like, Spend part of your budget on that. Um, we have that conversation when it comes to design a lot that the, the level of client that we work with doesn\'t necessarily need custom design. What they need is [00:23:00] graphic design support.</p>\n\n\n\n<p>And use existing design templates or, you know, like we, we really love to work with Divvy a lot, and Divvy has a really great library of, um, page templates and like kind of starter designs that really serve our clients. But I don\'t want them to be spending their time and their money on something that they could otherwise have turned to really growing their business and cultivating the, the, what they\'re really passionate about.</p>\n\n\n\n<p>Which, you know, for Novo it\'s really about being in person and. You know, cultivating that community that they have built up. I mean, that was the scary part of Covid, is you think I have spent all of this time building up this community of people who are willing to get out of their houses to come see me every day.</p>\n\n\n\n<p>And what is going to happen now? Everybody\'s gonna be out of the habit of it. And are people gonna also forget about me? Um, I don\'t want, I, I. To be able to create the kind of stability that like helps businesses thrive. And so having this in an [00:24:00] emergency is great, but also having it as a part of the overall plan for growing your business is really huge.</p>\n\n\n\n<p>Because I mean, if they had already had on demanded place, they could have spent their time in their money marketing that on demand to people who are not. Already their students. Um, so I, I want our clients to be able to make really smart decisions and decisions that are gonna keep their business as stable as possible, even in the face of something like Covid.</p>\n\n\n\n<p>Cory Miller: Well, you, you very much, you know what I\'ve heard resonates with me because you\'ve talked about a web presence can be a chore. Or the two words you used were, uh, cultivating community. So using it as a channel to reach your customers, reach your prospective customers, and build and cultivate that community.</p>\n\n\n\n<p>Like the musician we were talking about is like, right, she can\'t be there Friday night, but her website can be there in some shape, manner, or form to help cultivate that interest in community. Right. [00:25:00] Um, Okay. So the last question I want to ask, uh, is tips for people starting out as an agency wanting to do, uh, use WordPress as a, as a tool to build, uh, and, and, uh, client websites and things like that.</p>\n\n\n\n<p>What, what advice would you give looking back as you\'ve shared your story? I</p>\n\n\n\n<p>D’nelle Dowis: I wish that I had listened harder and more intently to the things that Nathan Ingram was saying from the very beginning. Um, you know, it took me a really long time to build up, um, not necessarily automated processes, but processes that I\'m really comfortable with.</p>\n\n\n\n<p>Um, you know, whether that is the task management system that we are using or the way that we onboard clients, what those discovery calls look like, what our road mappings look like, kind of vetting those clients to see what the relationship between us and that client is like. I wish that I had, I could like just magically go back in time and tell [00:26:00] myself.</p>\n\n\n\n<p>Focus on those relationships with your clients because that\'s what\'s gonna feel the best for you. So anybody that\'s starting out, I mean, first of all, like just meet as many people as you possibly can. I feel like Covid has kind of done that for like the kids that are graduating college right now. I\'ve had some really cool conversations with kids that are like, I am graduating.</p>\n\n\n\n<p>I don\'t know how to get into this industry. What do I do? My answer is always meet and talk to as many people as you possibly can who are already doing the kind of thing that you wanna do or that you think you wanna do. Like you may think that you wanna build websites, but you get five years down the road and you realize what your talent actually is, is project management.</p>\n\n\n\n<p>I mean, I\'m calling myself out on that. Like I am first and foremost a project or a production manager. I am super good at that. It, my brain works that way. I really should not have my hands deeply in code because it takes me longer to do that than it would somebody who is really focused on that. So the more people that you can meet [00:27:00] to find out what it is that they do, what is their day like?</p>\n\n\n\n<p>Like what do they get really excited about when it comes to the work that they do is gonna help you identify the best. For you and I mean if it, if you are, are like already hell bent on starting your own agency. The advice there is, is kind of the same, get to know people as much as possible. I mean, I, there was a a point in 2015 where I made a, well 2016, where I made a huge mistake.</p>\n\n\n\n<p>I hired a couple people who I thought that I had a good relationship with. And it went very south very quickly. I think it ended up costing me a little under $20,000 when it all came down to it. I mean, I was really lucky that I had the ability to be financially resilient in that way and we\'re still here.</p>\n\n\n\n<p>Um, but. The relationships that you\'re gonna build with clients and the relationships that you\'re gonna build with other people in the community are what are going to support you and help you be resilient. I could not be as resilient I as I am if it [00:28:00] weren\'t for the people at Ithe who are providing part of the engine to run my business.</p>\n\n\n\n<p>The people in the post status community who, if I need a specific type of developer, I can go out there and it\'s like shooting fish in a barrel. You can. Five people who are gonna be the exact person that you need to do this work for your client. The relationships that we have are above all the thing that are sustaining us and helping us be resilient, and I did not.</p>\n\n\n\n<p>I couldn\'t really wrap my head around that until probably five years into doing my, into doing my business. I mean, I grew up in a situation where it was very much like, shut your work is the proof of the actual, like work product is the proof of whether you\'re good or not, and. As I moved through kind of owning my own thing, it became obvious that there\'s a lot of people out there who are doing really, really quality work.</p>\n\n\n\n<p>It is more about how you resonate with the people who you are working with and, and the maintenance. And the cultivation of those [00:29:00] relationships that is going to provide you with the stability you need to build whatever it is you\'re wanting to build. Whether that is a web development agency or a a, you know, content marketing business, or, you know, if you wanna start a yoga studio, think about the people who you have in your network who are gonna be able to support you in that, and how much do you trust them.</p>\n\n\n\n<p>And it takes time to build up trust. It takes experimentation. It. You know, a lot of, um, hit a lot of, you know, mishits really, you know, just like the people that I hired in 2016 who it didn\'t work out. I mean, there are definitely like plenty of situations I found myself in where I didn\'t do all of the work I needed to do to really establish that Right.</p>\n\n\n\n<p>Kind of trust. I mean, and I take responsibility for that too. Like I really dove into that relationship in a very naive way. Um, whereas I think that if it happened to me now, I don\'t think I would\'ve ended up in a situation that was as scary as that was for me, a sort of. Gigantic fail that it took me a couple months to recover from emotionally.</p>\n\n\n\n<p>Um, just because I went into it thinking [00:30:00] more about the work than I was about the relationships, which is why I focus so hard on relationships now because that really is where the best stuff is.</p>\n\n\n\n<p>Cory Miller: I love your energy and your approach. It really resonates with me relationship. So key. When you really get that aligned, you\'re, you\'re doing your best work, you\'re helping someone else, getting rewarded for it, and um, it makes everything better, doesn\'t it?</p>\n\n\n\n<p>D’nelle Dowis: It really, really does. I mean, that is why I\'m focused on support instead of website development. Like it\'s almost like you go anywhere and get anybody to build a website for you. Like you can hop out on Upwork or you can outsource it to a team in India. But the long relationship provides so many dividends over the years of knowing that person\'s business of understanding really where they are.</p>\n\n\n\n<p>Like we have one client right now. Her mother just passed away. She needs some time. That changes the project. The, like, the, the arc of our project build. It [00:31:00] changes, you know, the, when I\'m gonna need to bring in a, um, a developer for something versus when I\'m gonna need to bring in the SEO specialist. It changes a lot.</p>\n\n\n\n<p>But having known this client now since 2012, I know what I\'m gonna be able to expect from her, what she\'s gonna be capable of. And she knows that in a situation where she\'s kind of like in a personal crisis, she knows that she can offload and delegate more work to us that is gonna make it possible for her to do what she needs to do for herself personally.</p>\n\n\n\n<p>And those are the kind of relationships that I want to. I wanna be in a situation where somebody knows that they can call me up and say, Hey, I\'m gonna need more help this month. In the same fashion that they can call me up and be like, Hey, I\'ve gotta go with this other agency for X, Y, Z. Can you help me offboard myself from you?</p>\n\n\n\n<p>I don\'t ever want people to felt, feel like they\'re held hostage. I want people to feel like if they need a hand, they\'re handheld, that we are right here to grab.</p>\n\n\n\n<p>Cory Miller: Hostage to an ally you want.</p>\n\n\n\n<p>D’nelle Dowis: Exactly.</p>\n\n\n\n<p>Cory Miller: Pardon me.</p>\n\n\n\n<p>D’nelle Dowis: Exactly. Yes.</p>\n\n\n\n<p>Cory Miller: Well, Daniel, thank you so [00:32:00] much for sharing your story and also your passion and what you\'re doing in WordPress for your clients and making a difference in the world.</p>\n\n\n\n<p>Um, tell us where we can find more about you and, and your work.</p>\n\n\n\n<p>D’nelle Dowis: Um, so if you are interested in primarily the digital side of our business, we do have some in-person stuff that we do with live events, um, that we are, uh, kind of weaving in and out. But um, for the website support, go to web dot berry interesting.com.</p>\n\n\n\n<p>Um, I did the other day just get the domain that doesn\'t have the hyphen in it, and I\'m all excited, but, Switched over yet. Um, so yeah, web dot barry interesting.com and all of the information is out there. Um, we also have kind of upped our presence on social media. Um, I\'m doing a lot more on LinkedIn than I used to do, um, and we\'re pushing a bunch more content out to our business, LinkedIn as well.</p>\n\n\n\n<p>Um, but all of those links are out on our website. And, um, if you wanna find me anywhere on social media, um, I\'m primarily on Instagram. D underscore, n e l l e. [00:33:00] Um, I post a lot of dog photos and, uh, and stuff from when I am actually traveling. So it\'s that, that is not really, uh, professionally focused, but it\'s fun.</p>\n\n\n\n<p>Um, and I, I really appreciate it. Thank you so much for taking the time to talk to me today. It was a wonderful way to come back from the Thanksgiving holiday.</p>\n\n\n\n<p>Cory Miller: You bet. Thanks D\'nelle.</p>\n\n\n\n<p>D’nelle Dowis: Awesome. Thanks.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 09 Dec 2022 13:03: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:\"Olivia Bisset\";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:81:\"Do The Woo Community: WP Community Collective, CertifyWP and WordPress Enterprise\";s:7:\"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://dothewoo.io/?p=74009\";s:7:\"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:79:\"https://dothewoo.io/wp-community-collective-certifywp-and-wordpress-enterprise/\";s: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:438:\"<p>Supporting and funding contributions and initiatives, credentialing process for WordPress and enterprise in the ecosystem. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wp-community-collective-certifywp-and-wordpress-enterprise/\">WP Community Collective, CertifyWP and WordPress Enterprise</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 09 Dec 2022 10:44: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:5:\"BobWP\";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:35:\"BuddyPress: BuddyPress 11.0.0-beta3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=327432\";s:7:\"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://buddypress.org/2022/12/buddypress-11-0-0-beta3/\";s: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:3767:\"<p>Hello BuddyPress contributors!</p>\n\n\n\n<p>If you haven’t tested our two first 11.0.0 beta releases, here’s a last opportunity to help us give the final touches to our next major release so that we make sure it will fit perfectly into your WordPress / BuddyPress specific configuration. Beta testing is very important and we need you all, whether you’re a regular or advanced user, a theme designer or a plugin author: <strong>please contribute</strong>!</p>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-2 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter has-custom-font-size has-medium-font-size\"><a class=\"wp-block-button__link has-white-color has-text-color has-background wp-element-button\" href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-beta3.zip\">Download & Test BuddyPress 11.0.0-beta3</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Please note the plugin is <strong>still in development</strong>, so we recommend running this beta release on a <strong>testing site</strong>.</p>\n\n\n\n<p>You can test <a href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-beta3.zip\">BuddyPress 11.0.0-beta3</a> in 4 ways :</p>\n\n\n\n<ul>\n<li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li>\n\n\n\n<li><a href=\"https://downloads.wordpress.org/plugin/buddypress.11.0.0-beta3.zip\">Download the beta here (zip file)</a>.</li>\n\n\n\n<li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li>\n\n\n\n<li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li>\n</ul>\n\n\n\n<p>We’ve <a href=\"https://bpdevel.wordpress.com/2022/12/07/bp-dev-chat-summary-december-7-2022/\">lately decided to postpone</a> the final release date to <strong>January 5, 2023</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f448.png\" alt=\"👈\" class=\"wp-smiley\" />. We would greatly appreciate your help making sure this next major version of your community engine is as good as it can be.</p>\n\n\n\n<p>Since beta2, we’ve fixed <a href=\"https://buddypress.trac.wordpress.org/query?changetime=11%2F26%2F2022..12%2F09%2F2022&resolution=fixed&milestone=11.0.0&or&changetime=11%2F26%2F2022..12%2F09%2F2022&resolution=fixed&milestone=10.7.0&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">7 tickets</a> and documented two changes BP developers should love:</p>\n\n\n\n<ul>\n<li><a href=\"https://bpdevel.wordpress.com/2022/12/01/bp-11-fetch-activities-for-or-excluding-a-group-of-users/\">Fetch Activities for or Excluding a Group of Users</a></li>\n\n\n\n<li><a href=\"https://bpdevel.wordpress.com/2022/12/06/bp-11-bp_has_profile-now-accepts-an-array-of-profile-group-ids/\">bp_has_profile() Now Accepts an Array of Profile Group IDs</a></li>\n</ul>\n\n\n\n<p><strong>beta3 particularly targets installs where the BP Default theme is active. If you are using this theme, we’d be very happy if you could make sure everything is fine for you. If you are not using this theme and wish to give us a hand, add the following line to your <a href=\"https://codex.buddypress.org/themes/bp-custom-php/\">bp-custom.php</a> file so that you bring it back into your available themes and activate it:</strong></p>\n\n\n\n<p><code>add_filter( \'bp_do_register_theme_directory\', \'__return_true\' );</code></p>\n\n\n\n<p>If you find something weird testing this beta, please report it on <a href=\"https://buddypress.trac.wordpress.org/newticket\">BuddyPress Trac</a> or post a reply to <a href=\"https://buddypress.org/support/topic/buddypress-11-0-0-beta3/\">this support topic</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, 09 Dec 2022 07:58:12 +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:\"Mathieu Viet\";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:118:\"Post Status: Interview with Product Lead Robert Jacobi at Cloudways Managed WordPress Hosting— Post Status Draft 131\";s:7:\"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://poststatus.com/?p=145014\";s:7:\"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:126:\"https://poststatus.com/interview-with-product-lead-robert-jacobi-at-cloudways-managed-wordpress-hosting-post-status-draft-131/\";s: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:52746:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Director of WordPress at <a href=\"http://cloudways.com/\">Cloudways</a>, Robert Jacobi, talks about WordPress and their WordPress hosting products in this interview with Post Status Publisher Cory Miller. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">31</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>Robert Jacobi shares his work as the Director of WordPress at <a href=\"http://cloudways.com/\">Cloudways</a>, or to put it simply-strategy, partnerships, and product marketing. After working for years as an agency owner, Robert joined the WordPress community. His experience enables him to foster the relationship between business and open-source projects and vice-versa. Robert shares how the products and services offered by Cloudways enable businesses of all sizes to accomplish their vision of “moving dreams forward”.</p>\n\n\n\n<p>Top Takeaways:</p>\n\n\n\n<ul>\n<li><strong>Cloudways Offers One-Click Easy: </strong>Staging in one click. Migration in one click. Scalability without the complexity. </li>\n\n\n\n<li><strong>Open-Source Ecosystems Thrive:</strong> Communities are driving satisfaction. There are so many opportunities to take in feedback and make improvements. They are driving new niches for flexibility, freedom, and scalability. </li>\n\n\n\n<li><strong>Find the Right Fit:</strong> Are you getting the value of what you are paying for? Are you getting less than you need? Are you taking advantage of all of the functionality you are paying for? Little things make a big difference for your site performance and user experience.</li>\n\n\n\n<li><strong>WordPress is Comforting: </strong>WordPress has risk, but the history, knowledge repository, documentation, and training resources offer a level of security from the enterprise on down.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-34 wp-block-columns sponsor has-theme-palette-8-background-color has-background\" id=\"Cloudways\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3 id=\"sponsor-wpengine\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/cloudways\">Cloudways</a><a href=\"https://poststat.us/wpengine\"></a></h3>\n\n\n\n<p><strong><strong>Cloudways</strong> </strong>is proud to sponsor Post Status. Our <a href=\"https://poststat.us/cloudways\">managed hosting for WordPress and WooCommerce</a> takes away the cloud server-related learning curve with a seamless and scalable web hosting experience. Trusted by over 250,000 WordPress users, Cloudways gives you the freedom to choose from any of the top IaaS (infrastructure as a service) providers for ultimate performance.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\"><div class=\"wp-block-image cloudways-logo\">\n<a href=\"https://poststat.us/cloudways\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/02/Stacked-Logo-300x176.png\" alt=\"Cloudways: Created for Exceptional Experiences\" class=\"wp-image-93196\" width=\"200\" height=\"117\" title=\"Cloudways Logo\" /></a>Managed Cloud Hosting Simplified</div></div>\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://www.cloudways.com/en/\">Cloudways</a></li>\n\n\n\n<li><a href=\"https://www.joomla.org/\">Joomla</a></li>\n\n\n\n<li><a href=\"https://www.drupal.org/\">Drupal</a></li>\n\n\n\n<li><a href=\"https://www.digitalocean.com/\">Digital Ocean</a></li>\n\n\n\n<li><a href=\"https://www.cloudflare.com/\">Cloudfare</a></li>\n\n\n\n<li><a href=\"https://woocommerce.com/\">WooCommerce</a></li>\n\n\n\n<li><a href=\"https://www.linode.com/\">Linode</a></li>\n\n\n\n<li><a href=\"https://www.vultr.com/\">Vultr</a></li>\n\n\n\n<li><a href=\"https://aws.amazon.com/\">AWS</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/RobertJacobi\">Robert Jacobi</a> (Director of WordPress, <a href=\"https://twitter.com/Cloudways\">Cloudways</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Welcome back to Post Status draft. Um, we\'re doing a new series called The Product People, basically where we\'re talking to the people actually driving the product at all these great companies. And one of our first to do this is Robert, my friend Robert Jacobi. Who leads WordPress endeavors over there, and I\'ll let him actually share in just a second what he actually does in his actual title or Robert.</p>\n\n\n\n<p>But I\'ve known Robert for a couple years now and hearing some of his backstory, I\'m excited for this because. I mean, he\'s had a wealth of experience, not just in WordPress, but before that other communities and agency work. And so, um, today, the purpose of this, the intention of these interviews is really to say there\'s all these cool products out there in the WordPress space.</p>\n\n\n\n<p>But let\'s talk to the people driving the vision, um, the roadmaps, the work that gets done for the people buying those products. So I wanna give, like, I, I personally, Robert, like [00:01:00] the human angle. I don\'t like to just buy from a button. I wanna buy from a human, ultimately know there\'s people out there. I give the example a lot of like Tom bin bags.</p>\n\n\n\n<p>And now Tom has actually exited that business. But I was like, you get to hear the story. You get to hear him, his background and talk about how you designed this particular backpack. But, uh, anyway, Robert, thanks for coming on to the draft podcast, talking about, uh, the product and what you\'re doing at Cloud Ways.</p>\n\n\n\n<p>But would you give us a set, uh, little background about yourself, how you got into it, what you, well, let\'s say, let\'s start with what you actually do at Cloud Ways, what you\'re responsible for, and then I\'ll ask how you got there.</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> Okay. So we\'ll, we\'ll, we\'ll, Teased it out backwards. Fantastic. Yeah. Thanks so much for, for having me here.</p>\n\n\n\n<p>Corey, I, you know, I, I love post status, love you and your family. Uh, really thrilled to be here. Uh, so I, my title, which titles don\'t mean Anything, but, uh, as director of WordPress at Cloud Ways, uh, it\'s a fancy way of saying [00:02:00] strategy partnerships, product marketing, c. So all the above. All the above. And probably things I\'m missing, and those</p>\n\n\n\n<p><strong>Cory Miller:</strong> that know you well, know that it\'s very fitting.</p>\n\n\n\n<p>All the things were in one hat and director of WordPress. I love it. .</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> But, uh, yeah, it\'s, I, I guess I could say it\'s been like a 20 year journey to get here. I\'ve been at, uh, cloud Ways for about a year and a half actually just. But started, uh, in open source decades ago. Boy, that makes it sound so long. . Years ago.</p>\n\n\n\n<p>Just, just years ago. And, uh, uh, built an agency around initially Java, but then actually jula, uh, the content management system and focused on that aspect of implementing backend work with Jum. Open source, connecting up to all that fun open source [00:03:00] stuff, which actually led me to being a leader of the project, uh, for a little bit in the late 20 teen.</p>\n\n\n\n<p><strong>Cory Miller:</strong> That\'s the part that I, I really appreciate. One of the many things about your story is like you were in, in this very big community called Joomla. And I, I\'ve told you my story, it was in 2006 when we were retailing our organization\'s website. I was working at, at the time, and one of the developers, uh, mentioned Joomla and Joomla, still around.</p>\n\n\n\n<p>Jim was still. And I think still with the open web conversation serves a vital interest, but you really were like in that inner circle of community helping lead and drive that project for a long time. And I know I bounce things off you over time because now we have this WordPress thing, and I know Drupla was even set up differently too from a governance standpoint and getting your feedback and the pros and cons and strengths and weaknesses of those.</p>\n\n\n\n<p>With all that say, I, I still am a cheerleader for Jula cuz I think it works in a lot of, [00:04:00] for a lot of people in a lot of settings. But I think there\'s lessons that you have from that experience that, that I know. I\'ve appreciated hearing your thoughts on WordPress specifically.</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> Oh my gosh. Well, we don\'t have 17 hours to go over that, but</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, exactly that.</p>\n\n\n\n<p>We\'ll say that one for another one. Yeah. But three</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> very differently run organizations. Each successful in the way they wanna be successful. So that\'s what actually makes it interesting that the way you run an organization can define, helps you define what success is and then you can actually focus on it more.</p>\n\n\n\n<p>Yeah. And</p>\n\n\n\n<p><strong>Cory Miller:</strong> the other part of the background for you too is running your own agency. So like you, when you\'re building product there, I love highlighting this because you\'re, you were, The user for a lot of companies, including cloudy product stuff that I think is really, uh, helps you build a more intuitive product too.</p>\n\n\n\n<p>But I know from years running your own agency, like you come in from the gr, you know, from the people doing the work out there, that always [00:05:00] don\'t get showcased as well. And WordPress and Post has specifically, but I think that\'s another angle is like you\'ve been there, you\'ve earned your straps as an</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> agency owner.</p>\n\n\n\n<p>Thank you. And I just, whenever I think that far back, I think of when we had our servers in a closet, you know, hosting customers, you know, way back then. Yeah. Oh wow.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Now you\'re, now you\'re dating yourself .</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> No, I don\'t miss that .</p>\n\n\n\n<p><strong>Cory Miller:</strong> So, uh, then fast forward, okay, so there was this time where I know you stepped into the WordPress community.</p>\n\n\n\n<p>This was before cloud. Can you share a little bit about that and why you chose to step into the WordPress</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> community? Sure. After I kind of, uh, rolled out of the agency, I started looking for just something new to do, for lack of a better term or phrase, and, uh, uh, joined the executive team at Perfect Dashboard, which is, uh, which was a company that built a automatic [00:06:00] update.</p>\n\n\n\n<p>Tool for WordPress, uh, that was acquired by WP Engine at the beginning of 2019. And then I just focused on, uh, in a lot of ways helping the open source community understand what businesses needed, but even more importantly, for businesses to let them know how open source communi. Work and, and it\'s not just about, you can throw, you know, millions of dollars at something and everyone\'s gonna love you there.</p>\n\n\n\n<p>There\'s a lot of, you know, get to know the people, get engaged, uh, be a part of everything from a word camp, you know, to a jula day, to, you know, whatever the open source project is. But you know, you, you need to have skin in the game to be taken seriously by a lot of people who have spent hundreds, thousands, tens of thousands of hours within those open source.</p>\n\n\n\n<p>Well, I\'m</p>\n\n\n\n<p><strong>Cory Miller:</strong> thankful you, you took the step into the WordPress community and then so fast forward, you got the [00:07:00] gig at Cloud Ways. You all have had a lot of, um, new things coming out from a product standpoint and then also new news coming out from a company standpoint and that you were acquired by Digital Ocean or, um, let\'s see, August, September, I</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> wanna say, uh, the beginning of September was, uh, yep.</p>\n\n\n\n<p>When we closed there. It\'s been, uh, 2022. Uh, so it\'s technically our 10 year anniversary. And, uh, I unfortunately we\'ve had like no time to celebrate it. It\'s been busy as can be. You know, the, the, the opening up of the world post, you know, post covid, uh, you know, depending how you look at it. So, lots of travel, lots of events, a lot of, you know, Meeting folks.</p>\n\n\n\n<p>Uh, uh, partnership with CloudFlare. We announced, uh, safe updates. Uh, so, and then of course the digital ocean acquisition. So we\'ve been, it\'s this, this one year\'s we feel like we\'ve done, uh, 10 years of work in one year for our 10th anniversary.</p>\n\n\n\n<p><strong>Cory Miller:</strong> That\'s how it goes. That was similar. Similar to mine with iThemes.</p>\n\n\n\n<p>We had just celebrated our [00:08:00] 10th anniversary and we were required. Um, okay. So let\'s talk about WordPress as it relates to cloud ways. So this is what you lead that particular product. Tell us about the product at Cloud Way specific to</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> WordPress. So, uh, we actually have a number of WordPress products, I guess to put it that way.</p>\n\n\n\n<p>The goal of Cloud Ways is to just, it\'s a managed cloud, you know, hosting solution and, you know, we can all blah, blah, blah about manage hosting. Um, and I will, don\'t worry. But, uh, you know, one of the things we, we focused on was just making it, you know, One click easy. So we, we really want to, uh, enable folks, you know, who have one 10, you know, hundred sites to just be able to get on there.</p>\n\n\n\n<p>Uh, either start from scratch with, you know, sort of a, a more, you know, cloud ways, uh, adapted version. WordPress. It\'s totally WordPress. We just make sure that, you know, caching and things are turned on the way you might want it. [00:09:00] Um, or, you know, or just sort of. Naked WordPress. So nothing\'s tweaked at all.</p>\n\n\n\n<p>Uh, WooCommerce of course. And then, you know, we, we have some bundles around, uh, other packages and products. Just make it, again, one click easy. Uh, lots of folks can do one click easy. WordPress, what, you know, we focused on the whole time is how do you get that WordPress Cloud site cloud enabled? And, uh, you know, yes, you can go to a shared hosting site and say, I want a WordPress install.</p>\n\n\n\n<p>But there\'s a lot more work behind the scenes. You know, we want our users to feel like, yes, it\'s just the same thing, but behind the scenes you\'re on a very scalable, uh, high performance, secure infrastructure. So when</p>\n\n\n\n<p><strong>Cory Miller:</strong> someone\'s looking at their building, building a website or launching a project, and they go, Hey, I want the scale of cloud.</p>\n\n\n\n<p>With the easiness, not having to kind of go through and tinker with settings and things like that from a, and you know me, I\'m not very technical, but [00:10:00] from the cloud is awesome in this dream, in that you can scale and do all these kinds of things, but there\'s work in between that needs to happen to help get it.</p>\n\n\n\n<p>WordPress ready. Is that where kind of cloud waste kind of comes in?</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> Without a doubt. I mean, if you go to any of \'em, so obviously we\'re now owned by digital lotion, but you know, digital lotion, aws, gcp, so that\'s Google Cloud, uhlin, node, vulture, you know, all these platforms are much more tech focused. So you can do a lot of really cool stuff on any of these platforms.</p>\n\n\n\n<p>Like really dive data, dive, uh, Deep in, uh, you get root, you can do, you know, all kinds of crazy tech voodoo and you have fantastic platforms and applications out there on that. But boy, if you just want to get WordPress going, that is a pain in the rear. Uh mm-hmm. , you know, we used to work with AWS and Azure back in the agency days, and [00:11:00] Oh man, just to get stuff going.</p>\n\n\n\n<p>You know, you need that certification or, or you\'re going to misconfigure something or even worse, you\'re gonna misbuild the Jesus outta yourself and what you thought was gonna be a, you know, a $50, you know, bill for the month. All of a sudden it\'s like 500 or a thousand dollars because you left something on that you weren\'t supposed to, and you didn\'t know that it was gonna be metered and build out in such and such a way, or some database process went crazier, haywire.</p>\n\n\n\n<p>So, We try to get rid of that risk at Cloud ways and just mitigate that so you can be like, oh, I am on Digital Ocean and I don\'t need to worry about any of this stuff. I\'m paying a monthly fee. I\'m not gonna get surprised with anything. Uh, really just kind of making it what, you know, a lot of shared hosting used to be back in the day, but without all the performance bottlenecks.</p>\n\n\n\n<p>Mm-hmm. now.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. You mentioned cloud. Is 10 years old and so I like been around for a long time. And I know this predates you [00:12:00] at the company, but like when did the WordPress specific offering start to come into the cloud? Ways history and product climate.</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> We started out as actually a Magento shop. That was our first big offering, uh, that was sort of cloud enabled.</p>\n\n\n\n<p>As we, uh, look at it, I think with the n memory serves, About three years, two to three years, we, uh, had on, you know, put together our WordPress packages to be able to deploy across, uh, cloud providers.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. So when you think about the product, um, that we, we talked about this big problem, you know, and I love your phrase there, cloud enabled.</p>\n\n\n\n<p>Um, so who do you find in your customer community that you know just goes, okay, this. This is exactly what we need for what we\'re doing. Are there some common kind of avatars and customer journeys you see most often?</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> Uh, first and foremost, our best customers are agencies, uh, because it\'s really easy to manage, [00:13:00] uh, you know, the costs of having a ton of clients on your infrastructure.</p>\n\n\n\n<p>I mean, the flexibility is yes, I can have a digital ocean droplet. A hundred sites, if they\'re all, you know, small, simple brochure sites and you know, that\'s costing you $10 a month, plus or minus, I can\'t remember the exact, maybe it\'s 10 99 . Mm-hmm. , you know, a. To host as many, you know, as many sites as that droplet can handle, or you can scale that heck out of it and have, you know, a super e-commerce site that\'s, you know, got 300 plus concurrent users and chugging away, uh, on its own droplets.</p>\n\n\n\n<p>You, you can mix and match, you know, across the platform. Uh, not even just with one cloud provider, but across multiple providers. Cause some folks do have that. AWS expert in a house or as a contractor, and they do wanna tweak some things, uh, to the best of their ability. Again, it\'s managed so we don\'t let them blow up everything.</p>\n\n\n\n<p>But, [00:14:00] uh, we, we have, uh, use cases where, you know, there\'s front end stuff that\'s, you know, quickly being handled by, uh, digital ocean. And then there\'s like some crazy backend batch processing that\'s happening on a, you know, super high performant, you know, aws, uh, EC two. So like diversity</p>\n\n\n\n<p><strong>Cory Miller:</strong> of the projects within an agency, like you said, brochure wear all the way to something that skills bigger in one place where you can kind of manage all those.</p>\n\n\n\n<p>Um, that\'s pretty</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> compelling. Uh, I wish I would\'ve had that 20 years ago. , right, right. Building up a staging and deployment server and a production server and yeah. All that fun. And managing</p>\n\n\n\n<p><strong>Cory Miller:</strong> all that cloud complexity too. Uh, for sure. So what are some of the, um, examples, like you mentioned eCommerce, um, and I know WooCommerce is something that a lot of your customers do and use the platform for.</p>\n\n\n\n<p>Um, can you give us some more like, niche down examples too, of, it doesn\'t have to be by name [00:15:00] of course, but like what you\'re seeing in the community at cloud ways, you know, you\'ve got is WooCommerce, something that comes up quite a bit is obviously WordPress too, but what are some of. Uh, niche down, you know, journeys that you see</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> in the community too.</p>\n\n\n\n<p>Well, it\'s e-commerce across the board. So, uh, just jump back slightly on the sort of the audiences we have at, at Cloud Wastes. Yeah. Uh, we focus on SMBs. I mean, that, that, that is, you know, the crux of our mission, the crux of our joy. Uh, our, our model\'s always been moving dreams forward, but it\'s also, you know, how do we accelerate?</p>\n\n\n\n<p>Opportunity for our customers. And it, it, it\'s almost easiest to see in the SMB space cause you can do a few little things and, uh, performance increases, uh, trust increases. Uh, our customers, customers are happy. And that, that kind of is a, a flywheel of, of, I wanna say a flywheel of joy. Patent pending, um, , [00:16:00] uh, but that, but a lot of it\'s on the e-commerce side.</p>\n\n\n\n<p>So, Pretty much every site on the web these days has some kind of e-commerce component, however you wanna monetize it, whether that\'s through ad traffic or actually running a store. Uh, we focus a lot on WooCommerce because it\'s a, uh, a great platform. It\'s an open source e-commerce platform. Um, it\'s hard to name many of those.</p>\n\n\n\n<p>And, uh, it, it, it, there\'s a lot of flexibility with what you can do with it. And so, People wanna spin up a shop. Uh, no, we\'re not Shopify, you\'re not gonna be able to just start dragging, dropping. But when you\'re looking at, you know, do I wanna be locked into, uh, a system where, you know, I don\'t have all the control that I need?</p>\n\n\n\n<p>For my site that I, you know, I might be locked in on data. I might not be able to, uh, move or migrate or all that kind of stuff. We, you know, we certainly believe that W Commerce is the way to go. Uh, we [00:17:00] just, uh, had a, you know, w Commerce speed challenge. Uh, you know, we like to engage with the W Commerce community, with other users of Glu commerce.</p>\n\n\n\n<p>Uh, you know, it. I\'ve always loved open source. It\'s, it\'s the, the communities, uh, drive satisfaction, which makes it exciting to, uh, evolve with customers. And because it\'s open source, you can do a lot of stuff to, you know, quickly, uh, take in that feedback. So</p>\n\n\n\n<p><strong>Cory Miller:</strong> drilling down to the products, the offerings that you have too, what are some.</p>\n\n\n\n<p>You know, we, we could just say it as what are the kind of features, the core parts of the products that you\'re really most proud of, and that you see people really like maxing out to the, uh, to the, to the furthest they can with, with the actual products.</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> I love having staging that\'s always there and one click ready</p>\n\n\n\n<p>I think that\'s, that\'s great. It should be everywhere. Um, you know, [00:18:00] we get you going with that right away. Uh, you know, one click to be able to migrate across cloud platforms, I think is, is amazing. I don\'t know where else you can just sit there and go, oh, you know, uh, I don\'t need Google anymore. You know, I just, I just wanna put this over on digital.</p>\n\n\n\n<p>Yeah, you can do that and you can go back and forth all day long. Um, that it\'s a, it\'s a unique, uh, for me cool factor to be able to take advantage of, uh, you know, how different platforms run and the, you know, the value some, you know, are obviously gonna cost more and maybe there\'s value, maybe there\'s, you know, you have the value, you don\'t need that, uh, type of, uh, expense performance, so you can easily ratchet down as well.</p>\n\n\n\n<p>Um, so, you know, that\'s cool. Uh, you know, a lot. Good things around, uh, optimizing and securing WordPress from, you know, how we implement CloudFlare, how, how, you know, how our safe updates work. Um, which is sort of that very similar to what I did back in [00:19:00] the perfect dashboard days. Um, automatic WordPress and plugin updates.</p>\n\n\n\n<p>Um, you know, getting those basics in line is critical. So I really like that those work and, you know, You don\'t wanna worry about that as a customer, you know, you wanna worry about the cool stuff or, you know, what\'s my next product gonna be? You know, or you know, how am I gonna launch a, you know, a Black Friday Cyber Monday campaign?</p>\n\n\n\n<p>You don\'t wanna be worried about, you know, is my site gonna get jammed up? Is it gonna get a hacked, is it, you know, gonna just flub around. Yeah, went</p>\n\n\n\n<p><strong>Cory Miller:</strong> back to the one click across the platforms that, that\'s a, seems like a compelling feature specifically for agencies who go, okay, I\'m not getting what I want here.</p>\n\n\n\n<p>And being able to click do a one click migration. That\'s outstanding. It, it\'s, it\'s,</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> it\'s really cool. It\'s, it\'s like, you know, that value proposition got me hook, line, and sinker when, uh, I first started working at cloud. Yeah, I</p>\n\n\n\n<p><strong>Cory Miller:</strong> remember, uh, we had, [00:20:00] uh, an aws, you know, part of our SaaS solution at Ithe, and that built, you know, initially the processing really awesome until you do it on scale and then you\'re like, just that, being able to move the, uh, and migrate to different, you know, cloud solutions I think would be great from a price standpoint, if anything, but I\'m sure there\'s other compelling reasons to do.</p>\n\n\n\n<p>Like if you\'re not the right solution, isn\'t there? But do you see other, do you see com, you know, other paths why people would go, okay, I\'m gonna use this one clip to go over here. Do you see that quite a</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> bit too? Uh, a lot of times just the needs have changed. So it\'s, you know, either I need to ramp up, uh, what I have at Digital Ocean or, you know, or ramp down from, uh, something that I thought was, that started off strong, but you know, It\'s going, but we really just don\'t need that.</p>\n\n\n\n<p>So we don\'t need, uh, whatever GCP may be offering and then, you know, ramp it down to, you know, maybe a high end [00:21:00] digital ocean server, but you\'re still save droplet, I should say. Um, but you\'re still saving 50%, uh, for what you were paying before. And, you know, we\'ve, we keep a, a big guy on. The value propositions, especially in our fund, ever-changing, uh, economy.</p>\n\n\n\n<p>And, uh, we\'re seeing a lot of people take the time to evaluate what they, you know, have provision for themselves, whether that\'s at Cloud ways or another provider and, and, and, you know, spend a week or two doing the math and being like, you know what, we can get the same kind of performance, you know, at cloud ways.</p>\n\n\n\n<p>Somewhere else, but you know, people are actually finally looking at, you know, those infrastructure costs I think a little bit more seriously.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. And when you said the needs part, I thought it seems like a graduation. Okay, this served me for this season of time, for whatever I\'m doing now. I\'m graduating to a different, different offering.</p>\n\n\n\n<p>And then even though Cloud Wises is owned by Digital Ocean, I know you have all those. [00:22:00] Yeah. And um, I\'ve heard the plan is to continue to, to have those options so that. Being able to pick where you\'re at with that kind of ease is a lot, a lot in the hosting. Now I go way back here, but like in the, the problem with hosting was typically you can\'t move.</p>\n\n\n\n<p>It\'s hard to move, it\'s easy to get in, hard to get out. And so now with that, that those options out there you can graduate on when you have</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> needs change. Yeah, absolutely. I mean, we support digital Ocean Lin, node Vulture, gcp, and aws, and, uh, you know, yes, you\'re on top of clouds doing that, but of course, we\'re all, we\'re launching open source applications, so yes, you could even move off of clouds very easily.</p>\n\n\n\n<p>I mean, that\'s, that, that kind of, I think the, that idea of hosted lock in is it\'s never gonna leave because you can make a lot of money if you get the right, you know, Bit of traction initially. I mean, obviously you can look at, you know, the wickes of the world, but I, I think people are only satisfied for [00:23:00] so long with that until they realize that there are, there are a lot of stumbling blocks, uh, to doing what you want and having, you know, flexibility, freedom, scalability are, are, are much more important than, Just being able to do a little bit of drag and drop, and frankly, I\'m gonna keep rolling on this.</p>\n\n\n\n<p>Open source keeps improving. And, you know, I don\'t want those guys to disappear because, you know, it\'s great to keep, you know, open source projects on their toes. Like, you know, they\'re, they\'re finding niches in the market which are, are critical, important, and relevant, and, and users are going to them. So I think that\'s a great challenge for open source projects to, you know, evaluate what\'s going on there and being like, okay.</p>\n\n\n\n<p>That\'s something we should add in. We should add in blocks, for example, and we can have a block editor and we can have, oh my gosh, they just changed. Name. What\'s FSC being called now? Just site editor. It\'s not site editor. Site editor.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay, so we, we\'ve been talking about some of the product [00:24:00] solutions in particular, like the one click staging. Um, anything else before I ask about, you know, how you\'re seeing users in your community make the most of it, what the ones are going? Okay. They\'re, they\'re, they\'re taking the most advantage of what we designed this for.</p>\n\n\n\n<p>For anything else before we get to that?</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> Uh, I think folks should, I, I touched on just a mo a moment ago. Uh, take a look at your infrastructure, see what you\'re paying for, see if that\'s providing the value. Uh, you know, and cloud ways may not be the right fit and that\'s okay. Um, because if there is a right fit somewhere else, you should always go with the right fit.</p>\n\n\n\n<p>But, uh, take the time and I think this year especially is a good time to you. Just kind of go through that, you know, are, are you really getting the value out of you know, what you\'re paying for and maybe you\'re paying too little and getting too little and not even realizing it because you haven\'t done the homework of maybe running a couple of speed tests and realizing that, wow, my site actually.</p>\n\n\n\n<p>Takes five plus seconds to load. It\'s just really fast. Cause it\'s always cashed on my own [00:25:00] browser cause I\'m checking it every morning. So , you know, little things like that can make a huge difference in, you know, in seo, in sales, uh, and, and just friendliness, uh, for web visitors. People don\'t, people just are impatient on the internet.</p>\n\n\n\n<p>I like that. So</p>\n\n\n\n<p><strong>Cory Miller:</strong> the two themes I\'m hearing is value, being able to assess, hey, is this the right solution? Are we getting the right value? Are we spending too much? Whatever that is. And the other side of it, which is need, okay, are we getting what we need from that platform? We\'d rather, Hey, we\'ve been looking at this different option.</p>\n\n\n\n<p>And those are two that kind of funnel into what you built. You all build it cloud waste. Yep. Awesome. Okay. All right. So. Now let\'s how to use the most, how to get the most out of the product that you all have built at Cloud Wastes. So what are the ways you see in the community or the ways you even think from the product perspective?</p>\n\n\n\n<p>You\'re like, I just wish people would do this, this, and that, or whatever that is. Um, you, I built products for a long time, or at [00:26:00] least led product teams that both work and you\'re always. We built that. So you would do this, but they miss it or, gosh, we, we spend our, you know, for us it was like we spend every day thinking about the product and the, or the problem and the solution, and then people get it and you\'re like, they\'re using like 5% of it.</p>\n\n\n\n<p>What sticks out in your mind from that standpoint? People that are really using it for all it\'s worth or the, or also the ones that go, oh, I wish they\'d just do these two things, or whatever that is. Uh, in terms of making, making the most of what you\'ve, you and your team have built?</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> So for the, for the technically and kind companies, I really wish they would use our API more.</p>\n\n\n\n<p>Uh, we have an agency partner that. Very geeky on the inside. So it was great. They, they, they jumped on the cloud ways and they said, oh, you guys have this api? We\'re like, yeah. And they\'re, well, can we do X, Y, and Z with it? [00:27:00] We\'re like, yes. So they are literally, uh, they\'ve created their whole, you know, to mention a competitor.</p>\n\n\n\n<p>They\'ve created their own like Pantheon esque. Instance of cloud ways. So the, all their deployments, uh, whether it\'s for existing projects or new projects from staging, from dev to staging, uh, production, it\'s all done with, you know, scripts, you know, on their, on their side of the universe, and they can, you know, Do very complicated, uh, integrations of, uh, new code and whatnot, you know, across their stack.</p>\n\n\n\n<p>And it\'s all on cloud ways, on, you know, a bunch of droplets. And it\'s brilliant. It\'s, it\'s actually my favorite use case for clouds and I really wish more people would take a look at the API and realize how powerful it is to really be able to spin up what you want when you.</p>\n\n\n\n<p>Dig that.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So not being technical minded, [00:28:00] but how do you talk to those agencies? If I put on that hat and you talk to me for a second, you\'re like, Hey, here\'s some ways, but that seems like, for instance, on an API perspective, is customize it for your unique need. This is that last percentage where you\'re like, I\'m, we\'re never gonna be able to do these things, but we can put the API out here that allows those kind of custom.</p>\n\n\n\n<p>Anything specifically</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> St Yeah. Yeah, I mean, every company is, uh, I guess engineering, you know, uh, what\'s the word? Oh boy, uh, engineering resource constrain these days. So while there\'s a ton of cool stuff we like to do, some of it\'s gonna be edge cases, so we just wanna be able to say, Hey, you know, let us help you walk through this, you know, we\'ll guide you through any questions you have.</p>\n\n\n\n<p>And then run with it, you know, this is, it\'s full tested, uh, in, you know, in production api. It\'s the API we use. So it\'s not like , you know, if we sign, find something wrong with it, we\'re the first ones to know. Yeah.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Awesome. Okay. API big one. Make use of [00:29:00] that. Anything else stand out to you? Um,</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> You know, on sort of the almost new user aspect, uh, I, I, I would like people to understand the variety of applications they can actually deploy. So, yes, you know, I\'m always gonna have my cloud way\'s WordPress head on, but if you\'re working in Laville, And, you know, or other custom PHP stuff, you can still deploy those applications with one click, or at least the framework with one click and be ready to go on, you know, on one or more, uh, servers.</p>\n\n\n\n<p>So, uh, you know, being able to just take advantage of that pretty quickly or ask questions about that we\'re. Always interested in people\'s opinions and questions and suggestions. I mean, we literally had, uh, a suggestion come over, uh, the wire this morning, which was like, duh, why haven\'t we done that? Okay.</p>\n\n\n\n<p>Cause you know, you sometimes you just get myopic on, you know, you\'re sitting in your, uh, you know, cubicle and, uh, what\'s a [00:30:00] cubicle? I, I think we don\'t use those . Um, but you know, you know too much about your product and you just make assumptions and that\'s, that\'s always tricky to. People internally to be like, oh yeah, of course.</p>\n\n\n\n<p>Duh. So as I talk to ask questions more, reach out to us, uh, you know, good, bad or ugly, uh, you know, that\'s, that\'s always one of those things. Feedback\'s never useless. It\'s, it can just be sometimes interesting . And that\'s</p>\n\n\n\n<p><strong>Cory Miller:</strong> an advantage of having Robert and Slack as well. So you can hit, you can hit up Robert and Slack too, and give.</p>\n\n\n\n<p>Feedback or ask some questions too, or he can point you in the right direction. But what I heard from you, um, too, is that it\'s, even though you are passionate about WordPress at Cloud Ways, cloud Ways is passionate about WordPress, it\'s not just. WordPress and I talk a lot to a lot of, uh, agency owners, particularly in our community.</p>\n\n\n\n<p>And it\'s interesting because I, I too have just won the WordPress hat for years and I, [00:31:00] and it\'s refreshing to hear what all these agencies are doing, but it\'s not just what, there\'s a lot of tools out there that they might go, I talked to one last week and they\'re doing API develop. With like dairy farmers and things like that.</p>\n\n\n\n<p>But there\'s, so what I hear you saying too is like, it\'s, even though we\'re having a WordPress conversation related to cloud wastes, it\'s not just cloud wastes. You can do other other</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> things with it. Oh, for sure. And I, I, I\'ll put my agency hat back on and, you know, we were a jula shop easily. 50% of the work we did was not ju.</p>\n\n\n\n<p>You know, direct, it was maybe tied into it, but there were custom applications, uh, maybe some kind of server architecture that we were building out. Um, you know, crazy database thing. Um, JUUL was a part of it, but then we needed to have other environments to support whatever other, uh, platforms we were, uh, integrating with.</p>\n\n\n\n<p>Gotcha.</p>\n\n\n\n<p><strong>Cory Miller:</strong> All right. Anything else on the making the most part, things [00:32:00] you wish people knew about or did? Uh, before we start talking about, I want to get your takes on the future where WordPress is too, and technology and vision values and things like that. But anything else on the making the most part that you wanna mention?</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> APIs, reaching out, uh, you know, play with all the tools. We have a lot of, you know, sometimes people just do that one click and, uh, You know, skip over some of the, you know, interesting features that are already available to them. You know, we have different types of caching that are already available. Um, yes, it gets a little more geeky and you have to know what you\'re doing.</p>\n\n\n\n<p>So, yes. Um, but I mean, you can go all the way up to, you know, sort of, uh, enterprise esque, uh, CloudFlare, and uh, you know, that\'s pretty cool. I</p>\n\n\n\n<p><strong>Cory Miller:</strong> should have asked this earlier, but a lot of the, it seems like a lot of the, uh, customers you have, or at least the contact points with cloud ways or they\'re using the platform, might be more developer, technical minded people too.</p>\n\n\n\n<p>So can you speak? So that really speaks to them in the sense of get in there and play around. [00:33:00] They might not, okay, I\'m thinking solution and I just need this fixed. But there\'s also other things that they can get in, explore. Anything, particularly if we put on that developer and agency type role and like, what else would you say to</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> them?</p>\n\n\n\n<p>Uh, well, a lot of that developer-centric nature comes from being a completely self-service. You know, provider for a long time. Uh, you know, we\'re expanding how we reach out, how we communicate, how we, uh, expose offerings. But, you know, make sure you use, you know, a lot of the basics. Make sure you\'re using , the staging environments.</p>\n\n\n\n<p>They\'re already there. They\'re not gonna anything extra. Uh, take advantage of. You know, evaluating, you know, potentially different servers or how you, uh, load up on, you know, droplets or something like that. Uh, you may find that, uh, one application is really, you know, kind of, [00:34:00] uh, what\'s the, uh, impacting, that\'s the word I wanna look.</p>\n\n\n\n<p>sometimes hard find these, these seven letter words, um, impacting, you know, other applications. You know, never thought about it before, but you can actually tell now the difference. And so yeah, move that over to another, uh, you know, add an extra droplet into the, uh, mix and, and also play around with, uh, how you might split up that architecture.</p>\n\n\n\n<p>Again, I\'m, I get, I get geeky on this, but you know, no geek geeky. We, we, uh, uh, we have a customer. Yeah, put their entire database on a really high performant droplet, because that was getting hammered all the time by the type of applications that they were running, but their front end wasn\'t really that busy, so they could, you know.</p>\n\n\n\n<p>Put multiple versions and variations of that front end on a much more, uh, cost efficient, you know, value based, uh, package. So you can do [00:35:00] cool things like that without having to, uh, go crazy and worry about, you know, third party, you know, database as a service, things. I mean, it\'s already there. Um, so you can kind of take advantage.</p>\n\n\n\n<p>Right. Get</p>\n\n\n\n<p><strong>Cory Miller:</strong> in and look around the API and, uh, you play with the tools. Okay. Thanks for that, Robert. Now let\'s talk about, I want the, the part that I can talk better about is where is WordPress now in the open web, in the web in general? Um, where\'s the position, what are you seeing in WordPress? What are you excited about with WordPress as we kind of move forward and continue to like help democratize publish?</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> Uh, well, WordPress is the defacto content management system platform right now. I, I, I don\'t think there\'s any way just by the sheer volume, the ubiquity, the types of traffic. Uh, there are probably a hundred million people on a WordPress site right now. They don\'t even realize it, [00:36:00] so it, it, it, there, there\'s a ubiquity to it.</p>\n\n\n\n<p>Uh, that\'s not gonna disappear overnight. Uh, My assumption is it\'ll continue growing. It\'s, it\'s, there are a lot of things that have been done right with WordPress. There\'s a lot of, you know, quarreling, cobbling, squabbling, um, sometimes about how things get deployed and rolled out. But, uh, on the whole of, for a community driven project, it\'s pretty amazing.</p>\n\n\n\n<p>How far it\'s come, how far it\'s going to go, and, uh, the breadth of, of adoption. It\'s, it\'s, is it the easiest thing the universe to use? No, but it\'s not the hardest, uh, is, is, is it the most flexible thing? It\'s up there. I mean, there may be things, you know, if you really wanna just hand code everything from scratch, I guess that\'s the most flexible.</p>\n\n\n\n<p>But this allows a level of [00:37:00] consistency, uh, comfort. I know it\'s not a word we typically use with open source projects, but I can go from one word press site to another for completely different applications, and there\'s a comfort in knowing where all the pieces are and that there\'s documentation and training and all these things that help continue to grow an ecosystem.</p>\n\n\n\n<p>That at some point everyone knows at least enough about WordPress to be dangerous and people can build careers and companies out of it, uh, quite easily.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Absolutely. Is there anything about in the project too that you like that\'s getting you excited? Uh, whether it\'s, um, a particular market that\'s able to really crush or, you know, cont not crush, crush in a good way, um, really expand into, and I think of enterprise here, so I\'m baiting you on that.</p>\n\n\n\n<p>But um, also specific features. Do you know we got good word, the code editor. Or the block editor always. We\'ve got side editor coming out now, changed from full side editing, but anything, anything that [00:38:00] you, you\'re excited about specifically related to the project that</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> it\'s doing? I think there\'s, uh, small stuff being done and you kind of, you know, um, lob the pitch at me, uh, to, to get enterprise just sort of, uh, happy.</p>\n\n\n\n<p>I mean, there\'s a. Performance work being done all the time on WordPress there, you know, there\'s, uh, you know, WordPress learnings now, I mean, these are the things the enterprise cares about. They wanna be performant, they wanna be secure, and they wanna know that there\'s a knowledge repository that they can go back to, uh, either for reference or for training their workers or being able to evaluate their workers against, or contractors, uh, vendors or whatnot that kind of.</p>\n\n\n\n<p>That\'s risk mitigation. And the enterprise cares about mitigating this kind of risk. And that\'s why open source had such a hard time in the beginning, and new projects have such a hard time getting traction. There\'s a lot of risk, you know, who\'s running the project. Uh, [00:39:00] you know, are they awake? What happens if something is horribly broken?</p>\n\n\n\n<p>What if there\'s a, a core vulnerability that destroys everything? You know, these corporations don\'t, the enterprises not wanna worry about those things. They do, but you know, let\'s not make it even scarier than it already is for them. And I think what you know, the project has done very well is try to cover some of these aspects and, uh, provide that faith and security.</p>\n\n\n\n<p>Yeah, I,</p>\n\n\n\n<p><strong>Cory Miller:</strong> I, I have no enterprise experience, um, but I love that WordPress is, seems to be really doing well on an enterprise. And I hear from a lot of marketing types in those companies that love WordPress, cuz it\'s. Faster, cheaper, and oh, we can actually make side changes on the side. Like they can actually use Gutenberg block editor to roll out things.</p>\n\n\n\n<p>And that\'s exciting for me. I, I came in from more the, here\'s your $80 theme, but to [00:40:00] see WordPress release, start to take. Take a lot of ground up there and help a lot of people, particularly at the enterprise is exciting. Talking with a lot of our agency owners. Same. Same thing is like, that was music to my ears.</p>\n\n\n\n<p>That\'s what you want to hear WordPress is doing, um, is continue to grow in the new markets and help with that expansion of the.</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> Of the open web and even things like headless. I mean, so again, you have all that consistency and reliability for from cord WordPress, but now I can just spit out my whole site via APIs.</p>\n\n\n\n<p>I mean, you could always kind of do that, but now it just gets better and more robust and, uh, again, uh, mitigates risk by being able to have the worker\'s stuff on one end and then sort of the display part on the other end. All right. Well,</p>\n\n\n\n<p><strong>Cory Miller:</strong> thank you for that. Anything else you\'re excited about, uh, the work you\'re doing at Cloud Ways, the work in WordPress?</p>\n\n\n\n<p>Anything else that we left out that you want to share? Oh,</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> there\'s so many things I\'d love to share. , uh, it\'s, it\'s, it\'s [00:41:00] a busy good time for WordPress. I know there\'s a lot of concern about, in the tech Mark about what\'s going on with this or what\'s going on with that. One of the amazing things about, you know, successful open source project, Is that the opportunities exist.</p>\n\n\n\n<p>I mean, if you\'re, if you\'re a Linux geek, you, you, there are so many millions of opportunities If you\'re a WordPress developer, implementer, you know, uh, editor, content creator, you know, those opportunities are all over the place. And, and it\'s, it\'s, you know, nice from. You know, working in this space now that, okay, the, you know, this is not just a one trick pony, this isn\'t the, you know, some kind of project, which may, may be fantastic or may just drop dead tomorrow.</p>\n\n\n\n<p>Uh, WordPress is, uh, It\'s solid and we should really take an immense amount of pleasure in the fact that it\'s solid. Yes, we\'re not getting things always done as quickly [00:42:00] or, you know, can\'t make everyone happy. But that\'s, that\'s not the worst problem to have in the universe. Uh, it\'s the project. And the platform is flexible enough to accommodate well third party solutions that can integrate with WordPress.</p>\n\n\n\n<p>You know, why not? And that kind of stability helps everyone from the enterprise on. Yeah, that\'s</p>\n\n\n\n<p><strong>Cory Miller:</strong> a good way to end it. Well, thank you my friend Robert, and also the cloud ways for continuing to support business award press at post status. And I love what you\'re doing over there. Keep it up and keep sharing, uh, what you and your team are doing.</p>\n\n\n\n<p>Will you be you and the team? Um, where will you be next? I know Word Camp are coming around, but, uh, where will you be?</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> Yeah, a deploy, depending when this gets pushed out, there\'s a digital Deploy, digital Ocean Deploy conference, uh, virtual conference that that\'ll probably pass by the time this, uh, airs, uh, recurring revenue summit.</p>\n\n\n\n<p>Uh, all the Black Friday, cyber Monday madness that we, uh, are [00:43:00] already kicking off. Um, I, I think that\'ll, I think that\'ll finish out the year. I think the, uh, we\'ll, we\'ll all take a needed, uh, break at, you know, for at least a week or two at the end of December,</p>\n\n\n\n<p><strong>Cory Miller:</strong> break and kick into 2023. Well, thanks, Robert.</p>\n\n\n\n<p>Again, we appreciate you sharing the story and what you\'re doing, uh, with the product, WordPress product specifically over at Cloud Waste. We\'ll talk to you next time.</p>\n\n\n\n<p><strong>Robert Jacobi:</strong> Thanks so much, Corey.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 09 Dec 2022 03:24:12 +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:\"Olivia Bisset\";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:91:\"WPTavern: New WordPress Sandbox Project Demos: Test-Drive Themes and Plugins in the Browser\";s:7:\"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:\"https://wptavern.com/?p=140222\";s:7:\"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/new-wordpress-sandbox-project-demos-test-drive-themes-and-plugins-in-the-browser\";s: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:4025:\"<p><a href=\"https://github.com/WordPress/wordpress-sandbox\">WordPress Sandbox</a>, an experimental project that uses WebAssembly (WASM) to <a href=\"https://wptavern.com/new-prototype-runs-wordpress-in-the-browser-with-no-php-server\">run WordPress in the browser without a PHP server</a>, has been chugging along steadily since Automattic-sponsored core contributor Adam Zieliński introduced it earlier this year in September.</p>\n\n\n\n<p>Zieliński published three new updates to Twitter this week, demonstrating the project’s potential to provide an in-browser IDE for plugin development along with a quick way to spin up a test environment for themes and plugins. </p>\n\n\n\n<p>In the first example, he shows how the project could be used to test-drive themes from WordPress’ Themes Directory right in the browser. Clicking the <a href=\"https://t.co/nYDjXUAwLv\">demo URL</a> will launch a site with the Pendant theme active, but the theme can be changed to another from the directory by appending a different theme name to the end of the URL. All your changes made on the demo are private and disappear after a page refresh. With a few improvements, this could be transformative for previewing themes on WordPress.org.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">With WordPress Sandbox, you can test-drive themes from the directory right in your browser.<br /><br />For example, click here to try Pendant theme:<a href=\"https://t.co/nYDjXUAwLv\">https://t.co/nYDjXUAwLv</a><br /><br />You can replace \"pendant\" in the URL with another theme from the directory. <a href=\"https://t.co/OFGqimFd6c\">pic.twitter.com/OFGqimFd6c</a></p>— Adam Zieliński (@adamzielin) <a href=\"https://twitter.com/adamzielin/status/1600484342588997634?ref_src=twsrc%5Etfw\">December 7, 2022</a></blockquote>\n</div>\n\n\n\n<p>Zieliński also showed WordPress Sandbox’s potential for test-driving plugins directly in the browser. The example uses CoBlocks but can be changed to any other plugin from the directory by replacing the plugin name. Having this available to WordPress users would greatly speed up the plugin selection process in cases where it’s not clear if a plugin will do what you hope it will do. It would also be handy if you could append multiple plugin slugs to the URL to install more than one.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">With WordPress Sandbox, you can test-drive plugins from the directory right in your browser.<br /><br />For example, click here to try CoBlocks:<a href=\"https://t.co/18jTGosPW7\">https://t.co/18jTGosPW7</a><br /><br />You can replace \"coblocks\" with another plugin from the directory. <a href=\"https://t.co/zzelQNtzK2\">pic.twitter.com/zzelQNtzK2</a></p>— Adam Zieliński (@adamzielin) <a href=\"https://twitter.com/adamzielin/status/1600482887710789635?ref_src=twsrc%5Etfw\">December 7, 2022</a></blockquote>\n</div>\n\n\n\n<p>The most recent demo is a video showing how the project can be used to create an in-browser IDE for plugin development, where changes are displayed live.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The future of WordPress development?<br /><br />Build plugins in your browser and see the results live.<br /><br />Here\'s an early demo with WordPress Sandbox – there is no WordPress running on the backend! <a href=\"https://t.co/yIhRoNW5IK\">pic.twitter.com/yIhRoNW5IK</a></p>— Adam Zieliński (@adamzielin) <a href=\"https://twitter.com/adamzielin/status/1600837230779580416?ref_src=twsrc%5Etfw\">December 8, 2022</a></blockquote>\n</div>\n\n\n\n<p>For more examples of WordPress Sandbox’s capabilities, check out the quick <a href=\"https://adamziel.github.io/tutorial.html\">showcase</a> Zieliński built and play around with a <a href=\"https://adamziel.github.io/index.html\">live in-browser WordPress instance</a> to see the site updated instantly as you code. </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, 09 Dec 2022 01:41: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:\"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:67:\"WPTavern: Course: A New Free Block Theme Compatible with Sensei LMS\";s:7:\"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:\"https://wptavern.com/?p=140201\";s:7:\"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:77:\"https://wptavern.com/course-a-new-free-block-theme-compatible-with-sensei-lms\";s: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:2136:\"<p>Sensei LMS, Automattic’s teaching and learning management plugin, has released a new free block theme called <a href=\"https://senseilms.com/meet-course-a-new-free-block-theme-by-sensei/\">Course</a>. In February 2022, <a href=\"https://wptavern.com/sensei-lms-4-0-includes-new-block-based-learning-mode-course-theme\">version 4.0</a> of the plugin introduced support for full-site editing with its bundled “Learning Mode” theme. Course features a new bold design made to be customized in the Site Editor.</p>\n\n\n\n<img />\n\n\n\n<p>Although Sensei works with neaerly any WordPress theme, the plugin looks its best with themes designed specifically for Sensei compatibility. Course includes styles for Sensei functionality to perfectly display course lists, sales pages, and the “Learning Mode” course templates. It integrates with the <a href=\"https://wordpress.org/plugins/sensei-lms/\">free Sensei LMS plugin</a> as well as the <a href=\"https://senseilms.com/pricing/\">pro version</a>. Sensei’s <a href=\"https://senseilms.com/new-course-list-block/\">new Course List</a> block will also inherit all the theme’s styles seamlessly.</p>\n\n\n\n<img />\n\n\n\n<p>If green is not your jam, Course includes four style variations suitable as a starting point with blue, dark, and gold as the accent colors and multiple font combinations.</p>\n\n\n\n<img />\n\n\n\n<p>In addition to the various styles, Course brings all the power of the Site Editor for customizing for Sensei templates, as seen in the Lesson template below.</p>\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n<p>Although Course is ideal for website owners who are selling courses, the theme is also flexible to be used without Sensei for other purposes like blogging, coaching, and small businesses. Course isn’t easy to find if you’re hunting for block themes, as it doesn’t seem to be tagged as a block theme on WordPress.org. It’s <a href=\"https://wordpress.org/themes/course/\">free to download</a> in the official Themes Directory or <a href=\"https://senseilms.com/meet-course-a-new-free-block-theme-by-sensei/\">via the Sensei LMS 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:\"Thu, 08 Dec 2022 20:44: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: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:87:\"Do The Woo Community: Post-Black Friday with Katie Keith, Lesley Sim and Mark Westguard\";s:7:\"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://dothewoo.io/?p=73959\";s:7:\"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://dothewoo.io/post-black-friday-with-katie-keith-lesley-sim-and-mark-westguard/\";s: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:472:\"<p>We chat with three WordPress plugin developers and ask them how Black Friday turned out this year including some great insights and perspectives.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/post-black-friday-with-katie-keith-lesley-sim-and-mark-westguard/\">Post-Black Friday with Katie Keith, Lesley Sim and Mark Westguard</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 08 Dec 2022 10:18: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:5:\"BobWP\";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:67:\"WPTavern: The Block Editor Is Coming to WordPress’ Support Forums\";s:7:\"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:\"https://wptavern.com/?p=140172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/the-block-editor-is-coming-to-wordpress-support-forums\";s: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:2880:\"<p>The block editor was introduced to WordPress in 2018 and has matured into a more user-friendly tool for expression over the past four years. WordPress.org’s Meta Team is now experimenting with how they can <a href=\"https://make.wordpress.org/support/2022/12/introducing-the-block-editor-in-the-support-forums/\">bring the block editor into the support forums</a>. That they are even considering this is a testament to how far the block editor has come, as the support forums provide a critical lifeline for WordPress users who are struggling with their websites and wouldn’t benefit from adopting a buggy editor.</p>\n\n\n\n<p>“The support forums have a long history in WordPress,” Automattic-sponsored contributor Alvaro Gómez said. “So much so that the current forum editor predates TinyMCE. By introducing blocks, the support forum will make use of the modern WordPress editor to improve user experience. Users will be able to easily insert links, share code or embed screenshots. Using Blocks will also enable new possibilities, such as using patterns for common responses to allow for faster answers.”</p>\n\n\n\n<p>Due to the technical difficulty of how the forums currently work, the block editor would need to be rolled out to all users on all forums, precluding the possibility of rolling it out on a per-user, per-language, or per-forum basis.</p>\n\n\n\n<p>In a <a href=\"https://meta.trac.wordpress.org/ticket/6608\">ticket</a> opened six days ago, Meta contributors discussed bringing the block editor to the support forums using the <a href=\"https://wordpress.org/plugins/blocks-everywhere/\">Blocks Everywhere</a> plugin by Automattic. This plugin switches the default WordPress editor for comments, bbPress, BuddyPress, and admin moderation to use Gutenberg, giving users access to blocks. Instead of bundling Gutenberg, it side-loads the editor from WordPress.</p>\n\n\n\n<p>The Meta and Support teams intend to start with just four blocks available to forum users: paragraph, list, quote, and code.</p>\n\n\n\n<p>Gómez shared a few GIFs from a test site, demonstrating a user responding on a thread using the block editor:</p>\n\n\n\n<img />\n\n\n\n<p>Another item on the roadmap is creating an “add via URL” image block that would allow users to embed from various image hosting services.</p>\n\n\n\n<p>A live testing site is available at <a href=\"https://test.wordpress.org/support/\">https://test.wordpress.org/support/</a> and anyone who wants to join in the testing can leave a comment on the <a href=\"https://make.wordpress.org/support/2022/12/introducing-the-block-editor-in-the-support-forums/\">announcement post</a>. Bugs can be filed on the meta trac <a href=\"https://meta.trac.wordpress.org/ticket/6608\">ticket</a> for the improvement to the forums. The Meta and Support teams are looking for feedback before Monday, December 12.</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, 07 Dec 2022 23:40:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:153:\"Post Status: Annual Survey • State of the Word 2022 • LearnWP Site Updates • Block Editor in Support Forums • Dev Guide to Block Theme Course Pt2\";s:7:\"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://poststatus.com/?p=145643\";s:7:\"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:148:\"https://poststatus.com/annual-survey-state-of-the-word-2022-learnwp-site-updates-block-editor-in-support-forums-dev-guide-to-block-theme-course-pt2/\";s: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:13813:\"<h2 id=\"h-this-week-at-wordpress-org-december-5-2022\">This Week at WordPress.org (December 5, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">It\'s time once again to share your feedback about all things WordPress in the 2022 survey. Tune in next week to hear Matt Mullenweg during is annual address: State of the Word. When submitting issues in the WordPress forums, you\'ll soon find several blocks to use in the editor. #LearnWP has site updates and a new block theme course for developers. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_68609b-a8\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_checkSquare\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">2022 Survey, SotW, LearnWP Updates</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">Share Your Experience: The 2022 WordPress Survey is Open</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fb-200d-1f3eb.png\" alt=\"👩🏻🏫\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/training/2022/12/05/learn-wordpress-site-updates-december-2022/\">Learn WordPress Site Updates – December 2022</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9d1-1f3ff-200d-1f4bb.png\" alt=\"🧑🏿💻\" class=\"wp-smiley\" /> <a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-2/\">A Developers Guide to Block Themes – Part 2</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fd-200d-2642-fe0f.png\" alt=\"🙋🏽♂️\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/support/2022/12/introducing-the-block-editor-in-the-support-forums/\">Introducing the Block Editor in the Support Forums</a><br />><br /></a><br /><br />><br /></a><br /><br /></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News<a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\"></a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">Share Your Experience: The 2022 WordPress Survey is Open</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2022/11/people-of-wordpress-huanyi-chuang/\">People of WordPress: Huanyi Chuang</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-41 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2022/12/02/call-for-team-rep-nomination-december-2022/\">Call for Team Rep Nomination – December 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2022/12/06/wordcamp-mentors-december-check-in/\">WordCamp Mentors’ December check-in!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2022/12/05/proposed-2023-global-community-sponsorship-program/\">Proposed 2023 Global Community Sponsorship Program</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/12/05/a-week-in-core-december-5-2022/\">A Week in Core – December 5, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/02/core-team-reps-for-2023-submit-your-votes/\">Core Team Reps for 2023: Submit Your Votes</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/12/07/devchat-agenda-december-7-2022/\">Devchat agenda, December 7, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/06/editor-chat-agenda-december-7-2022/\">Editor Chat Agenda: December 7, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/06/editor-chat-summary-wednesday-november-30-2022/\">Editor chat summary: Wednesday, November 30 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/30/dev-chat-summary-wednesday-november-30-2022/\">Dev Chat summary: Wednesday, November 30, 2022</a></li>\n</ul>\n\n\n\n<h3 id=\"h-dev-blog\"><a href=\"https://developer.wordpress.org/news/\">Dev Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2022/12/07/leveraging-theme-json-and-per-block-styles-for-more-performant-themes/\">Leveraging theme.json and per-block styles for more performant themes</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/12/05/documentation-team-update-december-5-2022/\">Documentation Team Update – December 5, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2022/12/07/agenda-global-wordpress-marketing-team-meeting-december-7-2022/\">Agenda: global WordPress marketing team meeting, December 7, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2022/12/06/call-for-testing-wordpress-for-android-21-3/\">Call for Testing: WordPress for Android 21.3</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2022/12/07/community-meeting-recap-7-december-2022/\">Community Meeting Recap (7 December 2022)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/12/06/performance-team-meeting-summary-6-december-2022/\">Performance Chat Summary: 6 December 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2022/11/30/core-performance-team-update-november-30-2022/\">Core Performance Team Update – November 30, 2022</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2022/12/06/agenda-weekly-polyglots-chat-dec-07-2022-1300-utc/\">Agenda: Weekly Polyglots Chat – Dec. 07, 2022 (13:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2022/12/introducing-the-block-editor-in-the-support-forums/\">Introducing the Block Editor in the Support Forums</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/12/05/test-team-update-5-december-2022/\">Test Team Update: 5 December 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2022/12/06/themes-team-update-december-06-2022/\">Themes team update December 06, 2022</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/12/06/vote-for-training-team-rep-2023/\">Vote for Training Team Rep 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/12/05/learn-wordpress-site-updates-december-2022/\">Learn WordPress Site Updates – December 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/12/05/meeting-agenda-for-december-6-2022/\">Meeting Agenda for December 6, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/12/05/training-team-meeting-recap-for-november-29-2022/\">Training Team Meeting Recap for November 29, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2022/12/05/november-month-retrospective/\">November Month Retrospective</a></li>\n</ul>\n\n\n\n<h3 id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-2/\">A Developers Guide to Block Themes – Part 2</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=creating-a-theme-with-the-create-block-theme-plugin-session-1\">Creating a Theme with the Create Block Theme Plugin Session 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=creating-a-theme-with-the-create-block-theme-plugin-session-2\">Creating a Theme with the Create Block Theme Plugin Session 2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=exploring-category-templates-and-the-query-loop-block-session-2\">Exploring Category Templates and the Query Loop Block Session 2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=exploring-category-templates-and-the-query-loop-block-session-1\">Exploring Category Templates and the Query Loop Block Session 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-developing-blocks-without-react-block-supports\">Let’s code: Developing Blocks without React! – Block Supports</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-development-live-stream-developing-blocks-without-react-block-supports\">WordPress development live stream: Developing Blocks without React – Block Supports</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-test-with-report-a-core-trac-ticket-bangla\">How to Test (with Report) a Core Trac Ticket | Bangla</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-own-your-expertise-start-speaking-at-wordpress-events-wpdiversity\">How to Own Your Expertise & Start Speaking at WordPress Events #WPDiversity</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://phpconference.com/berlin-en/\">International PHP Conference Berlin 2023</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 07 Dec 2022 18:17: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:94:\"WPTavern: #54 – Steve Burge on Where We’re at With Multi-Author Collaboration 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:48:\"https://wptavern.com/?post_type=podcast&p=140125\";s:7:\"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/podcast/54-steve-burge-on-where-were-at-with-multi-author-collaboration-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44172:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, multi-author collaboration in WordPress.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, well, I’m very keen to hear from you. And hopefully get you, or your idea, featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox. And use the form there.</p>\n\n\n\n<p>So on the podcast today we have Steve Burge. Although Steve is originally from England, he now lives in Sarasota, Florida. He leads the team at PublishedPress, which is a plugin company focusing on improving the publishing experience for WordPress users. The topic of today’s podcast is very much in his wheelhouse.</p>\n\n\n\n<p>Several years ago, the block editor was brought into WordPress core. It was a dramatic change from the classic editor. Pages and posts could be created and edited with a growing variety of blocks. Blocks for paragraphs blocks for images, in fact blocks for everything.</p>\n\n\n\n<p>This ability to edit content with blocks was just one of four phases of the Gutenberg project. The other three phases being site editing, multi-author collaboration and multi-lingual support.</p>\n\n\n\n<p>If you’ve been following recent developments, then you’ll know that we’re currently in the site editing phase. And when that’s done, it will be time to turn our collective attention to multi-author collaboration.</p>\n\n\n\n<p>But what is that? And what does it mean? I think that the best way to think about this would be to imagine Google docs. For years, you’ve been able to open up a document, click a button and share that document with others. Those with the correct permissions can interact with you in real time. And you can see the amendments they’re making as and when they’re making them. It’s utterly brilliant, and how most people would prefer to work with their content. One document. One source of truth.</p>\n\n\n\n<p>Compare that to how WordPress currently works. Only one person can edit a piece of content at the same time. If you want to edit a post or a page at the same time as someone else, you can’t.</p>\n\n\n\n<p>Phase three of the Gutenberg project aims to bring into WordPress the ability for multiple users to interact with content at the same time. Steve talks today about why this is an elegant and necessary update to WordPress. But also why it’s a difficult feat of engineering to pull off.</p>\n\n\n\n<p>WordPress has a history of working with all manner of hosting configurations, and it’s one of the reasons that it’s so successful. Will it be possible to run WordPress on more affordable tech stacks given the burden that multi author collaboration will require?</p>\n\n\n\n<p>We also get into the projects that Steve has found from community members, which try to lay some of the foundations of how this might be implemented, as well as talking about how Steve’s finding it hard to discover new information concerning this important topic.</p>\n\n\n\n<p>If you’re interested in finding out more. You can find all the links in the show notes by heading over to WPTavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Steve Burge.</p>\n\n\n\n<p>I am joined on the podcast today by Steve Burge. Hello Steve.</p>\n\n\n\n<p>[00:04:29] <strong>Steve Burge:</strong> Hey, Nathan.</p>\n\n\n\n<p>[00:04:30] <strong>Nathan Wrigley:</strong> Steve and I met not that long ago. It was WordCamp US. We met for the very first time. Because he was at WordCamp US, you can pretty much guarantee that he’s into WordPress. But as we always do at the beginning of the podcast episode, just to orientate the listeners, Steve, about who you are and what your relationship is with WordPress. You can go back as far as you like, could be last year, could be 10 years ago. Tell us a bit about your WordPress journey, and then we’ll get into the subject of today’s podcast.</p>\n\n\n\n<p>[00:04:57] <strong>Steve Burge:</strong> Sure thing. I’m from England. I live in Florida in the US, and I’ve been dabbling in open source since about 2003, 2004 or so. And ran a training company for a long time called OS Training, and we were involved in publishing. We published a lot of videos and also a whole series of books on WordPress, Drupal, Magento, php. And about five years ago flipped into developing plugins, and so we went right into the publishing side of WordPress plugins.</p>\n\n\n\n<p>So we run three different plugin brands now, all focused on publishing. One is PublishPress, one is TaxoPress and one is Meta Slider. And that’s really kind of what led me to this interest in Gutenberg phase three. We work with a lot of publishers and to have the kind of collaborative editing that should be coming in phase three is really exciting for a lot of them.</p>\n\n\n\n<p>[00:05:55] <strong>Nathan Wrigley:</strong> Can I just pause the podcast general subject, which is, as you’ve just described the Gutenberg editor and phase three in particular, collaborative editing. Can I ask, because you ran OS Training, which I’m sure many people will have heard of, they might have books on their shelf or content on the computer and used it in the past. I certainly did. When you came into WordPress, was it your experience from having a real deep background in publishing that made you interested in publishing inside of WordPress? Because obviously your career now is very much tied up with publishing content, collaborative publishing permissions, and so on.</p>\n\n\n\n<p>[00:06:31] <strong>Steve Burge:</strong> Yes, partly. We had to do a lot of co-authoring of books. I wrote initially the first three or four books in our series, and then we started to work with authors. We had to do a lot of co-authoring. We worked with some big publishers like Pearson, and often collaboration involved, sending Word documents back and forth endlessly.</p>\n\n\n\n<p>And so you are working on chapter three. The first draft would be chapter_2.1 .doc. You’d edit it, send the Word document back, word document back and forth, and collaborative editing in those days would mean you got to like 250 Word documents for chapter two, and the name would be confused and you’d make an edit and your editor would say, oh, which document are we working on?</p>\n\n\n\n<p>I think I worked on the wrong document. I imagine now if we were able to do that kind of book publishing, but collaboratively online in something like a Google Docs style environment, my life would’ve been much, much easier.</p>\n\n\n\n<p>[00:07:29] <strong>Nathan Wrigley:</strong> I’m kind of imagining that literally anybody under the age of 25, is probably completely unfamiliar with a world in which technology wasn’t synchronous. So I don’t exactly remember the date it happened, but the first time I ever saw synchronous editing on a screen was, I guess I was sitting in my house and Google came out with a product called Google Wave.</p>\n\n\n\n<p>I don’t know if you remember that? Much like a lot of Google properties it’s now been mothballed and no longer in existence. But essentially for the very first time, you could open a document in a browser and you were able to see other people’s edits in real time. The cursor would appear and it would’ve a different color, and you could see that Joseph over here was writing text and Pauline over here, she was writing texts and it was all happening on the screen at the same time.</p>\n\n\n\n<p>And I remember at that point feeling that it was sublimely clever. I genuinely mean that. I’m not just saying that for the purposes of this podcast. I really did have a moment where breathed in and thought, boy, we’re not going back from here. This is the way it’s always going to be done from now on. It’s completely normal. Just about everybody, I would imagine, like I say, under the age of 25 is probably, this is the only way to do things.</p>\n\n\n\n<p>You can hand documents in online easily, and your tutors or peers or whoever it might be, your boss, can give you realtime feedback. And there’s one canonical version of the document, so you don’t have to keep sending it via email and adding .1, .2, .3 to the end of it, and so on. And it just seems that’s so straightforwardly the way it should be done.</p>\n\n\n\n<p>[00:09:05] <strong>Steve Burge:</strong> You end up with a, an undo and a back and forward button and everything is just, there’s no revisions. There’s, well, technically there are revisions, I guess, but so much easier to handle. I guess the big difference is all of those are often done on one central platform. Google Drive, Google Wave, back in the day. Just yesterday my kid was doing her homework with a friend and they were doing this collaborative editing online.</p>\n\n\n\n<p>This was Microsoft, because that’s what the school gives them. They’re on FaceTime, happily chatting back and forth while working on the shared document. But all of that was done on a big central shared server, on the Microsoft server or the Google servers. And it does get more complicated when it comes down to doing that.</p>\n\n\n\n<p>[00:09:49] <strong>Nathan Wrigley:</strong> Yeah so, we’ve got all of this positivity around collaborative editing, and the fact that more or less, everybody now understands that paradigm, and it basically is the way to edit documents, for most people at least anyway. You may have instances where you just want something to be completely private and you don’t want it to be in the cloud, and so it is still done in a, an old fashioned document, which is saved away, and you edit it yourself, that’s fine.</p>\n\n\n\n<p>But then you open up a WordPress website and you are confronted with a completely different paradigm. You’ve got the option to create content of whatever type you like, text and images may be the, the most common use case. But you are utterly constrained in your collaborations. The best that you’ve got at the moment is, you go to edit a document, if somebody else is editing it, you get a little warning telling you that somebody else is editing and you can either back out or you can take over. In other words, you can kick them out, and they’re your two choices. And so it must seem to people coming to WordPress, like I say, under the age of 25, let’s keep going with that paradigm.</p>\n\n\n\n<p>It must seem that WordPress is something from like a time machine. What do you mean I can’t edit it at the same time? Of course I must be, I’m doing something wrong. But it cannot be done at the moment, but it is in the pipeline. And maybe Steve, you could just lay out the four phases of the Gutenberg project so that we can see where this fits into that jigsaw puzzle.</p>\n\n\n\n<p>[00:11:19] <strong>Steve Burge:</strong> Sure thing. So this dates back to about 2018 or so, when, I think that was when Matt said we’re not just doing Gutenberg, but Gutenberg is going to be a big four phase product. We’re going to have one, the actual Gutenberg editor inside the posts. And that one shipped in WordPress 5.0. Then we would tackle full site editing, which I think has just been renamed to the site editor.</p>\n\n\n\n<p>[00:11:51] <strong>Nathan Wrigley:</strong> That’s right.</p>\n\n\n\n<p>[00:11:52] <strong>Steve Burge:</strong> And that one shipped at the beginning of this year I think, in 5.9.</p>\n\n\n\n<p>[00:11:57] <strong>Nathan Wrigley:</strong> I think 5.9 was what’s in my head.</p>\n\n\n\n<p>[00:11:59] <strong>Steve Burge:</strong> And we are in that stage two, which is customization. And then they’re going to be two more phases. And one we’re talking about is the next one up, phase three, called collaboration, which has the Google Doc style editing.</p>\n\n\n\n<p>And then the fourth and final one is going to be multilingual, where inside the core you’re going to be able to translate every element of WordPress.</p>\n\n\n\n<p>[00:12:23] <strong>Nathan Wrigley:</strong> Okay, so phase three is going to be the main thrust of this podcast. So this is basically what we’ve just talked about. The ability for multiple people to concurrently edit and leave comments and you visually see on the screen what other people are doing as they’re doing it. So, I guess the question to begin with is why hasn’t this been done already? And I don’t mean that in a cantankerous way. I literally mean to serve that on a plate. Are you able to give an explanation of why this hasn’t been done already?</p>\n\n\n\n<p>[00:12:57] <strong>Steve Burge:</strong> There are limited resources, and Gutenberg itself was a big project, a big changeover. We still see probably equal usage between Gutenberg and classic editor in the support tickets we get. And then there’s all the other page builders too. And then an even bigger project was the full site editing, which is still ongoing now.</p>\n\n\n\n<p>So the resources have been constrained. It takes a very big team, working very hard, simply to ship what we’ve been able to ship so far. So that’s part of it. And also the collaborative editing is just going to be a, quite a difficult challenge I think. Technically, it’s one thing to run collaborative editing on your Google servers with Google Docs, where you are in control of just about everything.</p>\n\n\n\n<p>But, if you try and do something similar on a $2 a month hosting company, which WordPress is going to have to do, because almost any WordPress feature you ship has to work on any WordPress site anywhere. That’s when the challenge comes in. If everyone was hosted on WP Engine or WordPress VIP, we probably would’ve had this already. But actually rolling it out to 50% of the web, and all the different hosting configurations, it’s going to be a challenge, a technical challenge.</p>\n\n\n\n<p>[00:14:17] <strong>Nathan Wrigley:</strong> So two reasons there. The first one is the amount of time it’s taken to get through the first, well, the first stage. And then we’re, as you said, we’re in the second stage, the full site editing. I’m going to link in the show notes to an article that you wrote over on Publish Press several years ago, actually it was 2019. In fact it was almost exactly three years ago. It was written in November, 2019.</p>\n\n\n\n<p>And at that point you were talking about getting through full site editing, getting through stage one and two, customization, full site editing, and then eventually landing on the collaborative side of things. It was interesting because back then, much more, probably confident in the ability to get through those first two stages because you were pointing to perhaps a date of 2020.</p>\n\n\n\n<p>[00:15:03] <strong>Steve Burge:</strong> Oh yeah. Blame me. Those are my guesses.</p>\n\n\n\n<p>[00:15:05] <strong>Nathan Wrigley:</strong> That’s right. But it just goes to show, doesn’t it, especially the full sight editing is taking a lot longer. And there was never a flag in the sand which said, this is going to be the date that we’re going to begin. It was very much, these are the things that we want to achieve, but there’s no date in mind. So it took a lot longer.</p>\n\n\n\n<p>And then you mentioned the fact that yes, it’s all very well working on Microsoft products or Google products, but they own all of that. They’ve got the infrastructure and it’s probably, let’s be honest, pretty impressive infrastructure. And they own the full tech stack, so they can make sure that everything works, and your Google Doc is going to work seamlessly, no matter what level of computing you have at home. You don’t need a particularly fast computer. It’s all handled on their end.</p>\n\n\n\n<p>WordPress has a completely different problem. Some people spend a fortune on their hosting because they need it and they’re happy to do that. Other people spend very little. Sometimes, really, it can be incredibly affordable.</p>\n\n\n\n<p>Are you able to, I don’t know if you are, but are you able to go into the technicalities of why cheap hosting wouldn’t be suitable for, let’s say something like Google Docs at the moment? In other words, what’s actually happening when a page is open that two or more people are trying to edit on. And does the problem scale?</p>\n\n\n\n<p>If there’s five people editing, is it more resource heavy than if there’s two people editing or 10 people editing, what have you? So are you able to discuss what the problems are from a technical point of view a little bit?</p>\n\n\n\n<p>[00:16:40] <strong>Steve Burge:</strong> I’m not a hardcore developer enough to dig too deep into this without embarrassing myself, but it is very process heavy, and you need some kind of a central server or perhaps a peer-to-peer network that is able to be a central source of truth for what is the latest update and to connect the two together.</p>\n\n\n\n<p>I’ve looked at different approaches that people have taken to doing this. One of the most common ways is web sockets. Which are able to update the content on the screen without refreshing the whole page. Which is a key part of this because both people need to see their page refreshing in real time.</p>\n\n\n\n<p>A few years ago that was impressive to do with Ajax. We’re doing a much more advanced version of that now with both people seeing live updates on the content without refreshing their page. So you need some way to connect the two or three or four or five people who are doing those updates.</p>\n\n\n\n<p>And web sockets is perhaps the most popular way to do it. It’s basically an API to send messages and responses back and forth. But the limitation there is, some of the low budget hosting companies are not able to do it. And you do need some kind of a central service.</p>\n\n\n\n<p>Part of me wonders whether, I don’t know if they would do this, but if they’ve thought about perhaps running it through the WordPress.com or WordPress.org infrastructure, in order to make this work for low end hosts. Because they do need some kind of, like Google servers or Microsoft servers, some kind of centralized server would be a massive benefit to this.</p>\n\n\n\n<p>The alternative, which I’ve dug into most, is from a company called Tag One in Europe. They’re like a big, a big agency and they’ve been developing a script called YJS, which allows you to do collaborative editing through a peer to peer network.</p>\n\n\n\n<p>It’s a pretty different solution to web sockets, but it seems to be, and I’m guessing here, the one that the Gutenberg team have taken on board. There seems to have been a bit of radio silence on the technical side of things. We’ve seen Matt mention phase three at a couple of State of the Words. He talked about it in Europe a little bit, in Lisbon.</p>\n\n\n\n<p>But I’ve been trying to pull the strings on the technical side of things on GitHub, and there’s not much there at the moment. I think from what I’ve been told, that there’s action going on in private. They’re working on it in the background and perhaps on some private repositories. But the only real thing that’s emerged, at least, someone feel free to correct me on this, is a script called an Isolated Block Editor, which basically takes Gutenberg as a kind of standalone product that I think could be used in Tumblr, or the Day one app, or Drupal or anywhere else. And it’s kind of building in collaborative editing into that isolated block editor, which is a version of Gutenberg.</p>\n\n\n\n<p>So really the technical hints that I’ve heard about this, are two or three years old. We did a big interview on the PublishPress blog with the YJS team, where they dig into some of the technical challenges around this. But from everything I’ve been able to read or talk about with people, it’s a real technical challenge.</p>\n\n\n\n<p>The CK Editor team, WordPress uses TinyMCE. CK Editor is kind of an alternative to TinyMCE. They have a really long and detailed blog post about how they tried to build collaborative editing into their, into their editor editor. It took four plus years, and I think ended up with lots of them tearing their hair out and growing prematurely gray. And there’s a Twitter thread from a guy who tried to do this with Microsoft Office. He basically says the same thing. Just an enormous technical challenge is particularly in retrospect, to try and take existing software and add collaborative editing to it. But, and this is one of the reasons why I wonder if they’re thinking about some kind of a central server, for example, WordPress.com.</p>\n\n\n\n<p>We’re finally starting to see the possibility of collaborative editing coming soon. Automattic have a product called P2, which is I think used for their internal blogs, their internal networking. And just in the last month or so, they have an update on the P two blog. They’ve been rolling out collaborative editing to some of their P2 users. I don’t know if I’m on a blacklist or something, but I’ve been sending several messages to the WordPress.com staff seeing if I can get in on the beta invite list. But no luck so far. So collaborative editing is actually live on WordPress.com for some users at the moment, and I can share the link that you can put in the show notes.</p>\n\n\n\n<p>But down in their, in the documentation they have about it, they say that it’s a work in progress, it’s a beta. It can become unstable under some circumstances. If you are running a VPN or some kind of a proxy, often if you’re using Safari, it can become unstable.</p>\n\n\n\n<p>It is kind of a long winded answer to your original question. The technical side is a little bit of a mystery still. I suspect that YJS will play a part. I suspect they may be working on some kind of a central server to make it stable to run on those $2 a month hosting companies. And if you go over to the P2 area on WordPress.com, there’s a little video of it emerging, and collaborative, editing, we may start to see a lot more of it in the next few months suspect.</p>\n\n\n\n<p>[00:22:24] <strong>Nathan Wrigley:</strong> There was a lot in there, wasn’t there? And I’m just going to go through some of the thoughts that were coming into my head as you were saying it. So the first one is obviously people like Google, they’ve completely cracked this nut. I cannot remember a time at any point where my Google doc froze, for example. Or I was editing it with somebody else, and they seemed to sort of blip out of existence. Suddenly 20 lines got updated when it looked like they weren’t even editing the document. In other words, they were always typing. I could see them typing. It was as if they were right next to me in many senses. No problems in other words.</p>\n\n\n\n<p>[00:23:04] <strong>Steve Burge:</strong> Is a beautiful experience when it works well, right?</p>\n\n\n\n<p>[00:23:06] <strong>Nathan Wrigley:</strong> But I’m guessing that could be the problem, couldn’t it? You know, if somebody has infrastructure running their WordPress website, and it simply isn’t up to the task. I don’t fully understand what that means, but we all know that computers given a certain volume of things to do, tend to grind down and prioritize some things over others, and in some cases just cease to function and collapse. But if you were editing a document, you mentioned a source of truth. You have to know, don’t you? You really have to be confident that what you are seeing on the screen now, is what the final version is looking like.</p>\n\n\n\n<p>You can’t be in a situation where, I’ve got you Steve over there. You are editing, I’m editing this document, and it looks to me like you finished because you are no longer contributing. And it turns out you’d written another couple of hundred words, which never made it into the document because your system collapsed in the background. And I didn’t know about that, and that would truly be a calamity.</p>\n\n\n\n<p>You can also imagine collisions in terms of things getting overwritten or me saving a document in some way that then removes the possibility of your a hundred words ever making it in there in the first place. So there’s all these really big problems and as you say, the very fact that we are all using different qualities of hardware, different computers, different versions of Linux, all sorts of different engines going on in the background, powering our websites.</p>\n\n\n\n<p>There has to be some way of figuring out what the source of truth is at this moment. And I really do, kind of understand a little bit more now that that really is genuinely a tricky challenge and one that perhaps hasn’t been faced by another company. Also, your idea of it being a dot com type thing. In other words, this capability is offloaded to, let’s say, some sort of Automattic property.</p>\n\n\n\n<p>[00:24:59] <strong>Steve Burge:</strong> I would put a caveat in there that that is entirely my guess. I have no, no evidence to that at all. I’ve just been thinking through possible solutions to the problem.</p>\n\n\n\n<p>[00:25:09] <strong>Nathan Wrigley:</strong> But I find that to be quite an interesting solution. So again, let’s assume that this collaborative editing is something that everybody aspires to. But we can also agree that if you have incredibly modest hosting, it may be something that your aspirations aren’t living up to.</p>\n\n\n\n<p>Well, maybe there is a sort of commercial angle for having that capability built on top of affordable hosting, if you know what I mean. In other words, WordPress.com, whichever company it may be, I don’t know. There’s some kind of upgrade. You have a WordPress website, but you would like the collaborative editing capability to be added in, simply because you know that your infrastructure can’t cope with it.</p>\n\n\n\n<p>Now, that’s less than ideal. I think it would be the ideal that any architecture can cope with it. That would be obviously ideal. But it was an interesting thought, and it just sort of prompted me to think, I wonder if even a company as large as Automattic, I wonder if they could saddle the burden of all of that given that there wouldn’t be any commercial side to paying off that debt, if you know what I mean.</p>\n\n\n\n<p>If there’s 40% of the web, let’s say 20% of those websites can’t manage it, and so they’re doing their collaborative editing on Automattic’s hardware. Presumably there’s a bill for that, which would need to be paid.</p>\n\n\n\n<p>[00:26:33] <strong>Steve Burge:</strong> I mean, that’s part of the problem of being WordPress, right? You’re trying to solve problems at a scale that no one else has ever solved it. We talked about CK Editor for example, Well, CK Editor has collaborative editing. It took them four years and just about burned out some of the best developers. But there were tiny fraction of the size of WordPress, and what WordPress needs to do. I guess until we, until more of this starts to emerge, perhaps when the full site editing winds down, we’re not going to know too much.</p>\n\n\n\n<p>But I think the two options available are either to build a peer to peer network, using something like YJS or to go through the centralized option of WordPress.com .org or an other service.</p>\n\n\n\n<p>[00:27:19] <strong>Nathan Wrigley:</strong> I wonder if there’s other options that could be explored. And forgive me, my technical ignorance here might be screaming loudly at you as I say these words, but I wonder if it might be possible to have a scenario in which you are alerted to the fact that changes have been made, but you have to, I don’t know, maybe click a button or.</p>\n\n\n\n<p>[00:27:42] <strong>Steve Burge:</strong> We have lost a connection. There’d be some kind of mess. I guess the most common point of failure for collaborative editing will probably be, the connection is lost, and each person goes back to editing their own separate version of the document. You just lose the collaboration aspect, and there could be some kind of message saying you have disconnected from the collaborative editing, you have disconnected from the network.</p>\n\n\n\n<p>[00:28:03] <strong>Nathan Wrigley:</strong> Yes. And of course that throws up all sorts of enormously difficult problems on its own. Because then, let’s say there’s four people editing the document, do they then carry on? And then those four people have to combine their efforts after the fact to figure out, okay, well what did you do? Which bit did you?</p>\n\n\n\n<p>Can we just copy and paste that in here now? In other words, it makes more of a mess than the old asynchronous way of doing things, where I edit it, hand it to you, you edit it, hand it to person three, they edit it, and it finally comes back to me. And at least I know that those three edits have been made. And that’s in the scenario of collapse that we just described, we’d be back to that basically. And obviously if we’re offering the promise of collaborative editing, you have to trust it.</p>\n\n\n\n<p>Another thought occurred to me is, does it need to be as beautiful, let’s say as Google Docs? And what I mean by that is, I can literally watch you type letter by letter. I’ll see each letter coming in one at a time. Does it need to refresh quite as often as that? Is a two second delay, a three second delay, a five second delay. I don’t know if this adds complexity. I don’t know if it solves any problems or creates others?</p>\n\n\n\n<p>[00:29:13] <strong>Steve Burge:</strong> Well, there is a video on the P2 site. Just a little five second video showing how this works. And it is just like Google Docs to be honest. It has the avatars of the people editing in the top right corner. Each person gets assigned the color. So, if there’s a little Nathan avatar on the top right, you might have red around your avatar, and any changes you make are being highlighted in red. I might have purple. Any changes I make are being highlighted in purple. It is, at least in this video, aiming right for the Google Drive, Google Docs experience.</p>\n\n\n\n<p>[00:29:49] <strong>Nathan Wrigley:</strong> Yeah, that’s interesting. In your article, I will link to it, and people can go and find it and there’s a couple of them in fact, and I’ll make sure to link to both of those. There was raised, and I can’t remember whether this was raised and then has now been put to bed, or if it was raised and is still a possibility. In order to try and do this, people are coming up with interesting and clever solutions to sidestep maybe some problems that were becoming obvious.</p>\n\n\n\n<p>The idea of being able to only edit the block that you are currently editing by yourself. So in other words, let’s say for example, if we’ve got a page and it’s got 50 paragraphs and a couple of images. I could edit one paragraph, but that paragraph would be locked to you. But all the other 49 paragraphs would be open to anybody. And the first person that gets in there, gets to edit it until they are in effect booted out.</p>\n\n\n\n<p>So we’d have a, an option, very similar to what we have now, on a page basis where I can’t get into the page if somebody else is editing it. We’d have that on a block by block basis. And I think in many cases that might satisfy 90%, 95% of the problems. What are the chances that I want to edit an image at the same time as you? What are the chances that I want to edit a paragraph at the same time as you? Maybe there’s a high chance of collision. I’m not sure.</p>\n\n\n\n<p>[00:31:05] <strong>Steve Burge:</strong> No, no, I think that kind of thing makes sense. And certainly, while we’re talking, I have the, the demo video playing on my screen in front of me. And that seems to be what they’re doing. That it is a block by block approach. I may be wrong. They may have something else in the background.</p>\n\n\n\n<p>But in the video that I’m watching, one person is editing the header, one person is editing a table, one person is editing a paragraph, and they’re working on the same document, but on different blocks.</p>\n\n\n\n<p>[00:31:32] <strong>Nathan Wrigley:</strong> One of the things that you introduced to me just before we hit the record button, was there’s a developer called Riad Benguella, and I’m sorry, Riad if that is in fact not how you say your name, I do apologize, but I’ll link to a website that you mentioned in a tweet. I’ll mention the tweet, and I’ll post the website URL as well. It’s Gutenberg with collaborative editing built into it. And you and I were editing on it, ala Google Docs. And it all seemed to work. So obviously there are people who are tackling this problem, but I’m sure the problem that, that we have here is that we don’t know what the tech stack is behind it that’s making it possible.</p>\n\n\n\n<p>We’re both looking at asblocks.com, a s b l o c k s .com, and you can go there. I suspect it’s going to be there for years to come, and share. The first person that logs in can share the link, assign themselves a name, and then presumably that shared link looks the same to you. You have to assign yourself a name and we can both see each other editing and it works as far as I can see perfectly.</p>\n\n\n\n<p>[00:32:32] <strong>Steve Burge:</strong> Yeah, Riad solved this problem two plus years ago with as blocks, and the demo is still live and still working now. It’s the, the scale out to every WordPress site that is the big stumbling block I presume.</p>\n\n\n\n<p>[00:32:47] <strong>Nathan Wrigley:</strong> Yeah, we just simply don’t know how many people are using this at the same time. And so the collapse of it might not be a problem. Do you have any insight or any kind of spidey sense of when things may start to move in this direction? So obviously we really have to get to the point where full site editing or site editing is more or less complete to the satisfaction of the majority of people, at least anyway. Then we’ll be working on this thorny problem. Do you have any conception of when the work on this will begin properly?</p>\n\n\n\n<p>[00:33:20] <strong>Steve Burge:</strong> I wish I did. To be honest, I’m a little geeky about this stuff and, our customers want it, and I really wanted it. It would be a wonderful feature for WordPress. So I’ve probably been following this as closely as anyone that isn’t actually involved on the technical side. Every time I Google Gutenberg phase three, I seem to come across something I wrote myself, because there’s not much written about it.</p>\n\n\n\n<p>It’s been done a little bit, not entirely under a veil of secrecy, but maybe they don’t want to distract from the focus on full site editing. But it has been hard to find information. And so I was happy to see something emerge on the P2 blog that this is in progress still. If I had to guess, we’ll start to see more next year. We’ve had a couple of mentions of it from Matt, I mentioned at different WordCamps, and Matias, who is one of the lead developers of Gutenberg since the beginning, has a blog post from June this year on WordPress.org talking about phase three, but really only tangentially.</p>\n\n\n\n<p>It was more about the ending of phase two and full site editing. And so there really has been a lot of radio silence. Quite a lot of the active GitHub repos have gone quiet. I hope next year. But as someone who follows this closely, I’ve not been able to find that anymore.</p>\n\n\n\n<p>[00:34:39] <strong>Nathan Wrigley:</strong> Everything that I’ve heard has stuck rigidly to the four phases of Gutenberg. I haven’t heard of anybody discounting phase three. So collaborative editing I think is definitely destined to be tackled, and hopefully succeeding in tackling. But you’re right, it’s been very, very quiet.</p>\n\n\n\n<p>Normally, there’s a lot of speculation. There might be more proofs of concept or people popping up, giving their insight into it. But as you say, you followed it really, really closely, and it’s, it’s almost like a veil of secrecy, as you said. So hopefully that doesn’t indicate anything negative. It just means that people are concentrating their efforts on other things and trying to get those things tackled.</p>\n\n\n\n<p>Steve, I’ve probably used up more of your time than I intended to. I’m sorry about that. Just before we go, if people want to talk to you about this whole proposition, collaborative editing, where’s the best place to reach out?</p>\n\n\n\n<p>[00:35:32] <strong>Steve Burge:</strong> steve@publishpress.com. And actually one of the reasons I wanted to talk about this topic with you was I hoped I might be able to shake a bit more information out of the tree. Someone hears this and has information about it, wants to talk about it, happy to do a video podcast or share the information.</p>\n\n\n\n<p>I would love to see this in WordPress. I’m happy to help. I’m sure they have the reasons for keeping it, for keeping it quiet to the moment. But, this would be a killer feature for WordPress, and if anyone has more information, I’d love to hear it.</p>\n\n\n\n<p>[00:36:00] <strong>Nathan Wrigley:</strong> I really think you are right. I think the realization of this in Gutenberg and if we had an implementation which worked basically effectively for everybody, the day it was released into WordPress core. I think it will really, would dramatically change the prospects of what people would wish to do with WordPress. At the moment it’s largely for websites.</p>\n\n\n\n<p>It really genuinely could be a tool for all sorts of internal communications and publishing things that just are for your close network, your job, your industry, whatever it might be. There’s a, there’s a whole lot that could happen that at the minute is probably left to the likes of Microsoft Teams and Google Docs and all of that kind of stuff, so.</p>\n\n\n\n<p>[00:36:43] <strong>Steve Burge:</strong> Well, it did pop up on P2 initially, which is the kind of WordPress versions of Google Docs, the kind of internal, Automattic, documentation system.</p>\n\n\n\n<p>[00:36:51] <strong>Nathan Wrigley:</strong> Yeah, thank you Steve for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:36:55] <strong>Steve Burge:</strong> Thanks, Nathan.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://steveburge.com/\">Steve Burge</a>.</p>\n\n\n\n<p>Although Steve is originally from England, he now lives in Sarasota, Florida. He leads the team at <a href=\"https://publishpress.com/\">PublishPress</a>, which is a plugin company focusing on improving the publishing experience for WordPress users. The topic of today’s podcast is very much in his wheelhouse.</p>\n\n\n\n<p>Several years ago, the block editor was brought into WordPress Core. It was a dramatic change from the classic editor. Pages and posts could be created and edited with a growing variety of blocks. Blocks for paragraphs, blocks for images, in fact, blocks for everything.</p>\n\n\n\n<p>This ability to edit content with blocks was just one of four phases of the Gutenberg project, the other three phases being, site editing, multi-author collaboration, and multilingual support.</p>\n\n\n\n<p>If you’ve been following recent developments, then you’ll know that we’re currently in the site editing phase. When that’s done, it will be time to turn our collective attention to multi-author collaboration. But what is that and what does it mean?</p>\n\n\n\n<p>I think that the best way to think about this would be to imagine Google Docs. For years, you’ve been able to open up a document, click a button and share that document with others. Those with the correct permissions can interact with you in real time, and you can see the amendments they’re making as and when they’re making them. It’s utterly brilliant, and how most people would prefer to work with their content. One document. One source of truth.</p>\n\n\n\n<p>Compare that to how WordPress currently works. Only one person can edit a piece of content at the same time. If you want to edit a post or a page at the same time as someone else, you can’t.</p>\n\n\n\n<p>Phase three of the Gutenberg project aims to bring into WordPress the ability for multiple users to interact with content at the same time.</p>\n\n\n\n<p>Steve talks today about why this is an elegant and necessary update to WordPress, but also why it’s a difficult feat of engineering to pull off. WordPress has a history of working with all manner of hosting configurations, and it’s one of the reasons that it’s so successful. Will it be possible to run WordPress on more affordable tech stacks given the burden that multi-author collaboration will require?</p>\n\n\n\n<p>We also get into the projects that Steve has found from community members which try to lay some of the foundations of how this might be implemented, as well as talking about how Steve’s finding it hard to discover new information concerning this important topic.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://publishpress.com/blog/google-docs-editing-gutenberg/\">Collaborative Editing is a Really Difficult Challenge in WordPress</a></p>\n\n\n\n<p><a href=\"https://p2help.wordpress.com/using-p2/the-editor/collaboration/\">P2 Beta launch and video</a></p>\n\n\n\n<p><a href=\"https://asblocks.com/\">AsBlocks</a></p>\n\n\n\n<p><a href=\"https://github.com/youknowriad/asblocks\">AsBlocks project on GitHub</a></p>\n\n\n\n<p><a href=\"https://github.com/Automattic/isolated-block-editor\">Automattic’s Isolated Block Editor on GitHub</a></p>\n\n\n\n<p><a href=\"https://yjs.dev/#intro\">YJS website</a></p>\n\n\n\n<p><a href=\"https://github.com/yjs/yjs\">YJS project on GitHub</a></p>\n\n\n\n<p><a href=\"https://publishpress.com/blog/yjs/\">Steve’s podcast with the Tag1 team about YJS</a></p>\n\n\n\n<p><a href=\"https://publishpress.com/blog/google-docs-editing-gutenberg/\">Steve’s post about why collaborative editing in Gutenberg is hard</a></p>\n\n\n\n<p><a href=\"https://ckeditor.com/blog/Lessons-learned-from-creating-a-rich-text-editor-with-real-time-collaboration/\">CKEditor post about lessons learned from creating a rich-text editor with real-time collaboration</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">Matias Ventura’s post about thinking through the WordPress admin experience</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-6-1-to-focus-on-refining-full-site-editing-next-phase-collaboration-and-multilingual-features-anticipated-in-2023-2025\">WordPress 6.1 to Focus On Refining Full-Site Editing, Next Phase Collaboration and Multilingual Features Anticipated in 2023-2025</a></p>\n\n\n\n<p><a href=\"https://ostraining.com/\">OSTraining</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Google_Wave\">Google Wave</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, 07 Dec 2022 15:00: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:14:\"Nathan Wrigley\";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:79:\"Do The Woo Community: Do the Woo is Headed to the State of the Word, NYC, Again\";s:7:\"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://dothewoo.io/?p=73992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/do-the-woo-is-headed-to-the-state-of-the-word-nyc-again/\";s: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:440:\"<p>I am lucky to be able to attend the event again and looking forward to connections, reflections and optimism around the community.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/do-the-woo-is-headed-to-the-state-of-the-word-nyc-again/\">Do the Woo is Headed to the State of the Word, NYC, Again</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 07 Dec 2022 12:00: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:5:\"BobWP\";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:149:\"HeroPress: Blessings and curses of turning your hobby into a career – Välsignelser och förbannelser med att förvandla sin hobby till en karriär\";s:7:\"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=4948\";s:7:\"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:186:\"https://heropress.com/essays/blessings-and-curses-of-turning-your-hobby-into-a-career/#utm_source=rss&utm_medium=rss&utm_campaign=blessings-and-curses-of-turning-your-hobby-into-a-career\";s: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:32039:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2022/12/120622-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Balance. That’s what I lost when I turned my hobby into a career.\" />\n<p><a href=\"https://heropress.com/feed/#svenska\">Den här essän finns även på svenska.</a></p>\n\n\n\n<p>Back in 2012, I was a media and communications student at Umeå University in northern Sweden. The overall state of the newspaper business had convinced me not to pursue a career in journalism, and I had figured the second best thing would be to work with media relations for a business or organization I’d feel passionate about. That’s about how much thought I put into my choice of education. With each lecture I attended and essay I handed in, I realized that I enjoyed studying media and communications, but I wasn’t overly excited about making it my career.</p>\n\n\n\n<p>Fortunately, the lectures and essays left me enough time to pursue other things as well. Girls, friends, parties – things you’re keen on when you’ve moved to a city 500 kilometers from home – but also side projects. Money is always tight when you’re a student. I had started to consider different ways of making money from the web tinkering I’d had as a hobby from an early age.</p>\n\n\n\n<p>I was aware that the business for selling premium WordPress themes was growing rapidly, with themes on websites like ThemeForest making immense amounts of money. Could that be a way to help pay the bills?</p>\n\n\n\n<h2 class=\"kt-adv-heading_564506-1f wp-block-kadence-advancedheading\">Finding WordPress</h2>\n\n\n\n<p>I have a very clear memory of the first time I wrote HTML. I was eleven years old, and I was browsing a popular link directory called Annas Länkburkar (”Annas link jars”) on one of the computers at school. The front page consisted of rows of jars, bottles, boxes and tea bags, each labeled with the type of links they contained. Somewhere in the dark blue bottle labeled ”Data”, I found a tutorial for writing simple web pages in HTML. My desktop was soon littered with .html files exploring the basics of coding web pages, all carefully written in Notepad. I learned that the email accounts my parents had at the web portal Spray came with member pages with HTML support, and I quickly planted a flag on my first plot of land on the World Wide Web. If I remember correctly, it had the memorable URL of http://medlem.spray.se followed by a random number sequence.</p>\n\n\n\n<p>I kept tinkering with web development over the next few years, learning CSS from a book in the library and trying and failing to wrap my head around JavaScript. I was aware of Content Management Systems, but since I couldn’t afford a host on my weekly allowance, I was limited to what I could accomplish on the free web hosts available at the time. I started to play around with other programming languages as well. I found C++ too complicated and Visual Basic dull, but QBasic struck the right balance for me and I built simple ASCII games with it for a while. As you can tell, I was a very cool kid.</p>\n\n\n\n<p>I switched schools when I was 15, and my interest in computers dipped for a while. Instead, I discovered Photoshop. Most of my output consisted of moody illustrations captioned with song lyrics – the main form of expression for 15-year-olds. I was also tricked into working with the school paper, which lit the spark for my interest in journalism and introduced me to InDesign.</p>\n\n\n\n<p>When I started high school, back in 2006, the blog phenomenon was just starting to take off in Sweden, and I was eager to jump on the bandwagon. I had gotten it in my head that I was going to develop indie games, and rather than actually spend my time developing games, I decided that the sensible thing to do was to create a blog about indie game development. This would mark the start of a lifelong habit of creating websites about my interests instead of practicing them. A Google search for after free blog services took me to WordPress.com. The service was only a little more than a year old at the time.</p>\n\n\n\n<p>I published my first blog post with WordPress on January 14, 2007. I can tell you the date with certainty because I’m looking at the post right now, but no, I won’t share it here. I have already told you about my moody Photoshop illustrations, and there are limits to how much I will embarrass myself in public. Despite the WordPress.com domain name and bad English, I somehow managed to trick a handful of game developers to be interviewed for the blog. Most notably, Doom and Quake co-creator John Romero. My final question was ”Pizza or hamburger?”. Maybe it’s for the best that I didn’t end up a journalist.</p>\n\n\n\n<p>My delusions about indie game development soon faded, but I hadn’t lost my interest in blogging. I had grown used to working with WordPress from my WordPress.com blog, so when it came time to register my own domain name and sign up for a proper host, the choice of CMS was an easy one. I dusted off my old HTML and CSS skills to make some small visual tweaks to the theme I was running, and I started to pick up a little bit of PHP as well. I soon realized that tinkering with the code was as much fun as writing blog posts.</p>\n\n\n\n<p>More sites quickly followed. One with news about Nintendo, one with news about Apple, one link directory, one with tutorials about blogging, one about the murder of Swedish prime minister Olof Palme, and so on. The last one is the only one of them <a href=\"https://palmemordet.se/\">online</a> today, although it has received a couple of visual updates since then. I still get emails from conspiracy loonies every month or so. Almost all of the sites were built with WordPress, usually with a tweaked free or premium theme. I kept updating them through my high school graduation, and after high school, a part time job at a small IT company led to me getting paid to write code for the first time. I still didn’t think of it as a possible career path. I had my eyes set on college.</p>\n\n\n\n<h2 class=\"kt-adv-heading_5ca9f6-a1 wp-block-kadence-advancedheading\">A career built on themes</h2>\n\n\n\n<p>Two years later, I was sitting in my student apartment in Umeå, thinking about building premium WordPress themes to help pay the bills. Having nothing to lose and spare time on my hands, I decided to give it a go. My first theme was a simple blog theme called Lasseter, named after former Pixar director John Lasseter, and it was released on Mojo Themes in August 2013 for $49. Realizing I needed some way to market my premium themes, I decided to develop free themes for the WordPress.org theme directory as well. Visitors would come to my site for the free themes, and hopefully decide to pay a couple of bucks for a premium theme instead. That was the plan. Things didn’t work out that way.</p>\n\n\n\n<p>I released my first free theme, <a href=\"https://andersnoren.se/teman/lingonberry-wordpress-theme/\">Lingonberry</a>, the same month as Lasseter. The Trac ticket for the theme is still <a href=\"https://themes.trac.wordpress.org/ticket/13558\">live</a>, and the list of issues I had to fix before the theme was approved is a mile long. <a href=\"https://heropress.com/essays/challenge-gladly-accepted/\">Carolina Nymark</a> of the WordPress.org Theme Review Team reviewed the theme, and she was very patient with me. I had no idea how little I knew about WordPress theme development before I submitted my first theme to WordPress.org. Seven years later, Carolina and I would be co-leads on the <a href=\"http://<!-- wp:paragraph --> <p>I released my first free theme, <a href=\"https://andersnoren.se/teman/lingonberry-wordpress-theme/\">Lingonberry</a>, the same month as Lasseter. The Trac ticket for the theme is still <a href=\"https://themes.trac.wordpress.org/ticket/13558\">live</a>, and the list of issues I had to fix before the theme was approved is a mile long. Carolina Nymark of the WordPress.org Theme Review Team reviewed the theme, and she was very patient with me. I had no idea how little I knew about WordPress theme development before I submitted my first theme to WordPress.org. Seven years later, Carolina and I would be co-leads on the [Twenty Twenty](<a href=\"https://wordpress.org/themes/twentytwenty/\">https://wordpress.org/themes/twentytwenty/</a>) default theme in WordPress 5.3. I owe her and the other WordPress.org theme reviewers a lot.</p> <!-- /wp:paragraph ->\">-->Twenty Twenty</a> default theme in WordPress 5.3. I owe her and the other WordPress.org theme reviewers a lot.</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/12/lingonberry-1680x1680-1.jpg\"><img /></a>Lingonberry, my first free WordPress theme.\n\n\n\n<p>There’s something special about seeing people take something you’ve built and do creative things with it, and when Lingonberry went live, it was exciting in a way I have a hard time putting into words. It made me realize I was a lot more eager to see my themes being used than I was making money from them. My next theme, <a href=\"https://andersnoren.se/teman/hemingway-wordpress-theme\">Hemingway</a>, was free as well. As was my next one, and the one after that, and all the themes that followed. After a year or two, I decided to remove Lasseter from sale. It had sold maybe ten copies at that point. </p>\n\n\n\n<p>During that same time, my free themes had been downloaded hundreds of thousands of times. I was starting to get requests about making paid adjustments to them, and in some cases, building completely custom themes. When I was a couple of months away from graduating college, I received an offer from Smashing WordPress author <a href=\"https://tdh.se\">Thord D. Hedengren</a> to come to Stockholm for a job interview at Odd Alice, his web agency. After 15 years of building web sites as a hobby, the offer was on the table to turn it into a career. I took it.</p>\n\n\n\n<h2 class=\"kt-adv-heading_74b792-05 wp-block-kadence-advancedheading\">The blessing and the curse</h2>\n\n\n\n<p>In the years that followed, I worked remotely for two years before I moved to Stockholm, went through a breakup, made friends for life and grew both as a person and as a theme developer, experienced a company merger and the implosion of said company, and became a freelancer in November 2019 just months before the pandemic hit. All the while, I kept on releasing free WordPress themes.</p>\n\n\n\n<p>I also felt lost. Anyone who has been allowed to turn their hobby into a career – and there are a lot of us in the WordPress community – know that it is both a blessing and a curse. A blessing because you’re allowed to spend your nine to five working on something that you’re truly passionate about. A curse because working on your passion from nine to five will result in that passion wearing out and, in periods, be extinguished altogether. This is when a hobby comes in handy. It’s a shame you’ve turned your hobby into a job, isn’t it?</p>\n\n\n\n<p>The pandemic was a turning point for me, as it was for so many others. I had increasingly started to feel like a WordPress website generator with legs, and after months of isolation in my studio apartment in Stockholm, I realized I needed a change. I needed something that could give me a sense of purpose and sense of self that isn’t rendered with pixels on a screen.</p>\n\n\n\n<h2 class=\"kt-adv-heading_8e86d0-af wp-block-kadence-advancedheading\">Hike your own hike</h2>\n\n\n\n<p>The seed was planted during a family trip to Scotland in August 2019. Me, my parents and my siblings were exploring the country by train, and our first stop after leaving Edinburgh was a little town in the Scottish Highlands called Fort William. Fort William lies at the foot of Ben Nevis, the highest mountain in the United Kingdom. It is the end point for the West Highland Way hiking trail to the south and the starting point for the Great Glen Way hiking trail to the north. Early August is peak hiking season, and Fort William was filled with long-distance hikers either finishing their hike or just about to start it. The sight of excited hikers getting ready to head out on the trail stuck with me. </p>\n\n\n\n<p>When I got back to Sweden, I saw that I had received an email asking me whether I’d like to take part in designing the Twenty Twenty default theme in WordPress 5.3. It’s the sort of offer you would kick yourself for life for turning down, so I swallowed all of my anxieties and said yes. The next couple of months were intense. In addition to a hectic work schedule and contributing to Twenty Twenty in the evenings and weekends, me and my partner were separating, I was buying an apartment, and I was transitioning from full-time employment to freelance work. I would watch hiking videos on YouTube to decompress. I watched a lot of hiking videos that fall.</p>\n\n\n\n<p>The next spring, as the pandemic shutdown began, I put on my hiking backpack for the first time and headed out for my first night in the wild. Despite a heavy backpack, aching muscles and chafing in all the wrong places, it was love at first sight. That August, a year after the Scotland trip, I did my first long-distance hike in the Swedish mountains. Nine days on the Dag Hammarskjöld trail from Abisko to Nikkaluokta. Hiking had me properly hooked.</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/12/anders-noren-dag-hammarskjoldsleden.jpg\"><img /></a>One of my tent sites on Dag Hammarskjöldsleden, between the Sälka and Singi cabins.\n\n\n\n<h2 class=\"kt-adv-heading_b10867-03 wp-block-kadence-advancedheading\">The missing puzzle piece</h2>\n\n\n\n<p>Balance. That’s what I lost when I turned my hobby into a career. When I was a student, I could turn to side projects and theme development for a creative outlet and a change of pace. When I started to work full-time as a theme developer, I still tried to use my themes as that creative outlet, and it only worked to a point. When I finally reached that point, I came very close to burning out on theme development altogether. I started to question my decisions at every fork in the road that had brought me to that chapter in my life. Maybe I should have been a media relations person after all?</p>\n\n\n\n<p>None of us can be all work, all of the time. Finding something that we’re passionate about outside of our day job is key to maintaining balance in our lives. I think that’s especially true for those of us lucky enough to get to turn our hobby into a career. For me, that something turned out to be hiking. Every time I come back from a hike I feel rejuvenated and inspired, with my passion for theme development burning a little bit brighter than when I left. None would have been more surprised than my twelve year old self, with his nose buried in books about C++ and QBasic.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://heropress.com/wp-content/uploads/2022/12/grona-bandet-map.jpg\"><img /></a>My planned route on Gröna bandet.</div>\n\n\n<p>Next summer, I’ll head out on my biggest adventure yet: A two month hike of the entire Swedish mountain chain, from Grövelsjön in the south to the point where the borders of Sweden, Norway and Finland meet in the north. About 1 300 kilometers in all. The hike is called Gröna bandet, and unlike most long-distance trails, you have to chart your own path from the starting point to the end. A fitting metaphor for a career in WordPress. All of it will be documented in excruciating detail on my <a href=\"https://www.instagram.com/andersnoren1/\">Instagram</a>, if you’re interested in tagging along. </p>\n\n\n\n<p>It is an immense privilege to be able to go on adventures like this one, and I likely wouldn’t have had that opportunity without the strange career path the WordPress community has given me. For that, I’m incredibly grateful.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h1 id=\"svenska\">Välsignelser och förbannelser med att förvandla sin hobby till en karriär</h1>\n\n\n\n<p>År 2012 var jag en medie- och kommunikationsstudent på Umeå universitet. Mediebranschens nedåtgående kurva hade övertygat mig om att inte satsa på en karrär som journalist, och jag intalade mig själv att det näst bästa var att jobba som kommunikatör på en spännande arbetsplats. Det var ungefär så mycket tanke jag hade lagt bakom mitt val av utbildning. För varje föreläsning jag gick på och uppgift jag lämnade in insåg jag att jag tyckte om att studera kommunikation, men jag var inte särskilt pepp på att göra en karriär av det.</p>\n\n\n\n<p>Som tur är gav föreläsningarna och uppgifterna mig tillräckligt tid över för att ta mig an andra saker. Att ändra på min civilstatus, träffa nya vänner, gå på fester – saker man prioriterar när man flyttar till en stad 500 kilometer bort – men också sidoprojekt. Det är tufft att få ihop hushållsbudgeten som student. Jag började överväga olika sätt att tjäna pengar på det webbfixandde jag hade haft som hobby sedan jag var liten.</p>\n\n\n\n<p>Jag var medveten om att marknaden för premiumteman för WordPress växte snabbt, och att teman på marknadsplatser som ThemeForest drog in enorma summor. Det kunde kanske vara ett sätt att dryga ut hushållsbudgeten.</p>\n\n\n\n<h2 class=\"kt-adv-heading_a25f3f-c1 wp-block-kadence-advancedheading\">Mitt möte med WordPress</h2>\n\n\n\n<p>Jag har ett väldigt tydligt minne av när jag skrev HTML för första gången. Jag var elva år gammal, och jag utforskade en länksamling som hette Annas Länkburkar i skolans datorsal. I och med att du läser det här på svenska kanske du minns den själv, beroende på när du gick i skolan. Om inte så bestod startsidan på Annas länkburkar av rader med burkar, flaskor, lådor och tepåsar, märkta med den typ av länkar kategorisidorna innehöll. Någonstans i den mörkblåa flaskan märkt ”Data” hittade jag en guide till att skriva enkla webbsidor i HTML. Mitt skrivbord var snart helt belamrat med .html-filer i vilka jag utforskade grunderna i att koda webbsidor. Jag fick veta att e-postkontot som mina föräldrar hade hos webbportalen Spray kom med medlemssidor med HTML-support, och jag planterade snart flaggan i mitt första lilla utrymme på WWW. Om jag minns rätt hade medlemsidan den minnesvärda webbadressen http://medlem.spray.se, följt av en slumpmässig nummersekvens.</p>\n\n\n\n<p>Jag fortsatte att experimentera med webbutveckling under de närmaste åren. En bok på Sandvikens folkbibliotek introducerade mig till CSS, och jag försökte och misslyckades också med att lära mig JavaScript. Jag var medveten om att det fanns innehållshanteringssystem redan då, men i och med att det inte fanns utrymme för en serveravgift i min veckopeng fick jag nöja med med vad jag kunde göra med .tk-domännamn och gratis webbhotell. Jag började experimentera med andra programmeringsspråk också. C++ var för komplicerat och Visual Basic för tråkigt, men QBasic träffade rätt och jag byggde enkla ASCII-spel i QBasic under en tid. Som du märker var jag en väldigt cool och populär kille.</p>\n\n\n\n<p>Jag bytte skola när jag var 15 år gammal, och mitt intresse för datorer svalnade under en period. Istället upptäckte jag Photoshop. Mina alster bestod främst av lågmälda illustrationer med utdrag från sångtexter i bildtexten – 15-åringens främsta uttrycksform. Jag blev också lurad att jobba med skoltidningen, vilket väckte mitt intresse för journalistik och introducerade mig till InDesign.</p>\n\n\n\n<p>Bloggfenomenet var precis på väg att ta fart i Sverige när jag började gymnasiet år 2006, och jag var ivrig att haka på. Jag hade fått för mig att jag skulle utveckla indiespel, och istället för att ägna min tid åt att lära mig spelutveckling bestämde jag mig för att starta en blogg om indie-spelutveckling. Det utgjorde starten för en livslång vana av att bygga webbplatser om mina intressen istället för att utöva dem. Efter en snabb Google-sökning efter olika bloggtjänster hamnade jag på WordPress.com. Tjänsten vara bara drygt ett år gammal då.</p>\n\n\n\n<p>Jag publicerade mitt första blogginlägg med WordPress den 14 januari 2007. Jag kan säga datumet med säkerhet för att jag tittar på blogginlägget i detta ögonblick, men nej, jag kommer inte att publicera länken till det här. Jag har redan berättat om mina lågmälda Photoshop-illustrationer, och det finns gränser för hur mycket jag är villig att göra mig till åtlöje i ett publikt forum. Trots WordPress.com-domännamnet och min knackiga engelska lyckades jag övertala en handfull spelutvecklare att bli intervjuade för bloggen. Den mest kända var John Romero, designer av Wolfenstein 3D, Doom och Quake. Min sista fråga var ”Pizza eller hamburgare?”. Det är nog lika bra att jag inte blev journalist.</p>\n\n\n\n<p>Mina dagdrömmar om indie-spelutveckling svalnade snabbt, men jag hade inte förlorat mitt intresse för bloggande. Jag var van vid WordPress efter att använt WordPress.com, så när det blev dags att registrera ett domännamn och bli kund hos ett webbhotell var valet av innehållssystem enkelt. Jag dammade av mina gamla HTML och CSS-kunskaper för att göra mindre justeringar i temat jag använde, och jag började lära mig lite PHP också. Jag insåg snart att det var lika roligt att experimentera med koden som att skriva blogginlägg.</p>\n\n\n\n<p>Fler sajter följde snabbt. En med nyheter om Nintendo, en med nyheter om Apple, ett länkarkiv, en med guider till hur man bloggar, en om mordet på Olof Palme, och så vidare. Den sista är den enda av dem som fortfarande <a href=\"https://palmemordet.se/\">ligger uppe</a>, men dess utseende har uppdaterats flera gånger sedan jag först la upp den 2010. Jag får fortfarande e-postmeddelanden från konspirationsteoretiker några gånger per år. Nästan alla av webbplatserna var byggda med WordPress, vanligtvis med ett gratis- eller premiumtema med mindre modifikationer. Jag fortsatte uppdatera dem efter att jag gick ut gymnasiet, och något år efter min examen fick jag ett jobb på ett litet IT-företag där jag fick betalt för att skriva kod för första gången. Jag såg det fortfarande inte som en möjlig karriärväg. Mitt sikte var inställt på universitetet.</p>\n\n\n\n<h2 class=\"kt-adv-heading_8f7792-b0 wp-block-kadence-advancedheading\">En karriär byggd på teman</h2>\n\n\n\n<p>Två år senare satt jag i min studentlägenhet i Umeå och övervägde att dryga ut hushållsbudgeten genom att bygga premiumteman. Jag hade fritid till övers och inget att förlora, så jag bestämde mig för att ge det ett försök. Mitt första tema var ett enkelt bloggtema vid namn Lasseter, döpt efter den tidigare Pixar-regissören John Lasseter, och jag släppte det på marknadsplatsen Mojo Themes i augusti 2013 för 49 dollar. Jag visste att jag behövde marknadsföra mina premiumteman på något sätt, och jag bestämde mig för att utveckla gratisteman för WordPress.orgs temabibliotek också. Besökare skulle komma till min webbplats för gratisteman och förhoppningsvis bestämma sig för att betala en slant för ett premiumtema istället. Det var planen. Det blev inte riktigt så.</p>\n\n\n\n<p>Jag släppte mitt första gratistema, Lingonberry, samma månad som Lasseter. Trac-ticketen för temat är fortfarande <a href=\"https://themes.trac.wordpress.org/ticket/13558\">live</a>, och listan på buggar jag behövde åtgärda innan temat godkändes är en kilometer lång. Carolina Nymark från WordPress.orgs Theme Review Team granskade temat, och hon var väldigt tålmodig. Jag hade inte en aning om hur lite jag visste om temautveckling innan jag skickade in mitt första tema till WordPress.org. Sju år senare var jag och Carolina co-leads för <a href=\"https://wordpress.org/themes/twentytwenty/\">Twenty Twenty</a>-standardtemat i WordPress 5.3. Jag är skyldig henne och de andra temagranskarna på WordPress.org väldigt mycket.</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/12/lingonberry-1680x1680-1.jpg\"><img /></a>Lingonberry, mitt första gratis WordPress-tema.\n\n\n\n<p>Det är något speciellt med att se människor ta något som du har skapat och göra något kreativt med det, och när Lingonberry släpptes var det spännande på ett sätt som jag har svårt att sätta ord på. Det fick mig att inse att jag var mycket mer intresserad av att se mina teman bli använda än jag var av att tjäna pengar på dem. Mitt nästa tema, <a href=\"https://andersnoren.se/teman/hemingway-wordpress-theme\">Hemingway</a>, var gratis. Det var temat efter det också, och temat efter, och alla teman som följde. Efter något år bestämde jag mig för att sluta sälja Lasseter. Det hade kanske sålts i tio exemplar vid det laget.</p>\n\n\n\n<p>Under samma period hade mina gratisteman laddats ned hundratusentals gånger. Folk började fråga mig om jag kunde göra mindre justeringar av dem mot betalning, och så småningom började jag också få frågor om att bygga nya teman från grunden. När jag hade ett par månader kvar av min utbildning frågade Smashing WordPress-författaren <a href=\"https://tdh.se\">Thord D. Hedengren</a> om jag ville komma ner till Stockholm för en jobbintervju på hans webbyrå: Odd Alice. Efter att ha byggt webbplatser som en hobby i 15 år hade jag nu ett konkret erbjudande om att göra det till min karriär. Jag tog det.</p>\n\n\n\n<h2 class=\"kt-adv-heading_e569ed-3c wp-block-kadence-advancedheading\">Välsignelsen och förbannelsen</h2>\n\n\n\n<p>Under åren som följde jobbade jag på distans från Umeå i två år innan jag flyttade till Stockholm, separerade från min flickvän, fick vänner för livet och växte både som person och som temautvecklare, fick uppleva en företagssammanslagning och kollapsen av det företaget, och blev frilansare i november 2019 bara månader innan pandemin började. Under hela den tiden fortsatte jag att släppa gratisteman.</p>\n\n\n\n<p>Jag kände mig också vilse. Alla som har fått möjlighet att göra en karriär av deras hobby – och det finns många av oss i WordPress-sfären – vet att det är både en välsignelse och en förbannelse. En välsignelse för att du får ägna dina nio till fem åt något som du verkligen är passionerad för. En förbannelse för att om du jobbar på din passion varje dag så kommer det att leda till att din passion falnar och, i perioder, slocknar helt och hållet. Det är då det är bra att ha en hobby. Trist att du har gjort din hobby till ditt födkrok, eller hur?</p>\n\n\n\n<p>Pandemin var en vändpunkt för mig, precis som den var för många andra. Jag hade mer och mer börjat känna mig som en WordPress-maskin på två ben, och efter månader av isolering i min etta i Stockholm insåg jag att jag behövde en förändring. Jag behövde något som gav mitt liv en mening som inte renderades med pixlar på en skärm.</p>\n\n\n\n<h2 class=\"kt-adv-heading_170e02-94 wp-block-kadence-advancedheading\">Vandra din egen vandring</h2>\n\n\n\n<p>Fröet såddes i augusti 2019 under en familjesemester i Skottland. Jag, mina föräldrar och mina syskon ägnade två veckor åt att utforska landet med tåg, och vårt första stopp efter Edinburgh var en liten by i de skotska högländerna som heter Fort William. Fort William ligger vid foten av Ben Nevis, Storbritanniens högsta berg, och det är slutpunkten för vandringsleden West Highland Way åt söder och startpunkten för vandringsleden Great Glen Way åt norr. Början av augusti var högsäsong för vandring i området, och Fort William var fyllt av långdistansvandrare som antingen precis hade avslutat sin vandring eller precis skulle påbörja den. Det var något med synen av exalterade vandrare på väg ut i naturen med sina överfulla ryggsäckar som jag inte kunde släppa.</p>\n\n\n\n<p>När jag var tillbaka i Sverige såg jag att jag hade blivit tillfrågad om jag ville vara med och designa Twenty Twenty-standardtemat i WordPress 5.3. Jag visste att jag aldrig skulle förlåta mig själv om jag sa nej, så jag svalde alla mina farhågor och sa ja. Månaderna som följde var intensiva. Utöver en hektisk period på jobbet och arbete med Twenty Twenty på kvällar och helger så separerade jag och min flickvän, jag köpte en lägenhet, och jag började övergången från heltidsanställning till livet som frilansare. Jag tittade på vandringsfilmer på YouTube för att slappna av. Jag tittade på mycket vandringsfilmer den hösten.</p>\n\n\n\n<p>Nästa vår, när pandemin hade börjat och samhället stängdes ner, tog jag på mig vandringsryggan för första gången och gav mig ut på min första övernattning i naturen. Trots en tung ryggsäck, ömma muskler och skavsår på helt fel ställen var det kärlek vid första ögonkastet. Ett år efter resan till Skottland gjorde jag min första långvandring i de svenska bergen. Nio dagar på Dag Hammarskjöldsleden från Abisko till Nikkaluokta. Jag var fast.</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/12/anders-noren-dag-hammarskjoldsleden.jpg\"><img /></a>En av mina tältplatser på Dag Hammarskjöldsleden, mellan Sälka- och Singistugorna.\n\n\n\n<h2 class=\"kt-adv-heading_6ae430-01 wp-block-kadence-advancedheading\">Den saknade pusselbiten</h2>\n\n\n\n<p>Balans. Det är vad jag förlorade när jag gjorde min hobby till min karriär. När jag var student kunde jag vända mig till sidoprojekt och temautveckling för att få ett kreativt utlopp och en paus från vardagen. När jag började jobba som temautvecklare på heltid försökte jag fortfarande använda mina gratisteman som ett kreativt utlopp, och det fungerade tills det inte fungerade längre. När jag till slut nådde den punkten var jag på gränsen till att bli utbränd och tappa lusten för temautveckling helt och hållet. Jag började ifrågasätta varje vägval jag hade gjort i mitt liv. Jag kanske skulle ha blivit kommunikatör ändå?</p>\n\n\n\n<p>Ingen av oss kan vara hundra procent jobb, hundra procent av tiden. Vi behöver alla hitta något annat än våra jobb att vara passionerade för om vi ska kunna leva balanserade liv. Jag tror att det är extra sant för oss som var haft turen att få bygga en karriär på våra fritidsintressen. För mig visade sig vandring vara den saknade pusselbiten. Jag känner mig utvilad och inspirerad varje gång jag kommer tillbaka från en vandring, och jag är redo att ta mig an både kundjobb och gratisteman med förnyad passion. Ingen hade blivit mer överraskad än mitt tolvåriga jag, med näsan begravd i böcker om C++ och QBasic.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://heropress.com/wp-content/uploads/2022/12/grona-bandet-map.jpg\"><img /></a>Min planerade rutt på Gröna bandet.</div>\n\n\n<p>Nästa sommar ska jag ge mig ut på mitt största äventyr hittills: en två månader lång vandring genom hela den svenska fjällkedjan, från Grövelsjön i söder till Treriksröset i norr. Drygt 130 mil totalt. Vandringen heter Gröna bandet, och till skillnad från de flesta vandringsleder måste man välja sin egen väg från starten till slutet. En passande metafor för en karriär i WordPress. Hela vandringen kommer att dokumenteras i olidlig detalj på min <a href=\"https://www.instagram.com/andersnoren1/\">Instagram</a>, om du är nyfiken.</p>\n\n\n\n<p>Det är ett enormt privilegium att kunna ge sig ut på såna äventyr, och jag skulle sannolikt inte ha haft den möjligheten utan den underliga karriärväg som WordPress-communityt har gett mig. För det är jag oändligt tacksam.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/blessings-and-curses-of-turning-your-hobby-into-a-career/\">Blessings and curses of turning your hobby into a career – Välsignelser och förbannelser med att förvandla sin hobby till en karriär</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, 07 Dec 2022 08:00: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:\"Anders Noré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:\"\";}}}}}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:69:\"WPTavern: Google Rolls Out December 2022 “Helpful Content” Update\";s:7:\"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:\"https://wptavern.com/?p=140146\";s:7:\"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/google-rolls-out-december-2022-helpful-content-update\";s: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:3164:\"<p>Google is in the process of rolling out its <a href=\"https://developers.google.com/search/updates/ranking\">December 2022</a> “helpful content” system update, which started on the 5th and is becoming more visible in search results. The company estimates it will take approximately two weeks to fully roll out.</p>\n\n\n\n<p>The helpful content system generates a signal that is used by Google’s <a href=\"https://developers.google.com/search/docs/appearance/ranking-systems-guide\">automated ranking systems</a> to provide people with what it deems to be more original and helpful content “written by people, for people” in search results. This particular update improves the system’s classifier and works across content in all languages. </p>\n\n\n\n<p>The system was designed to reward content where Google determines that visitors have had a satisfying experience and, conversely, where visitors do not find what they are looking for, the content will not perform as well. This is distilled into a site-wide signal where Google’s systems automatically identify “content that seems to have little value, low-added value or is otherwise not particularly helpful to those doing searches.” </p>\n\n\n\n<p>If Google finds relatively high amounts of unhelpful content on a site, the rest of the site’s content is not as likely to perform well in Search. With this application of the system, unhelpful content is like a poison for the rest of the website. Google said removing it could boost the rankings for the rest of the site’s content. It can take months for Google to reclassify a site’s content as helpful after unhelpful content has been removed.</p>\n\n\n\n<p>Google published more information on how the classifier works and what it means for rankings:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This classifier process is entirely automated, using a machine-learning model. It works globally across all languages. It is not a <a href=\"https://support.google.com/webmasters/answer/9044175\">manual action</a> nor a spam action. Instead, it’s just one of <a href=\"https://www.google.com/search/howsearchworks/how-search-works/ranking-results/\">many signals Google evaluates</a> to rank content.</p>\n\n\n\n<p>This means that some people-first content on sites classified as having unhelpful content could still rank well, if there are other signals identifying that people-first content as helpful and relevant to a query. The signal is also weighted; sites with lots of unhelpful content may notice a stronger effect.</p>\n</blockquote>\n\n\n\n<p>This is the first major update to helpful content since August 2022. At that time Google encouraged site owners to focus on creating “people-first content,” as opposed to search engine-first content. Site owners are encouraged to reference Google’s guide to “<a href=\"https://developers.google.com/search/docs/fundamentals/creating-helpful-content\">Creating helpful, reliable, people-first content,</a>” which includes dozens of questions for evaluating whether content will be deemed helpful or not.</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, 07 Dec 2022 04:04: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:\"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: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:58:\"WPTavern: Jetpack 11.6 Adds Block Pattern Support to Forms\";s:7:\"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:\"https://wptavern.com/?p=140131\";s:7:\"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/jetpack-11-6-adds-block-pattern-support-to-forms\";s: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:2090:\"<p>Jetpack has introduced a major update to its Form block in the latest version <a href=\"https://jetpack.com/blog/jetpack-11-6-update-to-the-form-block-and-more/\">11.6 release</a>. Users can now interact with the various form templates as patterns. </p>\n\n\n\n<p>A new quick start placeholder appears anytime users invoke a new form block. It displays a selection of the most commonly used form types as icons. Clicking on any one of the form templates will instantly add it to the block. From there, users can further customize the form fields and labels. It also displays a link to documentation on customizing forms and a link to view and export form responses.</p>\n\n\n\n<img />\n\n\n\n<p>Version 11.6 also introduces a patterns explorer, similar to the one found in the block inserter. Here users can see all available patterns fully expanded to better inform their decisions during the form creation process.</p>\n\n\n\n<img />\n\n\n\n<p>After testing, I found the pattern explorer to be a somewhat clunky way to view available form templates. In the default view they appear one at a time and expand to fit the explorer’s viewport. They are also difficult to scroll. Clicking on the grid style view, the patterns are easier to see but the design could be improved to better differentiate each pattern, as they all seem to run right into the next with faint borders around each.</p>\n\n\n\n<p>Although I’m eager to see Jetpack iterate on the execution of these new ways to build forms, the placeholder and pattern explorer undoubtedly help users get started faster than trying to build a form from scratch in the block editor.</p>\n\n\n\n<p>Other notable updates in this release include SEO improvements that allow users to have more granular control over how their content is presented (or not presented) to search engines. In the Jetpack SEO panel, users can now exclude that specific post or page from being indexed, while allowing the content to remain publicly accessible. Users can also now set a custom SEO title for posts and pages that will show in the search snippet and browser tab.</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, 07 Dec 2022 02:13: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: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:63:\"Do The Woo Community: A Product Builders Journey with Eran Shor\";s:7:\"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://dothewoo.io/?p=73747\";s:7:\"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://dothewoo.io/a-product-builders-journey-with-eran-shor/\";s: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:408:\"<p>Eran has a history with both WooCommerce and WordPress and shares his story on building Zorem and his latest product, TrackShip.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/a-product-builders-journey-with-eran-shor/\">A Product Builders Journey with Eran Shor</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 06 Dec 2022 10:00: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:5:\"BobWP\";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:73:\"WPTavern: ChatGPT Creates a Working WordPress Plugin – On the First Try\";s:7:\"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:\"https://wptavern.com/?p=140097\";s:7:\"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/chatgpt-creates-a-working-wordpress-plugin-on-the-first-try\";s: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:3742:\"<p>ChatGPT <a href=\"https://twitter.com/sama/status/1599668808285028353\">passed 1 million users</a> today and Twitter is brimming with a steady stream of creative questions and applications for the AI-powered chatbot. The language model, <a href=\"https://openai.com/blog/chatgpt/\">created by OpenAI</a>, is powered by GPT-3.5, a series of models trained on text and code from before Q4 2021. The model features a dialogue format that gives ChatGPT the ability to “answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests.”</p>\n\n\n\n<p>While some are busy predicting the <a href=\"https://twitter.com/jdjkelly/status/1598021488795586561\">end of search engines</a> and sounding the death knell for human-generated writing, others are fascinated by the potential of AI systems to fundamentally reshape the process of creation. WordPress developer Johnathon Williams brought this close to home when he asked ChatGPT to spin up a WordPress plugin.</p>\n\n\n\n<p>Ordinarily, plugin creation is a task that requires a certain level of technical proficiency. Williams demonstrated that, with a little bit of expert guidance, ChatGPT can drastically reduce the amount of time it takes to extend WordPress.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">ChatGPT wrote a working WordPress plugin for me today on the first try. <br /><br />Custom menu item, custom admin screen, saving a custom options value, validating the field before saving …<br /><br />Holy hell.</p>— Johnathon Williams (@johnofhousejohn) <a href=\"https://twitter.com/johnofhousejohn/status/1599858839771176960?ref_src=twsrc%5Etfw\">December 5, 2022</a></blockquote>\n</div>\n\n\n\n<p>Williams installed the plugin and found that it worked on the first try. Although he didn’t save the prompt for this first try, he <a href=\"https://gist.github.com/oddjar/54bd63399e2e27b15a25d10b6edd4ec2\">published a gist on GitHub</a> of the generated code.</p>\n\n\n\n<p>On a second attempt of creating a different plugin, he used the following prompt:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Create a custom WordPress plugin called “Big Daddy Media” that deletes images older than one year from the media library. OOP. Custom admin screen. one button delete. log the full URL of all deleted media files.</p>\n</blockquote>\n\n\n\n<p>He published a screen recording of ChatGPT at work creating the plugin:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Open AI\'s ChatGPT can generate an entire WordPress plugin based on a simple description.<br /><br />Watch it work: <a href=\"https://t.co/LZQbxFq0aP\">pic.twitter.com/LZQbxFq0aP</a></p>— Johnathon Williams (@johnofhousejohn) <a href=\"https://twitter.com/johnofhousejohn/status/1599932681076473856?ref_src=twsrc%5Etfw\">December 6, 2022</a></blockquote>\n</div>\n\n\n\n<p>Williams said that although he’s had mixed results with his prompts, he has gotten the best results from asking ChatGPI to generate entire functions versus specific filters or actions.</p>\n\n\n\n<p>Theoretically, with additional training on plugin best practices and common architecture, ChatGPT could be used by people of all skill levels to extend WordPress in creative ways.</p>\n\n\n\n<p>“Very soon, describing the WordPress plugin you need to ChatGPT will generate a new one faster than searching for an existing one in the plugin directory,” Williams said. “This won’t be true for all types of plugins, of course. But for relatively simple plugins performing established tricks … well *very soon* should probably read ‘right now.\'”</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, 06 Dec 2022 04:14: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: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:125:\"Gutenberg Times: Gutenberg 14.6, Divi builder’s future,Block and Theme development courses and more – Weekend Edition 237\";s:7:\"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:35:\"https://gutenbergtimes.com/?p=22812\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://gutenbergtimes.com/gutenberg-14-6-divi-builders-futureblock-and-theme-development-courses-and-more-weekend-edition-237/\";s: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:29783:\"<p>Howdy, </p>\n\n\n\n<p>It has been a whirlwind year for me, and now 2022 is coming to an end. Two more Weekend Editions, one more Gutenberg Changelog episode and our vacation around the Holidays and New Year’s will start. I can hardly wait, to be honest. I have a few personal projects, I finally need to get going on them. </p>\n\n\n\n<p>In this week’s <a href=\"https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzE3NCwiMjAxZTExZjMzOTNjIiw1NTYsIjFqb2g0ZGtiNnZmbzh3NG9vb3dnNG9zODhnazA0czR3Iiw0NzMsMF0\">The Repository</a> newsletter (150) I read the community profile of Ryan Sullivan who identified <em>Entropy</em> as the one concept that is worth understanding. He shared a link to a blog post by James Clear (<em>Atomic Habits</em>) “<a href=\"https://jamesclear.com/entropy\">Entropy: Why Life Always Seems to Get More Complicated</a>“. I found some solace in the fact that chaos seems to be our natural state of things. </p>\n\n\n\n<p>In a GitHub discussion about Custom-CSS coming to the Block editor, I also learned about Cumming’s Law: “Law that affirms that the best way to get the right answer on the Internet is not to ask a question, but to post the wrong answer” Wisdom of the crowd. </p>\n\n\n\n<p>Well, WordPress problem-solving is a holistic experience. It takes the whole person. It’s not all about bits, bytes, servers, PHP and JavaScript. It’s about people, too. 🤦♀️ 😜</p>\n\n\n\n<p>For a more down to Earth developers, you’ll find below two posts linked that tell use of the journey of backend or PHP developer to learn working with blocks. </p>\n\n\n\n<p>I<s>f you haven’t yet, browse through the <strong><a href=\"https://www.wordfest.live/2022/november/schedule/\">schedule of WordFest Live</a> </strong>– a 24-hour virtual conference and celebration of WordPress around Transformation. It will take place on <strong>December 16, 2022</strong>, </s> I was sorry to learn, that <em>WordFest Live was cancelled</em>. (12/4 – Thank you, DJ for letting me know)</p>\n\n\n\n<p>The day before, <strong>December 15, 2022</strong> Matt Mullenweg will will give his annual keynote address called <strong><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\"> State of the Word</a></strong>, when he shares reflections on the project’s progress and the future of open source. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">Upcoming WordPress events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-l\">Learn WordPress Online Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Gutenberg 14.6 </strong>was release on November 23rd, 2022. <strong>Fabian Kägy</strong> highlighted in his release post <strong><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/\">What’s new in Gutenberg 14.6? (23 November)</a></strong> the following features:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/#add-a-variation-picker-to-the-group-block-placeholder\">Add a Variation Picker to the Group Block Placeholder</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/#add-list-based-editing-to-navigation-block\">Add List-Based Editing to Navigation Block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/#hide-block-toolbar-when-spacing-visualizer-is-shown\">Hide Block Toolbar when Spacing Visualizer is Shown</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/#transform-paragraph-into-heading\">Transform Paragraph into Heading via Keyboard Shortcut</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/#update-the-design-of-the-focal-point-handle\">Update the Design of the Focal Point Handle</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/#fluid-typography-adjust-font-size-min-and-max-rules\">Fluid typography: Adjust font size min and max rules</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/#define-a-min-height\">Define a Minimum Height</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/#generate-new-color-palets-automatically\">Generate New Color Pallets Automatically</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reported on the release as well: <a href=\"https://wptavern.com/gutenberg-14-6-adds-list-view-for-editing-navigation-block-introduces-new-automatic-color-palette-generator\">Gutenberg 14.6 Adds List View for Editing Navigation Block, Introduces New Automatic Color Palette Generator</a>. She wrote: “One of the most creative features introduced in this release is the new <a href=\"https://github.com/WordPress/gutenberg/pull/40988\">“Randomize colors” feature</a> that will automatically generate color palettes on the fly. It utilizes hue rotations based on the <a href=\"https://www.mrao.cam.ac.uk/~dag/CUBEHELIX/\">Cubehelix color scheme</a>.”</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you are a subscriber to the <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-76-the-new-developer-blogs-public-beta-gutenberg-14-5-and-14-6-and-whats-coming-up-in-6-2/\">Gutenberg Changelog podcast</a>, your favorite podcast app probably made the latest episode available to you. To my absolute delight, <strong>Ryan Welcher</strong>, Twitch streamer and developer advocate joined me again for this show. It was great fun! </p>\n\n\n\n<img />\n\n\n\n<p>Welcher was quoted in the the <a href=\"https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzE3NCwiMjAxZTExZjMzOTNjIiw1NTYsIjFqb2g0ZGtiNnZmbzh3NG9vb3dnNG9zODhnazA0czR3Iiw0NzMsMF0\" target=\"_blank\" rel=\"noreferrer noopener\">Repository Newsletter #150</a> “In the <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-76-the-new-developer-blogs-public-beta-gutenberg-14-5-and-14-6-and-whats-coming-up-in-6-2/\" target=\"_blank\" rel=\"noreferrer noopener\">latest episode</a> of the Gutenberg Changelog podcast, Ryan Welcher, a Developer Relations Advocate at Automattic, some “quality of life” updates in Gutenberg 14.6 that make using it a more pleasant experience: “It’s nice there’s this level of refinement happening to these existing tools,” he says.” TY to <a href=\"https://twitter.com/raemoreywrites\">Rae Morey</a>, editor of the newsletter. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-77-gutenberg-14-7-whats-new-for-block-themes-an-upcoming-live-qa-in-january/\">Gutenberg Changelog #77 – Gutenberg 14.7, what’s new for Block Themes, an upcoming Live Q&A in January</a> with special guest, Daisy Olsen and host Birgit Pauli-Haack. </p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you’re all about the words, be it blogging for yourself or as a content author for your clients, WordPress 6.1 has a number of writing and editing improvements you’ll want to take advantage of. <strong>Anne McCarthy</strong> published another post in the series of Core editor improvements. In <strong><a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\">Advancing the writing experience</a></strong> they wrote: <em>“The experience of writing your latest post, whether as part of your weekly routine or out of excitement from a recent adventure, just got easier in many different ways. From a new mode that helps you focus on just writing to more keyboard shortcuts for quickly navigating content, there’s something for everyone, no matter how you approach writing your posts.”</em></p>\n\n\n\n<h2 id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In the last edition, I shared with you the <a href=\"https://poststatus.com/the-future-of-givewp-and-the-block-editor/\">story that GiveWP is revamping their plugin to use Gutenberg as a framework</a> for their Donations plugin and use the interface components, and scripts already built into WordPress to modernize and standardize the plugin page and settings. </p>\n\n\n\n<p>Last month, <strong>Nick Roach</strong> CEO Elegant Themes, the company that built the Divi Builder, announced the start of the Divi 5.0 release process in the post <strong><a href=\"https://www.elegantthemes.com/blog/general-news/the-future-of-divi\">Let’s Talk About Divi 5.0 And The Future Of Divi</a></strong>. “In fact, developers familiar with creating blocks for WordPress will find a lot of similarities in the Divi 5.0 module API. WordPress blocks will be more easily adapted to Divi and WordPress developers will be able to jump head first into building things for our community. We are building this new version of Divi to work in harmony with WordPress.” he wrote. As time of the writing the post has around 190 comments. I haven’t started to read yet. </p>\n\n\n\n<p><strong>Sarah Gooding</strong> reported on it on the WPTavern: <a href=\"https://www.elegantthemes.com/blog/general-news/the-future-of-divi\"><strong>Divi 5.0 Aims to Bring Greater Compatibility with Gutenberg</strong></a>. She talked to developer, Josh Ronk and quoted him: “On the block theme front, as a part of Divi 5.0, we are also transitioning into a Block-Based theme, and since Divi 5.0 is actually internally built using the same ‘packages’ that Gutenberg itself is composed of, Divi 5.0 has a lot of compatibility built in from the core,”.</p>\n\n\n\n<p>In his video, <strong>Jamie Marsland</strong>, PootlePress, posed the question: <a href=\"https://www.youtube.com/watch?v=fJUCzJYfzNQ\"><strong>Is The Divi WordPress Theme Dying?</strong></a></p>\n\n\n\n<p><em>Are you a Divi user? How do you feel about this announcement? Share in the comments, or email me to <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a></em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jean-Baptist Audras</strong>, Whodunit Agency and outgoing team rep of the WordPress Core team <strong><a href=\"https://twitter.com/AudrasJb/status/1598350878037221382\">tweeted</a></strong> that his agency released two new plugins that help with creating accessible content. </p>\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/lang-attribute/\">“Lang Attribute for the Block Editor”</a></strong> provides a way to ensure language changes in the content of a page are properly indicated to assistive technologies, using the <code>lang</code> attribute. See <a href=\"https://www.w3.org/WAI/WCAG21/Understanding/language-of-parts.html\"><em>WCAG Success Criterion 3.1.2 “Language of Parts”</em></a></p>\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/abbreviation-button-for-the-block-editor/\">“Abbreviation Button for the Block Editor”</a></strong> helps you to provide definitions for abbreviations, using the <abbr> HTML element. See <em><a href=\"https://www.w3.org/WAI/WCAG21/Understanding/abbreviations.html\">WCAG success criterion 3.1.4 “Abbreviations”</a></em></p>\n\n\n\n<p>Audras also wrote: “Worth noting that indicating language changes in content is mandatory for WCAG compliance, and there is currently no way to do that in the Block Editor (except by editing the code manually). I think this feature should be implemented natively into Gutenberg”</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Marko Segota</strong> at Anariel Design wrote about <a href=\"https://www.anarieldesign.com/how-to-create-columns-in-wordpress/\"><strong>How to Create Columns in WordPress Block Editor (Gutenberg)</strong></a>? He covers the topic from adding columns to the editor canvas, and adding blocks to each column. Then Segota goes over all the various design options and how to add borders. Equipped with the full knowledge of available features, you now can channel your creativity to build enticing layouts and page sections. </p>\n\n\n\n<p><em>Share your creation, if you’d like and send me your screenshots or links. Please don’t hesitate to also send your questions, and your bug reports, to my email address <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a></em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On WPEngine’s Builders Resouces site, <strong>Nick Diego</strong> wrote a tutorial on <a href=\"https://wpengine.com/builders/designing-with-column-blocks/\"><strong>Designing with Column Blocks in WordPress</strong></a> and explored two block layouts that rely on the Columns block. “While both are relatively simple, they demonstrate how powerful and versatile this block can be. ” He also included ways to add additional functionality using custom CSS classes.</p>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Justin Tadlock</strong> and <strong>Damon Cook</strong> facilitated a conversation in a recent <strong>Hallway Hangout</strong> about <a href=\"https://wordpress.tv/2022/12/02/hallway-hangout-future-of-css-in-block-themes/\"><strong>the future of CSS in block themes</strong></a>. In the more casual chat the group discussed some Block Theme development-related features that are under active development. I was sorry, that I missed it and I have this on my watch list once this newsletter is done 🙂 </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Speaking of WordPressTV: the recording of a recent Learn WordPress Builder Basics event was uploaded, too. <a href=\"https://wordpress.tv/2022/12/02/builder-basics-building-with-columns-groups-rows-and-stacks/\"><strong>Builder basics: building with columns, groups, rows and stacks</strong></a> with <strong>Nick Diego</strong>, where he “explored how to design sophisticated layouts using Columns, Group, Row, and Stack blocks. These blocks represent the fundamental building blocks of every WordPress website. You’ll learn the nuances of each block type and how to configure them correctly, with a special focus on new features in WordPress 6.1.”</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post <strong><a href=\"https://themeshaper.com/2022/11/28/how-to-add-typographic-fonts-to-wordpress-block-themes/\">How to add typographic fonts to WordPress block themes</a>, Matias Benedetto</strong> explains how to use the Create Block Theme plugins to bundle fonts to your theme with just a few clicks.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ganesh Dahal</strong> published a tutorial on <a href=\"https://css-tricks.com/using-the-new-constrained-layout-in-wordpress-block-themes/\"><strong>how to use the new constrained layout In WordPress block themes</strong></a>. “Now that we have JSON-ified styles for the margins and padding of layout containers, that opens us up to more flexible and robust ways to define spacing in our theme layouts.” Dahal wrote. </p>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-30_70 ngl-articles-frontend\">\n\n \n <div class=\"ngl-articles-wrap ngl-articles-webview\">\n \n \n <div class=\"ngl-article-mobile\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td valign=\"top\">\n <div class=\"ngl-article-mob-wrap\">\n <div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/a-walk-through-of-layout-classes-in-wordpress-6-1/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/11/keyboard.jpeg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/a-walk-through-of-layout-classes-in-wordpress-6-1/\" target=\"_self\" rel=\"\"><span>A Walk-Through of Layout Classes in WordPress 6.1</span></a></div><div class=\"ngl-article-excerpt\">WordPress 6.1 introduced several necessary changes to its layout framework. Namely, core has now centralized its layout definitions, created semantic class names, and reduced code duplication on container blocks. Originally,… <a href=\"https://gutenbergtimes.com/a-walk-through-of-layout-classes-in-wordpress-6-1/\" class=\"ngl-article-read-more\" target=\"_self\">Read more.</a></div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n </div>\n\n</div>\n\n\n\n\n<p><strong>Isabel Brison </strong>published the Dev Note for the WordPress 6.1 release: <a href=\"https://make.wordpress.org/core/2022/10/10/updated-editor-layout-support-in-6-1-after-refactor/\"><strong>Updated editor layout support in 6.1 after refactor</strong></a>. “A new layout type, “constrained”, was added to the already available Flow and Flex layouts types. In addition, layout refactor efforts bring new layout styles, new block level spacing, more semantic class name for layouts, root padding and a method to disable all layout styles altogether for themes.” Brison wrote.</p>\n\n\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong><a href=\"https://twitter.com/briancoords/\">Brian Coords</a></strong>, <em>MasterWP</em>, talked to <strong>Cory Hughart</strong> and <strong>Phil Hoyt</strong> on their podcast <em>In The Loop</em> about all things block editing, open-source theme frameworks, and creating media in the world of WordPress. To listen to the full podcast episode head on over to In The Loop: <strong><a href=\"https://anchor.fm/blackbird-digital/episodes/21-Mastering-Theme-Development-with-Brian-Coords-e1qonaa\">Mastering Theme Development with Brian Coords</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<img src=\"https://i0.wp.com/learn.wordpress.org/files/2022/08/Screen-Shot-2022-08-16-at-7.42.45-PM-1024x549.png?resize=652%2C350&ssl=1\" alt=\"\" />\n\n\n\n<p>The second part of the new Block Theme building course on Learn WordPress has gone live. You can now take both courses back to back. </p>\n\n\n\n<p><strong><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-1/\">Developers Guide to Block Themes (Part 1)</a> </strong>covers the fundamental aspects of developing a block theme, like </p>\n\n\n\n<ul>\n<li>The minimum requirements of a block theme</li>\n\n\n\n<li>The primary elements of a block theme, and how that differs from a classic theme</li>\n\n\n\n<li>Turning a design into a block theme</li>\n\n\n\n<li>Different methods of creating block theme elements in the Site Editor, and then exporting them to theme files</li>\n</ul>\n\n\n\n<p><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-2/\"><strong>Developers Guide to Block Themes (Part 2)</strong></a> dives into more advanced block theme development topics: </p>\n\n\n\n<ul>\n<li>Adding custom fonts to your block theme</li>\n\n\n\n<li>Adding custom functionality through block patterns</li>\n\n\n\n<li>Creating Global Styles variations</li>\n\n\n\n<li>Making your block theme translation ready</li>\n\n\n\n<li>Locking down your theme settings and blocks</li>\n</ul>\n\n\n\n<p>A less code-heavy course to building a WordPress Theme is also in the works, It’s called <a href=\"https://learn.wordpress.org/course/develop-your-first-low-code-block-theme/\"><strong>Develop Your First Low-Code Block Theme</strong></a> it’s in public preview, and not all advanced modules are done, but you get a fabulous introduction into WordPress block theme and how you can create them through the Site Editor. </p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>Core contributor, <strong>Michael Burridge</strong> published <a href=\"https://developer.wordpress.org/news/2022/11/29/a-php-developers-guide-to-getting-started-with-block-development/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>a PHP developer’s guide to getting started with block development</strong></a> on the shiny new WordPress Developer Blog. “This post is intended to guide you through the murkiness and emerge blinking into the clear light of day. It has been written by someone who has followed the same path. Before learning about block development I was a PHP developer who started by creating custom themes and went on to develop plugins to implement custom functionality on WordPress/WooCommerce sites.” Burridge wrote from his experience.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger </strong>held part 4 of his workshop series this week: <a href=\"https://www.youtube.com/watch?v=8rf0h14cANQ\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Developing Blocks without React – Block Controls</strong></a>. This series of workshops looks at building a WordPress block, without using React JSX. In the previous part, Bossenger built a WordPress block using plain JavaScript which supports custom styles via a stylesheet, and which uses block attributes and the RichText component to allow the user to edit the block content. In this iteration, he added a block control and an additional attribute to allow the user to edit the block alignment.</p>\n\n\n\n<p>Catch up on the earlier workshops of the series <strong>Developing Blocks without React</strong></p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/2022/11/25/lets-code-developing-blocks-without-react-part-2-take-2/\">Attributes and RichText</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/11/18/lets-code-developing-blocks-without-react-all-about-attributes/\">All about Attributes</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2022/11/11/lets-code-developing-blocks-without-react-part-1/\">Block Basics</a></li>\n</ul>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p>On his Twitch Stream, <strong>Ryan Welcher </strong>worked three weeks in a row on Query Block variations of all types. Here is the list of the shows on Twitch. A deep dive into the world of post lists. </p>\n\n\n\n<ul>\n<li><a href=\"https://www.twitch.tv/videos/1655281302\"><strong>Working with Query Loop block variations</strong></a></li>\n\n\n\n<li><a href=\"https://www.twitch.tv/videos/1661574564\"><strong>MOAR Query Loop block variations!</strong></a></li>\n\n\n\n<li><a href=\"https://www.twitch.tv/videos/1667449595\"><strong>Building an Advanced Query Loop block variation plugin</strong></a></li>\n</ul>\n\n\n\n<p>And if you are a bit fuzzy on what the shows are about, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> wrote the Dev Note on this topic for WordPress 6.1. <a href=\"https://make.wordpress.org/core/2022/10/10/extending-the-query-loop-block/\"><strong>Extending the Query Loop block</strong></a>. He starts out with “Extenders required a way to present bespoke versions of the Query Loop block, with their presets, additional settings and disabled customization options when irrelevant to their use-case. With WordPress 6.1, the Query Loop block offers mighty ways to create such versions, through <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/\">Block Variations</a>.” </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Tom McFarlin</strong> published part 4 of his series <a href=\"https://tommcfarlin.com/learning-to-build-block-editor-blocks-4/\"><strong>A Backend Engineer Learns to Build Block Editor Blocks</strong></a> in which he walks you through how to handle the process to save content from a block and how to control how it is rendered on the front end. If you are keen on learning block development, McFarlin recommends to start reading part one through three first: </p>\n\n\n\n<ol>\n<li><a href=\"https://tommcfarlin.com/learning-to-build-block-editor-blocks-1/\">Required Tools, Plugin Structure, Dependencies, Block Metadata</a></li>\n\n\n\n<li><a href=\"https://tommcfarlin.com/learning-to-build-block-editor-blocks-2/\">The Backend, The Frontend, Functionality, Styles, a Working Demo</a></li>\n\n\n\n<li><a href=\"https://tommcfarlin.com/learning-to-build-block-editor-blocks-3/\">Block Attributes, Editable Content, Components, Editor Styles</a></li>\n</ol>\n\n\n\n<h2 id=\"5-s\">Upcoming WordPress events</h2>\n\n\n\n<p>December 15, 2022 – 1 pm ET / 18:00 UTC <br /><strong><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a></strong> – Matt Mullenweg’s annual keynote. </p>\n\n\n\n<p>New Date! <strong>December 16, 2022</strong><br /><strong><a href=\"https://www.wordfest.live/2022/november/\">WordFest Live Returns</a></strong> – the 24-hour Festival of WordPress</p>\n\n\n\n<p>February 17 – 19, 2023<br /><a href=\"https://asia.wordcamp.org/2023/\"><strong>WordCamp Asia 2023</strong></a> – the <a href=\"https://asia.wordcamp.org/2023/speakers-announcement-round-1/\">first round of speakers was announced</a></p>\n\n\n\n<p class=\"has-light-background-background-color has-background\"><a href=\"https://central.wordcamp.org/schedule/\"><strong>Have a look at the schedule of upcoming WordCamps</strong></a> to find one near you.</p>\n\n\n\n<h3 id=\"1-l\">Learn WordPress Online Meetups</h3>\n\n\n\n<p><strong>December 5, 2022 – 2 am ET / 7am UTC </strong><br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289957594/\">Using the Navigation Block</a> </strong>with Ben Evans</p>\n\n\n\n<p><strong>December 8, 2022 – 3 pm ET / 22:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289521234/\">Builder Basics: Demystifying theme.json and Global Styles</a></strong> with Nick Diego</p>\n\n\n\n<p>December 12, 2022 – 3 pm ET / 22:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289957641/\"><strong>Creating a Call To Action with the Block Editor</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Fantasy CityScape created with the Imajinn AI plugin</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s: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, 03 Dec 2022 16:02: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:18:\"Birgit Pauli-Haack\";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:120:\"WPTavern: The WP Community Collective Launches Nonprofit to Fund Individual Contributors and Community-Based Initiatives\";s:7:\"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:\"https://wptavern.com/?p=140056\";s:7:\"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:131:\"https://wptavern.com/the-wp-community-collective-launches-nonprofit-to-fund-individual-contributors-and-community-based-initiatives\";s: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:4917:\"<p>The <a href=\"https://www.thewpcommunitycollective.com/\">WP Community Collective</a> (WPCC) officially launched today as a new nonprofit organization dedicated to funding individual WordPress contributors and community-led initiatives. It was founded by Sé Reed, Katie Adams Farrell, and Courtney Robertson.</p>\n\n\n\n<p>The organization was created to address some of the challenges of contribution, where larger companies tend to have more resources to sponsor contributors, while individuals and smaller companies may struggle to balance their ability to volunteer with the need to make ends meet.</p>\n\n\n\n<p>One of the primary ways the WPCC aims to support contributors is through Fellowships. This is an agreement where individuals receive financial support for their contributions to WordPress with global pay parity. They will also engage in professional development and are encouraged to participate in regional WordCamps as attendees, speakers, and/or organizers with expenses covered by the fellowship.</p>\n\n\n\n<p>The fellowships are an interesting concept, designed to incubate high quality contributors who are connected to the community with a well-rounded set of expectations that are not narrowly limited to the code produced. </p>\n\n\n\n<p>WPCC aims to identify areas where the community is underrepresented or contribution is needed and fund Fellowships in those areas. The first fellowship they plan to fund is for <a href=\"https://opencollective.com/thewpcc/contribute/accessibility-fellowship-46812\">an Accessibility contributor</a>, who will dedicate 5-10 hours a week to work on the Make WordPress Accessibility Team and its existing accessibility initiatives.</p>\n\n\n\n<p>“The Accessibility Fellowship will be a bit of a test, in terms of fundraising and response from the community,” WPCC co-founder Sé Reed said. “Accessibility is an easy place to start because the community already knows it is important and we have contributors who are doing crucial work without any monetary support.”</p>\n\n\n\n<p>WPCC is using Open Collective as the fiscal sponsor for its 501(c)3 status, enabling donations to be classified as charitable giving, which is in many cases tax-deductible. All transactions that run through the organization are transparent and publicly documented on the organization’s <a href=\"https://opencollective.com/thewpcc/transactions\">transactions page</a>.</p>\n\n\n\n<p>Reed said the tipping point for her team to get organized to make this happen was a tweet from Matt Mullenweg shortly after the 2022 WordCamp US, where he responded to people calling for users of assistive technology to be paid for testing Gutenberg.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'m not opposed to paying people for labor or people getting paid for their labor. It\'s just not something that <a href=\"https://t.co/0IkxYEeLJd\">https://t.co/0IkxYEeLJd</a> or the WordPress Foundation are set up to do, nor will they be in the future. Individuals have sponsored paid user tests before, just directly.</p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1568789183413776385?ref_src=twsrc%5Etfw\">September 11, 2022</a></blockquote>\n</div>\n\n\n\n<p>“His statement in that tweet really made two things clear to me,” Reed said. “One, that this funding concept would not be in conflict with the work of the WordPress Foundation or the official project, and two, that if we wanted something like this to happen it would have to be done as an independent entity.”</p>\n\n\n\n<p>The WPCC founders joined in on a recent WPwatercooler podcast episode where they shared their contributor stories and why they started the organization. One of their commonalities was a sincere desire to contribute more but not enough time in the day. With very few sponsored contributor positions available, volunteering is not always possible, resulting in the project being led primarily by sponsored contributors.</p>\n\n\n\n<p>“We hope that the WP Community Collective can help bridge the gap between the passion people feel for WordPress, and the very real and practical limits of volunteer contribution,” Reed said.</p>\n\n\n\n<p>WPCC is starting out with a small governance team that consists of the three co-founders but plans to expand the organizational structure to include more community representation, including an Advisory Board with a permanent seat for the Executive Director of WordPress. </p>\n\n\n\n<p>People who want to support the WPCC can join with an <a href=\"https://opencollective.com/thewpcc/contribute/individual-membership-47231\">individual membership</a> for free to stay up to date with the organization’s activities. Check out the podcast episode below to meet the co-founders and learn more about the initiative.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</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:\"Sat, 03 Dec 2022 03:39: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: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: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:88:\"WPTavern: UK Publishers File £13.6 Billion Lawsuit Against Google Alleging Market Abuse\";s:7:\"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:\"https://wptavern.com/?p=140040\";s:7:\"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/uk-publishers-file-13-6-billion-lawsuit-against-google-alleging-market-abuse\";s: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:3405:\"<p>A group of 130,000 businesses publishing around 1,750,000 websites and applications in the UK have filed a lawsuit against Google and its parent company, Alphabet. The claim is being managed by law firms Humphries Kerstetter and Geradin Partners, who allege that “Google abused its dominant position in the market for online advertising, earning super-profits for itself at the expense of the tens of thousands of publishers of websites and mobile apps in the UK.”</p>\n\n\n\n<p>The firms’ economic analysis of Google’s alleged anti-competitive behavior suggests that some companies may have had advertising revenues reduced by 40%. Although Google has been the subject of multiple regulatory investigations in the EU, UK, and USA, resulting in a €220m fine from French competition authorities, this claim aims to compensate publishers and recover losses through a competition class action lawsuit.</p>\n\n\n\n<p>A <a href=\"https://www.humphrieskerstetter.com/category/news/\">statement</a> published by Humphries Kerstetter details the focus of their investigations:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>These competition investigations all focus on the same core facts. Google dominates the markets for ad tech services in the UK and across the world controlling up to 90% of the market in certain sectors. This allows Google to dictate terms, control pricing and, in some scenarios, enables it to favour its own platforms in the process by which advertisements are selected to be published.</p>\n</blockquote>\n\n\n\n<p>The allegations of the competition claim are similar to the complaint brought by the US Department of Justice that alleges <a href=\"https://wptavern.com/amp-has-irreparably-damaged-publishers-trust-in-google-led-initiatives\">Google used AMP to impede header bidding and throttle the load time of non-AMP ads</a>. </p>\n\n\n\n<p>“The marketplace for online advertising is sophisticated, technical and highly automated,” Claudio Pollack, who is heading the UK publishers’ competition claim, said. “Advertising is sold in a fraction of a second in a process which is designed to match the product being advertised with the profile of an individual visiting a website. Third party platforms operate on both sides of the marketplace matching supply with demand and – in an ideal world – ensuring the market operates efficiently and effectively. Unfortunately, it is now well established that this market has developed in a way that is primarily serving Google.”</p>\n\n\n\n<p>A separate multi-billion Euro claim will be running in parallel in the EU, handled by a Dutch law firm in cooperation with Geradin Partners. They are seeking compensation for the alleged damage to small, local publishers who have struggled to stay afloat amid decreased advertising revenue.</p>\n\n\n\n<p>“While the value of the claim we are bringing is substantial, we believe this matter is about much more than money,” Geradin Partners founding partner Professor Geradin said. “For years Google has been denying companies in the UK and Europe and beyond, including the local press and the publishers of community focused websites, the chance to earn a proper income by way of advertising. As well as bringing Google to account the parties who have lost out need proper compensation, something a CAT claim can achieve at no cost to those parties.”</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, 02 Dec 2022 22:54:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:37:\"Post Status: All the Things This Week\";s:7:\"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://poststatus.com/?p=145392\";s:7:\"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:48:\"https://poststatus.com/all-the-things-this-week/\";s: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:4995:\"<h2 id=\"h-state-of-the-word\">State of the Word</h2>\n\n\n\n<p>For the second year, <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word</a> (SOTW) will be a small in-person event at the Tumblr offices in New York City on the afternoon of December 15 (1pm local time). Matt Mullenweg will deliver the annual address to a small in-person crowd, and the event will be live streamed over WordPress’ official social media streams. Meetups and other WordPress groups (businesses, etc.) are encouraged to have watch parties for their groups. </p>\n\n\n\n<p>I will be attending in person again this year. If you’ll be there, say hello and let’s get a selfie to post on whatever social media we’re using. I’ll be tweeting using <a href=\"https://twitter.com/search?q=%23SOTW&src=typed_query\">#SOTW</a>.</p>\n\n\n\n<h2 id=\"h-wordpress-credentialing\">WordPress Credentialing</h2>\n\n\n\n<p>CertifyWP, a new organization, will soon launch a WordPress credentialing process. The organization, which is in the process of seeking non-profit/501(c)3 status in the US, will be the first of its kind for WordPress credentials.</p>\n\n\n\n<p>“Part of developing a credential for WordPress is establishing a baseline of skills for those entering the WordPress job market, including the US Department of Defense, which requires a credential for entry,” says Talisha Lewallen, CEO of WPConnects, and founder of CertifyWP. “The beauty of a credential like this is that it can benefit any company that is hiring in WordPress. Along with the benefits it will bring for WordPress users and contractors.”</p>\n\n\n\n<p>The next step for establishing such a credential is twofold: having a team begin working on a standardized exam for becoming credentialed, and gathering letters of endorsement from those hiring in WordPress and for WordPress roles within the community. To contribute a letter of endorsement, visit <a href=\"https://certifywp.com/endorse-certifywp/\">https://certifywp.com/endorse-certifywp/</a> where you can view a sample letter and upload your completed endorsement.</p>\n\n\n\n<p>(Full disclosure, I have joined the board of directors for this endeavor.)</p>\n\n\n\n<h2 id=\"h-annual-wordpress-survey\">Annual WordPress Survey</h2>\n\n\n\n<p>While there’s always a lot of conversation about WordPress and the future of WordPress, if you have an opinion about the open source project, here’s your annual opportunity to weigh in and have your opinion quantified with others. <a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">https://wordpress.org/news/2022/12/2022-wordpress-survey/</a></p>\n\n\n\n<p>It’s a great opportunity to have your experiences count!</p>\n\n\n\n<h2 id=\"h-post-status-membership-deal\">Post Status Membership Deal</h2>\n\n\n\n<p>In the spirit of Black Friday/Cyber Monday, Post Status is offering $100 off any <a href=\"https://poststatus.com/#choose-membership\">annual membership</a> through December 31. Why? Because we love you! Membership gets you into our Slack community, too!</p>\n\n\n\n<p>Use discount code <strong>BFCM</strong> for your best Post Status membership deal ever!</p>\n\n\n\n<h2 id=\"h-in-the-spotlight\">In the Spotlight</h2>\n\n\n\n<p>Post Status member, <a href=\"https://poststatus.com/member-spotlight-nathan-ingram/\">Nathan Ingram</a>. Nathan is the creator of MonsterContracts, battle-tested contracts for WordPress client work.</p>\n\n\n\n<h2>Podcast Episodes Worth a Listen</h2>\n\n\n\n<ul>\n<li>WP Watercooler: <a href=\"https://wpwatercooler.com/wpwatercooler/ep437-funding-the-dream-with-the-wp-community-collective/\">EP437 – Funding the Dream with the WP Community Collective</a></li>\n\n\n\n<li>Kitchen Sink WP: <a class=\"\" href=\"https://kitchensinkwp.com/podcast-e457-the-2022-holiday-gift-guide/\">Podcast E457 – The 2022 Holiday Gift Guide</a></li>\n\n\n\n<li>Do the Woo: <a class=\"\" href=\"https://dothewoo.io/episode-300-the-hosts-my-heroes/\">Episode 300: The Hosts, My Heroes</a></li>\n\n\n\n<li>The Kadence Beat: <a href=\"https://www.kadencewp.com/blog/episode-20-the-kadence-community-and-influence-with-maestro-stevens/\">Episode 20: The Kadence Community and Influence with Maestro Stevens</a></li>\n\n\n\n<li>Underrepresented in Tech: <a href=\"https://www.underrepresentedintech.com/how-to-be-inclusive-with-holiday-marketing-messages/\">How to Be Inclusive with Holiday Marketing Messages</a></li>\n</ul>\n\n\n\n<h2 id=\"h-upcoming-events\">Upcoming Events:</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word</a> December 15, 2022</li>\n\n\n\n<li>Post Status <a href=\"https://poststatus.com/huddles/\">Member Huddles </a>every week</li>\n\n\n\n<li>Calls for Speakers and Sponsors are open at <a href=\"https://www.wpwealthbuilder.com/\">WP Wealthbuilder Summit</a> May 12, 2023</li>\n\n\n\n<li>WordCamps are back. <a href=\"https://central.wordcamp.org/schedule/\">Check the schedule online</a>!</li>\n</ul>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 02 Dec 2022 15:53: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:18:\"Michelle Frechette\";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:40:\"WPTavern: Take the 2022 WordPress Survey\";s:7:\"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:\"https://wptavern.com/?p=140025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/take-the-2022-wordpress-survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1888:\"<p>The <a href=\"https://wordpress.org/news/2022/12/2022-wordpress-survey/\">2022 WordPress Survey</a> is now open to anyone using WordPress – from beginners to professional developers and everyone in between. This annual survey helps project leaders and contributors learn more about how and why the software is being used. </p>\n\n\n\n<p>This year’s survey is available in the seven most frequently installed languages based on the number of WordPress downloads, including <a href=\"https://wordpressdotorg.survey.fm/fr-2022\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/de-2022\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/it-2022\">Italian</a>, <a href=\"https://wordpressdotorg.survey.fm/jp-2022\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/ru-2022\">Russian</a>, and <a href=\"https://wordpressdotorg.survey.fm/es-2022\">Spanish</a>.</p>\n\n\n\n<p>The survey begins with some questions about basic demographics and moves on to a mix of interesting questions that fall more under the topic of market research than previous years. It asks why you use WordPress instead of other tools/platforms, what you think are the most essential three plugins when building sites, and what are the best and most frustrating things about WordPress. The survey also asks whether respondents have used blocks in the new Site Editor and which Site Editor they prefer. It will be interesting to see the data from these questions.</p>\n\n\n\n<p>The last eight questions are for contributors, and even with those it takes less than five minutes to complete. Although some information from the 2022 survey may be shared in the annual State of the Word address, the survey will be open through the end of 2022.</p>\n\n\n\n<p>The analysis from the 2021 survey results will be shared in early 2023 and WordPress will publish the 2022 results sometime 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:\"Fri, 02 Dec 2022 04:28:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:90:\"WPTavern: Two New WordPress Plugins Improve Block Editor Accessibility and WCAG Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=140002\";s:7:\"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/two-new-wordpress-plugins-improve-block-editor-accessibility-and-wcag-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2988:\"<p>WordPress Core Committer Jb Audras, CTO of the France-based <a href=\"https://www.whodunit.fr/\">Whodunit</a> agency, has released two new accessibility plugins in cooperation with Guillaume Turpin, another developer on the Whodunit team. These are small “micro” plugins developed to fill gaps in the block editor’s accessible content creation experience.</p>\n\n\n\n<p>The first plugin is called <a href=\"https://wordpress.org/plugins/lang-attribute/\">Lang Attribute for the Block Editor</a> and is important for content that is written in multiple languages. It allows content creators to indicate language changes using the lang attribute so that those using assistive technologies will get the correct presentation and pronunciation rules for the specified language. This plugin helps WordPress sites meet the requirements of the WCAG Success Criterion 3.1.2 “Language of Parts.”</p>\n\n\n\nvideo source: Jb Audras\n\n\n\n<p>With the plugin installed, content creators can highlight text and then find the language attribute in the block toolbar to edit it.</p>\n\n\n\n<p>“It’s worth noting that indicating language changes in content is mandatory for WCAG compliance, and there is currently no way to do that in the Block Editor (except by editing the code manually),” Audras <a href=\"https://twitter.com/AudrasJb/status/1598353367138504704\">said</a> when introducing the plugin on Twitter. “I think this feature should be implemented natively into Gutenberg.”</p>\n\n\n\n<p>The second micro plugin is called <a href=\"https://wordpress.org/plugins/abbreviation-button-for-the-block-editor/\">Abbreviation Button for the Block Editor</a>, which allows content authors to include definitions for abbreviations using the <abbr> HTML element. This enables site visitors to access the expanded form of abbreviations, as outlined by <a href=\"https://www.w3.org/TR/UNDERSTANDING-WCAG20/meaning-located.html\">WCAG success criterion 3.1.4 “Abbreviations.”</a> </p>\n\n\n\n<p>The WCAG identify a few types of visitors who may be helped by the Abbreviations, including those who have difficulty decoding words, those who rely on screen magnifiers, have a limited memory, and those who have difficulty using context to aid understanding.</p>\n\n\n\nvideo source: Jb Audras\n\n\n\n<p>The abbreviation tag can also be found in the block toolbar, so users can highlight any text for which they want to provide the expanded form of the abbreviation.</p>\n\n\n\n<p>Both the <a href=\"https://wordpress.org/plugins/abbreviation-button-for-the-block-editor/\">Abbreviation Button</a> and the <a href=\"https://wordpress.org/plugins/lang-attribute/\">Language Attribute</a> plugins are available for free in the WordPress plugins directory. The plugins’ creators hope that some of this functionality can eventually be added to the block editor, but in the meantime users can install the plugins to create more accessible content that meets accessibility guidelines. </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, 02 Dec 2022 03:12: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: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:71:\"Akismet: Version 5.0.2 of the Akismet WordPress Plugin is Now Available\";s:7:\"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://blog.akismet.com/?p=2439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2022/12/01/version-5-0-2-of-the-akismet-wordpress-plugin-is-now-available/\";s: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:753:\"<p>Version 5.0.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following improvements:</p>\n\n\n\n<ul>\n<li>Fixed a bug causing incompatibility with themes that hide dropdown menus after a set amount of time.</li>\n\n\n\n<li>Moved away from using [api_key].rest.akismet.com subdomains in favor of sending the key in the request body in order to increase the privacy of Akismet API keys.</li>\n</ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</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, 01 Dec 2022 17:20:06 +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:\"Christopher Finke\";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:76:\"WordPress.org blog: Share Your Experience: The 2022 WordPress Survey is Open\";s:7:\"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:35:\"https://wordpress.org/news/?p=14062\";s:7:\"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://wordpress.org/news/2022/12/2022-wordpress-survey/\";s: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:4507:\"<p>Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide valuable feedback through an annual survey. Key takeaways and trends that emerge from this survey often find their way into the annual <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word</a> address, are shared in the public project blogs, and can influence the direction and strategy for the WordPress project.</p>\n\n\n\n<p>Simply put: this survey helps those who build WordPress understand more about how the software is used, and by whom. The survey also helps leaders in the WordPress open source project learn more about our contributors’ experiences. </p>\n\n\n\n<p>To ensure that your WordPress experience is represented in the 2022 survey results, <a href=\"https://wordpressdotorg.survey.fm/en-2022\">take the 2022 annual survey now.</a></p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/en-2022\">Take the 2022 Survey (English)</a></div>\n</div>\n\n\n\n<p>You may also take the survey in <a href=\"https://wordpressdotorg.survey.fm/fr-2022\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/de-2022\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/it-2022\">Italian</a>, <a href=\"https://wordpressdotorg.survey.fm/jp-2022\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/ru-2022\">Russian</a>, or <a href=\"https://wordpressdotorg.survey.fm/es-2022\">Spanish</a>, thanks to the efforts of WordPress polyglot contributors. These are the most frequently installed languages based on the number of WordPress downloads. </p>\n\n\n\n<p>The survey will be open through the end of 2022, and then WordPress plans to publish the results sometime in 2023. This year, the survey questions have been refreshed for more effortless survey flow, completion, and analysis. Some questions have been removed, while a few new ones are now present, reflecting the present and future of WordPress. If you’re looking for the analysis of the 2021 survey results, those will also be shared in early 2023.</p>\n\n\n\n<h2>Spread the word</h2>\n\n\n\n<p>Help spread the word about the survey by sharing it with your network, through Slack, or within your social media accounts. The more people who complete the survey and share their experience with WordPress, the more the project as a whole will benefit in the future.</p>\n\n\n\n<h2>Security and privacy</h2>\n\n\n\n<p>Data security and privacy are paramount to the WordPress project and community. With this in mind, all data will be anonymized: no email addresses nor IP addresses will be associated with published results. To learn more about WordPress.org’s privacy practices, view the <a href=\"https://wordpress.org/about/privacy/\">privacy policy</a>.</p>\n\n\n\n<h2>Thank you</h2>\n\n\n\n<p>Thank you to the following WordPress contributors for assisting with the annual survey project, including question creation, strategy, survey build-out, and translation:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/dansoschin/\">dansoschin</a>, <a href=\"https://profiles.wordpress.org/_dorsvenabili/\">_dorsvenabili</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">angelasjin</a>, <a href=\"https://profiles.wordpress.org/arkangel/\">arkangel</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">audrasjb</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">atachibana</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">bjmcsherry</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">eidolonnight</a>, <a href=\"https://profiles.wordpress.org/fernandot/\">fernandot</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">fierevere</a>, <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbenard</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">jpantani</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">laurlittle</a>, <a href=\"https://profiles.wordpress.org/nao/\">nao</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">nielslange</a>, <a href=\"https://profiles.wordpress.org/peiraisotta/\">peiraisotta</a>, <a href=\"https://profiles.wordpress.org/piermario/\">piermario</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/santanainniss/\">santanainniss</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, 01 Dec 2022 16:00: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:15:\"Chloe Bringmann\";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:55:\"Do The Woo Community: Episode 300: The Hosts, My Heroes\";s:7:\"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://dothewoo.io/?p=73766\";s:7:\"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://dothewoo.io/episode-300-the-hosts-my-heroes/\";s: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:355:\"<p>There was no better way to celebrate episode 300 of the podcast than to celebrate our hosts. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/episode-300-the-hosts-my-heroes/\">Episode 300: The Hosts, My Heroes</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 01 Dec 2022 11:14: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:5:\"BobWP\";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:99:\"WPTavern: ElasticPress 4.4.0 Adds New Status Report Page and Instant Results Template Customization\";s:7:\"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:\"https://wptavern.com/?p=139973\";s:7:\"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:110:\"https://wptavern.com/elasticpress-4-4-0-adds-new-status-report-page-and-instant-results-template-customization\";s: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:2708:\"<p>10up has released <a href=\"https://github.com/10up/ElasticPress/releases/tag/4.4.0\">version 4.4.0</a> of <a href=\"https://wordpress.org/plugins/elasticpress/\">ElasticPress</a>, its enhanced search plugin that speeds up searching while reducing the load on WordPress sites. The plugin is based on Elasticsearch and is used by customers of the ElasticPress.io service (a SaaS solution), as well as those who are hosting their own Elasticsearch instance.</p>\n\n\n\n<p>This update adds a new “Status Report” page in the dashboard with information that can be helpful for troubleshooting ElasticPress and synced content. The UI uses Gutenberg components for the collapsible sections. Version 4.4.0 introduces a new query logger functionality that stores failed queries (up to 5 in the last 24 hours) and displays an admin notice if failed queries are detected. The failed queries are displayed on the new Status Report page.</p>\n\n\n\n<img />\n\n\n\n<p>Another highlight of this release is the ability to <a href=\"https://github.com/10up/ElasticPress/pull/2959\">customize the template for Instant Results</a>. It gives developers a JavaScript hook for replacing the component used to render search results in Instant Results. The Instant Results feature <a href=\"https://www.elasticpress.io/blog/2022/03/introducing-instant-results-wordpress-fastest-search-ever/\">was introduced in March</a> with limited customization capabilities. It added a new search modal over the page content that inherits the site’s styles. Developers could adjust the appearance and expose facets, but this new update gives them control over the whole template.</p>\n\n\n\n<p>Another small but useful update in this release is the ability to <a href=\"https://github.com/10up/ElasticPress/pull/3100\">exclude a specific post from Search</a>. This helps site owners further customize the search experience to deliver only the intended results. </p>\n\n\n\n<p>Developers who are using the plugin should take note of the announcement included in this release regarding the migration of the Users feature to the ElasticPress Labs plugin, which houses more experimental features:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Note that starting from the ElasticPress 5.0.0 release the <code>Users</code> feature will be moved to the <a href=\"https://github.com/10up/ElasticPressLabs\">ElasticPress Labs</a> plugin. The <code>Terms</code> and <code>Comments</code> features will remain in ElasticPress but will be available only if enabled via code.</p>\n</blockquote>\n\n\n\n<p>Check out the full list of updates and bug fixes on GitHub in the <a href=\"https://github.com/10up/ElasticPress/releases/tag/4.4.0\">changelog</a> for 4.4.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:\"Thu, 01 Dec 2022 05:22:10 +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: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:67:\"WPTavern: WordPress Versions 3.7-4.0 No Longer Get Security 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:30:\"https://wptavern.com/?p=139956\";s:7:\"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://wptavern.com/wordpress-versions-3-7-4-0-no-longer-get-security-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1338:\"<p>In September, WordPress’ Security Team announced it would be <a href=\"https://wptavern.com/wordpress-to-drop-security-updates-for-versions-3-7-through-4-0-by-december-2022\">dropping support for versions 3.7 through 4.0</a> by December 1, 2022. Yesterday the final releases for these versions (3.7.41, 3.8.41, 3.9.40, and 4.0.38) were made available to the very small percentage of users who are running ancient versions of WordPress. </p>\n\n\n\n<p>As part of the final releases, the upgrade notification now informs users that they are on a version that is no longer receiving security updates. This affects fewer than 1% of total installs. The vast majority of WordPress sites are running 4.1 or later and will continue receiving security updates. </p>\n\n\n\n<p>Wherever possible, WordPress users should be running 6.1.1 on PHP 8 or later. (Although PHP 7.4 is the <a href=\"https://wordpress.org/about/requirements/\">minimum version</a> required to use WordPress, <a href=\"https://www.php.net/supported-versions.php\">PHP 7.4 reached end of life two days ago</a> and will no longer be receiving security updates. Version 8.0 will reach EOL in 11 months.)</p>\n\n\n\n<p>Now that the Security Team is no longer obligated to backport security updates to very old versions, it frees up their time to better support newer versions of WordPress.</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, 30 Nov 2022 20:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:54:\"WordPress.org blog: People of WordPress: Huanyi Chuang\";s:7:\"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:35:\"https://wordpress.org/news/?p=13562\";s:7:\"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/2022/11/people-of-wordpress-huanyi-chuang/\";s: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:9814:\"<p><strong>This month we feature Huanyi (Eric) Chuang, a front end developer from Taiwan, who helps connect local groups to WordPress and the worldwide open source community. He is part of the team helping to make the first WordCamp Asia a success in 2023.</strong></p>\n\n\n\n<p><strong>The People of WordPress series shares some of the inspiring stories of how people’s lives can change for the better through WordPress and its global network of contributors.</strong></p>\n\n\n\n<img width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-featured-img.jpg?resize=1014%2C627&ssl=1\" alt=\"Huanyi pictured sitting inside a rock formation.\" class=\"wp-image-13479\" />\n\n\n\n<h2><strong>Discovering WordPress and the benefit of child themes </strong></h2>\n\n\n\n<p>Huanyi’s first footsteps in WordPress began in 2017 when he worked for a firm that built blogs and developed ad content for clients.</p>\n\n\n\n<p>After building a few sites using the platform, he discovered child themes and through them opened up a world of possibilities for his clients. To this day, he uses child themes to deliver truly custom designs and functionality for clients.</p>\n\n\n\n<p>Later in his career, Huanyi moved into digital marketing, integrating sites with massive ad platforms like Google and Facebook. This led him to learn to work with tracking code and JavaScript. He also began his learning journey in HTML, CSS, and PHP, to be able to improve his development skills and customize child themes.</p>\n\n\n\n<h2><strong>Meetups bring together software users to learn together</strong></h2>\n\n\n\n<img width=\"600\" height=\"800\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/09/huanyi-1.jpg?fit=600%2C800&ssl=1\" alt=\"Huanyi and a koala.\" class=\"wp-image-13476\" /><em>Huanyi pictured in Australia during one of his travels meeting a koala bear.</em>\n\n\n\n<p>When Huanyi had a problem with a client’s site, he looked to WordPress meetups near where he lived in <a href=\"https://www.meetup.com/Taipei-WordPress/\">Taipei</a> to help find the solutions.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><strong>“When I encountered an issue with the custom archive pages, a local meetup announcement showed up on my WordPress dashboard</strong>.”</p>\n<cite>Huanyi Chuang</cite></blockquote>\n\n\n\n<p>At the meetup, he met more experienced WordPress users and developers there, who answered his questions and helped him learn.</p>\n\n\n\n<p>“When I encountered an issue with the custom archive pages, a local meetup announcement showed up on my WordPress dashboard. That was my original connection with the local community,” Huanyi said.</p>\n\n\n\n<p>The WordPress community gave Huanyi a chance to connect with people, feed his curiosity about the software, and join a circle of people he could share this interest.</p>\n\n\n\n<p>At first, he thought meetups were an opportunity to source new clients, and he took his business cards to every event. However, he soon found that these events offered him the opportunity to make friends and share knowledge.</p>\n\n\n\n<p>From then on, Huanyi started focusing more on what he could give to these events and networks, making new friends, and listening to people. This led him to share as a meetup speaker his own commercial website management experience.</p>\n\n\n\n<h2><strong>The road to WordCamp</strong></h2>\n\n\n\n<p>It was going to his first meetup and then getting involved with WordCamps that changed Huanyi’s whole relationship with WordPress.</p>\n\n\n\n<img width=\"600\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-2.jpg?resize=600%2C800&ssl=1\" alt=\"Huanyi pictured on an outing, stood next to a white car.\" class=\"wp-image-13477\" />\n\n\n\n<p>In 2018, he took the step to help as an organizer, having joined the Taoyuan Meetup in Taiwan. He played several parts across the organizing team, and the welcoming feeling he got in every situation encouraged him to get more involved.</p>\n\n\n\n<p>He recalls meeting new friends from different fields and other countries, which gave him a great sense of achievement and strengthened his passion for participating in the community.</p>\n\n\n\n<p>When the team started this meetup, numbers were much lower than in the group in the city of Taipei, but they were not disheartened and gradually grew the local WordPress community.</p>\n\n\n\n<p>They created a pattern of ‘multiple organizers,’ which spread the workload and grew friendships. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><strong>“Being connected to and from meetups is the most valuable part of the community. Having these friends makes me gather more information. We share information and benefit from others’ information, and thus we gain more trust in each other. With such credibility, we share more deeply and build deeper relations.”</strong> </p>\n<cite>Huanyi Chuang</cite></blockquote>\n\n\n\n<p>Before the pandemic, the meetup met every month and grew to become the second largest meetup in Taiwan. Huanyi also contributed to the WordPress community as an organizer of WordCamp Taipei 2018 in the speaker team and lead organizer of <a href=\"https://taiwan.wordcamp.org/2021/\">WordCamp Taiwan 2021</a>.</p>\n\n\n\n<h2><strong>So why should you join the community?</strong></h2>\n\n\n\n<p>According to Huanyi, you will always have something to take home with you. It might be new information or experiences. It might be plugins or theme ideas. But most of all, it is the chance to meet fascinating people and make new friends.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Huanyi’s message to other contributors:<br />“Keep participating, and you will find more you can achieve than you expect.” </p>\n</blockquote>\n\n\n\n<p>He added that long-term participation will ‘let you feel the humanity behind the project’.</p>\n\n\n\n<h2><strong>Localize: the road ahead for WordPress</strong></h2>\n\n\n\n<img width=\"900\" height=\"675\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/huanyi-3.jpg?resize=900%2C675&ssl=1\" alt=\"Huanyi standing on a sandy beach.\" class=\"wp-image-13478\" />\n\n\n\n<p>Huanyi believes WordPress has the power to break down the barriers between designers, project managers, developers, marketers, writers, and publishers. In Taiwan, he said WordPress is ‘a common protocol’ that lets people from all of these disciplines work and communicate together more easily than they ever have before.</p>\n\n\n\n<p>That is why he works on and encourages others to localize plugins today. He believes localization of the software is the foundation for the extension of the WordPress community as it enables people to ‘Flex their Freedom’ in a language they speak!</p>\n\n\n\n<p>He has helped to organize online events around previous <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> events.</p>\n\n\n\n<p>Huanyi said: “I think it’s important to localize WordPress because its very concept of ‘open source’ means that people can access it freely. In another way, free from the monopoly of knowledge and speech. To achieve it, it’s important that people can access it with their own language.</p>\n\n\n\n<p>“Localization is the foundation of the extension of WordPress community because it helps people using different languages to access the project and lowers the hurdle to understand how things work.”</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thank you to <a href=\"https://profiles.wordpress.org/no249a002/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>no249a002</a> for sharing his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>), Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>), Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>), Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Adeeb Malik (<a href=\"https://profiles.wordpress.org/adeebmalik/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>adeebmalik</a>) for research, interviews, and contributing to this feature article.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></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:\"Wed, 30 Nov 2022 20:09: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:11:\"Abha Thakor\";s:7:\"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:\"Tue, 20 Dec 2022 14:58:24 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Tue, 20 Dec 2022 14:45:29 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20220307143324\";}','no'),(620,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1671591504','no'),(621,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1671548304','no'),(622,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1671591504','no'),(623,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/12/the-month-in-wordpress-november-2022/\'>The Month in WordPress – November 2022</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/12/state-of-the-word-2022-recap/\'>State of the Word 2022: A Celebration of the Four Freedoms of Open Source</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/12/the-month-in-wordpress-november-2022/\'>WordPress.org blog: The Month in WordPress – November 2022</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-com-launches-newsletter-product\'>WPTavern: WordPress.com Launches Newsletter Product</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/a-state-of-the-word-dinner-with-some-woo/\'>Do The Woo Community: A State of the Word Dinner with Some Woo</a></li></ul></div>','no'),(630,'wp_calendar_block_has_published_posts','1','yes'),(631,'category_children','a:0:{}','yes'),(632,'elementor_library_category_children','a:0:{}','yes'),(633,'pixfooter-types_children','a:0:{}','yes'),(634,'pixpopup-types_children','a:0:{}','yes'),(635,'portfolio-types_children','a:0:{}','yes'),(637,'pix_woo_style_url','http://test.buildfivefriday.com/wp-content/uploads/wp-scss-cache/pix-woo-style.css?ver=1671548608','yes'),(644,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1671559508','no'),(645,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:5880;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4806;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2775;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2647;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2044;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1897;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1893;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1609;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1559;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1540;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1539;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1515;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1498;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1439;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1353;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1265;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1174;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1153;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1140;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1040;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1009;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:989;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:959;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:901;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:868;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:861;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:858;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:858;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:857;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:857;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:803;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:787;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:780;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:767;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:764;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:754;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:753;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:730;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:727;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:718;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:712;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:701;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:683;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:682;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:679;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:669;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:666;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:628;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:618;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:604;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:604;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:604;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:599;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:590;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:589;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:586;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:584;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:573;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:567;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:566;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:558;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:549;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:548;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:539;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:538;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:537;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:530;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:525;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:524;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:519;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:510;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:509;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:507;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:507;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:494;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:472;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:466;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:465;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:458;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:450;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:448;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:443;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:434;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:429;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:422;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:417;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:416;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:415;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:410;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:409;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:408;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:400;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:396;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:394;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:387;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:387;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:386;}}','no'),(668,'ai1wm_secret_key','3IahMB6F4KCP','yes'),(669,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.7.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1671548836;s:7:\"version\";s:5:\"5.7.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(670,'ctf_version','2.0.3','yes'),(671,'ctf_usage_tracking','a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}','no'),(672,'dpp_wpp_page_options','a:5:{s:15:\"dpp_post_status\";s:5:\"draft\";s:17:\"dpp_post_redirect\";s:7:\"to_list\";s:15:\"dpp_post_suffix\";s:0:\"\";s:14:\"dpp_posteditor\";s:7:\"classic\";s:19:\"dpp_post_link_title\";s:0:\"\";}','yes'),(673,'jet_smart_filters_version','2.3.10','no'),(674,'ls-plugin-version','6.8.4','yes'),(675,'ls-db-version','6.5.5','yes'),(676,'ls-installed','1','yes'),(677,'ls-date-installed','1671548837','yes'),(679,'masterslider_db_version','1.4','yes'),(680,'masterslider_capabilities_added','1','yes'),(681,'revslider_servers','a:3:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:22:\"themepunch-ext-c.tools\";}','yes'),(682,'revslider_server_refresh','1759766541','yes'),(683,'revslider-update-check-short','1729756019','yes'),(684,'revslider-connection','1','yes'),(685,'revslider-update-hash','dd57494a839e16935917661117e5fe10','yes'),(686,'revslider-latest-version','6.7.20','yes'),(687,'revslider-stable-version','4.2.0','yes'),(688,'revslider-notices','a:3:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:952:\"<div style=\"display: block; background: #1b0e41;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch-ext-a.tools//banners/rs60/cyberweek.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch-ext-a.tools//banners/rs60/cyberweek.jpg\"></div>\n<map name=\"srbannermap\">\n <area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks22\" coords=\"569,135,890,196\" shape=\"rect\">\n <area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22\" coords=\"570,200,889,260\" shape=\"rect\">\n</map>\";s:4:\"code\";s:9:\"TPSRCW111\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:527:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-a.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:11:\"TPSNOTR3011\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:302:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 250px;\"><a href=\"https://forms.gle/jrzzrpu34VvrFDsMA\" target=\"_blank\" rel=\"noopener\">\n<img style=\"min-width:920px;height:250px;display: inline-block;\" src=\"//updates.themepunch-ext-a.tools//banners/SR2024survey.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPSURVEY2024\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:1;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(689,'revslider-additions','O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}','yes'),(690,'rs-addons-counter','1','yes'),(691,'revslider-addons','O:8:\"stdClass\":35:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"380\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:6:\"6.5.15\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"1.1.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2023-08-24\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particlewave.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_particlewave.jpg\";s:7:\"img_md5\";s:32:\"623bec30f175f4cc541048f1d6d5fd07\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"424\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"3.3.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2023-07-28\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2024-04-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"481\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:6:\"1.0.10\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_cluster.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_cluster.jpg\";s:7:\"img_md5\";s:32:\"7ada93a9f08a3bcfddc078699674d755\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-fluiddynamics-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"493\";s:9:\"releaseid\";s:2:\"31\";s:4:\"slug\";s:29:\"revslider-fluiddynamics-addon\";s:12:\"version_from\";s:6:\"6.4.10\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Fluid Dynamics\";s:6:\"line_1\";s:46:\"Creating breathtaking Dynamic Fluid animations\";s:6:\"line_2\";s:25:\"as layer or as background\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:11:\"last_update\";s:10:\"2023-11-16\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_fluid.png\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_fluid.png\";s:7:\"img_md5\";s:32:\"4e52333540d80bcb2a41b8ed5961e088\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FD\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"369\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2023-02-23\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_transition.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_transition.jpg\";s:7:\"img_md5\";s:32:\"fe0f1c539053620039a0ad96c4ac27e6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"404\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"3.1.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2023-05-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"418\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"499\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"3.1.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2023-10-06\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_mousetrap.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_mousetrap.jpg\";s:7:\"img_md5\";s:32:\"2329053c3b1d19bdaee131c3dc258d3a\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"500\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"420\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"3.1.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_lottie.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_lottie.jpg\";s:7:\"img_md5\";s:32:\"4aa677a45bb13732e4f10bcb632afcce\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"411\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2023-08-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"483\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:6:\"6.5.17\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2022-08-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_charts.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_charts.jpg\";s:7:\"img_md5\";s:32:\"d2c184371a575faade425c0377c1fdbd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"422\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"421\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"3.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2023-07-17\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"416\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"423\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"3.0.9\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"498\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:15:\"background_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:14:\"background_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:7:\"img_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"407\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"397\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2023-07-08\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"419\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:15:\"background_file\";s:48:\"revslider/addons/images/whiteboard_widget_bg.jpg\";s:14:\"background_md5\";s:32:\"cc69160eb95469dc033e0cc094a24847\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_whiteboard.jpg\";s:7:\"img_md5\";s:32:\"b0bb636fb30ffc3d112ba4c563395ee6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"414\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_polyfold.jpg\";s:7:\"img_md5\";s:32:\"02c6af89e4208f0da5920c6c3e6bb744\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_domainswitch.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_domainswitch.jpg\";s:7:\"img_md5\";s:32:\"f2036924e7993f94bd5c9876fa0bf09b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"415\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reload.jpg\";s:7:\"img_md5\";s:32:\"d1d34d204e627168f4cc4e7422a6d40c\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wprelated.jpg\";s:7:\"img_md5\";s:32:\"e2e7d6c3a428a55442ba90131556c930\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"399\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:8:\"img_file\";s:38:\"revslider/addons/images/addon_snow.jpg\";s:7:\"img_md5\";s:32:\"d6bac718866b0070198a4340041bc60b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2023-12-11\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wpgallery.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_backup.jpg\";s:7:\"img_md5\";s:32:\"104797323a0293cd3f200b0172db1186\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:8:\"img_file\";s:37:\"revslider/addons/images/addon_404.jpg\";s:7:\"img_md5\";s:32:\"217b0d118a107dc50979740dd61228df\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2023-08-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpadjacent.jpg\";s:7:\"img_md5\";s:32:\"cb1feb1257e55d0f42c29dfde2d809ed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_login.jpg\";s:7:\"img_md5\";s:32:\"f0f2edffb4e155acf67799692428644d\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"402\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_weather.jpg\";s:7:\"img_md5\";s:32:\"c69d1c9a69c2dec43ca0578ac35792bd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"406\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_duotone.jpg\";s:7:\"img_md5\";s:32:\"fb666e487e7ac28e6a2a157eed1fb682\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}','yes'),(692,'revslider-library-check','1729756019','yes'),(693,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes'),(694,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(695,'revslider-templates-check','1729756019','yes'),(696,'revslider-templates-hash','0ddca7fec24930ec8f6a8f2a917bd8a0','yes'),(697,'rs-templates-new','','no');
INSERT INTO `wp_options` VALUES (698,'rs-templates','eNrs/XmTHDeS4IF+lWiu2ewfj8nGfWh3Zo2ipJZmxRZfk9N6vcMxGU5WNrMyazKzSLHH5rs/II4MxJVVxYqqyiIx05LIANLjgv/cgXB3/NeTM7U7e/LNE2OgtFpQQY3DQDNuDTceCCmFptbiJ0+f7FZL67ZPvvmvJyD+a2nDz2A4vl/uVy78+cVK7XZLU7xQ283lzq1Ck1ot1S5Kr5oWpm36x/JipOFZPPz0yWUlnDAFYDi5AAYY61y4OEIoc44JYwUJHZfn70akvP1jda3P/n7xLnS62LoPS/cxdDzb7y++efvHt38MRzary/1ys362P3Pn7uJybc6emc352z82QhaVjMXF6vLdcv32j//ncn/+225zuTXun5U9X67/KR44d3Z5ef7P+nK/31RHjDq/UMt363/ebYOY7a46uFnv3Xr/z+PCwzV+CD3D1cS7fgaegXBk6/7zcrl18UHQcIiGQx+Xdh9fFkQk9jhzy3dn+/B3BuJfrduZ7fJiX4n537sLtS7KJ/PPb5/s22t4++RffrncFvUze1r4y9VqUUoumqsr3O/hJlbuWfHdVr17Wuw+Li9csYk/Wpr3xX5TrNWH5Tu1d3/43+FZhxP9y9vt2/XwlOGAceGETa9wlUbFK/7L4fkX36qdC8f9crWPo+vfnxwGyX+EV1c+n9/qZ/Hkm3W42HCn4cxBCAKQLQBaIFRA/A2C3+A4TMMp36t37rfNthytT+KjOd9Ytar/rKxdxhPHcRn++i6MNfdbM4YPBy63q/Sv1TiLvzb75QdXj/zlerdXq1V8R16tdu6/n4bDjWqgEdV4XanQQDF2zfGOVtSDOFUJBSxTEhFhJGBME0C0Ah4aq6yhxqO+SlQibqUPH8ODDL/Y7aoxuzvbfFy8i3e9/TSTUhw5w11oRnFMNZ43ilEcrqXRhuLjMujIfnnutk8LHQai2+8KtbaF2m5Dr1ol4iO8A6WoR8i1VYKcjkqgg0rgVCWqR168UXqXKkR1eF8drdWhPdZRBgeQk5AFHWASQIQVtoArRqlAhngLWmVoBcykCrXERRS5aJRsZmUYOceN1QEgcjt1WBfqcr9Z7Jb/cJVGbCs1UIXZbFbF7mK1DFfoft8HTViel8O/cN47s39W/Lk2EtUvwoXvl0atOqqzP7s8D281K0yqMPigMCRRmB/CQ9CbzfviBxc6txrj6+MLXx2vdKZztKM1lAJGMLRUQ6200Yha4ykyFAhLkMMHremImElvejJn1pj+o+jqCjyuKwLcyqcq3pwtd42KhD9FtYn6EEb86lNxsbm4XIURZwv9KejO4V3u9lunzp8V/3q52xebda1j8ffrcAuhe/C1Shukio9nm2CD4p3d3Onauf3lxW/rzd7trriNN2euqP9WVC8mXkz4fbyS/62Ks63z4Ufxre/K1/7x48fB+66d23ZEvP1j0J7LlWuY9vaP/8NHV3L79kmxV9t3bh9k/qZXav0+XMPbdqy/Lp/P2yfhXtS/PCteqvfhEV1uXbya5fricl982kRndrPdBuQUz1/9FA77zbYm0XIdCHMAV7iL/XL9LuBGB1r/S/3vo8+yfTAvzpx5vwknjOcbexBHxr/dmMvzIKa8qNFb/i7tUd5sEe6i0Cp6ImdudfHsc+AXXvzGLNUqKpR6lCgkBxTSDgp3Z1EjUwg2Rxr8lX/vgI94oiUkllmNqYMSAug9ANgQx53CKgFf+eOZkBe0enERnmAz5St7zo6+0bPc1nsWTAzdhSvcZ78NfykvpVG7/Znah6nlutCuCLcQ/OVo+4Nu7rebcpSXKvzR6d1y7xKvIZDychf0tTiP08HFxzMXZqbhUjarVZyL1m5E9h06CkMPCsNShSlhW/zpMKk66E3ZkMy2avXpHO7OQK0IE01luAr/Zlw4pqAW3ulgmSgszW6tRR0Zc/kPldA78rg70m+qPH3/gdzQ1b6ZA1G90HtyH74ig8MO+sMT/fnTp/NEad6Vf6s0Jfy5OyclVkAPsZfMa6mNBNSToDOSQQow0gf1CD+8lU4cgN9bPZlLKyblX+VXs1pVbmJUTsSkJL5icMYun92pnx2UNGp58fbJd86ry1U42nre1bgovg9Dvb2qXVRnc6bW4UGEufY7V8+hw+y78Wlfb85b/z2eYX0bp/3daqPVarFSn8ILD78bd9ZfR6/VFG//WPyp7F/8XPWvnPbP8bV/Cnq5vTSllpev87r34NV/llONpf+00JfhUreL+CInLr18lHE0xCcc+1WzjOYqv5ZZwmPEND9gWiSY/jEgZhUxM/YN6qxpHH6FGjb1XB5FEWTYc4SVJMhzgTCFXgEsmcatyzOUM9fKe/wAc1deTyr8lk4PR+DGE4bq9PFIxHBg+eErVLXQuC6aoRTQsld6EYZ76PXZy+2x1x19hzohBREHBZGjCvI6eIWmuuOhguzaxr6CNE0dBUHB+QfaEgi8JmEuYKQNauKUhg5BisGIgjRyZlKQC7UND0D93n5Bml1Nhqe4+fQaX6ktx3VlbPg/DT5E+62q/DxVugXl+vxhUX5XnMe1s306xwhyw53FJbE/5El0qjyyjW8Aifb8FH2u4ke33SRaUzpii7PqYKUt5aF4pKMk3GoouICWEI+UNUgYyRAhQEiilIEHJTn8fCbdiKIWpdDZdaIVPdAFdLchDM/D+D4/36xXn6oJQBLFUF5PES+t0KuNeV9/t6285PnHefnqH+Moh0kYTxrHE71v9W6rzkfWi0oxg+WiztHuoIeQh1kviF+WDNI0jH+hUJgYQyuY0e2aa0fETAN/2dzIncUrDM5w049OjFy5aHTlLPKaS0bta80fnUbnse0Dyl+dvu6vTrCN4oJpGNfP7oNab4q/BKdJXW5VGK3fqjSaa1W2bw/NWrUxXSNt3a9TkAsvcPASGLdQI6cDH6kgQGsLNGkju0YEzbW4flhnW+zd+UVkx/xL7MNzfMELip/9jSovJOaFxLyQeB+ob6MTYRqe+FKFEf+DU/to9gdhu+eh1VeNB8Anx7pR7A4ApHCY+ysNAJBUO2uYZwBL7Bz3B7AnAm4F9FmIPSn/1ose9MYRubtyySh4tEGZlxcXgc5283Fd1JdRbHyld/GN1U+q4d6Dc7d0sd1N4ZtRcZKoaOMyYRqY+TL6uc1cuXjzMV0dKn3gZnK42H9sF4kGLR1o2MAMDzXUlApAvcQIGcSIoTRG/NN23jwQM5Mv2JV7R18exk5ytTeIniF0BDBMohu6g+VlFPVldKP9/7o8d5unxY9vXv5MSzX9W1C0y+AkfgjXutmdPGCqWyv5EkdrBsxJA6aNdoR0AJjmk2bx/HK/CROnTwPMHJLLVNsjhc2gvYOc4I5YLjjV0MTvNxhjLmKgJPGMUMtZDzkDYXcBnrslzk1dmep7zQE0BNDPAk33++bbJ4cH+KQoR0hcsntWvO7l3Cm9SxPvkhWmRwQho8oH9bU4O4/6CzJsQ0lhGkv6Z/dxF27VvH8Xbi68079GS5iwaB3aF/rQvvhQt1ckqlrfVUd7qY3OO0KUwcoDL2mAjxfECMgUEIi3C2AdETPnc5UfjHZ3lspVib/ttzJ6429l/Y9hlT/TvqTKnalWwSKKdsXHM7cuXPxC3KxrhLM5t3442JT3cIQ4CXDiscHNfUWTrMf7SbINv4W8z5zh18iSBP2PkenBroOjAJMGaySY1Vo6RzClMaqLcIcxAF3AzPspshS53YQXvJl/GpUKv23Kx83ZEs9+mDy1gSjVR3el00Ct4k9bFwgTh7Zaf4pAeveHvESTZ1Dz8aONC4Vigh/Fq81uX961nUDJ4iL0qOKsRqmStHcBg7wDYf4EsDRIKi0JAtpbSJUzlAgxCphE2FyxcFHgHa3YJLLvmzQ3yI/5NVzvq3i9RbzeO16lOYXQhTikF+WQrr9VjMcuhKlIjFeInIsPpth/ClPMT5vL4mP8lh062OUuun85giE+ngoAjxKDbfQvlH0M9uIXSxZ1whcPRzpwk2EahgWlWCjIjQjzMmcF5JQT4Dlwqgu3GcMXH3ZqBu/afRqPVnwfZl/6crveNcU0HuG0q7qzPO16BLxoA54R6PNidH1nZFFnuKLjJYBOOsgcwAwjIiBlBiEgXQxscrKLjC9nOefOp1zlV6nhCkcfIqUpf/vH4kKFmymq29w9GpLkVZtHU+CrDSRHsIePVfAdgws54nRULUPXIzneoQlDEigpGLHCEMMwhFwQKpiz0BjqXYcmiZAZV3BqqbtAiMuLO1nG6ZzhqnXiqwIjb5pTUapvApFwsVGXTVDVTYwa/xSz816q5cqcLc8vivZ6i+p6C790K/toXZWnFWielsy5UaBgLFgYi6TF+1icNw9oEWAQ67AsegMyCa4dxUr7hM3GujqUMMPvVOGXVPxMY8X/vNkXf3Jrt12aFHyb/bvDwZp5h0Pd+ZYVXCtJHUAIBvB5gbDg4V6Qccr6xHk6/H6uMPDwyKuPPXdWZ6V/hrsoVHRFCHjMF6uuoVfXsAxSLvpZliUUgha79wfcuJWLCpCju3N0d/4ecKJwbqO7URrd/epss9+826qLs/Rz4kXnaEXn5Fg3qlsjwBElXHnNqSPSY6zDE+CxBhZm7cfERMBc6/utxDtb5h+c4guv+lOyq06tz6V/MtMz00+X6W0YPiLjTB8r/5MibVAAaKyx640rQbSgUiuErSHhv4IL4rASjBLq1Rju5y4CVIq+s8jYjvTb1hm/Fe0P8bGZ95n3mfc5Ehm1eREozYt47dTWnBU/bLbn/QXmXdkUV+DOuyvM/YbehhLSaagt8AhprJAGSEGlEIXWQo/bJea+lLnKvA3Ezl3qbfhYTm+FuaqwUa4lHyqRVBdehJsI9NwVcT0mifIp+f9FLDvX91ndfFz+zSu/p4ulNkECpQkSTWm9MS+0KXs38ED7DR0uGWoUggJLgXHAEzKAEecN8gw55WibmtWXMtvn9ECJhV/d4c5Pw1PcuJQSuGVBMa/W5lPP+yyjql1QTq9s7YPtjFq5NhBx7853n1eBci7+HIZMDmX+styeNhkCpckQry822/0gjm9XHu05O+WxgZsjrOMKhmkrRgozZBkUFlFJvVfIc9Tuq9j+fq6KbIdiifOXYkvrMN4qverGZTnXRfWgivLG7URI32OLv8mRfI+RGW3kL0ojf6uIsWEG1Yd4fJBC1TnaDelTAhHjoPdYliUdmfBGOqsYsJ7i9qt0R8RM9OjJnBkg/Udxwzjg2xWhuEkhx+pd5iKOoytU1cPJBRy/7gKOqA1oxmCAwZ7nVCp+x286HOnNwjgN//OSQY6tEFRIY63RgEEENOdd9s1dwLkUejcFnEvR970Hdb+Ac/VqqqDfxPVovagvOfP8dRmIFGbu+6Nr4J+q4kPV+IjR3avlbv9/4r/++dXPr1/Y//zu17++/NdXr/5/31/+8v1//u37/+/L57sL8OH53z5S9NsoQM43ermqY60rfoSb3sU7rarGPysPlk88ufTs653ENrFt2DVOw65/dbp4tQ1WM1i279T2fYK6j04vLqqmha2aKuL1G3qVgbTgyHjAgHAMG6wowI4KzIk1GLQfP/tS5qxLm2xueDdFaZMT3JiFBORgl/zxM3/8zMEuczO+jS7H6Ajj+z5tn8TddcHR1g7yNYvhLUIiihD0mDHOEeSSS4uYYx5MIn8xq9+roqbe1dYlrfDb8p7fmPdhBLnterhJSdAjVzvGhQ1Pzbjds+LNofrSLha7dcqc1Y2NgahgaUPTbrn69Ie8xJjdzrtDUhtTjfEEkn4u9xg7wqRqE7BJKLXN3T0SUPA/qWVKKeY855QgKYW0FFDIiESjVGpl3QpL7VZH7Y6oM0FpTHRG0sMgKXPo0XCojQPG5BiHugiqsbCqWw7sSY/3PnkgbJWm2kOIpWFYYoEEI1xJ64jruEKpkFljLy7uwgVqRecJb57w5glvnvCeANXbWF+cxvo2dfeHn7DrRfHBR+ze8W6gr5Mu+ItCGU489cAAzSQ3jgPhqVLtp5yekJmYPpA6M9iHj+RWRa3Y3VXqU3FDhTfxxebv2aMMbh5P/qL9dX/Rxm2wMWYjXOzNtWsCdCbYybFe1oNGBiJFqCBQW4+g0ZJhQD0yIri9fRjOuMLXgKpajLszDlbiBxjEd/2Fu1He/FX7sXzV/tmpuAYSN1Lf3Mw5dWulA9Z35Z4HTeWfdgBeXfanElCUAsrnNfbUG8+7qK66yB/jT4XPbbA27gRrVxPR78sqnmm4dnl84ZrjdcB2erS/Payn0kmrBQ8OqiM8sDmmqwlhifJJCkgpopJQUxp+FqX18t1Cb1b2zuoBTZ/g/mORpssBXa6X/3npmgWF6rmW7AuX/7SI119S8BEuKfwQ9NRfbsNPot+49st3lxUfi81FNUO/WLmYx1TuqBglj9Hjxv5vley3MME+/119UNU7mlyDeFGlBr54/frtH//1de3/BgfWfPFu7autOw/q9MVM7NvS/Dgtzf+iHsb/b1PuLdrwsSmx+o/qcIXH9GDvw5DzwljNgY1R6cx75hUOc3oFENe0dWFrCVHAreCYXsm8VByRfP84/BD3SajJV6KxFN1ZqS1Td6/rIYUnWZMgqMrbP1brsY26hilweUBV64ITICjXHovnTZ9Kh/ZxzyK33BYXm3jtYYb3CDn80744L7+XaleiIDzw+KNYszeKCc82yAnXG73S8kGFk9b7BMd+wSQtzTJcwepT5cEHxWsuKpPwFEnY5ujgNEfnh83GjuUM+3B8WLKmc7S7kRrXnhIawMcYFQooDIThwHAkOZdJodwoop8p/Fv5UeizmNi5onmhOCb6AZzEboJw6SBat1fLg77FwgTlt/DyEp89OB/Vtv6Wdlg8jYsPcXJfffrJtPw6aPmo86BJG+dO0jj3N1v1Iahh/ZXyRbW16C4B577ssNiVHRam7VARdLy5GwapHbcMGm44gU6bMPWGxkEgkAZGc3hA6bisW7mYjchmR7WZUNoXe/8YbfeI62y1XT27ZovYXU2oQulgkAJEykoM8ZtuFaHTLozlj/kP9DE/+4l3zL029pug7ozZuIt9d7JcHznMk+Pfu1NkHjMVgcBOcAowZ8gzThhHFEKusEmnyPHHt2JXsqKXVBgsX8BcHuH0GU6imHieI2evL7Pv89nXBpkT3PH5Ll3xw0H301lyC4SKIe1Mud/S3VYGCkWwtl5IjLGm4f8w9MwyZ6zDtK1oMRBzK0ImNfmCDK22szt6R85wNSHhMT5+nsd3+KKS0rK6mUzL2+xQPJZJ88VV+frS+NYGr5M0eP1F3CA7/LL4IaiH7X4RqZv8oaV29rrHu5W+JEDaMyMxRMwgwzDCDDEtgxOIGGrnrz0hM6Ftv7k0Z3eVtJ0KvyXQZtw9pv5oEq6mjHfs7yCDv1tcqG0YDOr3+lvy7tnj2AH9aRWAksFy4mBp46dJGj+NvyteNQPvtXFrl5bGrxt29fG6Jn56tEMVCiljHhrHiORAOMkV8NR65QF1CrYuU0fETEzB9qBBsyMlkX11EcFjROE3dpFSMFSRefGZVVSpElti7zK0xx7IUbw+V9t9k7O23UZ1PS9LgkacV6WVN+sPy7WJC2dhCNSBRcWbzWa1X17syg8E0SNc1zk0D+x+dVmYs5hPlpCPNk6PtHHUJI2j/nXzsfgh/HizTYP0wtsOAzp+EQ0Duv1y0Dve3RgqTI+QhdwJbbhRDGogKfQUA6o4lUkN+a6QW+Ex0OsiRrh+SDKI5/W7jpzhds7XzROVhz7UiD/2SLyqXBssO4AzA64NRCa86wAmmdFXlmUIvtAVlRlCj24aibeYUEOtEoASSIDEjjDAmAktnMIrijMEcfN5iLXDOb972LjINwFeL1ea3Qp4iW/YnXgmjp51F/uzRRKqrNaBNjHjzqw2l3b35bAx+1EPhpk2nJeIjh+1ebE5P3cxXfLb5buUM5tgT961UCn/2o228MFXUlgyyoLrJIATTJNYYJpqTEDyibL67S1xsTH1dc69QNUXfPPvkeD2m+xcK/s2fVkXm12cUeb0284kNX1Cr6thMpqCu3OrCNtIs9q07WJCbvFRrfeHR/eVZisE1Qxjq6y+EUd5qx+PE3xt9C6RE+B7fR5+1EVfc8+7uukAwU5DF4eQG6SsMdQQQzQTiivDgt5h5BXAIMVhR8qXA8bUj+q5UYixARWLjMWMxYzFB8FiW3GfphX3/+JC18ttfN8/Nln4h5CN5TogZB3edhurcTjUQSHAREAlHaKCAui1w0IITYTAwClRfuiogzQOv7/telp91dXcdNb6BOPCHzZqLan6lwawRf3cFXYZppLbSJxkqbsOz90cYjjO4krmKX5G+LI+HeTlwDxLvzaVaZs6QdPUiefvXExl+rUqpjcksyrbF2XtvQOb04PdlT+pHVLeWkoVMMICG/4xBiKtiBGozb5NJdyKz7WguhjgHTB6+gR3weniNqAu1//el7F02/UurVBQ1WkpR1vCaRMdu9NKTVPmbOk+RCQumxvIMcpfR4zy40Vrm51B0+yMN06d13OiBKjhFexDw4Gl9d87GLXCaRjGPuCKSxQ/IkMotIbcc2BQecvV1dU/vl122dnluV6r5WpR+m2LwZRw3nSN657uGksCz8ixQrQ3DryJT7JbgrZU8l2j9lHL7XIXXajwl3pIBaCm1fXKCOb6Bis/+Fnx0+kENGe8Xg+vjyct7/PLlNU1dA/DdVfWKgvavYiKcFWNsurX5fNuJQyuNIcAPLBpapNnKO6bppECE4e3PygyMWjp7gvGGWWWWqOC3UKMGoCo0Uhhy5gUQPYNVq/WxDyGq1cV4t4s2JXnvbEpA1ebsuIatqy7gX22ZndqzQ56ke1Ztme5BMidWbQ2XYqm6VLk/xZNAeTBlEsH2rhtvQ56sGido93pFzfUOy89ohxgbrmCRAAslEIKCtrWhO+ImCtNnrw/FIstl22a2u13bdZucwnXyJHoWrh+YAunt1kKqy+2qC+zWggLI6LJUyq3D6lLjJzWepeO6RlxX5Kld3GDk02aJuZWZQ7HSddmmkgFe4gVsPw9JM+NbmJJ2vw4Sm/8RaT+HnD4EpB+GOm0dTeOh9AijozgiHPFFRZWOu4txA5xSXjv+0hH0Fz2pfyCMW9NvlHh15n1zPx5ZFCsNFdiyctwuTrWlw7yNpGPsk51rPMYgfJ6s1l3KmTFo7tNUhamPdQNNfJCOuulpBQiF+vACEYUco4jBAWSSZ2s5ve3rCQdxSyinCSz7nIdx3F0KJr90hbRJsxWY/oG57wLon9eOa3+5oABNsnbDnoStxM8zS/bH9R2Gabf0dlvZMbQ0t0y+JBBSdwu7x/wCPYPuN32hdXTXESmlotUqRZesU5Vr4wlkWNRyrMvYTeYL80stemXNE2/fHG2DXPN84Ct1+vwMvslOHbhYLf8xuFIr7Y34doDgblR3gtmGCJQhqOMSYCSTy6Hn9/OODVXvYjyZk2rHBM9MDX0rmNg0xiq88tYE2MVt65u3lX5PGz68UQVaxcDY+NL9OqwI0zGd97+5SG5+OTf/+ttIN/+7O2Tb94+aT2bUrcC8cJ1vU09nvb4s4uzi7dPnr59slbnrvx1Cajn1v6yLo8HEpaH60cRxMR/Rt7227H3HQ7WlKxOtysFPPnv/3hy2hhv01tpmt76lxh4+W1UpZeX4d0lBN+GFh0aDgBvDnRLJ3lKuaJeWeQtM0oKpJhyzEkGJcPtUlDz69ulMQQhiyhlcR6vdlG23/UXhZud9AHWi+IFFrrEYYX3iZja+PXgXDsb07xexxj9FzF7vlmfzxs35jX1HAgbUdkmxNI0Ifb1yrn3xc9htMUZ+qtwgZ3KSqFxVbVdVE1NaaVuQ3dthnvuEQNCYqaEcijWsMSaWymdc9gntZW6Um5F0VrOIgpaxAKZyZpJO2+bhZ3XOdXprsesi+cXF4v6jS9elYsxMV91o/8eUxKaDR0CfionsK5LUvqaVcW6toDmo3Wr8+r1yS4ToBOCZpsuy9J02aBAU8hUFxdjwOwe7sZnCqcZiLQ0kAiitPA2RmcahxkXNvnu2JFxu8ysQIAhxWbG5PGTXA1IVB6680zaCUiGqy/qq69XrCMk643Eysl2wIa+XK7snWbTnlzubE68Ojl/E4T/W5T/KwD4pvzfg6OTtTmtLM1p/c7t3g/WVcP4ed9dVz0c6Vbt5EhBJaTCDmuMsdHEaqcRFp5iYtoCA4ef34qSZcBEFDXrkmpP6v1zUDsV7jeqX7yKtIRxrE+3WRXhkTh12EX741l0KMuNtcuydZuP62e56G9GxvzIaHM1WWcnrZULb+TP7uNuGD5sYts6NB3imuqwge7x7nYLyGBPEfQOQy2AFEQ74KF0UEkhk9q/PSEzFb6MAu9qt4VE9v1zZWLHwPIpHhS4WtBr8lbagNobIiX2yhUvH3zSdpIYafPqWJpX91NpAP5UhaEnCClf6rvD4Yof6cFulKjz0HKKKbceGU2xlhIYThQKkzeIW3ikEmYix8XZZt/G+8/6OeD4SW7MEtAvpstvyJLyKg45A7vL5V7pVWnd67y4mFewbRTyASZgX0aYaF4Gy0S9BlHbvC6W5nWFN7m2amuLX1+NcHVXty4+Xiz6eB1p6273hxHAVAuFOKPICiCg1dYrTLA1six6Xn9CGArKsL0dbNtI/GpZZuQtBz0JI24RU5BbIFeIuUsIvqoiXXyYiW6qWJfyt0U5nKuE6CsvuFzKy/B7+GKaNwiPafRjJEKm0zQMkmlHwESozCFSZvopvb2SCp04mZMEeJtOxej4zPpVeDHFt3WZ087suppUxhe3aMqgJnPsfmsH454YT7V2FCqvqMIMckq0DjQ3WmmPujPtvqgvfb59u/rxxU0qJW/tq3i9dZ3kL77wcRzMi3IwX7vucRz++08XrlP4+GDacu3jR+m3tslHLE0++qlJ7/jgil/PlnunN8FdSJcE2g4f0/Z6bWCstRsBQ4UmylNMLTPMcG2coQhRQajDTpN2kWBM1K24l0hctCIXhxiO6iNsZUnnoeENznh15Pi8a5LNrDkqb7MmWSux327Oy+PtADi4iNUDb9T7XlcVxrKSjNvuVUDQfe1E2wQP1R/qi/oF7Sajy6/J8HRwVONvlGGDF3JYb9GxDEOt5Xmx48sKgR8Mjo6b328d8fTbUXMbT/8m+Dx9t7/NcmKiY//Wmw9VEsngg9ry0JbYu+ZQtxIPJgRoJiFiVhoomLfWcIg1FDo8DJQYueb3Ry3blaNXu+DV9be1rOdgixg+NpNBu/I81zFj+O6jOw/h7yv3LjqsXlm3iGTo7bv5rHggGxbJsVqu35f7D1SgPP018skd1HMm1pcdeooXSJ4Qu9vUJpbG63+ntu+LF/WY/rYMYFwUL936Mg2nCn0WZeGXWBW/jHJcnFddmk3jzfugz1P9etv9EW0RYhxKiw22GBJGJZKcOQyNajcMnZJ2O+iXUpP1txptVb7STMA/eo7rrOt0UA8Quc3OyX/bXJbRqFVcZOuOl6UUqmWQiNPy82ddg6gIqlEPoSIGRu6iBQia6cMv6l/HN36X7P3Jd3eMKtflI2vigDhcZzMHU3FJyB14VA+Jpw1AkwX+G6Xul2dt1oiqEbi7Kme/o0q78jEeagcE0rs62lZvIx9PmYqVJ1f85XCCG3Cyfj+3W+QJ7T/U2l9ESk0gtDkWhmi4lQqGd4TV5lQlx9AEZ9u8KA6u4uyPrtxo5Rhn4XUgC3s7CogAVEK9Y8FtFsIoiZE1SCqjOIX+KGFhxmvGa8ZrxmuPeaeC1zaDisOr8Ppch3d7BV/RQtW9rqRs3bXDWiQFAVACSBFUUHIlkCQGauI5tj4J3zsiMBM3EzcTNxO3pt6JEZe3iVccXUXc1277YWmCMhyHLl7s2o5Xcrft3U27sAo7ywAlHIX/KsQMD06vpsgL6gU6it5WZqZvpm+mb6ZvzJw/Qfq2OWwcX0XfV/Vm61fQlywu2o5X0rft3aGvlI54ArCUFgHEoGIQQ0CwBY4CDcxR+rYyM30zfTN9H5q+dfbjwxOYnCCB2/Q/Tq4i8Bu32y/PN+tl+PEVFKZh8HU6X0ni7i+6yxBeQgQdcM7aGBztBHUIBxhzgpVR+iiNu3IzkTORM5GzPxx15QRp3KYOcnoVjV+EH1+9AswW5tDvSgYfOnfru1KvndEQYu8R9CB4wI4ra4BgmONk94ijIjN5M3kzeTN5Y4jWCZK3zfnj7Cry/rDZ7DthwGPg4wvfdLuSu03fntfrKeSeGm4ocdgBg6zlGBtvMQHg+Me3RmKmbqZupm6mbtSFE6Rum3LI041lfi4rX14Rt3uNkN2ronUFgEBy6DHBglvqJVHQE0c5dx4LpA6InT1Q946hmnmaeZp5Og9PTywydyIDgrfZa1xcidJeaG4Xb/A4RrvhuIRqzyGXggQPFRoHIXLCmVi5AhBKzQRCYcZnxmfG59eJT3iC+GwTyLi8Ep/90NvrRd1eI+BWEIA0YYBhEfc/tJiRWLcbMhizh7mdckhnibXNUM1QzVB9rFBFJwjVNltMgCuhOhJde+3A2uvF1HItjFOIe2KZcpAb6qALf0CEcm0Bm6LrXOG0GbAZsBmwjxWw+AQB2+aLCXglYEcCaK8dO3u9sFkLiZCYYoYshwgxzIxVwZmlgbJEOz4F2LkiZjNgM2AzYB8rYMnpAVa06WECXQnYifjYG4XGXj8qFjBEqfaWIOgI8Bx6JaAMPi6WVnuAp2A7Z0BsBm4GbgbuYwUuPUHgthlhAl8J3GEI7HWjX68V+CqUEAYTwhlnmkHsDLUaeUctwxhOftuaK+Y1wzXDNcP1scKVnSBc22QvQa6E6yDK9ZoBrteJbcUEA6AJAVwhILHTyEEHhGAiOLEYyimyzhPWmsGawZrB+ljByk8QrG3elkjztt44c1b8a3iD63BlLUj34fDfD0creCbHut+svESWAwsNBAJz4SWkGgqDjNMc2vabVSLgy6XjMzgjH+sy4aW4TpXwdp/dwoazlzpcbbJU7LdqvauG1iPcwDJvFHlKGw6INudIpDlHL9S2+M6pVdCGs5IEhw3GVLjO5Hi9sVh6tFuMWoMIDSEoVUI5YqG1TDiIpfaQpVt3pyJuR48gatHKmncnsVHZn8GN3vYCjILMjcyNx8ONNmtGpFkz0Wd6Xe15EVNlhruVlJOpskMnWaZ7uLuzrHUCWk4MCcQI8zTkECc2TN6wUNaUvk4yTzvImMsBaaXWKTczeyA9+QOUwDGU4LveqaTcUjb2UeHlx6lafJklYMoOhV4Fvao3K8mbaOd9pb5IxrXpLCJNZ3mxdarcifCHbXgXcXvi1D+qG33SVvtI/Zbel1TMjMZMKI+1UQr54CVp4LTzjhHcrkYNxNzBFk13uS3T9XwlfC9bMZ0trW0O7Srmxa2Q9tvlu3cuXE7xYamKO9qLaRQSY7szZb5mvn6ZfG3zXWTHhwxPZle8arZE+770MlIXMrY3CzetB5ke7aAVYm0h9Rpb64WWgkCjKdVCYiGN4UmQSipiEqvFtQbAYWGpcpLS6hLVFuTzIPaq09yethKAmWh7volfAWLP7SaOhP6ud7u87V2mbqbuXVO3TYiRqVf73eUmEMcNZ+y2ajiAtv57NwNbEsHi54Dgw3LDGA1Tc25scGeJMMa0OYP1j+eanJ85FcdtqRDz+q5Hz3E9qpIOVUHXh52Nqpfr5X9eupaloUuga95INK85fnHkajNNZJof/XIZ93pe9WvzbH8bK8dTHe0GggDLFBOSWg0V9UhqyLgEDFIKjfTgAK/qt7dj13l1sYv6I3XyQX8WbE2Jv86yIjviBUIIvoK4jyjyp/XD7ARc7wP8r6Hf67JfdyPg8BjiZb3tjPYg6E39gsuAlfjEa/7bzcd1BFz8kdmswrOtUVcLrAkX7zhuk6zWn+Ku1BEwu07siw6P/N12cxnI2BETnMtG25vTxJe4K/TGfnoa26r3Xj7opsetjJHa77fLoAduyhutXM/i+aFf9QTfPnm2j3E04eKraw8HUryXLz0H/DzigJ+zqpLQXHE/jYb9Wr/2Ny1DT6kIExm3krJNF4IAjJjJXt2lbf30elYyHu1+yBeaMCiYpMwzx5iywADhCMVIa21dYiXjb78MKwluZiU5yFYyW8lsJbOVzFbyRGptTVlJmFhJOGIl++W1tr+N1tOqDw8SCyAwRBMDsJdIxAwuJ52k2gRbCRNLOUPFrEdqKmU2ldlUZlOZTWU2ladSQW3KVKLEVKIRUzlS02f721QRn7alW7XHKomdoIYpQiizECNAACTcA8F9Ev7U/v6rNJsQZruZ7Wa2m9lunqLdPHwdfwDLiU/QcuLEcuIRy/nT2neWYn9bVgd6FjMe7VpL5jATTngbwy4gJ8ozIwXAQipHcfrFMv72q7SUIhvKbCizocyGMk8wT6XA4ZSZJImZTGvC/LTeXSy3VTLrj2UUXmIsl23jWdNW2c1BSzedUHpANNIOaAaFV9xBEeynwFowzZP6sAMxcwUtli2LRubM0Yqp8Fub0Bsm2pRReGmcYhzmjSX0Tu0vwyUGEP3nZei/DKPgU6B4GLh7V4fdlQF4ZrNZJaHhNeIfLnowuYlnxb8Gm1e4ThxhEkYYjyXmp4wq/BqCCkucPcaQQkkT9KRVU16qd+ofy7Fw6PO65WKzS1a3Okc7vDGUIY8J5Y44qy3AQFLpY91/5kD474E3HRFzsaYRelfB0T35Nw4zJN2waAjATHUQVJVuskjSTfB3i1fdjJNnxffrv28+/SFHSeco6S8lSlqyBGlpSZc/u4+7oRvlfr8I04wxN2rQ0q1L6hGwVAUXwUhgnQVCC0y9lk5gwG3rRg3EzIW2dbifu/KiEtm3jZyerxxDqbkXbhvJVfigpHFk2+UuuPqfAn+KeNH9JYo4p4p38Yei1LsiKt79wi7gI06tK8zF6Xn5MjLnMuduyTmecI6PLK42k+FX9TQ5ceF6S44Xhx4V+Q6Qm+5YXWb996AMzaLHb9H1v/gN/vbVfZa84UzRFVOLFpXmbtbxcb9z7WJr7dbV+W5Tq3yVYxcxWC0rRjDGlcW8CJsXYfMibF6EPd20kfAG3AMvxIrEpKYZlt+p7ftebe6hVbWh06JXK3vSsh7vfIV1JZ9nW8tz3nFl2aPnuO/i26UfPGlmzyKPYsmI3cq594NiHKX7u1kvrDuPf1ptlI22tPoSusvVtzNV76f6dhHhc4IMRRMMbZPUK6f42AYHQ4hel5+fi06cdyvIwMzA/Mq2K3hoVk4s4cRY5haWaRbWm08X7uM23Mx2WP5tf2hzTVO9fUGvoRcy54VWDjBjiOIaUmGZAAZAR6W1BrV7GPSkzPbV/yB30Qie+9N//wxX4xOXh2b9/r/clexoaNN8/d9uzsvjyZsNo20RNKV+os3k+gS+xN3XEnWzuN8YmPrV7G4E35H1o2QghGccj4wSbfAqDgv22hUHdc0L5ccXyp/8+3+9DbTbn7198s3bJ+2wHLyEt+mg7bc+uzi7ePvk6dsnaxW8qigpeTvPrf1lXbYG9JaN9cMJIuM/I8Pi7djAeDsyNKKIJ//9H09Oeq0/pui2hiLNQfp25cLge7mxbvhpU8e2cJGu92Gzd7xjJpAjxEnOqGSWU66UJsB7hQQQzBrf5iH1hNyyCHMUtojSFnFRat6vmuPCb2sbbhypMR4cVl1Mtbb/48s3P9N05fhDeKKbp0V4ZqvlP2osrt3HIlxbUd5VdK7dg5ehzwFiX26AWMx4bMmT5nC8KZ/lammW+0/90nP7pG20Ct2gQ3e/LUsNdJw6pbximAksJFUYKYY8Ma5N7xiImTVE9W5iUwfgQTcDjzyZtI4iT+nzlP4+vix1UHPiVcnoFEeTXDhIpjg68OE6hOv5cWMsHXHpJOBAQkcsFcoYbiHyAiDrkA9eneZ2nKZ3EPJ/mjy9sSOXiZqJ+rURFZ4iUZO0KUiniPpLmBxNAnVTN07ztOzR3U1DW+Fl3KAIO0wAIZIxYhjVCnKvKRzHaSnnK6ApxhmmGaYZpqda42gSpkkiGGRTMP01huH/6orvNlNE/Rh6fHR2cxSqTacOV5USAChCdJjpO6UxIJDYAEuPkfYuSagYFfUVoFWUyy8ZrRmtGa2nWARnEq1JQhrkU2h9td383XWLyHVAd9G2T4O16dQBK/UMaqwgBhhrxRSFCgrEAWTYAUUnVlMbURmsGawZrF89WMkpgjXJgIPimM+6K/4Udw0+5rTu3tU9jrutVbdugQMnvfLCUOoscjhAVUKNMGPcccixnnZcK2FfxTervCqQCZsJe4yw9BQJmyREQTlF2DdKr9yk47pvWqfBWnXpQNUjoTUxFgFnoEdSQeu4VVRZIA2SeByqlaCv4qMVlZmomaiZqEeIyk6RqEl6FAJTRI2jJ8gOb+F8Cqum02WarUm/7iYtMe5fSQ48xYRIwDnxSjhAsac6eLLjgE2kfRWUZTxTNlM2U/YIZfkJUhYmeVUITlH2h81mPx0b4JvWabZWXbplwaRzGmiiBUWGek6wg9py5rATHjk/jtVK0FdAVC7yQkAGagbqMaCKUwRqkn+E0OQ3rEE6f0q56WT+iV5TqfzxyG/pb74kYN46gz+MrWMDLqK0zSQqiyLsin8qtpuPu6ZEdVD7fbnHlLORSTHbKEBsua/Sl4qLzb4qX51T+jNB7zalf5bA/3vM85/EZ5JEhdIkqj8vjSuer23xIozUdT+NKraGxrLtt5cjaVSDDt0pvhcxvx8xwwlhBIXZPaGGaAhFmO6zdoo/EHM7T3QdxC1MFLYIILwIjzk8rsXd4PZa57qqhC2r0z9zylVGbnZa3x3A9E81lk401YpN0TZJtUJkmraDZKsOB38cTbYa6dJNXWUSQ4BxuGeNgGKIUm6QIFQRyxSE48z9cYZkqy+OujetvpKxm7H7tWAXniJ2k3wsRKex+9ptP4QjuynwJu3T6G06deALkOfIGQaYAMAIBKk2AawKSIaIE3wcvo2ojN9uJhfLXm/Gb8bvqWVwTeI3yeBCbBq/z3V4zVPsbRqnwVv26NYXoBB45q3WwknCsRMGIc8kUkwbIf04dUs5GbmnumVvRm5G7kkhF58icpPMLsSnkfvXWMctQW6EiVrbEie/fagbO8gd9uhW6dNaOqgsRpJgagwFgBJkgeEAUVcWQ6huaygnIzcjNyM3I/cayCWniNwk5wuJI2u7Qb9XUcd3U9w9S3tMw7ft1s1P8Fgy5SHDikuLLNWYWg25gU5xpdg4gVthGcMZwxnDGcPXwDA9RQwniWFITmN4pKpBZxXg1URVg9FO3TJcjjFJw/87L7AXklNNERLSAKGIJWR81eHVLFUNHj1+WXfXcZbpm+l76vStdyC4f/6yU+RvkkaGwTR/37jf99WomXKDY+F13fSYdoPbbl0Ke4ydFlgayZzCCFGvvIdGWCyQBhMLEa2w7AZnNziDOLvB18AwP0EMoyTPDMNpDL8IP/yl89Wtw0MTmke+u4316Vb2Co6uldp4Li2m3DrgGCQcACeBFAyP07eWlNHbQS/N6M3ozeg9uYy0SfQmGWkYTaN3kOTbYeF4ku9Ilx53JbLcc6Qx51ARxynxEmqrAMN66vPbHEm+Xxx2yelgN1P3rqn7Q3gTl7u4KXC5N9jGLNWq2J2pbTxUbzp5uM3mlY10rXZrPJz2EewU9gihL08R+kkeHU4zOwTYFa/3n4Ly/BRzVxPch5YD3sOfu5FrQgioNIWeQ428thohwCmyGMGAcXXgePjh7bgdBCx28foWZW7tTITuSb3OloZw9u1u45mrLQBLpATNeO92Je7iRn8Rd1GDBfifu2qXw3IHcX+5fv+p2Tj88e9c+Ng2Lrw1jh7lVoYoyQvDtLOJ6mWzz3b9aDq7qF5uD2vPzQaqzaFu7ResLXPQmPKTFMBGEuIVoBooZAVP905tfn/bbVMvm62uF428mbZM7Qt+ELbU3tl5SZTo8QWfrdTDbVS8WL8gXmiDkUJ9UMtVrABZgaa+3qK8tIdjzBG87K7gyyPeWXqGLz2PkzFJEhROo/BfbM6j6/p6Ex7F8+C//rJOGFM1xrbncVPqA2h6x7uTUIioCBNRQKmWYRolpdOSaUWRBNCrljY9IbdDjimFLXZB2qJyw2dCzlDwQyLnsCX9EfYM3+jNIXNzMzu13fq5WsYbUeswaR/Zb33QPNxwPb2ffypetj/4zP3X25MHlsQD8bWmrzm5pkeyDTtKcmzwkYDvYSGkcjEljJx6QWWyFNJkv6PFkNJ1pq91YalXOEnceHt2V3SmxuOFk3oFk4K9U+UizqeivZVkQefCbZcujO9nxfcr9y4u/0x4LLtlVLSOy1Kyp1rkOuAoDMkwyIJJ/0NercrfCO609tKtKoDcY82lybWiJDkHp5Hir9dhPNazvYEntguNquODHY5063wQIKygjGuhPOWQOaW0xRIQhByF7aYfh5/fzu+KYpoZ2ax+11Dwfftd4R0EiJa4iMRJX0+gT2clv5zX7Uf8tGfBXwmw3MXqdbFWXbJ2/PbJj5vQWX0qJQddnN9Xm56wTHlr5VMfcdPa40P/rHwwn+eK1dLb8RUP1g+pOt3usXhgSf4HTgOPX6ntfhmcimbo/LJO3a+LurUZ6Zu1Sz76Ddq6G1MSBqGRgDlMjWLAM8itEgxBrsNkSybO2UDQ7ZS+LzAYiNZNmkn/j57jOiiYs4TP8+JyvfzPS1c0V1V7SkGR1b787heu/4Orvvbt9pfrdZyxVEvQ0XqmsLjbFZ8wEVy54IqFoX+4yLgEZM6W7oOz4YKDo/juLFzmSn0KoKrWi0t+vXj9Ovnxs6LnbpnL3T5Mkv5Ru36V7KfhxlfVg4hE+/bn7//8XfHyl+++L356+fxP3weqVaeJ3uG7TRTzNmjihzi1skX5iaBYBAejJNYu/rG9gLdPbvikvrpVpymIN4N0N0byXuMQ5w2wdokv8ojR/mN08jfFT2uzLf3+79fvgqz4pqpR3+NztbT5bTkKX0Yd+vc3l/vNdqlW/9EzEt25QnW7yQgqh82+/m2A4lkwoPvNYllfx8IdrmMRr2PR492unGyX2rAoteGPPaPUiB7SONqJi/W7a1mtJF2GgCNW683HzRGrtf+4mbRaoa1jtbRwRnuCMSeKSUeUxkg6JTAJlst5MWm1gqB5rdacXzxHZX9dVmq+JcPMr3ld0yQng8BjSh4s4jHndF+3Tyh6bO2qOsbaIEMZpVZYCo2F3AS9B7EaGidHVD2KmknZ229XtfS5NX5wguycnrJzmv3SO463yFS/F6rjJMWDpHHGrzbbvd+slpvir4GXnZCRi6bpQ9NSo7x7vBuLpgxHGHhPtRDAa2aER8JrbSDCOtlFuCdkrk2DDmIX1UCbfTuM/gmu2hlj7vLAo593I7V1+WnHRjjZ5S4c/1Sh+nDBRVu2I37lSOD+UX16WoQnu1qWUa0RLj6Y1IOF2NWhqiX/WrTt7hr/a/Vh+a4kUQmhJOBkGT9alQEm6xt9kxkq9B/frTZarRYl4HcTX2ReRx6a4ueyT/35pb6pvNCQkf5ASE9SR0i6G8fzi4vi9dnmo1G71D9XFxe79miF8uRYtwSxQMp5iaEGmEkggDYYGKyQCv/GsC2GmQi4HcKDoEUjKfmIPivFj57jvv3wN90v4mfxQ/zG+5ICMS4njPjN6lMgt23Wmg4ffSL14t6lZfLHuojv+6Lc6WhfNLdXJ5E8K/7k9vFz+3YfTEP88hIRvlytggO8jectTUQQsCveu0/NzkkH+7Bdvq/twx8ecoJfP4dRbHTaRqjRPMPXZrtZrTI7anYkGQgkzUD40zbY3P2n4ju3C1pU/Og6WQjvqlZbNh4g0jna/bysrXYcK+ao9kgCowmBiAOhDIGYtFv3dETcMprY7faJcjfjpBxrCwQgnyu4+Krz3PfGESVQylSAHlUSTT7fhBuJtjYMCPV7sTNuXYX/m81m1V8R2D0LnkF5ubuSSm/7S0ANkYLfELxOfUh2cjavB57W94wXWxfHQ3gN3/9uQu8wFJ6XEUXRUdiXHuHf4iuO+l78VK6jzPwlw5RXsFDrhauvYKHKK4gWufpeG23RIr7tRbmSc+QbRpc41/x6gZO8CZLmTRBAiu+32/AMXnWjHUODi8cv0hjH9GC3mq01DFkBkCZIcwyEYBQaZSC3wBDR1lJMJdyOdUHSohS1iLKSuLJZCDch/UG4NjrVLZcoq7W8orzQIl7oIHG2XBFs3Kr4sstedfxM8YsP8Lvc7kpfqBQfBsymzcw9nLk829a9u1ypbcXZs2rjpPtgXUAdDPD5Ioj336fuHCXJD6ST/KC20X6uij/Fn2w/JagwddO7Q0tFi97x7iSLQIGFj+WvETYEOEiNlMIDp6CkqAVGT8hca2WN2MVB7sxrZf0TXD3FInNzo7mEor6EdooTvKJLHd5rcfCGms8AZ/vzFS3KMuOlb1SFRofTxvjg6inMqfPNJT7OTCGc5BKQNJfgh+XqPPqdFzVWEmXxTdNBTQ5H+tMHSJBHHBkDqRUsaIfiQTWAk46Kdhe6w89vpxoHMXUI6SEbsZhFMYoHWSvedwL/oxls30y9nJAsGasy4W+5vgxDMkwP4pw5Oos7V1aaqNP5Lty2Woh9Fod/3Kg57ra8K1abfVzDOHxeq5ZuNxdV6Ppq+T56oEFGeXh34aIJD/plw+2XruDDBrN23n7fivYah1b02zbpMT7f183z/bqXGZLgddIJXo+vsvglDCSVRq3Ho5v6YB22fjjUDWZFRmjvjYZYKMEM8Jjj4IxpzawDpDWd7e9vGbge5SxKQYto3A5r7jOFr0+Iv2+L6YrkzQycbrf+++ZT43fvYj5M7GyflvZxURvI+ttUmzRULTnGnKNgestMnDAlrDz0881uH5cuw1OLEXYXYSa42T0sBfLqwbwESALdSRro3uSl9Qud1JO2JiKuokB6sLs3OBHWc2allIQyFfxmHRwDI60Pf3MIHDiQSril/1xJqmL2BguAc/nQR09yv1R4qcqlwzp5uJlHv14tjftUexBPO9kspX7HqbKKCYXlymIdvRNn2H+PBQTO1IcywyWhxKdyEr7yf6hKDCT1BOpvvhNlBc5iDt9yV65p7eJFxQItq1WhLoMPEj/bllcR6KUuLlbLeZcmPyNjpnxsozkzSctR96J98l/OumTzJfr5wT2s+VmuSv51GZRhs90Vv4brvUQAyn3xwyZ+6b6rVcpmOf/grh6iASfXJDuMuu6SZBJQTdOA6pdq937sG+55OD74iJse7O7uYiTBBkOHrJKGYY0oUk5pTymx1b4z1V2kEm5Hx8C78MRWiyhx0YqcBYqjsu/fQ+q8m9706t1W2YCzfcsmda7+UdaFK6tKNWGE9ajaPSueF/VtHYJ6SjepTMlef2rWMP9wL9B6BKsNSXAy7QUnV4s4/2+zOa8QuevGJpfN/witu1VvW+Z+U68aEsXcKAcoB9JaLbXRHHNKOFBUSJJGJffk3DokuZS3iAIr67C7q8CIa53rAVbvusoV1anjdkQLosq02zqk2R3ybau6ZwOX4VnRVN7cLcu0/6vLFlUOiDkIz87FVzBtIUm4LE3DZb/bXMY6F9//frEps7QHa5u27ODq9kOIf8WascYubaxESGpqtPFUW0W9toYp4QBUSAtzoM2YpLm+C1SyF43weRMhrjrN1V8XyaxrpGXCfWJp47pkWaW1TtJ3RXWdRXOdDQeagmj/tqs/DVZfAw/Ve0v7/bFcGm1SD7IVr7UriVykaeTiy8CgvVrGykO1Of+xfKipB1x3aUzWWdOh9oVHm3s6ZhhhDHsMuUJKWw+51NphAi2ArK1SNC7rlv5xLTO1ro3xbeTP4yxfeaJr2PPyA8XdWPSy0GC5NtCmFkU1jN/mn9Zf6coiyW3wUu9D3bPuQkEsL1ha7NVy/b76U9C7/7mNCrx29xG/eNeKV8+ZX63iCm3cEqn41p0tw33+osvd4GLU5l1F8VzEky7iQ17o8qSLja63oJucEU/o4jXnxiQJUaSdEMXNxv7ZfdzF2hiLGLGzHSlU9i50WodOMb25DF/ZThcrO9r3aMGy5pe/hV/+Vv7y86hwuII7L1p2jTNd/ZWSHC1Zxj9jTj3yTg+kiE+6woUPNlTtYibGrslXWHYT++KSkGp8+8aiv9tEevjwy9paBwe+stJB6L7YlN8oRst/RSt+sYynX9vlh6W9VO0vfVkFviqfXNn5XMwsFzO7IsTjabv/38z18IcadIJFzvgU65PQTErHWP/SrS9H8H5eHe5se5K2dRw/EmZVAlEAvccEeGMNUMZzp7FWiJH2Y1Eq4Xbu3iMD+7zhJ3lvqYzax77NyLWwCh9wj5FJpCZBrJSNIXUwtW4Q0ptS97A6MqM2jDGgmbbaU8k8FmF67Wnc1zr8B1E5AOscM+mvGq3ZZ84gzxtl3wHK0SmiPAmxpnwM5b+eqX0A+mY/QvOPse1ss5/iedPeJboWBBrHiJJSMUaIskoDIo2nBFBjB0RvpGSmZ6Znpmemn45zjk+R6ElcPBVjRP+hSlOyI0D3bdMo0Jv2bq4Z0NYRDaTDHACrOBRYSumUh5gbYwZAb6R8yUDHd/tpOQM9Az0DfXagk1MEepLmQOUY0F9fbPZl8bURou+StlGkHzp0mA6xAJwhApVAwkFDOSOYS0kIp9QjPWD6QcyXDHWSoZ6hnqH+6FZe6CliPcnPYGAM6y/aL7t9qicffUeh3rR3mG6RtIQwoBiA1GFggbCIQ4IwsriKrOgyvZGSF14y0jPSM9KvDEC5V6izU4R6kkPE4DjUw/C83I8yvWmZQHrZ3CW6pExoDCV2klHOvXIMA40V40hwQUeIXgrJQM9Az0DPQD+dhRd+gjCnSaIWQ6Mr6ZvNfjTMxTcN46voZWuv2IQn2AsJjRaWUsxpsCXWEK0NFkgOffNKRgZ5BnkGeQb56YBcnCLIk5xAhke98nq4xLs6lvHTDMKyaO3VST8T3a+X91P/uMz9+a3ufGecby71/njfnPHGJX9zSlDmfub+tRbZ78oApLg8wVQgMWUHkrRPRqZSgYpYsmIiH0hXTZM5QbG99x2VAAuVc14rIrniloBYH0lBb5yzZDQvKEq5c8/+ERE/e/qZ+Jn4D+HpXwH6h0xOmoR8ku/JRvM9w0h5N52hFEbdu+NZSm2Pbt1gbYjlBjoiCKeGWecB9dAzK7SnbIj6Vk6GfYZ9hn2G/UnDHp0i7JNMVMYmYf/iwKIx2rekmsR93aW7p7z2mFCGrWJWI86lQZJKqSnAGnAnR3l/4HAGfgZ+Bn4G/gkDH58i8JN8VTaar/rGBRU/36xjbbER4O+7zaPET/t0kM8A0xxj5gTzTBrKOCXIYk8wh0hTNkB+KikzPzM/Mz8z/6ED5a+gPjlF6ic5rUxMuvmT4TjR8z4ektP26C7fey2EcsZrCJm3jnHjhKVIW6ypB3TUx7+n0JyM+4z7jPvs4t8G9vQUYZ/ku7I03/VbF561K5778Mzqh52wXpetKjYebGeF+kFL16d3DFIgYfwiiwHmBhEtBTWOQsy8RgfED8TcjvCVuEUpb94NvkYkX0XsWI8bz1+Re7mr99CqoFNXWYwaE7Wzfp9v/1i/0mbjjbOA3JinEIZvJFqAWbV1UrMTR7qJ4a6qpR/LfYcnUlb19uEZx6YwMPafnt0hceua2U1NyeuCcriTRX8fi3FOVo9nV+Pw6G19Kd7vDfYnSbRzbJOSQfPITiUpXr7mTUrCkd1v60iyGLNTIjnJVeVpruqrbfB1zH5sO7GLqmmwo1jvePcTKsGEcMYBYkApxZ3wnjHjrLdWU67a2MmukLl2J6nFHjYAm3njxavOc51dE+gRRsty5Fyf0T9vNuXmB6W7GAjWPNV6E4QwQlaf/k/xSyBH3VI0F9ygPAC+3HMxlmgrYR18iGJViw3qlHclqX2aJC+Qp3mBv4QXftj95c1WhXlXvTdvo0ebpMc+7VCp03hzLwbNQ6a1Y4ZZRpjhFhgtIFfAYguTrc7HZd1OuVKZi1bovBv/HD/JfavV60u9j+Wn01fbXlS1fcjufLMJfovZrIK99Mo2W//sivO4aVBny9N9/EFM/cy+zNfhy+R9omeFL0vy+Dga29jxtdluVquRPR13TUN3P8fqcHfnJ0QJcw55pnwALRNIUOSJpBBIjQ0e7OVYyZhpH8dG2Lw7Nh7u/l7x+fywK1O5w/Mq3I2/XDVboEWd7FT1L+d/u8uLSMoKqr29nGbd9P2h9meaQQuSJCieJkG9cebsxebojkf70MVsrrPf0ZGew6yn2PW3aCbjmP88Deid747SV684y9Wpq/AZmzmFafDW8mp4Xg3/ChOYvjIfaoTXJ5iAJadsUJKAxcnQBvV2YqqxO7YRU9LUccModdR554L7ZayH3nOHLNYSKAygU21QZiLgdj7Y47RAM3yRzRYoW6D8PXY2Zj9kLtUkr5NcKk6HvB4kUdWYGs+f6jR2qO015cRCzJl1UkNHgDASegodI5Jb3qf2HFlTmduZ25nbXx+384ThxHK7Jo1PktvF2dD4PNfdOpo1apUeKaKZtnWTuBSCzCqBMHSUQiis4A5zizAVAiLTtzylhGx4suHJhicbnoedMOBTZHaSnsX5kNmv41q/cbshtndtyxi5m+YOvJ0nSlirNXUQYgYx9lwbiBBHRDiE+vBuhGR+Z35nfmd+Pyy/ySnyO0m04mLI778G+ZshvD/Uh8fIXbZ1q9ZzrSVCAlpAPZZeaiOdURx6CRwBA2yXEjKzM7MzszOzH5bZ9BSZneRLcTlk9qvtuMd9sT3ib1eN3UQpJKEngDivnYJIayggpkjpQG7nIexjuxKRuZ25nbmduf2w3GanyO0kqUqAIbcnCtnUsDpWx2akS2+zEQa0pdAzLQCVEjHmndHcB78cCu36JJ+vik3meeZ55nmuVXN7ovNTJHqS5SfgkOiD+jQ1qMZL03Qau544AUobS4mEmFMECIOKxPUTz6lQWPf5PUdBmkzuTO5M7uyJ35bb4gS5zZMEQZEmCP4cBBW/OhXeWIrtj4cjFbDrv3dLGSgtkWMSc+KI4VoYxgn0DiBHOdFtIHr947lKGKzKul2VzBgxtIg5uTOXLxg5x4DMeCRJ8GiBmRtnWVelCCJBq3TA8nKK6nKedjOoQ9dAX7v03sURV5gwvAIpIyHcVu0vt67Kyo4FQILMiN7CKXNWCXh2L0UMpuLSkufcj0rrNA1j0tLR+9UnAfMk/VGk6Y+YgeKVWm+26lwVb8JQShQ9tF3UTQdlT451J9UYcQS8VcZqjYVn1IlwSCElmaHIHhQ+EXA7pQ+CFta92zoXXpBaLcIsPbyAxYfldh/8gcU+3MtMqn+NM10rS3hWADxfH9yKg0vWlJY6vND4duPlHbhQlZIqVb30M+L9FNX9FOdq+97tH1bdm6ExHoWato0FodZ3/dUre5JnJtI8s+8uN2HAu7LUWKfKiq0aWmtWKXv3cK9WEQo23WOGNYaEOcksAop5QiQVMgk+6sqYy843Uqsc97uy9KNnuY6qsxkVvSwlN1D1phTRrsDFxpe6jEHRvOBKBYNV/6CWK6XDD8OUI3JAb6OhX4cpVDoWflk/tNY/quDzp+N3UY+W+tmP3cpYj+H9JG/m68ZYkn4l0vSrMNeLZmtAsW15vA+xztEOw7hXnCJqhffxj5hRo6VQBHMnhMMtwzoi5kJYM1+vhc9aEeqKs9w3wsZ8lbLO5WUEWORS8kp/CW7Kx7NlmH6E570rIClxFe5mtYlpb7tY61Iv18GJKWufVDdWxMY4GWrqSEUHR60/NXOg8Lc42c+Yuz3mqgc+PiXrtg3voX3NXzXZZEs2BNOV8p/Ozyu9jItITdXiBm/LprFdIJ4sRHO0b78UzaHzLavRtCdt+XM4fVVCHQEoZmLcNc92Y9bNUJ2mfY2/hkt7FS+tiBY9XlpRXlq1cP4uzsaCs7Zv1svDVZn3q0+99WRVfFjuwkwzNGy2y3CawL6DuHrxMi6hl8Us47ry5mNEnh+ujQayuojVIGC3iVcRZG3j5+2EnKvl+7LApYkHk2J9TV2pZ3k5PS+n31Xdmv2nC/dxu5woY9xvHRqYN4cecxqZsauaNpBRd9ynsetPW0YqMAcgv9tuLoPKvS47nlIW7ahlOrXCOxBMGVySGFw0anAHxRxaqzhez6Hf3q2HSLFVFCLKMBAaE+iMBRhoS4TACLXfP/pSbje7+DIs8AyfrbMFzhY4f9D+Ug3v3HbrIYsPTdssmtgsPGqzXgZnYa/Cj0dniedJ67jlart0jRfkkHGnsXcIae4Ao7FQBDDaMUuxGRqvVlC2X9l+ZfuV7dd926+vd9KFTtJ4scR4kVHjVW+eM2q6Lg5tE4ar7tCLC4aYeMQwEcQirY3lzgMhvNfaa6JHzFYtJhutbLSy0cpG6ySiiK8FfXyS0OcJ9Oko9L9zuwC2UebbpmkC+VV7h/gSOmg5N1AhgRjBgjMsAPHEAqQNYiPEr6Rk4GfgZ+Bn4D8e4JOTBL5IgM/GvfyzzX6zf7dVF2efxl392OHQPuXut526JfCwtR4YyrkGkhPgqdEeORx8fsvCLGDM5W9FZSuQrUC2AtkKPB4rQE/SCsjECvBRK/Cn7dKO0v9d1TCB/djarVfNJMCBUVBIrQXWyHAVNxq0Dituk20GuzK+BtDDDPoM+gz6LwT07ARBjwBIQJ+WR/3hcv3+U/HTer/d1E86gb2PjYfQwIr0ybEO35ElMO5A4K2yUGrJmXYYU0SxERLR1p9PBNwO7qWgxTJe+qLJK243qi/f80xgv8aZroI6qx36+aAeeF1eV1FeV5MtEdBd72y/jZIbjK9dAKw67E9b/cZWPIhcSzem/UMYCM69f1pop8KTj1vYRugGgi3jvrZB9uZ8+Y+YmpbLc2TwzpVh8yWED+f8mtvm1wT/ODFUaU3YF0GTt8VfYwmhl+qd+sdynSbYmNi6iDq/OK9bpzNsjnfup9iUvX+LvX9ret8y2SY9/3K9PFer9jqSulEHzMxiw2520quqotzFxtDpG66u8PCmk1nLmyYLsapfFY3BEFRVRalCbbdq/c5FwlUZh7F714QV9TXkOUQ2ZeOm7DMimr4gOzBJ3pNLIJm0KG1JDYTAhEXpbt9csrIi/sgOzt3W7kcN5Yxz1CvqscGKe2LLKjqEQaYwbRe5ujJuNw/6Es3JDEte2Zxkc/LlL0ldD84PmiUxCeYklR7BcTAPUvtacI6n9vXbu2tUNH51FkBZiIHg1HKChQJcUmQ0MHYEz3Ok9mVAZ0BnQH/5iQxfo9uPTtKyJDnjCE24/MtdibtRr//QNuX4Vx26ZTSpRkAiRaS3SDtNicQkFtIFkoe/6THfvxKTrUu2Ltm6ZOtyZ+4/PklIJ0nSCI9DevBFOuFO77t0yui0Q3cDT+Qgd9Z74yBzlgtDiQbOI+wtd4B2GZ2KyYzOjM6MzrsC3SGlyUlSOskGRmSc0n92H3fjjF5XLVOEjs0dPlMmhcUQQ60ggU4qb4IzLQHjWFpbPtUBn6OQTOdM50zn7EHfGZvpSbI5SdpFdJzNL1YxPHsCz+bQOEXoukc3kl/S+DlTEoFRrDJkvTLUOAYQRtpBPQbpWk7mdOZ05nTm9J1xmp0kp5NcW8QmOB1et+qU1EnpeWic5HTVo8Np4IAx0ArPPKMAOOqFQhpI6BXWxIxzupKTOZ05nTmdOX1nnOYnyekkGxbxcU6/2uz2/d0dEvRchOYr9ne4oveR8PPY/beL8jHOFX8eMzRXLrmQ++DzNU56dTpVjj/PfM7x519ZIEpK35MLQEcTZgUmubdITHzoLJE4GofeYeZkPPqgV2cqAJ0AXkApUJgDEKd4rLSJLPFKSovL4Mvhd89W1mzTgS/G3OTpQDY3eTowH7wfNEB9EtxJLiqSR8E9Hqfe4c+RePWRfh18G2E55Axx7Zix1HEgEVKaAckksdofwffM8esZ4BngGeA5fv3LmTagk7Q8Sc4qBldMGexSXTFnqHpcOWkI3bpmhwiAmbDOIsWIB8ZaQjxknCCIRbk3wPSsIQjLVidbnWx1stW5u2kDPkl4J3mtGB6H92brjrO76nAVukOvbnV9wySGEliPGIICM2ah59xBYDylQB0jd5CVwZ3BncGdwX134CYnCe4kbRSjo+A+Gq5TA+jqqJ1uxw7BOTZACSE90owSJbimSivoPWdeG2qOEHzuGJ4M8QzxDPEM8dMKip+EeJJWivtppeviZ7W2sQDuSAjPelW1XaRhO/2GLqQRV5gJYDFEHiHDFJVSOG21VN5R1IF0KuX2bF4vanEVHcMwagk5I42Pneb+Sx5X/O2+xJaxQU5kUlXL+mVF1/2Z2lc9Jksfq/Wnoo4YbTj3tCLxelNcrtfOhHtV20+FW5WU3t0cw1co7te+1/dD1ZqFSW4jHuY2vrgc+Hfmct8hQzzQjbnmngTPDTipicWAcgWwsRpjQZVFmnfdtvDrOby0ICY4Stt9MLvLzaIew3eGhGud76HYUL61rv+1Lp6vVouf1ouyZn9z2cWvtUuza6xtiYpwA8GJ0C4YvWiZd+dxzGyLw93unhU/hktclbXVy6LpZd/4s+gMJZiJJdPPN3oZIOTjFhk2OHVe7c7Cqf4wI0CmC21f3+I/mP4l+Ws4zV/7dbMOF1Q6cu/jVguLCPr06/rHpMNhi5XtdMztlf37UbcTP7hd3O2o0HH9mUVbb3C+62w+xmeOtx1/y73JU+mEPA0zoNVmG3ci+Kg+lfOTs81HE6capQ4e1LPYrFdhKvas+Ne4A0I95sKvz+IUq5yP1JdQqmec8JypD2E602jq1in7qRYSJjsXLmquyfsc5InXzYNzbzTjmiTeyUW54imYJ0lumE3BvBfgmhJqtNbyoEPX21KSMyeVUo5KQzyXVGPhqfRUAWHFAewDMbdzu74kkM/geGWQZ5DnFbTP4/mDBr5OsjxJhMN8iuWDmNcOZcfDXUe6dAvoQ8yl51xJgCQDChgHkSXEhvmzdMmH6xFBmemZ6ZnpmekP55yjU4Q5StLPsJiC+XO96Sx3dviq6sZplJc9eqU2AfcaEuAtRkIZgwEWGACnKAICTZC8lJNBnkGeQZ5BfncFOa9NdHySRE/y0rCcIvqv8VPG1Jr5x7pxkuhVjw7RCeFMYhrL2SNuJSKxdjKAUHMOgIF2lOiVnEz0TPRM9Ez0B19uISfJ8yTbi4Apng9DTjucmog2HevTTRVwREJIUcwP0MYhLZxXwWsnBilrEBqn+iwxppnrmeuZ63nJ5TZApycJ9CQDjKQZYN9eal2lfV2cJSDX5eHz+mjF7+RYt5QPBMgyTwkDSgtkNIPhX056aCWFpK3qmQi4HaYrQYtS0sJ578w+hvkFgt5JjNl1T/cQiE7fXwygXPyyLlREzK6EVuCVCciMrA6/Che5j5FgP6sPavFzuOVit/8Ufl3d0y5gtYw93fgK2kO1++yw/88JF5uKOE2G0VjI6aB5GHNaPbTDMzuJ+gAPFfKGkhQjkqYYfbfc7YPVjq+9fEYJHeyhqbzVAyF6x3uREZYwIyWSWiOvGIbMQ8eMsxhApdqKMT0htyNFK+weOHG9kz0EJbrv8lqMSH7yGCGxWv5nVITDa+hTYtg+xETyCL4vO2ZYJKkspJvKcqmLH1afehWnLrWvjzUR6vWR7ocZpTnWUgJigWMEK0w1IJxKAaQUOt0Euf75bWPUL/WilNPNJWnc6TsKVL/JSa8DCTErJMJcrnqJn1bpFC864UMVD7e3K+cwehunaWv3sfj+94vVxlbeRbjJXQOali5hqqjCtXxQJV8q1XtWvFEXkTsxsWW1PA+euq36h4EYZo3x8pZq9ax4wAwX19zZqryxMZqMdhkCZewZfd08SfJdSJrv8kqFMaGDGp0NnI+LQ1PX+egd75Wro4YIFesEaaI9RwpRGfci0BR4pkASb98RcjvOtMLuwfm43skGXEH9LBhabjwwp/PRfZeRCREqbW5y1xUJVx08iM2qON+Em6xcElWlxjUeSOh1hesRaFSuxuy+Kb5dXZZdnFo9LV7ERarD316brdqbs+KlK37YOvewDkvy/kYA028dsqWvMY+WKj/G5bFNvIlgMf5tHfy0zhCqPbHQ429xDDRJU2V65HBA/Puby+DCBQvyHz1YdZfcqntPVLnU333926Cil+V1LAZK9vaPPeo1v0m1v35j63fXQmKSgkRoB4nb0Ff9Ppp+dFE3Xif16GjfftrRdOfPZWJP3t3VbrjOqW7sZ82QZTR4kRN1GsKvdstqMhYmWzgu2W6KauW3XBwvv3iEIRTURDsVHndcfW9uOuKzbC52xsX19ufrYhkeltnHXpsLt45yG5J+dDquVO/yUnpeSp+17n8YjvulCYZ43Kh1GsdsWt3h1ObfUzg+udwoMmVlktwowsaszCCWviHLRBx9r7njfmOkPVHAU4iZoFhbpi1mDHGquGJAJ3anI+S27vfjNjWzuN7Z1GRTk6NxrgXrB018mgR1kvhE+Bio6/EyRmpzaBpHdTNdTlmtEDXUa+E54TT8w5Qm1gAsHGVeAjtkdTPYMqwzrDOsM6zvBdboFGGNk8QmIsZg/cNmsx/3qn3TMo7qqrlDasao9V46xZzykCGFFAz/jW62ktaOeNWVkAzqDOoM6gzqvI5zbWuDT9LaJElXJE26+tkVYYD6MEbCjy63qjM5iOWYQ+Nimzb2vhAM+xz5QjDd+fMMzIi8JiD+zizNjc75EN8Mhq+0F4XfmqKawdHA1JWeDwUFI0VKc2FWy1g3NBH3rHjdBOwvz+OLbaBdrcQVpe7FmP5ScGVq9mWHVsYumDnvtlVJ0zozYBvzAbJFyhYpf1K40hSNcvvkPinQKXOU5IxRMGKOepXWGuaOFVlL2zpzHuSRYgpjTDD0zjuiuMaaKSmQRt7Tg31KJdxuwvPl2aMZpkDZHmV7lJey5iH6g353mKR5kjBG4QjNB9+HG2aNfx7utnYzQxihwCisHVVECUmlx5wipSUnjnIyYPocH4cz1TPVM9VztZ475Do6Sa4n6X4UjXD91dlytdltLs4+jbD9Im0c5Xvbo/tVmWLkLUAy3LDTUEDAHKeQAKmFQ0kVzaGczPnM+cz5zPkT9d7xSVI+ydOkeITyP2w2doTvvjo8SvbY1k2qskQzhYym1iFrA8WBE1oBgymh0PoB06OETPNM80zzTPMTpTk5SZonWbKUjND8Z1W8UNu9GyH6Si1M3TRK9aa9G1nkMUScSMalwVpRZAiEQiqmRUyelQOyN1Iy3TPdM90z3U+U7vQk6Z4k/FI67qvvR1fax0NGu63dSm3IG0SgE45q6aj1klNhCCZEOCQBH/PY93mlPVM9Uz1T/WSpzk6S6kmCLU0TbP/sPu6Kl+qd+kesYPu6+TLRsH0dmhfndfPi8OGiIvxYYzfRFnpkIAVMK61jgAyhkgDoAYUW2WT79zFJt8P8mMQ7KXRz9Ymu2ur5LoDee6MVOXfFB7Vdbi53xUoFqMXSNXFL593lRayHXOyi/plDweOK00+LH9+8/JmWWP5b+M2ldsWHIHLzrPhTrItVKmoswBeo9K4If47Po+HiHx60hM22rKszvhF8t20Yl1fV5PnqC2LhJN2Tpumef4lP5/s4YkagEcbFauHKxj4yhk0dYHAsjWMYM0eYCOCQBAtuZHQImRGgjb0YyrkdLoby7gQWV53mIXaFH77KpgRW8HfschecjE+xzvmqqC68YUlZ4kgFlARrXrwPTo++3AbfQocR+267uQy8KAlSeYr1MA1C9meX53qtlqviLG4WXmPmWd7xvVQ4kqTs0TRl7we1O4u+zyDOyVcN/Tin7uFu0CpxxhHHPbEYGisB5twwFEy0lQ7R9uN3V8btFKyRFXz8i1rgXSradU/3EJOt5lWGGdFF/T7DJKua7YQrDDpSq2Gifyqm6MXqc9vNIcku3tthBhKtcJyo7VzM2NuHv4Y5iHb7j3E6cqhD90v4WVU7rHjbqbUe3PKqglhxrt6XxTTDtC+M+8vQIYzSoMLB9v8h19n+Yiw7SbK1aJqt9TrMVEtQ/xIxn4BmVzds6uMVZzpHu99jlUceci+8ZST8UUhrNDbC2jAbIbRd3emIuB1lGlGLUtbCnG2DYp2rXYOAu0DNjc55Ld6UVn8u4vzbrtrHpPteG+4EllxsN+ebQJDdhTPL0F6b92Z9ZhNeRwBQdZdPI2f+HrdKqUtj7jbn4ZfrzcdPxeHGg6TldrlPk4HnngzctGZuvMIxaLTHh7R4HdoyJpIsGpZm0XyrtjqMn2jD0n06yqOl1R2mcSaNR/I3R3p95q4ciaA7LaV99YmuLnPbc+tnSNFMXlC1hBsuPKbqH1Zym0ttVlvjump4/UHxw7Wfl0txRbnbbKXF+nK3XId7eVZ8e7lc2Y5q74rgbwXVnCp72pzqM9z8vFKb90W6yRJtl0snl63Ipjib5LcwOM7Z4dwvJc94nsuwR3e9BRopqcXMYhnD5RQgxnvrOcUeadUu0A7l3HLLpEcM5zm2ScpwznD+aj+jHWf0g+YfTvI5yVNhaILPL6s9IXuJ5SmBql0jR3PMJ7p1cc2QYV5TwzBgHnPtjIaOUs6xCbP4cVwnwjKzM7MzszOzZ2c2OklmJ1knDE8w+4fldrePW6+EsTsBbR+7LHZNl0lqp/262YbGc6DjMmhwrpEJrHaKUkERwpRTq0axnUrL3M7cztzO3J6d2/gkuZ3klzAywe3nUSEngK3qtklSlx06iNZGaIaNN9wLgwnkWBNvqQYCeQPoOKJLMZnNmc2ZzZnNs7OZnCSbk+wQRifY/NptPyyN203gedc2TxK66dPdmJdRiKBlXhCvtBUQKaQZgpoz4SBwo5BuJGVOZ05nTmdOz85pepKcTvI9GJvgdPXnKUzrQ+skpesu3fJ5ADvpnZFMYsARhNIIL2xwr5kEhthRSNeCMqMzozOjM6NnZzQ7SUYnyTWMTzA6jpUgewrSpm2epHTTp1ctyRggPLXMSGC18RZQgLRVgUSQETyK6UZS5nTmdOZ05vTsnOanyGma5GQxMfUdsV8Vo/Mtb7QyxrBHN02LGUWVA9ZxY7VGRkGJSfCjHYDOKjD+1XCGChmZz5nPmc+ZzyN8FifJ5ySVjaWpbD8s91HxiherS51mzFaHFyYcTqvu1ImzY63dskXEKQgsE5YpZaH1DGmsnfEcxsjpNkl9VNQt02hTkXeY1HbleR4iUz19n23ibIUhty2zV8sMWVtB4JCAVt9MUT5M2xAtKUlUFS263MYB3eS/BeWsPx0UsTpG4NpyU2F6t3LufbHfqvWuGuh/yMnrlSImyWI8TRZ7vTEmQsWcbTarNKW0PL7YNcfrlNL0aEfzpARMExE//HjPOJDch0Mu/B9B1hLYppSmIm6ZUlqJKhXhDhPWrzrNVYmjd6Fv9Wu7qbp13vYjV7pcW+buaJGkPPE05enlZfSJvlXrtCT4eTy40OHg0GSPtHWxAR2XjHLtYdzrAXkBIVEAKC0ccLo12COCbgePEYF3Qo8rz3OtGlTl7GrWKlSHN3kTfiS/uh48dpv1u93TMAfTl+fVVtZlhapdJscXSo4kGYejTlWqQ/nKXhJOUnmzk3zTO979ksmFANJ4rxHUzBCLPVVKIauchhLbpBhVR8htK1F1hN1tNaqrT3W9ghV49ppUnRd5E3okP70ePexyd+Z2X7Rr/2NckdkUL2LBPleo4rvlu2XQqurZvonrNttyNeJv8bnEvTiWbaHXf39zud9sl2r1Hz3F7S7qVDeXjOtyMO/r34YRG579Yr9ZmPIaFmphq2uoRt6+vIZy5MV3U27NsXRNkdy3f+xBohE70JZnF+t31yJIkhrC09SQF8u1Oy/LIA6q2pmmqV/Trt/Q/c5GsePWaM00o0w5romR0GKMqZACiwNE+lJuR5G+tLkrGk/Kv+95yrebVXAT3O/7XV2S+HBliRqnta2q0lbVVd93aatHMIVPYu95GnuPvyteqW3orn4vXlzqTnAntnGj67JtYeq2SjUGLT3d0MHAKiiQ9MJHWysVZ8JYbJnGRh90YyDmdsoxEHdHSnLlee5/Uh8/aJzHyrDvivBGy4sqmmtstMSoWDku1ptzn9xic+HWVcntWHvuUOL7Xiu8PgK9SeKieRoX/TIMGaO2MSs8/mF1CI5uDGw6x637Lqo/rA6xy40hHNZUuvInRyotNb/97VZllq68grmmuNd4ODdTphmKLE2/3X2nfP67slTysFB+fS/FxTaOMFOWcTzb7C6iZ5Q/+eVPfndbK2ly9J5i5SQ+Rd4k0pmzcfJ2lgISkAyrcHQau6sBjhglvEECOgQQhRp77xWUlnDgXbsa0BFxy+XDR8vWORYPM1szWx97OMVNEPughY8m8ZoEKXM+htdBVboDTcZL0vWau5DFToSDiHArjGSeEqENoJB6TADBfgjZOYrRZcxmzGbMfi2YRaeIWZbEGHMxhtl+wYsDTEarXXRbu9WIsNLSCQkpdR5RggQCOLAVA42k52jI2BnqXGTEZsRmxH4tiMUnidgkTJjLUU826Piq1PMxZzZpnPBnmx7djxzYCMWJowQgIqSHSlAFjMBCAufhmEvbyMnIzcjNyM3IvQ5yyUkiNwkIF2AMuSOlgg48maoTNOjQ4a0QTGogMLGEEWmNwQhB7SyjUgAB2JC381QIyrjNuM24/VpwS08St0lEvYBjuA2vYr/ZjtLWHprGYVu3d1OUjbSUq1jZGBGiqecOAw2s4EYQ5OWQtbWUjNqM2ozajNrroJadJGqTFASBxlD7F7dzamvOxli7bdvGYdt06NAWQyeIktAboYWlSDLHIXU0bt3EmQVD2jZiMm4zbjNuHxFuDxkGDwFcfpLATTI2BB4D7q9nn4oXZ5vNbjSk9uPZJ9M0jjP30KMDXWaVZdAwjiDi1kmHqRDEKEWoJVKNQPcgJ1M3UzdTNzu512GuOEnmJslAgowxt65OOQZcc2gax23d3l27ldpgqqzQTjOkIJGGIBT+5AJqq5IiPdjWUjJqM2ozajNqr4NaeZKoTfLHxGj+2KDA5IEm49Ule83dmATjGXYUYayxZRgA6ahzsQ5wTGvgesjZOepKZsxmzGbMfjXZDOAkOZtki4k0W+xFrEDmin/dLMOYGabmmrJ58ffYPJ2NO9brSAJu1f126bedU9Z/KQvqNqefu/DDdc/3EOm4nZfYsOl6fDXKl0zVy8CJTSZqJurd5t6mQ/UU023FFECTfDDBhwDtJdvWhBhLtU2auosAEEpqlOXaYU+hACp4xxoT44TxkrUBXImAWxbL+WIYOoOjmhmaGfq4vNIrUPqgabVTGOVJvpcQQ4wOkmprTIyn1HYaOzAN03orlNXSYuUggiz8hXBMlWHYaQT6MJ0jnTbjNOM04/RLxSk6SZwmuV1CDnH66my52uw2F2efhki9SNvGsNp26KCVM02NUcFJVYJ7C7yUUAvuuHIcGsT7aG3FZLxmvGa8ZrzuTy11dhKvSR6XBEO8vlDbsdVSUx8eg2rZ1uEp4QBBYq1FxhkqKEPSay4V8FYCYQfz/lJCRmlGaUZpRun+1FJiJ1Ga5GhJOERpVY19yNJ9c3wMplVjNzUrzPuZEJIZiRTXXjOCoQDYcOkEEQOaViIyTjNOM04zTvenlvI6idMkD0uiIU5/WK5t8W+7IU99aLjcTfC0auzuIcUs5oIQjq1XjGjjpIOOQAAllHI4269EZJ5mnmaeZp7uTy2vdZKnSZqVxCM87UehNrgbjUHtNHbTqgDiBlEnuKLecW8FR+GP0ADJuIR0gNMZ4k8zTjNOM06/VJzyk8RpkkElOxlUy/XyXK2KV4ddbke2g6n6LA474R7ZBuZI18G2L1Xf3w59b7n/y9Sp58bp1ScacBTdww4wgxfZhWhpsKIytRsRVlsNNmMx/LYcooV1e7VcFRfxLWWoZqje8d4v/XF7ikGocgqrSbaUpMewegyng4ypfoeOxwoF1pJrDKCl3gMNeXBWGVex1pXCvvVYB2JumTX1iPk6R95U5mvm66OuvHIN0D5oiOokZJNUKcmO+q4vy+s85rme1z2OA7fq1l0oEJw4ZpzBjGHGgUdAKmGFIh4xDdk0dithXy58YYZvhm+G763he1VAK3wQ+CZpVjJNs3q+fhd6Ft9e7pZrtxvbRVaVPRa67jG9aDDR8UjCavWL260XTJ11ZqBedZqHSE+deHf9ZVe3OXf77dI8bXdm3qzja3nnupSt0FrhNwM2A/b+Vg96I/kE1w6q1KYRsook80qKIVl7Caw1R8YSWJOmbuiVd8AQJpCFCEPnsIRCO+mINxoK3IYKJAJu56Y+VqbO4KJmpmamflGfua5G60OuFkxjNcnAknKI1UFCaw2T8YTWTmN3h1hJGGIAWuKsUcJ6L6S0jnnGmDVkANc5ElozXjNeM16/Fryik8Rrm4GFARji9c/u424I13V1dAytsakDVo0hhYByhp2VEEFiNPJAGYgYpBzJPlijgIzVjNWM1YzV62AVnyRWcYJVOMTqyPaENU6mNifsNfcqBgDKKDSQCO6gYgaj4MRyACDXTijbR+w8GxNmzGbMZsx+LZglJ4lZkmAWjWD20pjqdvqUPTSMQrZq7eZpxXoskhNFkDNeAAedYT7WZvFGEQwGjK1kZMRmxGbEZsReB7H0JBFLE8TiIWIHiVs1TMYTtzqNHb4qZ4lTCnkuBMYUaiWNlIR75zyk2PX5OkfiVsZrxmvG69eCV3aSeGUJXskQr81Q6UfC1kxpxt1oGOxYn25lLGsNJxRSb70gPni3CHJHAom54iapiD0mKaM3ozejN4fDXg++/AGDYafh26Z7YZguH/zF7TeX5qz41oUHHsbv2hbPfdfNrbscmFv/vVskWwhJ4goBVNoKTYgwwmKKNdSxOEHL1/rHR5F61XjaVjIWurzmhYrXu6je9EwwPXKGh0giaF5SrQmBmiVc3NY7sw9o+hTJFB5NHG5VgYGLs81+syt0+1bLeyjqG1uu392cmVdq2YhuPfn3/3obhuj+7O2Tb96Gx/Sh6lo/2Oq5BmUIWHhbvvKp5mcXZxdvnzx9+2Stzl0pqx6w5WAtnlv7y7psDzpTNtdgClLjPyNgfVsPwe2iHWnxYK091Wl3pYAn//0fT64HiE7s5h15W6PqLRL1Tqeub9xh2CQavQ9H2+FcaXVyrDtblcIhjRjxACgIIbMICiAMU5RgyNBBsxMBt9LuSs7Z5qMJFrMWOLezdPQc9+8pBYUum4Kxq64lejqXq9rr2a2cex/8nfghKzSY95cXu8I7tb/cujKF6HyzCd0OvpPzEQv3o9/Xt50PphoyUY102vHKqffF83dubT6NpIBchNaFKlun0z9GOh1J/Yi9b5f4MXa+mTXj2CkeIuFj5C31pg913t/TYhVPc5g5bPOkIE8K7jaFIxmbp5i+gSaIKEFCRNon4iDKuCTCeIxx0tQNhOMIassgctJrQ6FABAplsbfcguA8tHBsBdxukeWxkXGGSUEmYybjia9UHwfkgyZhTMIRJnBkA3dRh3c68BLrg0M0li3d+DXHhIYAIq8BJhJYQg33saC40VBD2SVj+fsMxgzGDMavCYzoJMGYpE9A3gfjWLWwkguTpcK6rd2CNVAKC4WgWkknKULQYOwIID66ldp0ITlTkbAMygzKDMrHBUp8kqBMEiKg6INyEERWQmE8hCxp6lZHsGHGzITkYUqtseJAaiyAFYEJyHOmu3ycI3wswzHDMcPxccGRnCQckxhblCbhplW8V+E9db7FJBX9mrYuKPsduvkMHGOmBRfUEcU14l4Z5SEl3AHCSJszNhBzy8qHm/Ai1sN6hHPVO5wQf98BCs+L6kqKi2GJw/L7pVeRoUFcwE2hIjMrtS+jEgqzWW22gV5FOGO41QzPDM97gefLatDeaU3ZH+MA2cTolDDQv9uqOPJNOOVFsfHFizjwY/Pf4nt43Rb+LL673AQCuOL78kN+8e9vLveb7VKt/qNH5O5oqz7SJ++uiqaofxsoebb5uNhvYmDLQi1sfTWBHxeLjV+UahibY/jQovS+4tXEntXVLKqwgrd/7NmB5gRv/1g90cXhiS5qt+nZxfrdcWuBp6xFEjKM4Ki1GKzIHs4+vizbbe7GsFmsCEfEW0KxdRRDbJxmTDIDrU4iXXpCspXIViJbia/WSqBsJR7YSiSxzQiNzyk226ARb8rjo/OK2L7Y1+1Tc4u2U8duGK2pYU5wagz0iGrCcEwzkUZp55EYm1+0orL1yNYjW4+v1nrgbD0e2HokofMIH7EetYIcsR/m0OOoBam7deceRnAMIUTCcC6J94o5B7hTgBEBBJq0IY3KZSuSrUi2Il+rFSHZijywFUmyTBAZtSJRNYLk3agBMW3jhO1oenQDra2APtyusgJrJhEUnjuBOeECYOHoiNlo5GSLkS1GthhfrcWg2WI8qMWIJahbi5Fm4Ty/uChe7y/t6IbW6uJisSsbj2xKNehzJCkxnO236my33JNqcNK56pqM3fG97lF9MAKHoiTh2ewaDBzYGkZ7fbxKwT/f6GVEbXid1n1wq81FREewH+o8G4JsCO54d6kDRE4xM5FMMTFJvkFsion98KDQuKgaF7+OxwcNe3TjKY0DHhtKECQaxL1SsZLaGW+p5Bi08eZDObcsDXXC0JzLc87QzNB8ZPX1jrHzQZMWJ7mZ5OYgPs7NkTr8Cc5eT9TiH+nSi5nxnHOGeKwRLS3y0lmlmBYkHKJKjqHz9Tw1+R+QnTizM7Mzs/Om7ESnxs5wZPfbOjIner8lSZPkHSTGSdoPOUzQ9nws5rDf3i2v5UWApTUQMsOQDDjVVkgfYBoAqpAbA+jz20cdZs8z0zPT81HRE5+k55lsS4LkOC9HPnwlMHsx8eVrpEsPnFpbFDfZkwJbDInHKHicAFgtY/74GDhfzPLtK7MzszOz81Gxk5wkO5NcSJzmQr641LF2ev0xOcGmCQ0LlTRUxOwe7sYmA2wtNsGfBIQH79IwG/5jNSNeAWfaAIGujNsBsivrjkq4Hj/JfWeMH8BZ128tv3bu3e/7wq1cVJ/d0yJe8TBGIKj+8v1y/a4wYXxEjKkSBEX1HHIV11pXkkwwnGaCfVtyaPihtOTT9DfSTvORz6Nlv9t9Ge2caqbB37+7mwXFzFCWtfPYx+siTOzhUI7yIMHtov+wDP2qWse7Z8W/7ZReVdXKw8Wb96tPQWd2+8358h+xIbsS2ZW426+mfZic3IdTOoXHJAUKowEeX7r15YCN59XBzqSrbel4EVgizj3FGhlNlWGEKMiI1IQbzBFvd4Rsf387D+L+mYnuvqJMZmZm5hc7/boKnQ/63XQSm0nuD8YDbA5KYVcIGa+FnbZ1F6osVxhZbYwG2nppHSPGI2W9khQo1IPnHNWwT8/lzPjM+Mz4/Hx8opPEZ5L0gskAn8OEyYohE2mSncYOQYGGyGMNBVbYCASYw7GOl7DISgyT7QQ6IjJCM0IzQjNCT+L76RRCYZIFgukQoWq7CRxZDRnaNoxBtG7tUNQRVRYqsdR4CQnFgHKqpEAWW2/KrbE6FK1lZIxmjGaMnjBGExTcF0rJSaI0SR7BbASlYVxejnijh+OjIC0be9kixiAgtMQIeUowtcAT78OknllplR5wtBSRMZoxmjGavdHZ8q/vBKFJHgnmA4T+abu0A36+qw6OwDO2dD8jGU00gRZJiZxWACKJoBZecyOZVapHzvj7jM2MzYzNjM0Gm+wksZkkjWAxwOZfg/xNNUoG9PwQ26rxNg7RpEN3Ns8NtARpBAWUnECPHUcGYkStctTZHksTMRmpGakZqRmpDVL5SSI1ySvBcoDUwS5aFULGt9FK27oMtcIzRSnhnAZ/1DhKhfIozOaRNeHvPYbOsZFWxmfGZ8bnl4RPcZL4TFJLCBjg8+eo7Hrz+wCgq7ZhBKFNa++zkgaIagyAhkp4ArkFxGkBIMRemX54UyMjYzRjNGP0hDFaZwvdH0jlFSCFDwLSJO+IpHlHf1b7y62rn3DC0XV5fHF4ehVGO0e7+HQeKkIFcQYarIVBzGBAjVGEOAHaBL2OiKP0vGpQ1ZLc7xerzdZtDyJnoei48IfYwLV+Q9/XV9Iow5uGq+HadyVPvlsGHm5L9YiYfKXCn82qKVG6iyVOF7+sd/eTivfk3//rbRib+7O3T755Gx7Rhzqx8aK+ql2scRpY8LZ8xeONzy7OLt4+efo2jJlzV8pp7mnX1F0N9/TLuuwTlKXsUvMoyI3/jPD0bT3otot2bMWDtdpUp96VAp7899Pxu1gt/zOqZHkNYzcybB/eS/K67ulmYm3au0uOrAvpfleWiA6m/gdXDtwwEDe7/WHUnql98dN5zLqPw/YvZZD4brbyub4+5+IinPMAhMlquF2cjZTAHUVpkqNE0hyl59t98afYe/sprXS73S/eHY5WGE2OdcugC0OBpMoFZ5djzB1zVCMlKKSOW9YmdiYCblkDohV0R/nNR85wtXOKnpUbYd1pdvMq+iJPi3duc+7222Dam0znkqLL8NswWPcxs/lc7d4nic9fRk7zq+3mPDjBVYXrl1FV/+JM9Bob77EueP2iqQH/Y5iXNlo+l95eVBdRFbY+j7q7LS/i4PDWda6bQvSLODleVNXoj+h30MhFrZGL1zdT8iSjhqQZNeGpHLzo8EzCwF+n2m6S5nC1ZfN09vax3keSudOf3S6n+9gFzFXf4PgTufeM77EXGOem5WTNbUtDHJR+GyaeVZ9g08riMJ0flg/SNpO/Z8Xrs81HE+d3ZVdzuY1+f5j8bf4eXa+nYUpY1YosmVJvXRFOE6Y453VJmqhlu5Vz74v9Vq13lcL+IU9r87T2pqniU653+JNTgYVjDmu3beis/qVsPxkPdRrEJ5fqzqYsTJJ0RMiUhRmkbqatix9HMzhHuvT2aOPcOs6JFp4SwQ1EnBmiuMbWiKRM+IigWxbUeWTmZobZezY32dzkj1GfCe8HTbafAjdKUp0InQR3d2+HLkpHtnYYdOgg2xsdK5cAA7hVFnFgkeLGeUIw1M6LCWTfemOHDOwM7Azs/Nnr+shGJ4nsJKWKsClkv6q1cQrbSfs0uptO3cR/IwiHHBvMsfRcci6sQQZ4IzkgjozjuxGVEZ4RnhGefe77ATg+SYAnCV2ET/rc5RfVT5Nu96H5iOdd9enQm1NhFUTAEM0MZYAxibzyQCmClTJswvmuJGV4Z3hneGd43w+8yUnCO0krI2IK3iP7unV4OrWz22in7nq3slQLAg20QjrJrdVecmSEhlBpO+F9z7O7WwZ4BngGeAb4dQF+03IK/1iurfs9PBAI3t4TzZOMNiKnI2MGeyV16Dq1W9Jop36MHDaYAMK0ltBpjQh2xCpGOKG2rPYwQvN5dkzKNM80zzTPNL8uzdlJuuNJTh3tbNcUX3hVrHFXfN885JTgVYdF7LBIO1QIH2/uLqUABjnlHiLhLUMx5Q5xDqlVmmPNE1d8VNYt6V3LNFGmdmFguYXyYYCU0aRz8fvoSR5iu4bx19poU5mV927r1P7Aro0vlftic3G5UkH5ypso/qkob6POIpkz9rl8MDeIY6suqHqoI6Fsg+ZhNNu31S09b27o8WddvIhvMKZHFj/FgPUKC8W39fhb20V1rz+dx5zL+tXPFbwdbPliv1mY8hLCyRbL9hIOKhAuoXoly3gJV6dmTMCkUvwrw7dRku5G03S34DcW32+3waa8jkO0eBNfbIK40L4o2xdl+6Jprwg32toBHCMQKWu4MwBRgRhGwhHgKEUKEgfbaO5RUbfjWxTpSpExs3YmnnWFniS/Ulf0o/oU1eFcva99y/LaizLV+DzqvHYq/D74bF9G9kZP/Ys4vl/Fmy0TrX5dBtc0+Crhne0DGHZ7p2zE+4uY5vG34M3+dRncoc2MCVg9Fizi8KlG46SmjyvVNfM0UJKMRdNkrJ8DcWLOzqtq1Db6vaoOl9c0nZcx1utIPsbq4nZZGJ3T6cvlar401jHR10liFTNmXaSvovI3Btn/hyIB1bxuH36htrbJ/o8jvLz2aN+qpMpo3ep7q5Q7ThNKhdeXu+Xa7aqkojgpvcvSAJVVrQdmvJb9WQRSczf1qDhM+wI6NuHCI7CCZ7MNM9yi1PQwF6putdidbbZ7s7Hhhrab87Jn4NUmznpjAd5PRaVZtrzpZ8Xz1W7zNG6+eR5LJwQZSx/6lXwM17F2zjpbz0F37VPefRNO33krMacruEDJ4fKhvqi38nxu6hlbnI73flqVMHr75FkA9dK8Ly+5Gp274ZlLAeHQuni3iYLfBlX7FJ7g4l/q7UJ39UnCKyglVVPEyKzqof1y4Q7of1k/OnVYeKj6dC7vVfmU665XDIW8f2A9ve3B8+RyKviUNUiy9iiesAblYJ8yCfUkrbMmOejQ8fhsOCvD1CiFgFXcOaGw0kxwLxhl3h/sxUDM7by9Uzcat/T8stHIRiMbjUe4NHqF7XjQlI5Ju5Hk4lEyZTfqgha7Kdvh2/Zp+9F06q4aUIq04UjF4o0QSCgUI4IxK7Xm0sBxG9KIetx2BGY7ku1ItiPZjtzMjuBTtCM4SQ2kdMqODHfw6YByYiOfsT4dI2KohgA6RQmHjhMgleOBV0pYQr02ExORWbb1yTYk25BsQ7INeWQ2hJykDUlyFSmbtCGDPYm7VB/fmnisT3dnI2KVAJQrpjVmnBuprJceCu8NMx5M2JA5NirONiTbkGxDsg15ZDYEnaQNSdIlKZ+yIW9iWcvzzTp+uZ8yJPtun2lrknbsmBQlMIs73UNoLIWQEoSsYB4QIYHRfmJtKxWXv5Nku5LtSrYrX5VdoSdpV5JMTiqOrW+1A/vYMlcMFVOmE0Q+tdrVdu1aF+s1oUwj7hV3mmlIILXCCxDMjk+2HTgiMNuXbF+yfcn25auyL+wk7UuSW0rldPzW6mI6fqtsOxa/Fd5H57OJogARDL3U3DNEpJVShyOMWIes5VPxW6uLbDey3ch2I9uNr8pu8JO0G0lKKwOT8Vv9zXa70VSje+6OdOlYD6SY8gZzaLVlwGgIuRcKeGqBdMrIicitGXbgzfYj249sP7L9eGT2Q5yk/UjShRmcsh/JqJgyIqV6Ls7rLtOWJOnXXc5ihhpAMNCEWUscc0wQyCQjShhK7Lg5SaRlm5JtSrYp2aZ8VTblQXdcnrQpSWY6h506aduLzTaOwXYP6Xb7wLrt2J6BvS5HNwrs9f3csmf9U868R+j0Ca4O04LloXl3CGxe0JvO3vVmE15xpeIBA+Eu4m6YiWU4lG6r+H8odvYqkNRvVssAyLX7uHsaTr2M+4s+DTRS50+b+mZPa72rL+Zp4fbmWSxQsi3Pv4vbk55FLYgq6sJT+RSsV1nB6w8zlrL4jH3l9p8u3MftcqIcT791WI3nzaHHnLV4xq7qpjvMDRX15FKh5RR+klRojkbxM7K3XKOGUxvLddu7e1wQH/wxhwVECjIBPQBKC0kFcNTCzhZFXSm3Lcn4eNg0SznGr5hNsxfxu1q/HzRddVK3k3RVjidci1VQD1e8Dm66W4/qeN1lcegyoevdfl2dp0h5J4XzAkrPw6sEBFqtreZEMixHdL4rLet+1v25dD+7JycWnTyFL5JkSXIyiq/nupsg2fKjaZmAVdncLTmqPfXCM0uMwQAy45RgSEijCXNUsxFGlUIymjKaTtYtwSep10nmGqejen14r6O6nbZO6PehS7d+BkQGacsF8UG7IZbI2jAJIURhg43HIzp+EJT1POv5yeo5OUk9T7KLOBvV8xdnajtuv5uWCf0umzu6TSziVmqskfHGOE6Bo4gp5TVGSEk/otulkKzXWa9PVq/pSep1kt3B+ahe/zm8zFG1rhsmtDq2djdx0Yw6S7kClljNJbVCcyw8UBJ5ZPmIUkcZWaezTp+sTrOT1Okkop6L8c8Ay+2yKrY9/AzQNE19BijbO5oNMTMeKgkZIE5ACYR0GlOOFXMQADX2GaCUknU76/bJ6jY/Sd1Oop65HNXtiRT/VvfeHMnvH+/VteOQK2eA8tZg6DDHVBqvCGBx8s2wGdH2N7Nl9med/3p0vt5h4361Xpyk1iexqgKMav3r/WbrRtW9aZnQ87K5u7IWBq6GhCFgrWGYcMw4ZA4Y622w63BEwUshWbOzZp+sNZcnqddJvKAYjxd8fXkR/jS+rta2Tel21aGj3ZIggiRSXADOjGPCIK88FVwjZqyyY9pdicn6nfX7dIN2wEkqeBKRJ9CEu67OJ9z0smHSPVfn3TXzoMWOMKmpAgpRQhmiBntmufdYSzfqlqvzrNRZqU9XqU8yFI8koXhiPBTvtYvjwdniVb29dfGm7DNqxeu+i6bvouk7ZdXHf9CN0nMWGwI9hY5pTwAJVt5BLmNpcGGcHrPy42IzIDIgThcQJxnsRpNgN0GuB4jroeEGUOiu0APJDBeWegC4xxIAhIQiQCIKqUPuOjjIIMggOOGFO3iS8XE0iY8T4/FxL6o3OR45c2ibip2pOnTX74B3WGEIoaTB9lutsKNAW6i0FLSMvh1Ez1RisopnFT9dW3+SgXE0CYwTbGKG//u++Ha1Me8n5vm/7xdN8+Rsv+nTXcvDmgmtEbaMegsBEpppGub8UGpBNR2d8zeSsrJnZT9dZT/JaDmaRMuJ8Wi5lxu9XLni+cXFqLJXzYuqeULZ2z4dZXdUIsykRRhrpxjHBGCrFKSGOSLFWJRNKykre1b201X2kwyjo0kYnRgPo3tRvbgJ371tnHLe6x5dmw6Vk0QITYnmAAEvwt+t194yQxkeU/NGTlbyrOSnq+QnGU9Hk3g6MR5PNygh2ireD6P1Q/vt3WpvAFovgfIIYA8YlMRABQUn1HIp2FhwzQ8zVA7Nyp2V+y6V+yTD5mgSNicnwubMNgyJ4s0m/G/cY696LN5sFlWPqfX3tFu3XLBlwgcXnQatl4oQ6pjTgFLrnQtmfsygd4Rlxc+Kf7qKf5JxdbQNuwmT5ETxv91ehs7FS7e+TJRdl0cX59XRjoInTb3KVxpBw5VziHDJJcaYOckIwsAyh9sM1UTA7RS5FnRHWjwhfaDCaKjCaGYVrt/RvqO/TdHWbVWkVRWX6+V/XroiiA63VOzP1L7Y7ZfhnRWxGEhUveKi+nBZ/FMRbvfD0gRNr75M7SohNtxEhYSgvM4W+61a76qBWoSRXIThHCRertR29alYhkvcxjSG9btnp6uy9bOr9fXAwLsocvXj5mME54uyJGx4IY3N2i7fhdcUHmdZUSWoWvG6fsqRfbFI6o+xSFVZH/Xf31zuN9ulWv1HjwKtRsTyOtVbS3SjVIh9/dugpWebj3Frr6o87UItdtW17JtrWah4LUEJF7vqWhbhWhbhWhZnsS5VHFhv/9gjTyP+7R+rh7qoH+qziypxbpJKVYD8GJVkQiUypNKP1VjoUakeIWNUik3dyQUmSFkAASVacq1MmFIAH+YbDnGqMelTKQrIVMpUmq/wlr7UeuXOg+dwNlZ5a9A8LL31bdnlZewyZ+2tWiGrs+5uXnnr+mRFmaz3TVYGErLSIVn7pcVqrqixumJpWw+uDhqLHGZGKi6wgRIjb5V3yBEyhKu6fUWxTNdM10zXeaugZbremK4woSsb8VuD4q9K5R86r0nTqAfbtHczzLkXFCEbyzViRhhnGGuLNSSeOOzkwI1tpGTaZtqezAybZFLdO6lQQio+JNVIsH2tlhcTAfa95m5QvSIMOQkxx4Cg4A0aRS1D2FrhhCK8j6mLWQLpM6UypWakFM2UundK4YRSYkip1/UoHVJq17aMUapp7u51rZ3T0HFFDRIEaUipdxAro7mBjNo+pRohmVKZUp+T2JPnrpOsZZm1985akrBWDlkbNxkcXRs0h4Yx0tatHdBiqJlV3mpkvaZEQIoYxY4B66nC2vRBW8vInM2czZydlbM8c/beOdvG0RIIhpwdBNHWaPGjEbSdxm7cDadUemAoJy5MtCUNtCXAcmS0BnAIWT9D7GxmbJ5xz0gnkel073RiCZ06dfbOgvKejb21w+68ZY8x9ezv0Tve8dhOveO/+Mw434nTW7V9P1ek75FTXCfWF829Z+/4y2sCfsPfXPjbrtnJulGCs00DlbXbB1S5nVsbF8OCy9Df6i6fFc8/qOVKBUeoUFFe+X2p3B083m5R3+yz+9mF92Zhu5Nj+tQ2ssVoSl95oq9oqK/DXWyroTmxhW3a2F0bgwQJCSF30CEtneOQeS0lJEwjB5I9pFIRtwzIf2SKOkdQ/pelqHOH2V9bXx+yGt60riax9hAPdfXfLsIbjqkP33/ol7mphmnTYXHoMKa9vV69LWmZQsx5a5WTSHLsnSPOUeMVp76cjnTUuCcr6/PXrc/zl6u6tkajk9ToJE4dkqFGDzZqrYbn+C6tSVtHZ4XzEGOPPWNhPs+wABgTJbBD3DmrdV9n59ifNWtqtryfp6f4FPWUJ1HPkA719JXahYn0iMVtG8Z0tW7tbqgMqbMGCIyDRcWaI0yBFkZy4gXzkvS1tZaR9TXr64PoKzlJfU3iaCEb0dezzX5T/Cn+bPtpRGtj86JtHtXdtE9Hg60kAgglOSTSWGqxxpgShQQB0vt098URSVmPsx4/iB7Tk9TjJMoU8qEev9icn1+ul/sRHU6bxvT30N6tIIEIcUwxyxWTMAYVKIcsB5xRiIEa6O5BStbbrLcPorfsJPU2ibuEYqi3r932PIySgdIejo9pbNXYndp6Z70UWFtKvffAcwWZDbNcxR2tIj476lqJyLqadfVBdJWfpK4mcXtQjtnYYeXFxvhNlF3sNncXkDUMlpUJx2kYiZQIb6VwBJd7KAEJhgZ2loKLWWezzn6ezoqT1NkkBgyBoc4OCylWo3OiimLa2HWHJacsqKnF1hDpCHJWWUWwY1hizQdLx7PUT8y6mnX183RVnqSuJhFRaCQi6ufyfVwdF1W+t+tHR413vzpGavx386pynUF+p7rc5MLnWKmTipWaHO0nFzGFp/Q5iZhCaEqfp+Kmytbj0VNpl+5sFxoAPNEUGU8pgsQ6CaXDHmKIoDd9a5wKuhubfLqKnK3y/Vjla+vzg0ZUTepyElGF8JQuXxlXVSna9aKrRvt2tyVgWBEZ9NwBSrky1GPnGLSIMk+1VeNqfi+RVlnfc6zVtTUenaTGJxFXiExp/ETcVaVpx6Kvkh7db8KEGeGEY16AuE2ws5oSD005reaOjev0HUZiZU3OlvuaeoxPUY9FEpGF6JQeT8ZlVfp1PDqr06cbo2UMts4wSClzCElomcfCQKeokyIpST4mKetz1ucH1WdykvqcRGwhNqnPx+O2aj27RvTWSM+uD+7CnBoAyKWWmgOgAaBMBj/cKMolQBMafveRXFnPs55fU8/pSep5EtGF+JSeH4nrqjTtquiuXq9uMUHijQGWYCuk9FYyCJm22lBuuKFuYn59x5FeWa+zXl9Tr9lJ6nUS8YXElF5PxX1VKnY0+ivt0lFnbzDQYQ7NAdaGa4QpY9RgppUKc23ixtX5LiPBsi5nXb6mLvOT1OUkIgzJaRs9FRfWGMyj0WHdTt3tt60Ittkrhp3RVBofZgSUASac8cKWs/1RA32XkWJZp7NOX1OnxUnqdBIxhsGUTk/FjVUadjR6LO3S3cwFMsE5Eox6S63xDCFppGGKSOs9x+PafJeRZFmXsy5fU5flSepyElGG04iyv2zCz+PLORJNtq37XCOSbLLrkSiyyd98ngpPiptJfY89jStVF88cOTb5+goTflfpZL1r7g+xSt8HtSqC+gbHx7jtPvwx7pfrbLOlblDntobgobbgKcaGHRu3JxcXRqa0MokLw2hMK3t74R7G3thuuJ3G7tI0slB47j0WHiHvCYSKOE+s9JTIZHO0jojbWdLHo4YzWNBHp4Yz28ibaOODRnVNamIS1YXxmCb29n89DL+xHWA7jd3Ns4Jrq5GwTFsnqYTAaOMoR1ojClGSfdgRkTXxy9XE2WOubqKL6CR1MYm3wmRMF39ert3lxZg2rpqWcX2smjsayRiGUgAIkQCUYqyAxUgYzB1lymo71MhKSNbJbB3vQCPxKWqkTCKnMJ3WyAJN6+QCXaGVC9T1WYU2BFopkDWEC2eVDo6rUlISBm1SS34gJmtm1sw70ExykpqZxEBhNqaZdWhR8aZsGFHPd1WHxb7uMK6jnV7dOGVFsOIxz8BwrhRz3kEqNABKc+PBiAHtyMramrX1DrSVnqS2JpFMmB/R1iN6epWG9kqoIwUJsUwwoI1HxEloqQ7+rjIIeTipm1krv1ytNGq7Cc909UCayU5SM5NYJCzGNPP1RbicbmLAYRju2rZx3Ww6dIMKHQGWKAGBQdgLS72jxlKjMHQOjRnORkzWzmwz70Az+UlqZhJZhOWYZg4iEA4DcHz/sl5zN/KAhAkmRZY6yryBwaeOGTtOOO2Dm4vUUCfn2MMsa2TWyNOLC5rUyCQuiIAxjfzO7dVyVbwsr3JEL23Zvjiv28e1M+3U/YZCoZVQIIC955LT6OEq6aF2QHoM9VBHU1FZU/O3lDvR1avifuCD6GoS90PgVbo6vn6bas+RVdxut+4SkfEUOq1xcHehdUYSToSCDkBmqPP8uMbmFd2ss3cViwBOUmmTsCDSCQty4W19H34Q7ur12eajUbvwh+YBHhQ39Fq4stdiV/daHB5zpbxH+nQ0lwimkdYOScYRchwQBHmYn2IDKIeJrY2XtqgubdFc2qK6tFtq7/SVzqW/R5/Xlfv8zqnBz9eFW7l3KqhocyVluG2pr/E6i+o6i38q/7YPTbXaPCt+WLnfl2WY7doW5nK335wv/xEV4Q609VY62onLuyNPdlStkhgfksb4/LTbnLv9dmmGurRsmvoK1G/o5pdpwACF3njGiFSEeIQkAoQ4AonCbemWvpTbqcpQ2iz6MfIMrlQKOqdSFGaz2mz95eppcbiWesvqdjvscuvq0Gf1qTP4q9/uSqUIJ3QunKWSnNWiVosk3Iak4Ta/bjZlVrULo6fWjOJ1oM/SJArycbNZmLpTPT4Wu6ZTLzj8aN9+VPh0589TjhF5M+nHiOSBioArVOSWoeDPaxctDH61Xp6r6MGNvb6DtiyK/dlyFzM8YiZH9VybXIxq13i7cbv1/9wX4X67osJYVncQEP40Do/mMd7aCTw6dk8uPpyOqyYBSdwNSeNuvl/0bi7RyLZt8bprs+oZ26BD96sExdh4K7BBykGEPMKAEwed5dwj2tqugZjbGa/T1s9bm7BHq5+91c8HVNMHDRyfVNEkAIewYyo6WA4dKNDi5diC6ES3bplfRB2gBodZGoVUS6Q4tQpAbphQguFppa2EZdXNqnuXqosecpllUnWTaBzCr3B8v/u0Vucdzzf0GihT26tS4SN9up80hEOGEY85lo5SZCjDhghDpUfAu3aB9IjAa+jwx48fn1ValGhzqcLN6N09tDbDk9ZmWz3qrjqHG93dqR63S6Rz6e8DzTUJSMJsSBpm8+1qk9TLLn4Ic/blbj+WjKzrngsXey581fNISvIVPziSmHzNX36e0RyXOZOmTT6be52Vxu8RV7zYXo2B5gvD4fPDoehAubyjnQp/85erIt6aWtU6HMfrKeYoXz2oT24myqYUN4nCIXJMcQe7Vxy052x054peczcKRyHnMAmzUGcBFJJQrRhxTEIsIHBtvnJPyO3c2FPQyIH5I6WSzvmF8DFq5MwhODdXzAede04qZRKIQ8GYUvaL0h/0RY0VpO+2dr/gWw4kdYR5pZHTJEwvASACeAu5Ys4MNVLdvhD9YzCRWSEfRiHRSSpkEm1D4ZhCvtps936zWm7GlPIiaRxXzEOPbpYHR9YarQHXDEmBtDAIYiQUwwI7hIbKeZCTFTQr6N0oKD5JBU0iaygaU9BfXbim8N9+uuRBdT5WHcbTJcd7dSNqvPEaaCmRkAai4N8SwzgGTOswv0r2Rx2XlRU2K+zdKCw5SYVNYnYoPqawL9qstkmdTTLfjqtt07H7ZdRCrSWXVnujhFYy1oNX0ADPGMVlbsqE5jbisvJ+ocp7BymVN1dgepIKnEQXUXLU4rrf90cNbtV+hb0NnTpKixHziEuMJFEcS2uxUgYbE2iCkfXiiLkNorLCZmt7N8rKTlFZYRJvROno/FVt90u3m3aPL6oOV7jHnV7dL6GEK+WgxkxYbLCVAHKPGHDMMEUJH5nLprKywmaFvRuF5SepsEn0EWXHFPaYe9xo0JXucb9jt2CXlyD4xIrroLLKOcc91gwIYxVgLNmvdFJcVt7sHt+dAouTVOAkBonyoxZ3wj0+mL9j7nHaqVf9UhGOCTOGYamFjnsXUusVpAhq5vwRc5vd42xt70xZ5UkqaxK9REejl364XLv4VibdY191uMI97vTq7nMkHecQE8KRwdhQph0hCHDskbTQ26G+dmRlhc0Ke0cBEuAkNTYJW6LymMYO0mgGCrQbTaaZ6NYNnoAUSCAINIgaboQHYYILpOAGGCAEn1baObJCs9aevl/8APp6khFNMIloYuCohZ1whw/m7pg7nHbqamrQTuAQYT7WOLDIE0etgYwyD4O5NUfMa3aHs3W9O209yXAnmIQ7sdFwp3qDzTFFNYemcR2t2zvqSQkSAAqkjRKMEOwQI0JjGPSVQDe2OFxLyZqZNfOONPMk45xgEufE0jincjXJDLczuqiP97czSo52P6t6goJ1FIBrL50nRkNqlXW0/E/5VJtsmkTEbdNMtzYWsNqVshZhOL1zh8D//1FKZrOoZC3r/jNN40spqjsqwvi5DO/pcheHY8w9O7y67713Zl88t3bxy/wbZ46o0JN//6+34UXuz94++eZteAIf6nIczbvdLcIA36zfvi1f33jjs4uzi7dPnr59slbnrpTT3M8uuaFf1mWfoAlll3pYBLnxn5i92BsTb+sRtV204yYerHWiOvWuFPDkv//jyWknx8Ek1ol1Yp0udbkX4GZ7cdZXXF22Lc5jW1d5By3976yOaWOgcgJgib3HnmMhnMVaepEs/PbF3LkS0xmVmJ6YEnde5cNrcPVyq3c7osOD5qEWVzd0uJ+vW4GTWCdGulY39FW/j1jd8vjA6rZHO0qLJHCCUUwwYs5BKJxkynHjAMXCK5Ra3VbEnSssmVFhyf0rbPOwiniDjcqWTux5XJ0J//7gqn2u4wjY3IvCnn4qN0pihVgaK/TXIGfTH+kf4sHuMG8PdWvnSRcmeSD4kZgAoTUgAjmIveMUW5UYpvb3dz7A8YwDHN//AN8t45xtzDCVo/zHNy9/pkX5OPPQLod2ElXD0qia/+vWwYJv17v+8H7v1sFYhobuEO8e7q40Ui+ko55qLCXUUlKHtHeaAuOdTOJSuzLufKijGYc6erChXt5ZocMwerfdXK5thfaRsa+K3aUOL7doX60rZyNZE0pNSMJTWCc8Re2WpiLKi034UWkY02lJbK9GmUnb66nJWGvXCniGqGHUCaU0YUJ6RZmljCLEpaXtxlWjou5QS2YqhDN5hvtXmfaxFRtf/Bou7VW8tOrlVlUddpWylNf5tLIUT4vDBP9p60HFKqthuuD+cC+1Vb+QdYmneW52DyRLYndYGrvzs4o3HOfnf43bZL7edDi2aloXH+KOlbtNQrGRtu5szSpCjUdWamcAdxwKrLHn4f+kYLrNFxsRdDuCtQKjrADGy/Xebj6uZ8LXlPjrsIvNyK5Y6d/ti29/+eX1mz8Uz9tvDml1r8PFFvFii8PFdtdmYn31t09eVIv/cQy8fXICyzPnKk4712pt3BgCBs1DBCR3VPxT8bL9wWcCoT253Zh4IJw31nQ7DIbkmh4LGZIYIZbGCP3bOnqLL8KJ99vLvoNTNi56jRUXhk3dBHANkZdKIEU1EZZQxQG3XobpLgv+f5sAPpRzOypclvJMR94sPBgKvm8S/G1zGVyU1apYxbWasmLfAQDl1RXp1QUmrMuUw/L7ZQbAowbAi62LH6fDWxnqa/EqvuA3Z2r/9hIBKMMA+T6u4+3DNRZ/Xe6W+7g1wK9ny2AH4hAKzu/74t/fXIbDS7X6jx5brlVHs/7t7u0fTXlhC7VeDPWj/HK+iNUjF3HYLlxzVYsP9VUtPsarWnzaXC7CbOH92z/2yNac6O0fR3BT4eFq8iXRVhyMfSWuPOAEe03L4tBSMa93vJdjYGIcFSROYMWkIBJgJom3VHBndZsY1BNyO9rt1puPB2d/sTNuPVfExojk++bdn4LbE9RsU6iAvTh2gjezsdUsLZLsdbjE9oPx63iJ5T4ydXXTvxwe2x/y5+MvZoaTRGNxOK3NnU3eeiqXbO82aOnGfwCMMTdIKsmVgMwYZ4zijnqgqUNgSqdvu5eb+aSTwbFwNShm0etR2fet2c/P1T9ctd9TE1jVmIRKveNX5PJKDwsw9YplVvCTVvAfA5EDsBt3Jbyi/Xaz+Gm9u4gjqfjO7cK4LN9hfMPl4tvrelluLo/kLNit/WbROCbhmcRLWNaXsLDlJSzCJQTPpArYWuyaBdVJ92PIiYv19byPJEaNpzFqr/cquGEju/c10NrFDmO7LfYqP4/3O1Lw+fgPPtMPKWWGn6/Np7vagfLoOW5MsBmqPlev8Hl5QQeO7XuBpOmyc7UYs0smY2v3sfjTZZAZUPcuxqaa92GCdq62AT1hJnOhyiotYZbmw2i+3LpnjWpVBd6fdncBW6mA1P3uDydYJXpyuJ9ccWg+pclJ4BrHA01+6daXA+09rw52Yr/blm6omsYQUmA9FMBxQSxnCnrqVCya5wE9KHL7+1tOHR6dys4Q/f01qOzM0eLX1tyb5lptvN+5fbzDb8DF70+Tf/6XHhxZfQNJ/DNPD27HDr69JxwkYXCcDHAwKBRfqcJ4lfi0rbuogGIVPgC1Zy5uWKasgFZYDxiRAknZg8Ic9eEzFjIWZsUC+nwslMqN479Q/BecQsNYv+3o0XuCA07CBjkdwOFFNfgGdDCH4yN4aDZ07XxloZwbxRmAGDtNrZDEEOYRRAEYzuseH5pB/4UBYrAzL3pWlgPPhHgchMCfT4gFjaq9wMm/0TUcCNqgoetCtIfDW/jHcm3d7+Es7L6gkQRkcjaExrC2Wa3VEwXNuq3duEzHMMbMhn8FTHgInDHeUis5gY6Zvl8xT+my7Fl8odyYY1/wm/CC3A8vbuJVtLSA90WLJGiV8wEtxrbgqJRjcv+NXnO37KH0xmPrGfWCcOgdBtqZMC8BBmEKbA8YM+28kV2N7GrMiw562q4GvS94JHGiXEzDo/jO7dVyNc2QhW06HENJ3atDFE4E8YYSL6BVMXLUSOykRAgyDIFxU0SpZWVXJHPl6Cay900W9pCbP0/qeRL1yeXoOkS3cE27TjBStabT2N2Z3XJAEGKaA4khwkpa6ZUniFjFDKYj6xC3rleTdTj7BrNqMD/laQW6L88giZYUYECMHzab/chnDd8cHuFF1dat78ohRtZAKhy3xmriYoaogkoBgIBQPVxUEr40WsA8lXjUuBB3gYseBtDtphP4vqCRBGUKOIDGn93H3crtx8CxTptG4NG294IlOLPWMmG1Y9oq6ozjLnggXFFIymplKUBaKV88RLLL8ZgYIm84abjchZ7hBsv28LzK/4a/7775H7VPfW9fOJO4RtHZY3T5rnh9eX7utsVr1S0Pv3y32JUti51K6sL3jncUXTHOw0yCQyA5wwhIizDx0njkOGMm2W6lK+R2et4TttidbS4OVapn0fIjZ3iIaUXvpRWvw+U0UdalhreFLt0nVwRFMkFlyjjeMojbxeSo8GtzKJR5at8XbhXO/NzamHr1vEm2i8E9q+Xaxba/xfv/cXPuqjSsmaOYY96ZWi+aNL8ywieeObbFJ784C2eu86wOwcqTUcx9TbtmBhVOIh9FGvn4Zqs+uNB5O/Zxct80Dj9QDpu6W5AKiglxliHMwsBDEjDFJcDUQks5aAuADeXcTu8reQu92qS7mc6i8GOir7bmpFT++apgVFdRxKsomquoq17E/Cq321cJo0mhi/duXeikZMxn2N3g9l5e/LYOk7jdFVf45030Lc7UvkoAqY6XqSHR8Af3IlxXUb7hXbj+cGGuCK8hqmRoiz95++TdaqPVKjoJ4dEGE1n2fva/dSD3v7w4c+Z98B1Kp+R/q+Js6/w/v73e2LAbc3kerqas7hvkBhP/rnTnf9MrtX4fLv67tEe4ffUvJSDL2i3DlJXizK0unt26gH7OSrl5Vsq6+H79Tr0r953aBmc13F/Dr/KNlUj/ZV0SvrSEd5Sasl64+joWF9V1HNBQ5qeUgN+U11E6CEfIPkLUayao4CSOVXTKOW43f3fJo0krOlZNI5EnvYZusJo0gipLALNKEqytRdQD4S0jknHSFgPrS7kd1IfSZgH6yDO43xS6or6CPshj+aJdie64W8OuwmkNy2YeFYDpApZWn/5wcvt8PFRiKUlCNkUashlXL8aUIC4qDDWgc7T7wZN5qiWWkAIgkcIAYOEhg3HLHAJU+8GzI+J2Y78napaB37/vex718fR5yM8z5JOAQ9ENONxsP1XrNLvjKYqhX/RpQ79rZSoe6X40YfEav/vcFb1W9GwLeK3IG6/XzZKVmLy80WzpRjXCtdvoF1X+SBFOsgl+WfBXw+F4F3FDztC7nOG3FfPi039WvFzWdfDiUkDpei/XdvlhaS9VOb+IJ29F/+2Xf/tLKfLTaeYmHh/uJ5eiKKYUOokJFHyg0IMUxThQx1MUm5buvNwjz42VkAjgITXeC8chAJ4LYRgFyap78/vbrreflnbOspr+tWjn7GvqN1PSB935bVJBk7g7IQYKOpI0GEfrVNJg29b9ug5VmGZRAIVCxBhrODRIMOysd5xT11PTeZIGs6JmRf08RUUnqahJ4JyQ465xAcdd4QUcV9W6sVs9VUnvnOTWeMK5w8wCIpQXSgIUjqiertYisrJmZX0YZcUnqaxJzJoEA2Wts21H1LUeRFMKe2ju5uRzjhkkWhtHCdYCK2CRRsoKr4yRrKeyByFZabPSPozSkpNU2iRmTMIJC4smLCw6ZmG7NfyQ40A4bJxWmnKjENAICe+1IogZx0ctLMrKmpX1YZSVnqSyJtFeEk0oK55QVnxMWXH3GwmkzHjApGeUEeKVlwAiZJUmFCIMR5UVZ2XNyvowyspOUlmTcC2JJ91hNOkOo+PucNe+BvXExnJuoQ+zVyYdk8ExBuGog8wpPuEOZwublfaBlJafpNImYTiSTFhYMmFhyTELS7qZmlQZIlz4/2BOLTJYIMBMcIYdd1ozMWphSVbWrKwPo6ziFJWVJrFCkk5aWDxpYfFxC9t1igUyylDksVZcGkCp9A4oC4z10mKNJixsdouz0j6Q0sqTVNok2kmm0U6HtI6Xy/Wyub1EdcNoXzZhRwe9TQ92tNUYZoDCGniJsRLCEOyQdsArLLmB5qCtqYRrqOqRAOP6RQQ17cqcRWl7d39FtB96hvDMWnvY4ipeyTAB8UzF/KQwstx2HXft1FsV0FtV+S/1cDIOsIj7y0T9/B8wUeJvL5erCIUyshAB8P85nGr3LO8y8aVsI0OTSCmZRkr9EHcY+s6tlnGTyv4G2D40LmzdeEBB52ivahpyUiPkPcExN5lR6pzCBApMLSAtCzoi5oJBR2i9r/YsSBgKvlZxgznB8LfL8/OgwW/iHnjlrtcHHoQ+H5Zr43bN1tfmTK3LXA+zWZXpOM122U9DY293mRYgy9UqAGNb5vJUocW7880mCDyPAb/FJtxukxCVsXDbTYDLZxoe9sXo9n/dxuFdvGw6fNVUC0d2v60jJ2Ikasm4JNhMdoLNKrf316gfP6XjPJ2vVA8l6tBi2etTYW+yRzcYTRtEkACaMekR45gY7q0VmjKBnfTt5GVK3Fw4PHKCeWY3R57Y/XpNz+ucw+qKWjSWQAzOz6dy/tH4Q02a5dMKkDHHewi/i1X4XeTiITf0DuB38z3Q8+7hszpFSdCbTIPe/p9bh+meOVuHAfLu07GMkH+49WJ/6HmNnJArfnAkK+Sav7wtNsZPMxMzxoXfHBgzpI1c8Y6rMhDNNCvAYfm+rO6yrqoPJLUg2vsJx0y5klJnKj4rvq/hE5O2S668C1OwWPEmzO/uKTPkK5tgXUt7Ty7BRU4Rqo30owD0CNVLb4m6NZbc0hzv7vSpKbacUkCF5tQrBjmiEFhjFPJItxtpNL+eyys5Bbyge1jF+aLwMvPy6s0V9EGTWyaVkyXKCXvKOUhtiWNzPLGlbekGGmCLjbUOUAwEg8xbxR2SCCgkHQCso6LXTmr5cnyArKQ3VdLsCpx4ds4kaXhCGtQjzXO9udz3QKPqYwPOlA3drXEosMRLTbADKHgCUlKAtVTEOcMohR3MlD/PlMmUyZS5FWXwSVJGJJTBPcr8UFUq3fVA49vDA9Y0bR3ceOK5D3MZrxzlGmpKlQ3DD2IPMOBcdHDTSMjEycTJxLkVcchJEkcmxCE94vw1SN/0cPOhPjZgTdnQBY0S2HqoCdVcUsgJ5yDwBkBKnZAed0BT/jxTJlMmU+ZWlKGnSBkGEsrQHmVebZdmWVWOTDhzcTg6IE3d1I17QdALRw2kzEqAuGfKCQ8NdQQx1JtD1QIybTJtMm1uRRt2krSBCW3Y4KPybr8836xjedziTdnQ/5bcdljs6w4DBg17dZd0pHJOU8kMIJRaaykjigGFLCFSQ97B0VBWJlMmUybTrcjET5JMKCETP0KmI0y6ikYdDlEFHIAEUikNwwIJR7SUDmsjGMaMTXIoE+grJtB1tjTNDDrxTMJJBuGEQaK/xtzfbLFcAx7darFt6Zbc514LBohDSnkljDeSe6o8p94qCbsTsWtvs5hZk72dTJoTTX+cJA1JSJMG975Sy/VeByU7Sx7+Ioz9ljttl0XV5YCfQUt3m0aJiYWYM+sBYh54TyghPNCFa+qcPOBnIGYuCl20gquA9UW7V+FcG4EcOcWDEGnqhUYUxXTHC7ctj35UJVPCSCx2cf+ycguocmQt92VLiaUm4bJMHhgkTD9s+H/y6Eep020dw87hSeXMp0edusATPwqmftS3q3BhxQ/bpQ2j/XWZxz/4kqZjn4Uv+yzqXP/ul7XJHr3NKhVRGjnkOcBKOQcUdAwiKATU1rbf8ifFzYW9IyeYZ/vKI0/sXre0K19vdR3FJsBuG7ytbUxpOo9e1n7zUW3tLoKs8NvNeYk/6y72Z7u4UW1Jp6cV2fYxk7RT56FMK632sn3IDM/VZr9fujE8pC1DNgxrW/xc9n8o0lXPthwkYzczaL7OHaX6/MgR+PpiaVzxbxfV5nNxE9Zd3JzufFPl4NW5zNWd1rdd1a2Iz2Gu/el28SIWlxfVznNxi9Bd3JmuvogqtVFVit5ovWou4ti2o5P0vOYedTzxXWHqu744U9vorPx5s16Ep+WX+8WwfoepOi3Wm/ixsezUr+bRVu841refgTbdea7ks+kzzATyo/d7heuKuySfIQft7cgLbSZcb59UU+lwDzFFtZlADwuClKqyW4a/ueKfmqz9wzBt8lbLWfShtEiF0mJpYvryw+ahPTre32AqfVRdTy0JjUzSKElCQ2CERr1EtEbHxpLR0rZuJVzOJVFYAgIN9xAJ67CmykotHLfAHnCUSpjLfXxM2JlhwvzFYWfm/LQbqe1DpqZNq2ySmobgiMoO0tOaETqeotZt7WaSMiAZF9yWG5hLgoy2RHimKHfSEj9Q3HlT1bLqPm7Vvc7XvrtT3ptme8U5967cBX3/jQQXvz8V8V+8+df/0t/EPyb//K/V4Mh2cOTtPUEhySJDaMyOL3e7ZWch/GBsDy3j1rxq7lbxNNRYxh12mkIDjMKOckiAUEY4yfXQoFdCMhgyGG73aS7PKE4gy2yaQkmWGcIjFPrhcm13Iwzy9fFRApWN3fR5YBWlxHCKpPMSSkYdZFAoQDSBYMifUkSmT6ZPps8s9CEnSZ8k4wyREfq8vjTG7cb4szu0jBKobu4wCBhMCREGSkARRwwwJzgJCBRMYSLcgEG1kEyhTKFMoVkoRE+RQiLJSEN0jEJVzf0xCh1axilUNXczYRHnHhJqpZcGewAw1lqYOJI1MXK4QlMLyRTKFHro1VV2kuqbpHghNqK+v262K3uuLkb092PbNKrATXs3v9QBYLQyiEktkdGIeIsRBkhyT5igAw1upGQVzir80CrMT1KFk1woxEdU+Ge1DS/1p/OqFm9fi1exdbGsW0cVOenSq0shEQeYGaQhYQgJjCBg4ajg2ohkf94RQVmdszo/tDqLk1TnJBwWiTGH+iJczWY76lG3TeMudd3eLfPvLYgKi+M2R5BCLJWXTmJLuHNIDi1yIyWrcFbhh1ZheZIqnMQ8IjkasrC6GA1YWF1Mhyusuo408ZhyaIBG3AMGGRFh/usl1VBhz6EYCVZYZSc6q+zDRxmBk9TZJDIQj0UGDjJ6Dx/bRrN6u63dKTAmwKugr5QxTJVQXEBjMDdEe4qFGX7OmzW7N+tu1t3P1t2TDBEUSYgg7oQILtcuviJT7gZYVSnq+M1Ne7kTXlUyqHWeR1u7VUGgotJQorXkBnECJLIIWe2JZ0DQ5KPYmKjZFHpc+Dy6PPGEHkKNx15m0OB9J12/TeCNaWJBq1fhLM6tq5ywZg/fM7WPSh/7N1KfJprr9vuY1xRGX0xFq7T72cPmy36xX8E+L+fqhtlRZ5uPi/1mUW0tu1DVYK7XoW6Xd3Utyf2sqnGyXDOjSiSxjziNffyu2jj3uz8/n8qWra/SrtV4ruxEezdIWkIBfJhrcAW4o0Bg5A1UTHhNnFbtluYTwuai3qT4Wbg3/aSu2H+H3AH5Jl5sl31vLwFQQB3qlDwdwK9KiK3gF1h5uSurmVxui7X72M3HrFiS90a9Zd5szv/9KvJ/b18CQSSBpBhPbmldj4Lq0U3tbd2MrV3Ta2Sn626frktrvfbKEGrCnzgHCGGhFdQEK++EZ+P7XncF3s0u2L1T3MF22P0n9wBO7teH+uzYdmDy4+ZjrN9TjwM1LBgQ/lfWGfjl47r4t/K91vc9VyWBvkfbrxawCP8riwxsPq4X5chq3lTr4E56vscwdF3/N4l7xaQPy784s7xwxQu1jQV2VmMb3ZbXsC37LUzd78g2t1d175cWONp/ruoCYyeZk4k90fddUeB1GIRGhQl6WcfKbDZl5b3qonZN1Rd32BA7TuXfjr7/BJzPiherpSkFxd9Wk65ic+HWAZAXQdWs26vlqogv5J42tL3RQt1Vw/vkkvDRhALLJGQU0ysU+Aq97S+7j/Xp+DdMK8kkDS6NQkgxJ6WXjGBow/wVQCe6/s1Aw2Z0bE5Ye/Oy+1CNDw/zvvX4QZfcJ3U4iRvFbEKHX5ZXOK7A53XbpPaWHbppcIZq5CSVxkqOnTfUQCG4woognm6DNBCT9farz8q/b629Kh0fPojWJqGiuBMqutlebLbx1R1znE3T6zpu8/HOg3pcTe/fmt6/6cu1Xd2+DNfwMspaaKuoI3rz+zxfya44yXUUmR1T5HIw3kyRR15pqbxa7eLHrtR1bi66dqyVLtbqw/JdqazPiiisuZGiHL7hB+tiF1z0oL2finIUb9bxcHUBT4vl2rrgV1u13sevcNHdPjhjjdLek1eNAIILABdQFpB+A8k3sPf5++jIPzmfGk9pdhI1isVRzT6q0IMwlkGP7scgYJ0CDmMsITaaOq29sNZZYbASuK0SPZRzDZucqHVvwWYemzsp/+pSqFlf78p97iosYt9QOLfCPriyJvGhWI4q68+t5Rgqa2JWJpS16dEtY4ORQZzr4DgrJIQB1nvLBXEEEIgYHVHWRs6jUtZsXP/lfnzmrqpi8g1mt1BV+JAe86SqJmGhpBMW+km77XFvOfa4lqc82XHgJceeczvI3bPfgXN85AT3r7tBTZOPZQflPFO7g9aWO7XUvynnqOES90sTdLDV3KjIu0p9z8K1lPcTY88221J/ddDJM7V+F+a1pdqHqXK4oqV5X1xexG84QX+bdeh4ts12djP79DM9ZAK+QbSrxZMj/U684/oD2Iuti+BQxQ/hv5dhNATmVm/kdR3e9yZ+3AwHPyzXxu2Kvy538UHu4o//r3MXYbKubHzIM38XM+WFLdTC1xe2qIfKYldd2CJ+dY0HqwtbfKgvLP74fbiwxba6sCNfycpHvmge+eLXqDKNRzD2mazLMjLFsiRMlsBJlk0ibOBudFq7u8dQ58vqt0QKbaE1xguEiPZaWddJTunImC0i9qSYdtN9FDLTZpk6EPQNIXOSLFPsJCiWhL8SNO2Rjc2gulo7OY0a79YBnNESKu2cBZRS600MjiLSYO64Cf9BE4C7yYQqe29fHek+a95FwTfwcz22W8+5MufujHNJTChJY0J/3Wzad/vLOp1yftxswnM4D3PE5EvEZt3OOac6dPdc90BJaZzHUkBnNAPCek+cpRyruNLcsG1K2lxwS+UfYr/N+5kWlCak3zfUnleLRkV4rS/qy2nXc4p/vdzti53b14FQ4bm8KwualWRLl34CqVarSK6LzcXlqvyiWrKr/F0q+2K7sZdmv7uLGWf7RG/EMPYNCL5al2FxlNchnq+qt3JScRF0SmuT4ERCjmht8XofE4CuobyLXdPzuA7X/brR3EZSqrCgADPpuNTQQSERxIApA62/UpVrodfQ6KzNlTZXD+zggbSq/GrlYkRjXBPel4EWMT+6frxPivoqyz2FE3U9LS2lQVGPaWk7qE9KWdm4slKQBCISOqWsbz5urtLS/cfNcfUMHbqVs6zlklvhpFASYuEpZVgzoSV12kFzXC+DtGxis4m9ofKybyi/oYlFJ2hiKUhCDwk7orXXNLFBm65lYtt+HVVGHmuvgy0NPjMjnCBmnATMQ2C9ieVxr1LlbGKziT1oafwf/TwTi07SxCYRh4T3lLVeLKhvb0JP64n74rC70lBFu12663RCKRisKwSMOud93EPDIyuscp5ZDUe1sysvm9pbmtr6tVxtaKuOD2Zm2/27Pl995TcQ39DIgpM0skk8IRFH9fa4me3q0jFDO9qzZ2qRdMJbCKDhUgbjCilSXEKoMTaKXUOZs7G9pbGtdfRBLe0MiorAFd7wtJ0FJ2lnk5BCInv6+vMyPBA7amYXq7JtxLp2W7oF7Dyh1HPMOFUcW+28E+HxijCdlcQjnuphV8xd2NLOCWbXvf7zuWftG9rROpk/at23l1qv3MvN9uKsyuMvFS5IWwYBW7fbx47VDTRFrB6PEb7Y7PbBl3D2aj2fKi2gy+dzHp/PWH2BQfOwyED6hO+xrkCPVfgbgOeqK7BVH4vn+zi+yu+gm6qYgDu8z1f1+6xet2rYURfSmbvGQLiahWquJh4pCwu4g/Y1o+vI17chqq5XR4CCJLSTgmPIPO7hdE5+zMEZ69hdrRdEQImCx0JYeN5OUiWhUhTD0OCgHPVvxqRmzM7i5NyOtD90nZ+nxcV1fKb79pG+dHaSbzDN7JydnUkoKYU9dnanu6mz2Z3I9MLghx364e+hR9UhHvrNfgpDLRA0L8t8OcsyydCp9qMZXV79HB9xdC6IQAFkTFy5cfDBgyeCTi7cJOGRFE1r5qhPkw7Rviczpadtv+PqWvs7WVu/Nm29hWLK/397f/olN47kiaL/Cqs/TH0Jqglw9ztv5iil3GYqu/QqVJVz5+Y7dUASjGDJ3elNuisy8p753x8M4AKuACMYiyR2V3dlhpsZQRD4mcFgyw6jFZ00z7k/Jx01Ulif2+kZDpGKTJqobv2uKWMtxy9XJKJqcCyTVBXLJwi6/X6whbCXhHZiBchyXeqmqZ16YYCi0EcpaUOXJ6StFrs8KX+dyOXp2VLs5vn8jHDxbk7J8UxKOGCw4wL7uGzGSvabCEXmB4n9gWkynvBZZW29MX5OYbMad5DmWaWSEgMOJPtqjxsEMk7h5a5ErZV7g9mEN0bG6QEK0qxgUpmS5EucIwQgB/y0J0x4kz9al4vM2aGkjOmR7fa1ziHfZuXfL/z0hE1sG8jaYbxz/JVOT3WI+NH4/nhDbuDAzJGuDhCHsGlYkm/ZJvhwm5/z0mA7gxcpLZ8qKvxo0mosAiTqmPA7MRZGcG+e+FjMvBAVwOeOUzWEm/BiZgvh2qcqKXjUlYNH+XwM/fd8aDcFOd2C56frwR/5rasFLAtZTpym2EYUE0Ij5ISRHXs29QMita4YEbSWAuiIZugkZrj/rFWUgc6jnl8x3MCCqdFXeJTuDXmov/27PE7j7jbnCoGnTSRZySbyHgA8KxjKF+c032c50zGwyeqFzejvnz495Sv1IjU46O5stDIOGu+YJZ8fsj+Yaf6xIMdKSVd6CxYD9y51MPKpkmPiZijmuRmKKRyZJhuKcC3JEDmDgmPIowmASArIdeWA3L9Rsje+hyPkSLQQewum8eG3PggOfum620OPvSKJUpr6XpBato/iiOAIpUlixShpIHAgZi0ABMFmLbkqebsu7s084bnhrlfTd59RADIYoCEGyKzRlBYMs5oKv1nJ6CgRpmuVowWYJhvQL5J7VwOD43ZqnqwDDNfny/HY2kfiuNsAgrwVqrqMT4YLZTWSausLIG3wQF5bTQe5SVgY7kVdUJDifV053veasBNQ5XMfokLJfq194H1cGPmtW9YsTv3ACi03SO3AdrAbu44VEoKw5di226bNjAhaCxtGRa+CCeMz86xY8EFsYAEFSXaTsa9usO95Xfuj6isUtolocTSSqhw+nGDr3dHUEy1fzr4535/oXZFBt7AR86b/69C6+dhQrGncjI3qK+pSM2mmOWGn4sMLdXNxkRTz7Pqj7Qh/zfbJPkvpaN2opjnYXUU1VztqlnhQP2pIvVI/ghHJq2LWpHydaivBir7570mZ7e8NoSLb7oEdk0S2X1pr+N7kV1WVg/5KNGepolNF58LjZ3oEqwgU/cdLRA1++OMu/NOLmDmOibzazAm6JQZml/KzFIb6jhK2FqEQdVNroLYwq+CMvx73bJjGh0u0z2LypCeoqB5MW1+gtrbBXiLQNQUGY57awcx5kprlXk+vupCAPwVHUii3G8zD0cCKmtt33aIpU4Qdw4rYfmQ5FGNEAsdNvMRxvNRJfIsGyI0Cf6Rh6gBP1m6a+oUBVvgVA5ZkS3zHHr0CcPk7C60NXBtoPQNoSfHsbjgPWv02EyNbb7TbxBRdt1+M7REvCFwUhqkXOCTxHRt5fkwp8a0kduYQa9XeExtgfc0Wlsv+4z0CqFYv5LQBlSZQSVHknhxF/iM5gJcCIlTASyXd+A+MrBtOygOpwDHTkvZtLRVhN0snCJLUtVwrxcRxCbICmtrYRQHxsRulbQ1OldTVEOyWFOfq6n78OesAmeIxOniG0IqAVu0pHiouVlgPy7hbq95dPE4OgkUqjLscs/+8UOEBr65pSLTnFerYaz6bkTXlAZNnu+s9kn8Zeo/e8V+f31fkmDiE2DIA3GBtz/37ypP5NwrXsQyv2fwW4jMOvWVPBZaVO5XNDgzCPPNBiMKNw3mbBkkl1ui676VQca9TdRiueyiolZNxfdpnZ+h1CmUdh4dQTmmme/KZYUPZhrt1/96z23zsOY5PmPmGnCRIXTuNUs/CTprYlm1LzQ5aIUW5GtYJqWxXn8wSXs4UNStXhrr5p6iRzl3Vqw/1NJt+XnTPdu2x6vIlbvGqoLMD+USF6VbFqkK4wj0URTnHt9VVV9X3k68QeL03PD7IyM5/rip9tliYsfe+vxICpSbJxokWzVV6ha7i2uDeAAc5xL5Vlw1/egnLzzMRAiACLMKvwGktxY17ctz4L+IG5kMTXwJ2IFtk+5Ert+qXwXVb9+/dSuExTXBI3MClno9cmyCa+FBxMomTyAvbS/iekLU2qrhgMpvwGXPwnFV2quox6gs492ku4xvTWhyFxHaVjlSDq/h91Yy3iTNnP1e3dH//mXOLuBEwc9g+q8S8MT5I2xH2YB2eC5swpSW8OnmZBib1TkTOzlkrz5bZNZ1DlGi2/h2TfFPkFwjVr7LHnugKn42xc27iH5cdj+vnN/li1cW9Tu/u/jYWO0+NLFLEuydHvP8jKy/MWHrLLKUf8uJQDgHlM6cwmaUI57xDq/n7P3QgxUlcn7gkSrEVxQ5T/25KbSuwfRLbMUVtgHtfylqY0pe7LpRMSH9uZV9f4f8LElJIBIqdbWsGFBBz2GAGL699b6R7+nsGpxbAhwotukByZRxzZhmczzzMkZyhzRGTXNzzKHhSwPlp5RyVh4FEsOOJ2C+trqVQYU8OFZYgpgolhCgiaU9FN3Vg3634Qeyo7p+7cXJuFFkp21Gx55EkcBxsp8S3nMi3EJWLyHZlrLWbJNCSpK+fL6J8jo6O9lbcYVUGCAROsS1UJ4JA/Iswj+tS5WK73eTFDc0vpcEUbpI1lnfC2A/M4m3COssr479GhfHbv/PmurIZ/tu/82ySOh6Z/UB/ZwsRng0bkmejULYR642brl74/mpLF/kCwqQnXuIACX9snZ3GXqH34/AFfqkJXmr47Q7hWa1j4VwjFMMXeZt8Jse4E9T9Am6uwLTCKnLDtdZ2c/1duCR/rIBGNmvfi0C9tazZGssky3XGQO3pME0HFZaCzj130FDmx312jm9rgBj6poAovRzbggbNX7pGqZMmsU+RbflOlMSO51pW6OM48a0g9uVOuTX7ui1ibvhr1POzrhdq8gHPrTHfw3kyO7K1Soz0cr4U3JHOTEuaH68MPk7jLi/2iWShkgP5QzrPNh4kcW8Iv0jqUrxkdcKVlaroZW+0kZd1GRiJGdxjwm0lt6IpmS5tus60KSGU34L+6Uks3uVq9muIc/06Ad5FO9dZG+B/aPaOWRt7tZ+Cu2+Mj5Ttgnc5A4Xj/dO17BmMovFW8Ftf88xGwexzPooZtdACsqbHAksZB57X8YWKa7M9s767DtFY3KTVWuHACc2IEbY+v0ZDjP7arXQaWIEX0cQJ4zTC0Ekxcaw0RHHiOTT026Lio6LW842OCG+u3lfzjM49RMer4a16hdE4OtsbWcnTSaD915n7KuXYETgsiWphBLL943tDvJYBryXpiT9J6gAAui7LQdih6iYX3hF6vBiZyIxKeEcz4fBhWkEc+yA8h5Zngz2dlG9eiYLYjP/XqBu8nf1oh/Zb430GeXlg6P9K+IL8lakLuLY90dr5ADd4/TJo9ZX3WuoBbrargZh35B5UxR3TGGU1EHHDDSn9/QpojbU7qSHGAVlXW0jpHp6c7gEaAnL1WjfcSAo/pxn1yA1/6qiIwE/diGkDx0liN/LdKGZagiQRjXDgU9oeKIZyVsvfH0heOWl/Sv6LaIVKDVTeMbDYmU0h8rKhEsvRyA4QJlHCGWTPkJwnqrJtZ3CLqTwX2SeRuyp2R6cIDDNg7m7Bt5Yf6xJNRQIe9rIpCNM7SNQZcXuhJrJjvL+wv7XX7vvsE630ypVQKjzMKI/ZijfgQxAjix+YPPckR4yvEILRzgp26NFhRu/p4Z6Zwel9XY50GEz03QWsgoJ/4zpMdL2yKYk0AJMNYBhIZEZiALy2RgMROreKIzCnC7xSYovX6VGQHWlxb3zMDpSHqA4Ln3MC81wRtNV6u3/vdsXEcZyQ1CJuDDXPMaIBDYidej7CNIjaQIWekNVq8XbFrou048Kf233zke73Av7yO2Z/sxUihx+kJLrs4YKjHmVdE09Cxr/UVnSFc4BwNVS2AUkMZ3u4mRjZsNxWN6KIV9tii/DINi00BJYh/k9PE4a5meFfhQ5A9s4O13bR/KPual3pggbseKNl2EmlCDD5roD9cM0301N5auoW27VeaHCEN1c+w2BEtEkEgzH5zp4rS9yDYV1HvpQz5Mk5Q9cHUpyNv2SfYb9C79UP7DMUxj+QHLsGNOae0/DGp7CvC/MzGuZcz5H2M675o03xaJM92uSPNv/x+PIQY4NoNC93kN2xhcYtUja0tUpHLHuqjgJZMzn7Pyh7nMFNEbZFAKX5pzHSIj8YTAgEmBrkhmTcEcM1xtCUEk1ravMbbgiEzU+KK958/r5yyDTV4ivTp8o3Yqsyvyu5MmH7tcpiYka/uWeD2xvNeqksdK5kYKTZESJgYM2/qceGLaM58hq/dZbxb/9WHUTKKjamUmOiUM6Bi7Ph/p59GTELUPrxcipXvlGoTiffrqEfmpZvIGdn2zunmyI/hzqvrlxtMIWpUnqTb2lgKtbAVKyPqXgBpuLnxVT8IpiKN0zdMPVbwdSgX/97DnVeHaaGU5gqZUT5SANTbQ1MtfUx1V6AqfbzYqr9Iphqb5i6Yeq3gqndGmkK1HltmMpjGUcxVUpf8zvpa3DzIR/04SrERP1aIOKv3QxS6lp2kPgIpZjSwMZe7IexTUJqeWwJt5U/BO9qdR+/hYN9uAHmKwfMKc/zSGpMDS0O2iG87hH4xY+/Uu6aL+eu8dt8GVbYl+Zbht9SD+Cl+2uvma6b0tgLXS9KMEXsf+PYdW0SRL7jo6gN9erK+LbhBm1w823AzbdlnDkBA9EHIyh6lQgqJSr6cqLiW54yKkMoTyIdQKf4awcy09gJPWyFduohttWRhWLLjWnkWl5K3KT1GQrezTLboPLbtsyg2JHzYFzBrxFXbClry5eztq5p8TmL2Ufq3O5WfxygS/NDB2CsIPUxCRChUUjShBDXT13HoY5tI+IlbQWBhn3DmA1jvjSMmYtAegjI4McYL/arBBkpEciXE4E+FPm/KHT6lkHmVP1xADLNDx2QQShNPYsGOI1TXqcMx+wIGFM7jlESpNLNZ82+gcwGMl+RIbOo/opAGXdnocfEWTivEmWkBBJfTiD5Ic8hY1bGmJT/aehgqv/edS05fkriMPSCkISBG/uplfpJSmPHZuDjRQ3C1NwbwGwA8y2flBi8sP9YD4YX91XCi5Qm4ctpEt//zjYGhNoa3+3z+JOBDKiH04EbWpOYEZCYiNfUGaDPBFkHjHwbhYEV0dSixPKwZyeWG+HAi1ziuwyUGjCaELZh0xNi01ueHnEDyQ9l229QpBvXDcl/kGu4yaWol2WQ8Z3+zyNTOOUGmF8BYHo7y38wYHqvEjClPAI/VAMmVgIm1gNM3E04o4lvWymyXRelfhCFJPAj5IaRj5MgpoECMPEGmBtgboD5+gDT32HvwYDpv0rAlJIEAmvMTcZbNI06y0STJHPSZ1b/3i0ajnyS4tShGPmB5yNEcEwdElux49geSQaus1rKhonbAfeb96AFjwGg4LGNpp4EgKSI+gD1oz9xP/oTj0Z/dq0vEiTIslPftSl1rcRJA0SIgywrSYPIT8Nu9OcLGVtfaArSBixfoV2DLfafdZN1XjpRx5aCygPcj/6UYYXHZA5gRfy16wWjrseWfxrETuRRtjFsN/ItihxE4piQ9lAneDdY2WBli/L8qqI8GVL6Ozd8MFKiV4mUUpx8YI9FY+GRaKwhYra/dF1hBCduEEQ4RMT3XccKPRL7vu94EUEJcQfxWBw5q3/G5vn2coiOJNtvMLrB6DdqnUGjuQdjDn6VmCNFlgfDyHLcjywfok31525ZTRrSwEkQobEVJNSjVhg6vu0FdpRa1PW7seWbhbZBy7cOLba1Q+6DocV+jdDiSMHlgTvm0MZjrmw86cTuYkwYRrEXE99NvcSlFgp8i+FN6qZuhHGE/aH7eoOZDWa+ece1jXeW92CgcV4l0EgB5oE3DP3Eg9BPPB752QeYJHVCL8FpwqyZ0GfHJxpFnhe6QRx5yOoFfm7osqHLt27EOI85H7mvEluksPLAnwljwuq4T6wX94lH4j4JpU7iIBrGzMAJEUm8MEojytAJJTGKpsOY8EvGfW7YtGHTq8EmVzflBb+2EMtJbJJi0oNAjU1YiU1YD5twL44IkzjATuDEboI9KwxDJ/SDNHQt9m+Ss2dC2IZNGzZ949jk76yHO3/8V4lNUvh3EE5HM+LpaEasiGbshRrFyHMS33JsErATGqE4tBF1Iuo6Uep6dCqacYOfDX42p1Cww/jBAPSi0YyTACSFU4dWP5rR7kcz2qPRjHYv+c6yXBwmrud4Do59j3ooCK04tWjq+nHajWa0XwZYvtDivxuwfIV2jYN3lr1umdyXLpHrSEHSIepHM9r9aEZ7NJrR7tVJSiJ2TAodEqUO9WJk+UEQR4mD7TTEEe5GM26wssHKN2+vOJ7uJZb9yoL/poFFCpMO8SAQxx4E4tjjgTh2L+YvtlAah1GYeJ6TYh9K4xKPoCiKAteKe4E4G7hs4PKt2yz+Y0r741cJLVJccTgaV2yPxRXbk3HFXYxxIpKg2CG+58Y09ZPQTuzYp5hY1PeiwB7GFW8ws8HMNw4zrvWYo5H9KmFGCiUOnTGXrz3m7LUn3bxdmKG2bfskcBDG1A0sjx2YfCehJEj8KLX9eOjg3WBmg5lv/qjkop2NHgw0zmsEGlcKLA7dYbyfPSz1aE+UeuxCjIud1HEcl7iu5zJQoSlKYgYvOLUwDuK4X+pxA5gNYL51O8Z+jB3jvkp4kcKJQ28mrMZWh/zZeiF/9kjIX4QcLyShC42NIoeixGPA5FlOYDk+8pLpUo/2S4b8bdi0YdOrwSZHt5iG/cpC/qaxSQpHDn01NmElNmE9bOoG29gpIR4YR9gJaIojYieuFceelUSu60dIgU14w6YNm75xbHJ39sPtJv9VYpMUjhwG0yF/9nTIn60I+ese1yDPM3L92Laoz45rPjupET9hu4dgFNnpZMjfdmzb4GfzC2nHHNuvLORvGoCkmONQjjn+exGxab4+F5SejetPsBjEdEpIdAEas+Q0Zgk0ZlnTCEiapOg2JHIiFNAwILGLCAkxJthzIt9xUZB4KW6r7EyKWwudJh/QhYiVUEnzac+NRu/E3o8Bde4NGAL7OxG1q+6y861R7in9ZLQVsMor41LCDuCgIN6KF7BKqhrVb4y3Rj3LHG3+XBonWrBT+pnBUnnJzlCdmiNYeZvfxYRLY+CTXEAHAjiwjfaJnuHP9ZSu3npsGhOmyoQdcvZR2TycxiqE9X4cFgf7pSZ48opgV99GlTPkGCiAI6xtTcRGaht7P+V3oAarrUDADKPFsYJA4z0t2QLk6/X/hsrrv7B9HzPN+qEACI6p8f98vJzzIiP7/18PtLXwqOKF0Mf8zjznptDGJgFjjA2jRomED4ODBRSANw9iGOapGsZv/97TEbXkGaB7czre9FXJqOJoY8U9S44V/4GUZ+OHPE+M7y7FDTdRGPelgIr1Aw1yfzkc7s2IE5aN1uj8tXuITqjtYoukgRX6ToADlNqEEOQlQYwxbuM+OyLW0g4pezU223lSCWbLtH61Rg+tohjUD9LRCeGKOuEXwmw+3mUg3mfsT6WRUmYV3l6ON8W90Aoc/M9s5PfGPs8/AVSLsTLzky3fSwF/+Re5M5IiP53gX8gxO1R6BSC+POQ5k5OxZ/IFzP7+J+N7pguYjpC7GPT1BEyUUVD4SEmjNN48jXK4WlxK8kvREX08RZaJkIEwRHfZ9pp4yoCFfdH3Wcn21b3xM1tBbHfwNQWr4D8u54LLYb+kOTtiCIj9VTS3eBJk5QMyEzEgM2sHZLIBmcd6QOyXNGenRwG2VbeNGYztwpgurnoSrsrB8h8Jw47c+P4zHKrq2fhYG1XtGaeG1jOnNynQ14NtT7ynhl5AboOwumyVl0D8O5tPwfdPzvfPiu+f1c+Pxd3ZMa0EubPPeCzaBgvR9iNAqdD17HR+f8pvGAIwWzwp2OJhf6oP43XLl9a4Bgi+pbVxbfDXMfZsGXODGr6F8estZSS8Zww/g9dgDahKjObUUfEOnsCp2FD58T4eDuHKGLombtiwhWsBWA8nZsjDNjAIGI5neBF27O8+T9g2b57k1F+BOPte4mGbyf9lmvygojB0gIZk8G5uwyxa6iZOnYsLfcyh4T07szYPr84M3FQixvWlOBUZN1/e5fuc7xbKThBPdXBI2FAaWKvODTAU9lPZDMWMYSjwJSjor0nFJibX5JNrVu83pt+6LqhJjedLGg9PaTyeKzY4P3RQm+d69RxQlU98iq57uCAOjawUpyihXhQSz3ESD3ux4/gYW0HbtXZK2lrnjC9e34Wbvvta9N1XpzBsA6Ed+w9G6yuMTVk8ubIIJGVhTykLnv83pSZI9eO0guAUvVpyASEpjhChUeBYthfbLontxCHID2jijasGLmdTCptSeFVKQa0LhlegLXAyY9t9FHCiDThfBDhDCTidSeAszll5Liehs/l5BjwFTTcPCaHIc60AI8cOvdCz48D1SBqzv1oOdYMJ+BSSNgDdAPT5AXTuLiAmBfhx9tAjubawHwin3s5+nOMCb3D6EnDqWRKculNweh3fUgh2msLTsv19GlBrol5drYg6UejaxEdhGockSkkCngoaBFFoTRiktagNUjdIfZ2Ois0j/5U4WMId8h+l2OxNsb2IYkOSYvOmFNt/0LvJQ8JR/Dat0ICg2/rMoiQl7H9wigLHiUnsx26MaBpZIcIJGldmIGZTZJsie33OlWVnAIx27uPOAM4GlS8ClViCSn8KKkWBhSmwTOtfp+FSkHTLX8bIS30cWn7opJhiz/W8OCBBTILUc0J7HDCFoA0yN8j84iHT3qHgUZDpbpD5IpBpS5Ap5zten0lxvpzGPl1TZE+QjOFAL4ZxhrIftjhF+ug0xwm5a+UzTr/hswYq/oXAuVEEhldj6gCblB14JUWJw9q7FOll3zABAJHj/QhwtbHjxEgZBt5eGZSU97Di2YJPKkwSAeSXiK2mNqzcoCkAbtkkJv4qRkAhpPjjJaLGZ/YZc4Nvei7hcsxg/ghkS15KHmzeZEtCMn55VYW518Abs6lhizs3mDD2mRKDlBWcjr2NwOkIkqUAzE95cU7zfZY3BK8v/uOU7+/ZGJMxx0T3t6FL4kP1u3EdF/l+b3zPP8fzOyWQadmGFUIvcrtXp3Qadp4kQvCt8cPlaPxK7kF3VFoC1uO7j2+Na8pzHsQ2+XiXG99xMChX0xPETC9MExC+dyq9wB5uxmemGMTDhZ443+WmQKJyRjNMQqdSO+Ap7eBI2iEc0Q7Qh2JEIxzEn7uFV6XfusmmVuQHrh1bbuL4JAyph4gX0NinqUUsStrSq5KE1bLfv0y1EG5q4YtTCx8KemBr56Gmdo2ZNt45aFXM3PByNbyUcjCRNYKXPwm138fLyhoYxUv4rXvTSBxEvSAicRDFfhrafuTTKHR9aiEaITTAS5Cw4eWGl18xXn4LxrLtPAL4lwb5/ZEdE/o7+0S2Zf22qYGFakBKGUVoRA30w6HrIYxGQnd+7GgCjEmAvIiEgef4HrG9lKZ2EPhp6iSIkqEmWDX+eVMFmyrYVMHLqAJv57oPVQX4oapgUwSLFYGUSYnwiCL4ge98WnbqL9fjSKsfTTSlElqKXjMbK/KjwPftiNhWlMRuEAUedhyMXDclQ49KK2dTDpty2JTDl60cwh168DnB3s4Jz6gepNxJZM+pBzynHrBSPeCeA8kLPNf1YhLEjg21+Uloo8imocMOEYk1rR7wph429bCphy9aPTjWoDekvnpwtrPDsykHKT8UOSPK4SMlhxG1cBZ/HlUI8FtXFYRemKKUKYM0wb5HY8tJ4ih1QuQ4CU6DgSoACZsS2JTApgS+bCWAdwg/VAm42yXyUwK/L2WyIncE+P/G8bYcwf6i+WUU/qufu76ixMWubeEAeW6MbT9OiJs6OLZTH6OYB/10NUAlZFMCmxLYlMCXrQRspgceqgS8zVH0jCpBygFF3ohKYNM0og7Y+KdUAfup24YopX4cYRI6SRLgECM/pMiDm+U4xb4zPAgwAZsK2FTApgK+bBXg7qwHqwB/Owc8KehL2azIH7sd6CeyNv760RzW7q8d9E982/E8y8EJsgIvDBPb86I0jEmEI0rIEP3XzVzdFMCmAL6sIHzH29kPvmMNNtx8UtyUUlrRWErrP/g65n08R8CTr3LRZHMKQSWSDoy6aeLaJCBJaDuuR5CLY+xafph6ju3bvj+AUUnQhqUbln6jWOo/4kIyfGwPzw1LZ7FUSgBFcgLou9siK88Htuh+zNKz8Y4UifGXav996PY9imtS84aRmjEjNautystzDMsFaHD0ywaoWB4Lqyr5K8GrxpsrYZYHf61VT+BH3m4WEOp8S46fBOB+ztjyyosSQJYYdccug61jIxGIyXdQs0R+YlCTkPtSAuLknp2Js5ihGlvZJ+jZ25LDqxvw6r2SLD8nUKQDCrCwHZIfDrRoC6uUomfyHTQ1ZBsZSqkY5YnGbF8YSVbG+QXamUmju63G9Mb4yP4tzYryXDVCHkIrg4AMOqTmd0cQHnEhv8NQP2cRPDo3JND905NUB7+uXuaH/7XEV1Ee87sxP0X796GP4pr99lK1F2ElZPGelqPOle6PI96VmuC5/CrfRAVJbFoBtB203E7bQT0l8CRFGx7Td9ue0nRS6i62RjWd/GqdgP0WtWWsHobtT9F1yyH4NPJcD9lBYvleTFAS4yRMiRvTNEJR64tRq6R1ThRfi+oLN9W3qb5N9W2q7wGqL9jZ/pOovhdXe1KqMkZqtYfVag9rqr1uUgIlVoLjNImIa8WB5Vmx51HqR6EfxnYU2CNqryttU3ebutvU3Rej7r5ORYGsnes8VlGgV6kopFRmLKcy/3wAvTBoBJvBn/vNX+U/dgvOuyRI45SE0NfVCpHvRYmdeFHsW5FDorRBf1lC9cXMR0P+kd5FeXE0u8JXgfkx0VrQjteEdg7sBv+sDDV/+7e7/O63fzPSIj/0YL6F7XJP6ScjYmvjpmCQmhj8DQzxBlcCg7NjvL+wYYBq2FP2hL//LECblPfGkXzObsRtCL8iOeQ5yG536dpNoLq1Nb/NjqoMh5BpOVVoj1wuqGOGPhGSjOKGlOOK5RzXHy77vfErrPAheKTsN5Ov/j6CDH7pGpHYD3FgOdQnKLVpHDJDMvUIAyyXuG6YNDAyELOW9ZjQfRZn+aU0Rx6xCqLMPEELWJwVgeVX+mdmfbHJAjXF9nh+oAw8wO4i5fmeYwHDlzfGW6MZdV1I/cooaHliyw7sN3gTgw+qAZiqVDf7IzXYdmLQk6dgozGbrQTEYZBCjNOePS8vCPxWHphteQUQJCFPftqg5imhBllQ/d2xdpbzWKip6rf/Iysv/Bb8A9NO+ZnCfyeX+Cw+ObPgs8L4+zH7zwuzOWK4Hme/sw/DlsRfj/vsSNcu4v65Go95EuOB/+bjMdl44LI2K8wLH49Zwnjgdz4eM+fjmbmuHWLZyD3tKKZKqaFYTg19e5ot2E5OOsXaJ6j6N65jZI8OXoHNeCBHc0z4WhEsc894NIIuvV/9AWwwYpTny/HI20uIUgtG3dHyih85DSaO0mN5m5+NG1gNxb04qdPynB3yIxwXW8uMd8WIMghIYethEApyCwdvJihjRuF+v/IZ9ttuaC8w0TfYMRDjndu9LZvYnE9U1vxd7asZhrZAEVpDHNtAQ//fcAL4RSwYGGPH37depEvtPBoJdwEtWp2Q2IBMOJKYYgXzTdr1vk3CKRt73Q/D/Kgd+eJMYGwgZWFidwJje+XPZUQZK4He/71ju8Z2jCwriWwviNkJOLFQ4OIkDQMXRWHgtFVZ+lJWixx8deCLnth8/drA95u3RgXyejvkrIa8G+o+K+pKiY7Ym0DdXhF1GUrGCqn3f++VSnRw6DuRFaQ4xHYYeKGNaeLikP018dJR1F21oPoXb/JuqLuhrgWtfCzrIai79LbDUGaSbyD8SBCWEg+x3wPh9/ndcZ+TpI6F7wFxUv1cR6uPgXGfppuK6NI4pp6LAyeOQzd2LY8ZwtRLPcyMYl71uAXkvqQNlDdQXpaHIiGYjXYYPwTB8GY3vjhkSTl/OJiwG/tdF+SNN9p5YUDQQSp2KHd8P7Ip8ePQsdn/9yLqB6Fr+a5D7XjUdFy3A8MGU184TFUXSQuByt5Z3kOAyt6A6sWBSkqow+EEUNVlnyewKm1/noSrmqbbL8byiJX6tuvaMTvekiTw/NBKI+IRZNM0GUWsWtIGWhtoPdy2cndW8BDIcjbIenHIkjKjbGsCskRNhXe84NgYZolKByMFyUaJuglRYYRD20rDOIF7kCSOIxo6cYRiqF5P8ShqNaI22Npga/PTSUjs7ZD7ECR2NyR+cSSWknVsNIHE181+nLIfyw7FJBpLZN1zrxPTgFIaR36aksTDBDJUMUNpy07DZByPJWEbIm+I/JjTb/BAAPM2AHtxAJOSSGzcA7CP7fosjY/8hy5+SQu4NM8VwQC+hlTdQreU+E5KPIoCK6XYtiw/thOM3AhFls/DWFv0GsrawGsDr82cbNHYsXYYPQSN/Q2NXxyNpdQc254MI28hcDKUvEMyaVDKdN20Hd+xAxL4FoEQSD8hTuwHGFmul7gIpeM3KbK0DZU3VH6ESemgnRs+BMSWVnI18jQt6Rneb2cy0+P0+1Xvv7DL/uv/inbwL9L//V/7wV+KwV9+22Jjnh4zpdQbezr1ptOZrbvRh93Z+r9342FCC9kpDr2AOnbqhV4axLFtp8R22db30QQ2rtilbcPEb+++BlrDPCiaL3wUIroCCrv/ZT0GETcIXB0CQykzxp7KjBn0JuhcKY/2JxhSdItrU2Qj7EUhDlMa2UGYhtQK7NR2oG+l441fXq/bp2CDwu3Q/jUc2t1+90fdWO0tRebl4VdKkbH7KTLjrQ1grDNtDXo/dxsEpzRAyE2syENuEIdWSkOcIOQ4NPEjq2t+PkU7gw1yv0Hr09s5DzqPI/T4dgAbPj0Sn6TsEVvOHpE8iVAGjS9mvmIkpJKWr1kvePMkaHplKuZI+7UqJmkfC0+jguOcTQlv3rASQCmeogVR7opFK94eDbqnN1BLTMxQXemnqLHljfHDnv6eRbwpSmLEl/KcH7I/oK/Jm3XhpZ4PbYixkYE8fovcreg6tzyfpEZDVfDmR8AaDiWdC9C69wjgztszTDz8289nwCNafKbl2oVuoJCmQJDOrWfdhgTghtTjMLMzwBAfxwywTG87Jbq4U+giJXrYgQpdkApaBiXax6m68YhxjNIQ0yRiNlDi+GkQWLEVOanvU9ux2yjqcVlrWUZfB/QsrjhWlX1lhs+dbOyUULpVRiDjvxvMYuBmDfuzEedsnDR5Yxh/ZTSylVS/lQErgJtCbl02DB4U3+Z5SUWtRF6TTLSQKoVUNk5Kymx/X0Nc+UrwzUH9xp6PxrcN254a26TcEDtUYRtWYRvWwrZuFe7IIwnyfDcKEuTEVhzHnp2msYUijBEh8Ty24Q3bNmx7Bmyzd9h9MLahDdteAtukJBLHUmGbrcI2Wwvb7G6BrcghPk4jx0pjx7KIj3yXGW0oCqMIJx6dxzZ7w7YN254B27ydhR6MbXjDtpfANiktw0EqbHNU2OZoYZvTtdvSmIRB4jFwc3BkB0lqOQ4NKSYe/GDPY5uzYduGbc+Abf7OfbjPzd6w7SWwTcrYcLAK21wVtrla2OZ2S/SRMApjH0cu8nBAke3Y7DvTMEpTO0RuOo9t7oZtG7Y9A7aFO/xwbHM2bHsJbJPyHxw5/+E9pSfjPczlX2Noa/Mr++JF1VhRQriEkZkJPLUGteYv3ci1OLbcMAxcCJiwgpQ61PdIEvtplIYEtZFrDft63UgqgWYOL2LewYuYlL/Iau1Iph/x7Gj1kXyiBjFgOEZ2ZBsCVjwfl9TZyH5vtN0y3x6zg2gV0kRDwF1mBRBtD5A3/zUq/ttvxW9H6CHHhsMQ2YwItIxjz6EFERvswJ5fiqfA1XzdZg66zEUlSKIGvads/Z7j2+rWFNrJiZkrKDw+aa5QH4BrHwp6YB9vva5ydd/RO8I+8Exf0vb36dakbBuxz/LsQW/sPyH0Q8I2M0BXalLCY0Rgpb3PbjI2BuPvRyaML33elUSKDxHYcX3Ki3PZhLCsDLc8QoTNP9uHfDjmpRkOb0oiRYdUf+TDqWOdZlAXkNAEJDQ5Epr8bUyBhLrdSkIpZcKRUya6C+OavUwsGu3UAFuvLpMvr7IlqE3IsZ97d7UhiR3fTxPP9iw/SFCAcBIk0BjKCsJQihUZk7UWDk9JXwWBJ2dJXUx/Tez9uezag8w2K0ULTnJmxiI1RJccQ4QvQQDJgVa2JRWhZ7w5aNuUjk3iiZ75XvzvvHVnd73wXT8O1gY9QqSJsBkhWi6RYPozvQIV0HRUlnvckUYbCAVW9xrN9nuDHMgftBrZPmNDL/+0EkJ3u0ltUL2zrU61sEdBdRW+R+TgvY/wUX+glJnGb/dgK4jWUgWlDOvYqoRdw+Z/ZZSu4vaIHLUHy8tMYSQmgZFUTaVgJEk7khmAnsBAPWj2LCmVw5FTOUQcMZ+ynyjpNucTUb78JW7r3wQgD37pYHHqER+5iRMhi1q+46U+ZUd6ywpsLyKIRA0WD8SsBcMjgldB4LEZeV7Dl3f4hGdLdi7bKbQ4Xhnp5XyBHrRZbPCBCtNUDLQ9YhfpZW/cFCTh0Fb318v39zcMDetVZsAqa0zhWmOLLsts5HsYfQnN+DhMnml821i10YVpA1qWjX6oGvyJIYmZFmibQCx2wp0BEQWsjT/R5FVYwwc4dZ4LchrD196PQ3D9pSZ4qZbLX5OGsHedXJRVjPmPbK+d7mVF8R0TnxT5SSzW5t3bQ+NTGfJnPhRZU0TVUEwYSvOpzMZimdERQ1jWVQ9Sqokjp5pc53vC7K77koFrY7gP27iWQGaWnKzRTf2OrnNEXT+wlfoR9ijx0wDjIHEsGtAwTq3UdiKXBo3+mJO4Wl7K7DPWSUuZn72X8QNLVjAfsfHfjb/k+SfjmDM9U7C9Xrwx2hVR98q8Et2jmWrgDg/RI7Z26MK/fQKl0aourkzu2a8nUoeQ99y+/O+8baxIhKkC0d8YT2KTfysZg1+/4nCtjp/+hbpie5aUJOPISTJ/PYGdxjbQaQZXORFAwmkSVadJOphqIdcKGZjGYeiRxHFjjPwwsWzPdVInDFubfFreWoiazzxhFTzN52ZNjabemn5qADkOiXUCTVZyK/pEC/A7GPUAWxcxXxcw+CuDzd8++0P4VqgR7RkWC3eFkcFBNyqyPVsoDK/vyP0b4+fzn0sGz2fjXww6jQPT/222TiNVPIzNpMFWKKQX3oAlYqTZuRmBOE7UkA5Nv0v2MkQ4x58JdEcu4LCJvDrgfW337tF4e0ehqXndhLp2NVVnl+8ubOgmm/R/kIJP+DX7gXv2n8guPJpEDKjuQl0tYGEUEjOqBmR+FgMyy2pAM9bhDFLomolSTo4j5+T8yj4C+87s0PfuloD/+y1T5D+yE9CtXEos5r81CbdDP+8UQS9KgOKUeiiASuFe7MVuZCMPmqkikuC4vWSbkrYWjt2xl4bNUZrVk8Clc8NfeiUgm3mCFpL5a9qFt7lRkvvSYJuS8Nt8tn/2YBFGbH0db/678SvsFX4T0qwGMWzhwb1q7ECxyNsLMgA4MdvCHcHdFtUVcim2oOTU5SR10rQJIwB+8aQ3L20U1t9paDrJvwyNpnrbvIzZ93UVv7DZfwzk7lx3h7x1FcXP0jKsPhlpkI4r0HbtP41mkDbCEBT47V8DGjOqYBJodRWBlMDkyAlMP5DyFtwlTY1yoUalTP5aGaSCsq0bXi20lrKXBq5m6CeDj3M8FvbHpa6E+OPCtcA+XDPv26gGUlut4K+VrUtY6hXJnwxu5DZRFeyfy0t2Fuf2yqSsPVsQRnEgxSd65phdzYTwQYM5yuaalrXRBYf+6sxfF75oQsr4/m3C1Q55QSvHw1MFiV09XCd8Kc7kESBFjoHsnQXNJDohb+Pb/Inz5xv37fXlwBbRfQ0usMi+2+c3xoe8BA/U2+q+94qvq19gbTyV97YUI6mxCOA3YiMxTzASs7545ggNa3QGkasZbcpzXE8a5t2QN28KoaU0LNdSIrQSmPvhvBPYKhvqQRoFth+mjm87HvLtlFhJ4lg4SYjt257VIPYUoq5jpn+JeB1ueL3h9cPx2tm5a+L1htVPjNVSWpmL1NZ0v+rbhGU8WgJujrZbDy4IUtuxHDvyiJvGUQr/H8W2jXEauRZWoPe6xeE2DN8w/BvD8KDfbkMbwx9dGm/D8AdguJQ+58rpcz9cimPG6zpOW9w1yZTNPUXQNbdd33VCmyZumiBKMfV8xP7PYRZ4QuO4veGbkrYaWE/KXweup2freQH7Q5Ef8nMb+wAxD5Vru6npWRVmNE48KKKKe6DG1KJ4Y3xP4luhALrAnGRpSmEvM5H3+eUsIujAmx5RCNBgYF4yMjkZhQ0nB5w3MjaGz1lygUqhVYJYL6fvxf3mXzBeY9tAzs5yd46zkrP5/3vJ4k/7e37rCMGZP8KiMv9S3XT8ksVFztdMk3pSX1quDLv/KcbBLxsThr78qri+cTEP9TjanJNqJ8zA7iSS6TqepUw+V87k+yE786DTH+8PM0AriMyb+8Mk1E6SdMHWC0InCQNqO8QNLRpYBCVWnNiJn8QBatNNpuWtBrczT1gHcOdmTQm52FoRcn+BtL9O8snnjP1XXjCcrOLWbrMzh1g2WoZyMY9Zvme4R0XAWfUyDX8dTQZpJ1J+CI+kFJc7IpvlitnQ5ScGswKbz9IFF+QCNoHYALxs2TI+BtJ/esFwCcdEoYGgOGCnzsw6AbS/XPbnDJYRqY1Cro7+wjZ2CbEp3Ah8J5JnnswYPDSDaO6CIMliD4OA0AiwAM0qg2cOkqZ3vC4oSXlvbqdVUGb8F+NveZQzu7TKCUyaU3x79Gmqt2emWVTUYihJc5w+NdS9azE9pv7VGOMCI7nLeO4zPhaa5p+yEjzNP+TRELX06uwnnrJm3Oyzw6mkEO0KaMRTM/i/8XFWaRfsvJJmPD0BrnX3++yGMsR6Y7xl+MMQqAluqOu710FjoPgh54JnzpFjRssqKIJJvJzWPo8/2Kj7CqJJBYpCF41+JULNvf08F2J7Sj/Vz67y4Brj8Ce2kM2PsFq+K2CVPNnZHAZRA0iVAtdYhhDnbfI0oQgGMVejPjPrWVWfxv0JREZSupvrziPymKGoxJRuW41Z6m4DTMeKfBx6CXJRGPpskYU09B2HWLEVRri1G1XQuY7t+BoBGj2xDbkB9FcJ0N7OCZ4MoDdwXhOcpWQzt9PX6OeptkbZbFejbLKpESGR7bEDeuggO/Kp5yVpkpAgdZEfOX6EZLh9gp5GX4P9u8HrBq/uDls7dxX7d/3LqQ1ee/AqZZy5csbZLxmkEO+Nj/ennMcL308bwAdBa54b2ikbWEnZTd6w49SzE891UGIzSE4c6oa2a7H/S3w7aks8KsWuhdEaD1oFpnVm9HkN4V+E35J28i0G1R4bZ6ZccEK8y5UhvYwINBCiKrgWDe141EGeQxnIgq1V8rsRXSIIVKgr74D8dM/Wx9C3+uZVFd75utIkHBO7cHNlh53o3kc5iPkLMeA78HX1S54noPIFFPPsOkiE5Ovo/SVn22b9gpTnegS89uSBjcDM0wqHeTodBMXwJLqkGsEMHlckM9im6SFGUuKcKyfOOZYjJuWdXPm1RmH2qxhwpy6swN2R3zpIa6dWhF0olxDaEfItlxnCTsj+JXQ8lyDSIO2IoLWwdVT0Kmg6PjNqSxetiJ+Qti2wcp+X5+GNFERTHY+iWycvmHNLmTEH0Vi0LJuNAPywCuBt2oAu6aO+4B2Sy1AC7pBsi/1n9ZRbUVwQUqk+3pLjJ4AJsRfakopPW0XxWFUvhVyqMwwBcEIsq7aMorJy4thG1IUFKY3KldOo6Lv8cKBsh/TykSVsoHFFYpZkP7DKRn/tWmJhTBzfsa3QipMkJgwhKEVWQAkNPT92G3wYFbUWQrTCu3nOK8HElHgtrMBrYkXOs19v+eH4aLTfF9Kxq8MwNerzLj/fMgXKLzh5PBGB+oUnSPFuDDQ5tOi/M817z+sEQDznkb3bWRCxDxNn+aVsUYlXy+XBm1zooKoL3OQeOSpNLcKVb7V1oQg6Bjs7jHcuXgmKoJYav6n+/p7yMuf/d/e1r/msizCvJ6gBdUPP4o6asseb+VEATne7lbBwxeNnIGh8t+uCkJQp5I1lCokaJVNpQqKeQC+IZvhb7xYkCGiIsJdE1CG2E1s4DkKCEHJTJ03DQWy5JGjtkPKO6FXjybsz87x4867qwwsmxe9tWSYRosurAPI4DXboy6ECH8+6B2zix7uIEmbPMMOdCHiq4tGLKqaxBqD87tgYPUwWgxAIx3jz5OjwbRzPGOAFEAiOu8k868TvvKvrQP6NntmBXVhijdppj2qVW+2p3GZ1OUo2QWwYlTXGbS/e87w5r9XbczqGZwRwdOFPSr7x5OSbv7C1TouMTcI5n4ve3ld0Zgl0U26yWapu4k2UkAT7LkaRH4fs6IYiDwVJmuKUWDZqDbNZkWvBpOIhqwCmaga70ImfGDo/NkX9K9zjWTLZMd5fEjATuAyyZ6e448U4ks/ZjagQKY55x08Atkw2lFkCk6+OS2SvzWtfw7mQ+9TIHmply1bcm62k3ZMgaDeV5qUqwSEpQ8STM0S+oxDz//1nHizJa5KOOoMiIDMpJxM1Pke8QnNE3R6ZaeDHiee6PqZhFDuUWiiMY3b6Q7Hvpm2NzTmJq9XYvID5as49ap1Cm+rnaHnhV+1kckvLygUv6sQ188IssBTghxfJNPOYgQYU2/8dLDMo77qHMstdy66s/NqVa30DlFUBxeeA4jF7bIceDSjXdL+vTp+wEI2PUP363OT78JvL74+0uKnqFNetndayxUr2/Or4Cc83z+L5dYE5vuYof77YImW95SeNsFns0bXGpPwOT87v4KYr+Ao/5MU5zfdZ3s+KHsZTxxWPeap5JuKch1HVS1j7sdXavI+FTeWDVgFN5VO0DrfuiiHW3EKDexnuM2+G1RxGGy/6HbO2eKVEMMCyA6+K9ca4vmXACVbYKT9zvzxPk2O7Udx75sUn6aqzPBcZ+OSuOiXoqtYmALl37Gh1KnJAXv5TlXDAD1LieF1loJzpiZ2wcqjdyUMl+NMemnynHa7CZl3Mylb+/kuKuxGqxofSS47dibtZAoTPEnz+o5wVaPxCyvxY3Euja4NxGrfCU/kTegmKYigSbrUhObVrYUad1RNtNq9SJ4urY3OCKfUmZQp5zrx6+4WwY+TA2zCCxgdGOBGZPk/dORDgyEIJ9ajjeQhRx3btFHmB71khIZ4vNZael7nWkeBr0W3hpts23bbptlHdZrP/PK1u2/Ta8+g1LOVbee68XvtQ5P+C2wY0r9VOgsxEGjqtoe22IUPUJsi3Eju1vMRHHnYcN6Xg5QpD23bnNFojcdNnmz7b9Nmmz3T0mb9z3NX02eqJEps+W6DPpBQ1z9PTZ1hPn+EF+gx3u8uHthemhKZu5BDL9VEMpb587Ng4Yf9r6egzvOmzTZ9t+mzTZxr6DOGdFa6mz/Cmz15Qn0k5gZ6vp89sPX1mL9Bndjc5O/YCbEdhmtKIhH7seoR4qcPUHLJC6qY6+sze9NmmzzZ9tukzHX3m7Cy8mj6zN332gvpMyqf0Aj195ujpM2eBPnO6GZcodePYicME2ST1I6bPkpT4kR8HThLTUEefOZs+2/TZps82faajz7ydY62mz5xNn72gPpMSgb1QT5+5evrMXaDP3G5EiB0HFAWJ63oJsRyLph6JsR3gxGFaLXR09Jm76bNNn236bNNnGvoMWzu83vnM3fTZC+ozKafct/T0maenz7wF+szr3p+hwLEdArEgJHTDKLFTm1qh5VLsYmxpnc+8TZ9t+mzTZ5s+09FnaOei1fSZt+mzF9RnUpEAH+npM19Pn/kL9Jnf0WdRhFwX+44XuKHveTSNqI3CxI8tgkI/oDr6zN/02abPNn226TMdfeasGa/vb/rsBfWZVIvCx90S/M1qe7e/MKAoePp5txh/vWjNWJA0Kmzkt17hLz/0URrj0Ep8O0hJTJjiQpYVx35CfEeux98XtGJR/r5onq2+Xjn+UfFqzeS9WbO6888pLz/TLytImt6kXS1SjxlqgUHNQSg1APRcM/zKNu2HQmqbdyUUUrXJ/9ZMdqvuyktB9/fQmJpUHfQMes9mhJxjNhvL1AxD8Mvpn8ecfT4BBE9e6PmW1p9urGRF79chYA/nBdoL1vvpuQEcWablGbyD1QqtAHnV8H/U1SR/raobXZ+rMpYf9uRemCyiM2kNJm+bVcWrWfx8WBN/oQOjWVe4NKHiEsBxycbEW2OwFXkv6lqILqX19mxWuqhWwQupzADxGLhplrXAUlkLXy5rAb2zSyYSJkoURx/2oqpIzLp+ej/Xd4qgG2yHnCBI3dRJ7DRNcIhwGrrYiiKCCXZQW+9nStpq8Dspfx34nZ6tZ4XfH/PihlaFVy9sGYjCi3tKCqlo/hWDXXi+2DBMdM72siikL0rht+XFrqQ2oy0cNyX1q1JlDfwSJvJ4rJq1w78wYQU53vAWLFCKDOqTlavAsIRy3zGhW+GgGQAOd7azdi3H6wvbbkzFDXqfrI+zg7Yn4tHDjidacDoFW7qYKtVS8OVaCr+QG/IHHKvfid040t2kojCr/TroaTL+ewdQPd9CNMaERL4XY9e2LCfxaOL6rhunYeq1nUzGha3Wv2Rc/Do9Sybn6Vmx9GMX9KofasyLGV+SlaDkGciCc4OAQq2phjbsKS/P5RvjL9knyhnonm31I/hCqhbRvG1JjcEtqF5xP0q3/iM8nJIyY6ZuxBCWHvLPjDFLjexcGgwqjSOlCU2e3t6Fl+KaY0NZm/0nWAllRfFvKhD1I7Nxa0ypyrTVWMOMzfv9U9XLFSXAqcBWMGrr7VjVajt0BqGultsMunoZ83oR8NpSsr/vqoGXHQ5gR6rx1yxrwlkYrsi6sbcRSv0E+6HlOSlBaRQy0xZblkVDGsV+pELjSuYGyl85KP95dVTWMn83dG7RGZppb+j8dOgspa77XgedhUf8R+Bg//2OFHA5IvdZrUjMisSUSAQiTxF0SwujIAwCh9huQJ0wcOIgZdZxiLzQClPXabF4Stp6KCzk31Ty40b+SkA8Lv5FkLgajFENpvUEwHlw6I+8JXArWFDKUBqqDMOmqUUwzM4v0DPi7jaDHqvswREvPMwg5L8wKvDgJk3Pmgpo47rhRPKGOzvrAsWcTnoXJu4kEKj1ZzRj/QwjT/f09yzaM2Tnu/gA2mBdj8WYId18PK12NC2asRO9u/aJ/ieGBH+wz8v0Wb1p/8K/idQZC26Gn+pYf9s8v7m7EmtCaovFnj+LYRM4oQtiUr6yL+cr/wdlS6i1GqqF/SsslI/097OEZUdGCcNM+E17/4Q/+msHxcLEw1aSxkGSooi6Ueh6hB35LY84MXETv0GxUVFrQdiocKFZoLHLSkimeMqLAFomLDVuJhL2ePBjtR++sgJFbAQbIocZ7nF6w44b9QXX25+NG6hhTaDrnqiT3vG4svGUJ4Zp5ZGcTvftzZcMTjN3XLWT9U+v/Dbrq7QjHbTD4WOR9zsGeZ+M99DJSFxXFXnMrzmF/di0yRFu1JXtxwgebibs4dW9lHh4bTc2zXH4wlXbjeOQpgu4UkKtLyfU/o0y4ksB13x/PVZhE1X4gQS2LZXJqEygMlsqAbkzNN3+N47v2xZNmf0YOp4fR66HfUIRtgObWZBtmaMZgWvB7yd2btszI4it1OZZdbBX2xpyFQzWedRzA/Fbox2MBL5tl9LOQZudsot9TpIaXasjOxia5AztwaDfDdwXMHI4gJfCUvyfv10sK/XE2xsz601l06Y5M0JFIz/wCWRHaANcXZ6RugEi78dTgrlVUvrarEnH3rn+YzHtrfEDtG8Dhfg9Ke+NX8l9N04KujL/pQoJqTeOPO9rd10lZsoGxG/i2WK5N+/IfTdaCpo018FSzZKXtoG6B+sctugioJSC6cspmL/medsRsn+TdJfnbe/Frok5/KmbjZLarpOGCfITOwoYxlE/SSMSWxEOQhK19baHclZru3NkCggMvZEnrNNvZ/IBz41kvNtK1RGV9zItDViUjQnJXYwX6FbPozHqiCnZzCz3lH7qN/yCG/1jdWJ+LitQms1vKJD2K7Vi/SeICPiOEjYcsFvt94YMX90+vk/mP4jq55t20tn7/R7Pk3g+BIz60kcXzaUExMCaRfPh9dTk02ewfexSyvOSwCMOsi0bY5tENKaxHTsBtqI4CVJrBuJXvo/akP4LRPoN279sbHetneVv2L4+tkvJeAHqYHt9Qv3ADtNjxnrtHIH72KG9PvJr92IrcB3iUiuiOIyZmR6EdmRFURgkIfV8R8bzEVHrNcs80YJH2E08ZqVWmbNPeRGXMDnAxejNyNEfRjYWelCFHfA7qHsGE+yfByELb4z3FTXXGtE+vxHRCAZb6Tk4EGLusoBA2iQRRLypeutzBn/x8QJUz+YKflBEwZeiJqYhFe+QtUoGA3f3fs82VX5P2fcDf4gIPrmuFz6V3MBs4ZhspCd+dbAywvLkBe4ApvVwuDfE3LPhmGU7nNYxLA9HDbjNijcBFqtwAvN6GeZKCWMBVmHu0KSeG0ODwLMD7aSRJQx1qY+d1PfdgKQpRi6JbOo7zMpmYNwA8ZzEDY83PH7BDIcvH4vtTmvKDYufDYulZLLA7mExRwbjH0xsPmcAfwaCaQtY/rnbUytxrTjFse8RlDJLOA2ixHYZFPvEYqawP2ICy7LWwtwp6atA7eQsPTPCyvEO8gdV3YPxtvGQdxtnR8rx0uAvYsBcA17T39k6zig7Kb8RoTPZ2eDlJe73WXl7xSAX8noSI2I7+6bILwxWuQCBsKSSBhDNHsy3+lUvkIun/abZ+QyP473tGdllT434Ns9iMXAe2FVd7ZRvNpfK5lLR0Dlup6TSGi4Vfh36jywSF8ciuK66AK1UznftNuhsw6dxsfDb0M8wHjOvAkPqEjeVzmm3ZQ/9Zlwuo8Cuq2+kRLvA6SQvx7dsXDHc8jeT9rHGgLb0R5vJ3NI3L1Vjhnlq6IU2alOXNdnEW1f/zjONx/huL4fo8TnMMyNaLZF55hmPVUbBA5SRPKBheaNG6bBtSIvjVZX3zOx0cjpRtgKYImjKJAkvehUlUoX7NhHEwuUuMjp4iEgbDPivCwQ28BgSA278z7QtSMHmlR812KrNQfWIzGemYnKGRIXxKWPbN08NDkt/erEqRzPBH264Q36nvI7u/nqSNu9vJVdzFUJyzZAKorAFSn7HvoCIQ4aZ/iCVnXpXlZ1aL4Ck9TpXwSNlNRQBkAwszzwkmQcoSxWwzKoC1gw2ypNcx4yY9SSrK+yEE6DpSElygTsFmr/Q42UKIA/it05tuAFBt8ZDEDteErkOidw0iSJkOYTEsRVH2EucgEg1Hnpi1ivu8IUDY7gB45O6S6as8ElctHfI2mH36XBxw8Tnw0QpNS3wpjDxJ0q4C3lYB0ca1C0n6jswxlCyQ9n1IiM7CZMQWUlk2z5ysR/TKExDTLBvuX4yDpcdeRtubrj5LLhZLfSFyIk7qbaPQE60IefLIqeUDxf4U8gJGXDGd/s8/jQFm3BPYkYVxTRmtmS9xF7bSpKAuClJ/RiHOHadKAzjAGPsxbyO5AhgtsI2tNzQcjW01D6PL8RMd+d4q2Am3jDzZTFTSmkLginMfBuxrTAFl6T6cRopOUUvr8MNQhoj6tkhTdgBPIwcx3Ww50LMmNQFcihnw8cNH5/TmnwYQPo7y1kFIO0NIF8WIKWMtyCcAsg6Jfoj/3ECKOvU5XNFNA2YHcputkRMkB/RGCexgyzixQEJLILsIPYsm9jxOHB25G0AugHocxiYD4HNYOcEq8Cms8Hmy8KmlFoWWgrYVACmDlR2QDJJPbauUstDlh+iEKcJ9VDs+67nYSf25kFyg8cNHp/x/L0MILG1s9EqAOluAPmyACnlZ4VoEiDrbjaTECkRzIBkTdWBScdxIp+4Fg5C9l82QR6lxIXs28hPrWAKJmtZG1BuQPlK7UiMd2id23Bvg8mXhUkppSrESpg0fuHfRQWW5qEi04BMQdv1XoZh6ETs1B0HDDgdK0x8N03iKPZTN7AsVwGcQuIGnxt8vt5bcWx32gM8AkEf3cJwQ9DHIaiUCBXaUwgKZbSZ8CnkjJufpxGzoul230Vp6sSplXiubSV+mPqJ5zPETBlcJmEwET1USdoQckPI12pgujsnXAUeg83AfFl4lPJ2QjlvR1SzfZezTV9kJVvjg1hLUXI2bij6gZYTv3ejhVzCbEYbR9S10tgNUGwTl1AbRVZIXdK2AZgQthZGTopfBR2nZ0qJi/6KuFjXB6oy8iPKVqGovU9SqH0llbZuurreyWluvGIqXxftu/R7rbxhu984kER0d+V9zI/x/sL+/XDZn7MTw076e5ydRY4pmzVoJ1s9DqibHgHwL3wIe97P/CFNx1fN9RTTxWdqLFNy8PMwTfI7MeFv0+do8PpNpHwi3nUc7eDu7PF1vnMoSPFz3e8YXqhO7uQfjhenFR/vaUp9w/PNTHp+k8zZPl8sMM1q31MIrJnT6UrpSaGcnvQrZfPI9u+H2/zcZLrO5HTeCXrzBPR1PS91TqcuWz+nsxqeyYdXl0+oRvXoogIjY1qrpMCI6MeqiOBxDbv4UAZ9Yyvrmefm8+XKzBreOryp5Z1Da67PQCuKLIIY0c22ViiirPeBZI0CKXIwkXnHmfxycytxGrfsbfbwRnVxAWYuxZ8qA9kQ88vs7M+U99A1OGmU/27UFbbrJjFy65o3xrr5nVJjnwermKa/+hgu934cQvKHpjv79+wDxedNxayqYsJ+SJsuCj5J5u1IrcfOOJomQB/YVuVd79au2D5S7bED1E0boFM1Ao0S7WPIrTzbeNaU/pJSyUJPob8U6qrv+hmj6d4uhlZkWyRxPDfwoij1Ldthhxw2qAg7AZGK4IxqlJVK4HxZ2irctNWUtnpqZbVpqa9CS2Gnf2+xqpbaNNTKGkpK2Qt91Qmrf7k7ej4avdqdpuxe7HqRw7QW8e3ID7zUtbGVBgFy4iRJ7DQhszpr3WvdTXN9w5rrIcUhNm31BWorf+faq2gr9Nhb9k1baWgrKVkylJMl2WL6zHb/2xt6jHnP6GR4qEo4eInrBeiCnPQPVlMEvdAjkuLEJrGPbd9NPd9zUoydJLQTz7JIG7M5JW0t/XTmr2wS/srdB6yipCblP7+mooY0maAMRDVl8c155eW8/deqU0pz0Z3QNDuyf9rfw7X4b/9GovwzNf6LEdH7/Jj89m9Sw5UzdGBhy56Rimt50CvJQCuO1jN98duhL7ZSc43FNtq5eKWqmW3B5rrhiHSP/IHX3v6F34Sdz4XAIW5vfGT74HyXF2dmvqxcN7Ot2Vy3IJFuRSDKo2QfCa5YmhHx25ZzO6IZlJ1ELt17FinHMpRzLP9nBm3Uj8b/PDIBZa97i4Stn/jvve4qDbCO/toLU0pwEgVpnNjUiyJEQydMLCsOrTTxaNz2LBkVtVofVfG25sRD1mmgOveM54bW7z+zb5txPP0z2w0QM8TM/Jwb22KABjOqeTBSdCmzIzspVDWUq3EPsJH9VLVaba7RE9iQEGEEpwg2ISaEo4hTQWNo7Ou21oyabQq2PsnvcLI4QEzKFQ9UiqArK3tIXDdu5UoAeiLDKv8zo2InjCMbe/awypmrgvHXaS3bTic79FEIzaDkkJ+heH7UrFbju/z3tob+34/Zf14GHaPe05JtrbXR+SRGY5bSaMwIRlPfgF/4aHr71Uz4aGaQeRz6dGG5zeH0LTmH82PGtlI9IaSQCykxPXDfjE78JEC4/0PXqvVTN04cyqxqD6PUjXxqhVFsMSj2cSLVTOpLWQt62ZH+eDYr482UnrIS7E7K14HcYGVrFmD3zBa7sFTlj8kr0nPDIBa9katq98adCCys1qnAPv5OvB54J1CKWadlHrPVZ8Ackap4fqfy/RWPdQJUjetTp+gmCI9kM8yQeC8aD1b4Lhw+MFr+qMsJOkpA/JQYArDVhrfU0PrpG1dfLQuuxya2IHrUZVi2lqlZARJ7v+5n5f2qP0JPcej1WNmbH7P4E10x4LOCLwFDzGA0u+uct6iGvuYmqPHKwjyLMcyA1gAqdPHKk/AKTeDVX/jGGQesffXbELH4L91CHD4NPcciVpL47DQeW47tYGJDB9PIch0yCllczIZZG2Z9gZjl7fCjMauHNj0E0NrjvrTH5XzAD5Qh3Tkv6PQp8UQZEAHJ1EFxiqC78dPA8TH2QzdgC9lGCFlB6CLi+z5GFLely6akrbX/p+Wvsv1nZuvZd//Ux+310mEDTdkZMePuadhg9B6Oe+zEy11yAg/qjITq3odJ5m/557JthfwoeKjPnzVK1C3ceN+1Orb1M52AiQOE4J7y02VPxODqQW29f1Y7TwpIc3YWtJNY1wzjVtb3xxtyw22warEKjx/4bWnTibi6PXkqW4ybWrQaSLODhaMPLlJo0124bi41Y5BN4qKuYRZIoC2nIP7CPgs8wvj7z0O4PlQ/mpesD9TDnzoQ7VM/tEJi2cwQc9PAioOIBMhCsRuFUZS0oWdDOWuB85jkVWB5dFaeHZCHH669pBQ+OI61bPgc96rRQFogM9X4BWf5KWNHgjfgJeewyQjiT9wPlwwgVMZ1s9eLfojoFWBeGWzuPmcxZf/Edp5kY4GnjoxlPPJn15uXqYsXv1RhsBfvL+VExk3/1yHIDtvewcd7J5heEHi9TrOKVRx5/LblfXaTsXFUF7G/XbCFwpIdgMU6EN+98utBquQTefH4NUsihlJfYJZmvRrN7Nj689gim8HdEZjTRdxQQlw5q/EnttrvjZ9yJo3cl8ZPohdTDbm38Kt5W/1qVp2aBOaO/Nbtq0MiauM09Owo9rzE9lIP+bEbujHBKUrbVO8RQWuh7qjoVWB3fGaeFXd/hUMtOz0W9/mRGnxARj0g4bSGLXCkd5Dv++62YKfRA4FFX3WB5R0mSxo/6THzm7qpuJqPuLojcIs6HXTV/j4dd8Vwip0VXgKpsWGFPEApXLeVJOGgU2UQNkYD+/3vpYhtaMAJ1PE12a9vIzeRRrxVuEgSbNLq2O9wSwhGcrPd4Sq8hJHMgPUYPmqitdfmGdpIvv/+RYSBtOWNqlODbCVzEqm40F1D0ssmnKHsJxC2NCdl1qA03b0l+O9TT1zLFJ5+oS4woz4wW91yGxZ2ZGD2vWARML+tw3WakbR+CVE0g0BYGBOX7/dyknkVY5rv8wLi7cTRrYHm34rfjg+A57mR/szv2plpezxzwxkY+W073IE37o4qK90gcP1OubkMNNXHvzLYb4Tv1f0edjb76b8S47ag6f/nt96G7C+IlPwnGzY81awGJXqelFI5lt/+zTiT4oaembR/Rnty/ASZ+4Ja9G3hOu1cXKocZbbTKJsN8t/e/Neo+G/wf+MzJ9UBYIbzJyhpAgpzbOwzazrJ4wuEBfBPODrW9zIFHxiHtYgdauKRRtS3dH96o3WM0O2YabH/Mfl/DMva8f90Ykz7qPJUKXoV7jPlxVb5+4KILtsf8hPE0L2DVQ8/c8P9Wuok/P6Sn8HCqQKOV8Z+NmIG/Ek1GgYeJzNPTb4H4Wduu8t9hBMxGpPy0czgv5hVs5nVukaJMtwU21NqoU3fczq+7u+Ky1kKwP3YlhmqtULEKcYKEfWUwjRhXydMUD5MM0wIW0kxTL9UVy/gvl5A/E9r6QU4a1efquunrisrFfWSF6fBSgEYcGNqwFUSQzqeqP2Ro2/+L9gO/6Vxa1QekMr2T9hLcEAEoIGgJ8kOZhvYEEYnuJX3nWSK5ermQQA1WVTkEkV7esiL0+1oUZH+zyNFRTjJL0DynHayCmSn9+hTYm1jY19zY8P8WGQ3bJ2x9cBb+Bi/UOO6Wiagk0B3/5QfqIgWeCorWxg+7CBXjUX08TEP1KxOo9zYZmNh1vNB7IwZnBUTq42u9qTRjSUXiVzc4xqWPNtn13Fm/pAZkKBUa/Ohk5rvD3E+YORpZp4k8r7bWoe4f9dIgjBOCfGwQxwS+2EYWiiNAzcKLNz6VHQkN04WMWUPdrKIZ809ZxUQVz1Gx/0Srp2xJq4ZacEtk/g2ZzgsNhKNb4/Mhri5F6EIxwzczmzw9AgUmdhydwVbsQX8wJcYk3t7Kdk6qsIBDpf41oCLmzdP23n9+kT5ZeYP/+trvO77+hPIbNNCJnYMhHeuv3PW8qTzF4IjrDDJ/5Gxt8sLnmT59ijKMn7MDvw2/APEQQu74y/knusX7s9Z3VNzrsckDPPP1Zi4IS/GZELAtQnVBGFMwmrfizEJz86cz0YLkHWdOLakT+RiG+/YcLgFk5UHyA2rw3BqFSL/bkq/C50x+mtHSQQpoXFIktQKfdsncRLQNCGJT1AcR55vN0piVNRarvdYFh43wldRBaOynx//4eZs5FMqMrOEzmhuG0tmBnXuL8HYbxOa2UOqw4D80jymjb5EDYx+RFiDPfbOQitEhPXtVvu9IeyvNt+0car9VGdns9ll0/5U5qrN0IDjQptw2pzpmwRxhtqwvKeR5czOW5fT8LisiyaOhCZyYQTHcoS1zr3o75hhLWxoCVAYiQi95e7tWCYRmDJF0L3P85CTRHbiodB20yTFTpj4CcVpilKcBGkDK1PS1kKWafmrgMvMbCnxBaFV7/eqCqNTn1gBNCIE7Rbui0q4JmQWHl/TPNisomFQdBZhEknG9GpJ9lew/SA7UPwZns2LPpe32fHlE5k2o/MVGZ38UhB5OxzsHOflQ4E9OT1Jzsb/4VIcM16HW8SM/lzmB7YMGu+7BJVpTVrFt2U1af/oriLsQKcduGlAnYTEYRo4lPjYDoLUc70IWxZ2UQOdKqlrQaj6OatAqcZsPi+kvjWaIYko30HCKD/DlOfL8VgHgMEIGWjuaWWzlX8S4b5Rvk9E1H5TIIMZK80rGrzsTBZDIuj5z8KSqx0F/cjj6rqwHdspo+DQ5aFyeX6oHMHlltT/WKiy3R1CrwCq5Mwk+YL/1zxPoB4+LL6ZpgFNwauWfGBZzpQR1uMaVBGW2Ab19h9b3WpmSGtVuZp5xKOBKFgMRHKueVxAFevkCuJjCzMtMnpM9vdXAn7ag2IFSg1W8aMiJL9XsMJvlXMGTZ28h/q9eX8PJlCah67HcZ99olXDjuYRt6RkI6VHg4Ea3BaxHcyGIuBIZNJ3g21FFO9VfTtVindoEil4wGVM2Ax9JudBhO2BHI+0YCwQR1BlQPAK+NVh8Gjkxz2zQg3hlYmrGTgXFz49TBa/HzPSgkEm4C24Xtm4H1oPZeas/ICbrS8WO20TuQaydq6zs7pN9DTR6lkuuJjubWqr1I6YxmfQpllcr1mhasRT0FRTqcbQOg3aDAtVjao5nFXWqppUOVKiHLJ6Ksd4W5yNvx5pe8zsKRmTFGezvqbuxgHXFRVHqboVgLHtYd9KHM9yAzsIkySybJx6sRcknp20tarGZa1WSfEL1zXhpmu+Pl2zRuz0F65h0A4x69x6Mg2zaZcn1C5SRh9Cs9qFB57MqhdSUSj0CyfrNs9CTkpDnBJk+UmInIREToDZ4FASBQlKZhQMF7ZpmE3DbBrmq9Yw4Q7hNTQM2jTMM2sYKYMR4VkNA70tZxXMXS4VIpvUL0DVvQF1kzBI05D6NI5dTMM4SN048kKK7JRE4Yx6AVmbdtm0yzelXR4aUFKDNbZ3lr0GWOMNrJ8XrH1LAmt7Fqw/QtrBIT/CS86C9rlLqABvmboD4siKY4eENsZ27NthnCQ+Jl6KwyRJk2jWCSXL3MB8A/PtqPA1HxVsvNJRwd60zzNrHyRpH2dW+/AykvN6h9YkCo0j6Lr+KJIiGwVxTELs+NhDKEFRmvpuQnFgO3RG1whpm5bZtMymZb5qLePu3GANLeNsWuaZtYyUL4rcWS3zQ56fuw11B3if1iQKLSPoOlrGCj0auQFB7PSCEuKmGAeUYi91nDi23TktI6RtWmbTMpuW+aq1TLCz/TW0jLtpmWfWMlIWKfJmtcyPwFvcG2hW0dwIKqRWNTVlR9mEXohj5LrUxr5jU48krud6aRoGaYwC15lRNrW8Td1s6uabUjcPuvxw7B1y1oBs77GdYDfIXgjZUqou8rUgG+tANtaGbNwtGmM7gZ8kLqKRFyQo9Z0gZkcFCyXIc0NC1JCNN8jeIHuDbCVke52OsQ+HbH+D7GeGbCl1GAVakG3rQLatDdl2N1MiCS0/9NzYs1zs4xQSJXzCPjlyLerathqy7Q2yN8jeIFsJ2WGndMHDITvYIPuZIVtKoUahFmQ7OpDtaEO2040rosR30tS3mF0dWX7g+HEUBqlruamHXS9UQ7azQfYG2RtkqyDbtXcoXAOyww2ynxmypRRkbGlBtqsD2a42ZLsdyE79OIwQSl03TL0wjZidnaYoJiH4s2MnUUO2u0H2BtkbZCshG2qErZJ1ZW2Y/cyYLSX2Yjmxl9cibD4Zr4j17lKUbOre1g1tJOwG6mY0JlCbgtqUqQWIa9B207KsyPO8JPJxQKPADdwwsIhjO46dRrYVtYUpNQSv1ngOHtXUVOJFiGPxKNI+ap1GdOonPTu6f7+nn0ndYr3uItR0pON957og3tS77aKjeJG2Q9Ib44ME9eR43wivOmVUsLvFiSyOE8EBT48Ndo69dgnfX2jJACz7A75o1cOnQVip9dtToeuhfXzVtKcF17bf2wyw6uCRZhVfX0pixXjY2O0nkhXQ4g46S1R2Rac4JXQGh0Yw5i0j5DWgy2FhymmiDmziMME4snwbWWmYYhJS13JS13OjmNiB50hFKaclrtYeWTRLAvnQWA+KrVfvv25vuJEHaKEjXhEdr7sWIwzmz2Vd5bvtUcwWD6NnRiZMOJv+ypZszWAo/dr0MK66/kA9avM/mcGcne8NUe7+ipnQCc0r9k5enOhMXg2EXBLRnYILGnamhzYVe0o/SQ3rhEgCHeHOl4zTyi2LmuLYZfdV6e/MYj9nJd162G/1hWe0kmMivwqFcb3HaqW3QiHBGv1VlF99n5UMfu7ZfzOtAEcJ46+ntg/jX+GPbJ+xI9VR6km3lpYiZl2LG3o+g8JKxHDYf1fDMXMxHN6PIq+HYzLoaprSzWitWT2gqa4CKY0Xy2m8PwPxTUEOjaOmOTzJ0YdZTVb7S9rzTRt/OEfUVVgBiUKMkOXHge8EFKWeDyGH7B/Z/wVt5u6cxPUcNkUCx/Cyahe7coeLKfHPrqyYwZYX7KOX4PeImEZKOlY9Q3PhoDEqFqE9OMnnLCqgsWi7WFLKIIX7QLgmuTLYG57YCodNWb/h0+mEHJocwXcgmu6LBn/CHUYd98XM+gfnxRNWJBPd6vf3DXpxaGrH8wNMcY1YtWdlZdP6Uo2hgSyOR+2ug8/cwFTT4ncSqZrBm9VkNr1oTJhMte8CT8GXlAeKHT34wnrwhXXgqxuGF3muFSQJjpCHEY0cJ41RiEKLgRj2bYvowBfe4GuDr6Xw5Yb9XpTL4Qtt8PX88CUlGGJXD75sPfiydeCrG5IWRUkS+b7vJa6Xhg7yiUsIStPEtj03sLSsL3uDrw2+lsEXhla67mOtL7zB1/PDl5S5hj09+HL04MvRga9eeFaIYi/FaexFKHKSEGMSu2GSYuzZfmo5OvDlbPC1wddi+MI7Bz8SvuwNvp4fvqQsLuzrwVf1+TQQ7CQoe4151Az9njzTr/+tYlTwTWDUXHfvxVDlmpZtWAE0j0ZP4ud6YG+XDa4WwJWUwYTlDCZoeXh/pvv9WKiVBFYy3SB+qIGqWapuCpNNUOLHjmdhl0RBakVhGjthANaWFyRtVZpZkWtZXKX8kH704yqANvsELVSzV25Ofdmf4aK2bfbKYwmr8JrxS1+INONgBTdgnStgeRXx+1vOVj79De4DOm1Fl4gBOe+VPXYFOvh5eP/5HSf5BUie/9qTwbEDlqMTdsofv1SvwkBKtMFyos2P9MjWB18eb3+GoutCoY+By01DapLMbHX/uY8vDXxocPRtoXY85tufzWY8q/UoVA1pJctI480fhyVLLaSfj2cencqDThiuDL/7B/7d6wFeMYCI9xfAEaa7yWeS7QnbTaCpBz2q3xidWMF+fDPA0CxiydGCVXtWzpTcs72cxbXRxh5zYLYaj5imBr8aZ+NJ62iVu7rTturVntp2ewDYne9P9K5gTMVouEfv1yHUfWwo1kS6sVFNh61ElNngFHIARl9i8PMIYHMS42268nt8u8E3rolCuD2y7B3qdn1U4f5zd378B4S3MUxhh5KPEHb284GPh5bdg8E/MvZfeVE+WaApD7Njc81seQh/YwfbahydwwEjE+OYOSUoNZnymGBPKXMpBcuWU7B+hG/Za/z4Izz9p5Fej80P3RuiJIlIamOUuNRPE5vZ/oT9/9SPvMAJ7dbF2rCvZd1/LZo53DTza9XMU4Gko+6UCjm9TjD9EyDnhprPhJpSEpSN+qjJd2EfNus/DnGT/9ItE489K8HId2zP8rATkDCgURym1Er9hBCrC5ycf0PODTm/YuQMdw5aCznRhpwviJxSwpON+8j5l/wmL/vIWf9xiJz8lw5yMkPTQszmDBzHdVGKgjh1EsclXuDa7ASVdJGT82/IuSHn14ucCO+QtxZy4g05Xw45Qyn3xrYHNidP7RsYnfVfR6xO/lMHPIPAw9ShDCjd2E48Pw2swAqTIMRJ6jqp2zM7D8LLvqHnhp5fBHouqlTS4Kezs/Fa+Glv+PmC+Ckl/9hOHz/f5af7PnpWfxtiJ/zQ7bjj+XHoITdwvQTT2IuojSLL85IAx9i2vC5yAvuGmxtufsVWp99v1PwI1HQ21HxB1JRyjmy3j5of83w/MDrrPw5xk//STeG2A8tNaYzDkAQxCbDnhrFlW8RJkcfs0C5wcv4NOTfk/OItzslItS8r8GEySAAFO3s1t4O7KYAXVABS1pbtDcxmUg69DvUfRwxn+KWjAPzI8Z00QnEU2y5KLMu3MXGRi504tgjtXXVx/k0BbArg6zWdMV7xqsvbkPMFkVNKGLP9PnLW+TMf+R97CFrngtQ/DpG0Q9Ht7kVxENupb2GfuoFr+36Ao9BNLBxaEfJoF1E7cjZk3ZD1NSFr+/bGd6Iw4+Og1dlhay1o9TdofUFolZLb7GACWidAdQ5Ou51tY4qplURW7JAU4dDGYeRg5IXIthlI4lEg3SB0g9Cv+T4MeztrtfuwYMPQF8RQKY3PDgeeXaks8MDB2/1txM8r1xTuuHujJE19J0yD0I1TJ3BCFKbE9sOEECemqOfulcRsuLrh6leNq4OafI/A1XDD1RfEVSmjyhlkVP2Q52eext5B1OavQywVP3V9pq7n+R6lOI1CtopcOwkcarluEIXUjR27i6JCwIafG35+vU5TGw73q+UHbKlVLwmfUmqVI6dW/UNUXXovVutfj9SExoAylIq1b4r13LTmK4a1JKYJ+yUkxENN8VCzeehjUXR8AOYpL85pvs/yteFU+3lauOqsWEvi11vKMKfgne3YVmObha3Cup9ecQWbl0BrkPMVdGZr/55kNxlbO0a2ZyB7ZksxZ3/8+8+//fvf/5dElRfG6TY/5zcFOd3CH86dZn7sn6c790HrNCjdBZB4yMuzUe0WgJQ7cv9MVuTVt9NzymN4biB7Z0H4QAfMJ7b+U9cV4I1HP9R7RLT7YAvif7AFZ/zElsjTAXXTC3Nsr3KMzo7mv9g4zFsYxwxQTwGYEp+dKXyWErgcPIXP7OP8Qo+XKXCGlSh+7hi8YzTd9K7YRb4fWm4YQpYC9UMUJsj2rNQi2HOiBsHHJK1lAn+94B1u4P38t1MN7Dn9i/+VYG+DvMdBnm9JmVeOPQN517XOngK9Xmu+Cdgb6c0XEidIHYJdx4sDP7ERSr0QE4IITnyLOJPAt25Xvg36NuhbPeb1yzdYvR32HoncaEPup0BuKefLcWaQu5k4Cbw7o2FLRKbp4PckYQfCE9dOoijwkhSlMXFJHDoWjcKAWI4b+anfQPikuA3FNxR/JhT/9pwOUO38kRiONwx/CgyXMtAcdwbD30b55TyD3/Xvs9jNibq5vaEX0AhFqRPQ0E2SOI7DNPJd1/VdbIXhJG5zURtmb5j9IMxe85qsBjlk7Rz3kSBnbyD3FCAnZVk53gzIDeIH+gf+dDSUYJyqg3PUs7Af24FlhYlvx2mQJIRGvkWJEyQBCSZdDOmqAQYb0G3G6RMgH+53bF6OfM6GfE+BfFKWlOPPIN97eibZ3vgHoMq0kSeozIpq1tSTSLudAVNCvJhaaezYxApSgEQSE7hvinCI3UmDTxK4oeGGhi/ucJ3DQ2dnPdYSVKXlow0PH4KHUmqTI6c2/VWEBf5KzvGtcX2bn4bXTSJy0LwDEpMt0lP/wmmKoNfYmboYoTCyHZx4NiVJYDkkRBSThIZeW0N1Stpa4DctfxWsm5mt54U26M312+T3/e3fAH6IUZ4vxyOEeFbxmqBrcjYiozzROEuzmK2keyNlSMbfyCi4NmIvwmNB2ZNuLyVbJufyjfEr7+11LkVTQv4727S0OBp7wiDt3Ic/Jjm/Kzn0DtAvztkCjvkteJ4a5+xATxmNaSm6Hgp9wsYlx6geyJGB7hvjB7YbLwX8pTywM8StcZb6m/CoV7YD80P2B4+c5R+n7A/tVOQQ1cgniJIDtG00ooKNttuXjM+LGC+Xyablio3jE1BlZ/YwgwmBno63eVZRV2G4YjJhebBnZAce/5sbe0qgKRqbr5K/Ug35bBU/dWjBtxgYhjC0o7S9nf3o/mf92NwPPKz7bLzLGVQUWdkGaMMi4PG5sBl/u2ALhSXTSweIHb6hT6abTmJAZtwMqMIldtAuRKCuACummw5Cec3oJ4EqJkcVE17EFG83pqBG1ZGUJebIWWLfFfQO6hfUwcvVpI30eqsom1aOgnLYSlJB19VRcRpiZCcoImGMYwfZAXZsO2ZQTJLUbsvGKISupaqi6jF1CHXd32ld61zxlBdRXIp1wJRCynVQqwrI6cSgFlATMB5GzNQCA3ih164Mhtkp0yh8/1W6ps66EM1XhUz2txJUDjneG9XESJpN1je8oXBxfzWiZq6GeobuGXQdzwNNIzYoKCamTG/ITU/BQEA9aNkMdF8dQQ9Iw2hAT/PxV+P8cyn6Z4osjayMczYLfNj095jymWe6CIiZsn7yhppL9cjX1dbMM7HNE/D8neOtpFx+IcUnejbeszX6qVYwpUiwIcb1+X6flbf1RllZjRz4o80EHl2rktKERzPVUopHN2b0pNZQQbGu8pBS4Vw5FQ56fdUTwKfllyz5FwPHI70XlcyN71PAAEmLAEs9Dv46LYsoRW42LEKd6DJ0mxS7SYTtgFjEczyMqZPYYYrC0EaWl7i0LeSrK30tBQObtMZ7/rxD+zzRMJ1Wz1tF0+g+bqBy8BOrnO9lxKXMhL/JYtACYKcd6Z0hr6w2Fy9tThrAlB2P+WeRGzax7t4YHwH7K3XTqIBIKB2QAVuJCvVjEHH8ObCTCDuQ5CVUXmQoIHeNv2p0Fj9rSI2UM0gsFNojY2eXEpLyOm2Za10CYxoZcMkmG6bjqurYDKe6S8S2mfGZWY+k1nJJAjq4zgg855f4tjkAyQNlLwZKCS7Bn0rxfK3nlqtvRF0G4EB0/J1traQuK58jMX5ioADJkWxrVKu7OYP9kJ2PcLavNNKTH8cqDzgxb9mYIFGSjalCvuYYlooxtea41olMWy/pKlkpYdKVEyZhNvcAsxUoVl6akRNaQ2mKwQnK4QlNQde9TkZebPtugP3Ujl0nThKMHZp6CFOb2oi0mnRe6GoKtHmM0G3VY1Y+oSme8uwntH7aumJN8P02kp/+C/kEvpIo3ydGmhXSHUdeJY433kk5Ab3xyJEj2zocBt4Y76rDFjtpfYaDIwH/JTs6pezZZ6De31ceyxvY11w5NecpvgGO5/19L2e+1l5VEjvT3UzxMFOYn+hWTVxf9Sj1xbrkfKYJDGTtLKYG3JXUwNvzGYyiaoFQcXoWDrgzHKCr89PEEl4Z/4kYjNm4i+GPwvkGg6lPVOP7fQ79FRCqC/pSFqYrZ2Fek8OlIJnxw2W/ZyBB6dF4RwpYKPsx5K/IzZbcrMmH8K9D3G0oFbkM+gObEKYArDCi2IkiFBBs0TgMSHuTriN5LUVQVs9K22fF9bNW1gY6j3p2ldA7QZ1ydtKvT1A6q6dysu1JccMOHVwl8MMKP2fAJRTfPmJTiomqvGxnEhlH8jm74ZrgCu5d4MRTewbhkFayk9d1pTSYGjjxw1WRcyr2L3lBDgTGWk2scUeKIssL7qsjx08cMVpzquQnQgBeho3VGfDplED9ZRe50m4pFImZqPbf/3WoAQaqmp8R3wmml9AKyDJ4qNUOu2tf1HxX39nLq7O5valX6dNHDEibubmqqZ4+g/ta2KkJ/kjKR3XlfNTrS5Ea12zD7Pf83jDhmvN+DPhLRmqWnNSMgJTrtXsZlnpFUzQ4+tVTVCyPhnKF/LVgXP3magh3Vyya8r5yHOUcwe/ygmEwQ8XsAIYK/MbHd6Z7fsvSFHb6TblAACbHTgB/Mj7CCaBjajc2OUMdNtLLkXHe0POZm9y1j+p8y9b4jXj8HflM+Y0N31TZ5+zcMfQBiYx9xh5zhIOBIXqdPHX0VPU234TRHpiWY/AcgJ0ddoK/VOviqSutVFj/95Iaf8lSKpyrP4trO/jh+pacqDgL0Hc5LPMYbh7Z6qkdQT8ncPfGVtTKCoB9LHNfD8msbhLhhxKGJE4ENK6GZEYwJLM0s2o0MwpBiY3KCDJ3Sj1ISa+u01cPzSeF5tfySQDGU/9oVj924meHFD1jP/VcN3E8mhIU2I7rRmkaB5S4SZKgIG2N/YGc1Uz7r0QfhJs+eCl9wD04V3NqYSSqtgHWYOfiJwXWDVRfClSlLFTXnQRVNImoaB5OUfcamrg2TvyYh+K6jpM6iHgkQGy1ETvwwwksRRuQbkD6xQDpV2tfu3iHvLXUANrUwGtSA1KerutNqgE8qQbwvBrA3ULfie9hFNAEJy5ynChM4tjyvDCKbGo7HplQA3hTA5sa2NTAi6sBZ4fstdQA3tTAa1IDUtKy60+qAXtSDdjzasDuqAHi4Mh1kjREEY7tMPDZsQBjHFgx9iLHSibUgL2pgU0NbGrgxdWAt6IasDc18JrUgJSr7QaTasCZVAPOvBpwuoXIkJ9GVhIThKhnOxg52LeR66PA8ZwA2xNqwNnUwKYGNjXw4mog2FmrOYWcTQ28JjUg5Ui7co60a/32765lXJ/22Rm+NEQs1XmyIulB0gyuZbL/cFpT0Dbpdw2t0BVKym4gvoudxEUBibGd2KljBWlM7JgtjxQnJG7VhlLsaoqEP6KKgqqTJ5LqEevokOknDNQHemL10Q/BVy+KJmB9Z7xtUraaqhs8VaxsgyQjsoe8oLJu8yayqkUUfhWrSapCH7dkn5qwYeAfmlof873lmNCiKnJRZ0Ybd7ciX3vPdorIaWPvTknRKhhe5oONj22eTsT/IMi/F8Tfdr1rI/lFaZIrAz6zmULoasK462zx/Mj+hRMP8xa2eP8VtVjAIzvxzg7WTvv6u0iz7OyIv/DF2eZ/QaLX6SnzvESup9lBDrFD2oSv22oQM1pGjc26QZ5S7rQn507/kOeJ8YFvkzPpZu8MCkIBrSnTtseC625lKCVl92KCRtSyCKUW9tLUjwjb2IQkoRVS6EvatiNRil1Lp6TwoJP8oPrHdYtGKZ/z7MeTvx8/02zPVQv0cgTsZFZ/VeuInRqOVD6TKFfPG3Yq6aRWJVl5S8vmbNHkdHWqaHzOwBI7t6U2qppTWVxVrKpfphSV8rJuhY6qCpnxvZTzVeuhKwMyvtiK/oOfWrKC/XsJydiXpEos6BWkurBzGIHEMl4OkP2DrHXeGP/B0Kftx1rV7RsG0jdJ33t4teL+zVaH44k1DAqgDge4y/y1cwfewde6b7IFXrbAE186903ywCOKO6lBW1fZSDnEnpxD/APvEnzN0+3eV5U0RXUT2LYjeQUSg1kxmA3DMKVMj7zbCitKEy+iQUhiEjrYtkLPdz078VDkh17Unmf0ZK+mgPjTSv60quZoVYwFnrayj0zvYc+uikb6S3PVI68ik23HBluboqqwFcHFlXPkFq9CoebFz02VwtrgZxMfZcDDRdfHozbD+KotOdXoKphBqVjTG+ODVGOK7bFjnNGmvB/8TZT4IGwET13Or0kbu6q9Y9dQz5Htsx/+1xJtcAJ1x05h4Pcb0wXD34ea4ENFY/wK1Q1fQAVAKSaLnTDWVwFH4/t7ar6DMnjwjXnqMF9APxYE7IyzyFhvZkDUYHiyCrRHk7LhxNVwRPIwTym+qYfDz+n1R6uq7cwVotVEUl2FIOUXe538YrYp2A79D76X2WwxRvK78b/z/FBN2fAQIlhMzmLWLCawVJUu+mcRXYZue63EIqFlOwRZdshOJG5kRb6XRkHiU2zZcXs7oil9NW+XeN6RP+9UP+8PeJ74quseUHQfp6UcvNWr3Oqun7rqrXxKaNQGd4Fx45Zh9aHsFTASxh2/sCHghDow1P8D+PvXJEw6ZerhDGCbsI15KNnT6vzmpqBFPYccH2AejWozigxmfgtEy57vjBe/FZ/C4J/CKD+xU5G4i+EOs6YcYvOgjvOsp7HEK99l+/1c6dmOWpNKJ1aFeoV7EEqd90rS8XJQ/K6omQ9eWOv11rL9us4+oYl4DULkde6IVlR8tabpFN0j4xvweVSeXFyOjALVXDa1robQVHdYyqj25Izq7+h9zrYlYNc/8ixpJ4wbEBwoapOhlFRexNkggd/8zNgazdb7e0eBxX7q+AQhP7JR7HuJn9okcbHjWCSiSdCWHuwJWa2EbVds+0la46Q2R8q16tkueOSz66v/UWkLMcj2RCD2DiAqn7hzW17IeMtQvzwX7BAD9yokhSIMewbrsPHg3h58aeDMAir2hllyZVy4945XlWWLh8Llfn4g4KfiFQgb5QMz0hyBwIt0zMqYw3kKeowdiOD4ExtlnJlpVlUhvAKkP2QllapsnGE7vmGa+Lvee10ZcGrLL9XfLsdPx/zuKPxlvFQHnLzgTcAzwb2EE6UY4V/46n7SAoIPPSd96dUEv66KIUzzhQZydg5eT/N9f7wFnV7dG8G+EbUEq/smcVdYrZ0nOuZRMYTq1gjATJQOrG6bOLKVYggaR7u+1tBValIeuCfngX//O1vBn8kNOf5BjO/rWIphLZVrcCrG3ZMc+4PZsJgVS1PKRD7CzVN2VJ8XRZZtpY6DQoodnyYpSUPH8QNCPNcPqHx2mxe7ljKk0hRJ4SbDgi+r6EHNpz27Crw+05NxOYnzQ9UPo2xrsQHQa66lN8weBX2YNN41/pTDKYe7Fd5egx+n0j25gC+mOaGI+5msMKDsjnGzz+FyiTKluc9PTBo/ZyWk+HRV9zJhGvmWskXCy+UWVJwif83zJoqpmkJ+3OJnNFCbzR/ri6ErCHJghyLoeRKDck7YQRTQhXd7Eubz8Z4JLhJwwJf18fNFyksNU9KRxcPO+HWK6zxdKaYBZlQg+/RlmPqbo8bWFjYn8XR6h2lDq5QN7rkPgFa2ICVcvcvz+W0vQHWerIOoLoo8O0o9J0yTNPWQZzspDYIgdVGSRE6bMjIvc4PTDU43OG3glBmp1s4KNjhdG06lrGqvk1XNltwRgoxbd8sPeXwph+0hakpRVhUoTU7Z7wqhoOuAaGrFHsQ0sRXgxdiKUOK7tkdoEttJEKdtR2SF0NVuEurHtO6RlD9m1dYPiqc8O2rWxznZyV/W3gzRS6iTdDG/ZH77t5lYn8rpIt8ZVLcJUrxtdf8sAqDYa++NiIHBTQGek7J7Kc3nrb0ugO3TuOPrqwKGp2d4Uz6OnL0XhFg0kbZNJJeYjjdQHV/gIzynuS2Qb7/pkfeQYFQn9u+Qn1I1DKwrqTLgT9gKjGmv+1EvPJcN5sB73/EB8ED7UrS9eNNCl3w9M3plwQbOlsu5lEt4n8GT9TkX6gtaC9Laq8YDw+QeSFVg2BbIu5LDpVVk9g6vHmYlbzQe4VuQOyjr3S5v7pOptRx3yzxdk1cZtXioLxuN2Wy2pp53rbS4h2bODaNSHbrKTsod9+Tc8b+STz8WOduvv4JhON1Pr6YzgW6ym94sVbfftYsIRQmmHvWjwAl8Ow0iD0fE9dMAh+3N+azI1Zq+EsDSz1Bh/fhUffRmn6Gl4IKnCeBlawWwu0b9O65nJOU2u0TAJ//zMb2UdWwUe3MwxpkyueEalMfKjrTA6/a5a6KnZGzvX51XXRnYn0jB1AI8IYb2e4Mm3VHOPjNE98O7sKMJxFsdDXaqYKcCCCxOGinVOOrre9FmSXRlPef5fth5NoXZOQP/meMIvF7dsanOWGm0UbnF7z6tYkGmZRvI3dnOzlldsfxyD9cTGVObkCVCylsRodsE8Nb5U0+lSg7N8yFBhD1f9AxvYnYrs3SuD+ssHOuqDinf3JPzzX+k+YEZFGyzV5hQnRtHtEdDWg+ial0+UCAqwt5RCTuuE1KXOHbkhzEK3ISmVhCklkUd3BZ/VUldS43cNM+p1nR9nl1Xk6ge8+zK5GcRjzQMR+o4iKrTU5mfGOQyHSEyQZqLbdVyqs5JTWqiIGoORsJ11EyNcQKjqzg24UZVr/HGt9SJi5K1TjVMOXC3bV1ex/ZCM72bQrzBoJlr1fQBjkXy2YaO9A4qa+0703wIxsdWBsSv0IT9XsVe1+rx9emYLz8qmCkWxBPosbv+iaUXHNWu+2rBP3n64URwVAsrFZ4sSUFUAreutpHS2j05rf3dbR7n3Fb8jrSnudGkMknxNFwm42oubkezVxodtICnGwwc2xaxkyCw4yBBXkKx6zoODR3PseIwwI06WvCAtTRT3DwyIu3pczSlcCUlteCJL3D4uQM/iDjeLFhY7KzDM7ZsuLBgcB6fxTVDE1bbSS+szw2wnzmmZwWkzzDVB0qimZ9KD/E2dcOjTE2WQb8kplyNGyaJ7TThG+sfo6oDzCfKPWnVZDfev8kI3K5K3hxf66uRcOeufoNTZbCPrthBsuFTHlSqLPbRPT5INJw/sSzBXl2NIuW0+52c9j0bgvFe2JONB/G62rZyeiEQmjVhE+zbElZphbNk3bDbJAkxsmmShr6VopRaTkITB/tphElC2kueeZmrpRHypyT1U+qUjeYp66QPzj7k+c8svQop86uBZxDOpXXs2RaAsOgbwuA1PyY8j/A93ddVvOL7CPbjPr+DhnWMSUTOsrGe9vykALgPbqd/XY43TD2Up6zIzvVlSV7CkYftjD1PVyz7V/E5G+HdbQ43UwUE+J3l6Fh2ghBNT0/Z73T/TOj+0EhZvkqaRTIC9yMEQ8jvfcwXw30b72z0WNxnozeuIUH8F/456wuNTiNSrtH/wteg8ba+l1s90JQN0ywhRZwvrOYyo9N1mN/dit1gNjeEOqmE8+ipC/ZSTrkv55Rfn/Kz1MD1J0pAP4qbWr5Yhpf7NYe4ehEc1Q0MH2v/kl+PvqsHkAv9qhMnIKHtBWkceSj1iG/jNArZ/7aX/XrC1yuWVT+Of9tb8ThxLc8ft+7lv97TdFQEttZPHtRbOXXuYJsbnrTngubOvM4XFO/YGO5XxklKojuQT8ItNdr6+g1UwYPOpYyyKrNIm3Tyq9rIb44fkJrOTf9DXl1v199C5BKyswjcsSe8yymHkZSBoCCFiAaerM5U3yEvuHOrn9W+SJ0o0isW6An2T2wSxhMSur8NtcPf+O8vlUzxheeCfB0KGpvYMpAHzbNsa3X/3s/HY/5ZbMyP96f8hn2u2/sn7RzeuvSy5tnmuXm2bqNwXR2mq42lhH6/k9B/AW96UxmnNrKnww84Q3MerBkm4xD0yLuXSchN4jRGKIpIkiZB6NuU2IGH/YSd06gnFTrWkb1e/WN4WlO2p37a04Qo6D3spfSw1pqp1XAVScyUMHudVGjOJrSrDk47k2yfF9Up6paNjq99nm7I/sGkgpv7zNgJrcqdgux5GAqUiWmuengpyuNVFfZwNvZtEAVTnhnYwezodm7KX/J4ufro2fjlwOXHy9jkMRvrKc8g+O5j38MnmwopKW8BTgoK7wIhFOyP0QUKsJWQgbnPc25LyHEMIha76wzsXcrxoA2Iuqvq2ohwPzjJsjfn9sZM2YAt6OF5dJeL1ncq9irW9N2IbXLAk1csG8/cb/yIbfy3Ts0yTX2gqdZsKXHf7ybu88AkaLfODggM/Kok0CayfkSzCR7eot3kPCbnGTZqb5SbNke3glmQUMsjUZokSehh6mOXLaeYktjCJHTb2ylt8evVAOAPhOQQk6uMKm+1yQpYWctpP++FFJ32Kqp1XR3aUIF2Vt4a9bs02ftZc2aUSrSwcVOTQdmNKOkCAW0dPceDWas6AnzWhFIQUW83RS5S82tN0ldVjW4kRjvXjQa8yT7zYDkS34pHs2Pv79nhcjBEHVyD64r6+An5Sm3vg5EQjbZkG4/I61RthmCNIgVpBAK/SzENIibxSD5nN0LpyY0M6vm7qg/j7KQs692IFODPhZwniLGvpyLa5zfiwN1Uk6+D2EUtHbANGNw2tkaljHlCklwjh0d9NO4DkXDQlOthHw/+GMdg1vCAk7w4kPOLpC1NqtyvqmRAq3OdnfPokgE/whrm+lQUKQez7X0GdhbU1nh3m0OaRG08tjjch4G1FO8NnBW5Uo3r4ZhJPRwzFsOpa+ZMouaM9tVXWLoKWCoy4MtFBoTrGwy0+xMVB+53+X4vzr2S0q3pTKATZ90OnVC0s1Qd5RqFdkho6KSxE8UxjlNMSGK5VhIjh+C0bZ08K3IthUrqh5zhIfzoH0sPWUWJzj5DrTj9N2vqze9HI+v6jtNOmtSVUb+B0bpJurXMGCdbiZAhyevgVN4THrpO4RglHcngbZkSgfNShc5yQKC4xGvKjvIcp7rVTtWvAHJYGU33bCi7Xat4wO2Y9TyQ75gW+48LVWJsvEOPdhH2ELoHlVqYJ2X/+3L2/095kZdxfqKdMmv/O08yEo9FMzT09fGHI7ugHwY1aFF3W78EoRdTz7V8zw4YIgYosJ3IDkJ27rDswG2wUEv0Wph42zxMrgH3h3jYypEOWs96bowUZwutxVKdK46th2emUj23ayPAq7JbkYsXJWP2MA9Fk5GZO87acslgtF8JG11sAjmdkw+vSRivO8xw8ex0dL7jARZiZo1S3GkxG/qzSHnlX0aIYDsK5g1k1OPKwMeWHYXtPChkCbtZhIY31SlFuBwU+DzeG/Ai/eg7QHXIJD3t88a3V40tyvkgqodVDrRBNc4t8m7twmVfskb6BoqxyWrW3dnh+t5MtjXzewp9fupb/E6c5N9LscvrXK5qcp7Op1mNx2xjHjrhktzdwo5Zdfuwukrz5NlKTz/rnqukkhi+XBLj70XEJvOvn+nR+JD98QeZuanjpCaQmpx08o5ORdgt1mZbFGGbRl5opex4lYYkCCw/9RyKncBtjQqV1LXsiQt/Tg7POfHnPM2NnOoxL3rSghExRU3Kuq5Qv48aWBwTS4dBTM9zyZ13vXra8plJvr/qhtJX9TiYUZCyv97y9nSfGBOfsYFbsuk8V5kGnzNmLtQ9hCbTlTu3g92WP038frf/EDRtgn+7ZXua2Rx19Qweiclfr2dwHO85i5mD6QPn0noupDu8KkOMlz06n8FeMhqfTRPVzxsVscnga8dgZoxISmaGzH47Nz6fQnPsHXJewblRqvzgy5UffhF7j2k+4y1Ej903SnCkF2yN7mLDgnoyecjZfaOpmo5kp4ZJ4HyD4Yt4xQtW/87wVowW2tqZYrRNh7tGXzwS0dXDWwnT1Q96LKoHC1FdYynwi6b8KG5aG2ga76nTyfqF/ppNs5uSYXwV2ghhh4BSnUIRndDDujBSGz1xT89ypALohZHLpqYQEvibq8sk2YPXO2xWVY+uZOgXHXthpO39UMcxN1OC6A0zrZsqSCDz+vu/mjkjh2pHCY+55IXoyvZcy29zeJ2kqkZS1exUVPRtNE6lZcEVGGVihn4eu9Zj4xFSqvCXfzWNI5psaQqKFHov1G7KNoo8JRCnkhN+/mWjhjvB9hKMNNdg4mKg28xIUlXTHSPq9nd1HjNvbv5kWukrbvv99UZoymoUAl06LcwXKa4x7TtoYn4uLvTptHK3n7c3paelMht+MKunfxIJNrVOHqrGikDoX3j8qAIFql4ziBgjnKaJG6Ik9p0wwCjADolTmoQRatXyuKy1jlZfkSION0W8KeJNET8ow+PrUmOu1QkceRI19uIqTKrd4YezKuw7HhQ1q8QaEoUaE3Td4oLYc5IgpWkcOnYSxbEfIscNqBdT6sc0mFFkQtqmyjZVtqmyTZUtVGX9Gu4y/ts7FKyH/+hV4r9UaSOwZvH/LZTonIX/mkKB/pysA/44IKkfQP6W42PiRkGCkjB1ojjEluXx4rdT4M+Fbdi/Yf+G/Rv2r4j97s5x18N+/CqxXyq8EaBZ7P9QraBZ+JeIFBqgpuxm86Zu7OIg9HAaR2mKYjtEgZO4dkBsTDwyowRqeZse2PTApgc2PbBiUtSXWcdQ1mT+Dq2oyZxXqcmkohUBntVkH+EXPX3GSRdotS59T7eFKcVeSBLHTm0LYd8JPZudbkLHiULLntFtXambhts03KbhNg231knHhU6FGK+nH+zXqB8cqfpDYM/qh+tqOc1qBolIoRNqyq42sC0/sZMIuQ7FdhATK6Ghm5A4dCzE9MKMNqjlbXpg0wObHtj0wEoX91/4KYdpMbyzVjzluK9Si0klFAJnVou9Y2BE4vnbmpZGocMqwt6BJiKW7aMQk5Q4rud6NEyd1I9iB7uRHc+osErcpsE2DbZpsE2DrXiS6baqfawO8F6lDpBKSgTuUAd072sMNNQA3SsTE03gf5+sg/4kCB3qRST0aYB8L6KIeh6JaBQTkoaB10f/vrAN+zfs37B/w372D1JNg+9EiZVBdupCLeCsGrXrK7QAehEtICX9B55SC2ClFsB6WgB3tYBHvNSLkyTArh8GVhBFaeoGFvYQlONOFVoAb1pg0wKbFvi2tICyFMFCsO/2gngs2AevEuylagCBrwR7Wwn2th7Y2x2w9/3IC0jq2gQnHk18y2WmPwps20GOk5JAAfb2BvYb2G9gv5n8a6I/snYoXA/9w1eJ/lKOeRAo0d9Ror+jh/5OB/1tx0/sIElwkqRh4IQ+TX3iYRRZTBnESGXqOxv6b+i/of+G/quiP9q5Kzp6kPUq4V/Kzw7k/Oz3+Y1xfUthBvuNtSQVwKjMisr8cDmd7vuNdBplIFP2aLrngNi2UEqsJA0CiglybGJT5Hmx6yGLJG1PmhmBa2mDhD2irB7R63y2khqYeYIO/ocr4v/7rIzzz9CAlNdonPn+V7/9Ww/9qtKMbT1FqRM1e0WjekUGRtmhggb24CMgyImtmqyuuyg6nzAuKIloQBen8o3xA0d1XrCwrj3Nn1fx8LZs/3kRnUlFwxpRdLGEEqpQpBkecc9QFdqhlf0CzU0RR1GqWvStB3wrhQaCsYGGgp40JKkq78fkyBAUilb/uew2lrkyBJQXDfwPK/2zfXhiH9E45edqhEzwCeanA7JH6RVqXKhLTcOkciaO2HUN7e/4LJVQB5aNGvA3S4X6YfN/aqY6zdhfqqlmSnLfTD8ohJXdLVdfYxfXkSghm7eCseyd6798fUdHSroO5aTrf9B9HsM++b7qSQj9VyrraIDtNbFZEZstcR/c1aTd1igpocQnDnUpcsMAUUxjx8YRTr0osuIW49VyNaBeAvjeR18HwyflPzeCj7U8ERub9+mb+uRXclup8lxkn0QHL6kk9jnP9y2E8WZgKdTK39/3zc4oi+/jPa0r7FaKAXQFN8wBYjmqxdzy5CXwRUusgeUvtZlM2yHX1f7bFgNV5V32VLnxWI1+b0RX7pKSAxtVKRfwFSVzRZfOtifaud9Os5Zc9fU6kOMlZTuQvU4h2noBHrc1fWXzt9/S60SE7cu7hVUT1bQY67YJb1RdZe+3R4uXxucvOJSzAulgZ6FXANJSdnQoZ0d/kJvTfiyIKNY8XV1dpjdr+skS61rU3eIZPgNlGjiIBpFrBUFgJ4mTRHbiudR2cNSgtZbotWxzuYUv1IIWD3uaiutaz9JBe7Smw+adANU+pnKkOGdlU3E94x2S1Uvqary0OmV4SgQqA9rVr986GHhfQvZ5TnTf9CNs9EmDYww3j8wM6HbTYtsiO1/qFlogmYMqB0DpsWz+bwpyKOewtVYWAwO/cQqJavJVm+fa48Of1fYwFp0oK/XCd7RkpTM9wFlqxOaKp54G0W6yafoFivTCtYTwGME8neHcYERUuH7ENH8mRcYgsdeRmp7P4lVa50/PwSTm6HC6ZWr3D/j9E72XO9cYlHdlZ++0v39xk/7rKubumpYHic/Y39mvwdiXcpPDkdzkv1HGcynA9Ks2/Hu+BYaO/JayBu2GUugOBV1Hazie5fkhIU7A/r9HEw9HThCmUYiYwe+Fg8KxU0JX9uwX7WOqJZBUj1nTrT/1FC0dgZ/qSNCOaqY7h2LVXHG/xO9sxF3fPwfM2sqGbhvg2i+bLlZyly4QwyHZSLLytvE9VMeTtvMih7iCphlopB5sy05vIGhaWrBRR9DtuHLnRxl09qpUSkxSWquH6mCSlR2l1/QBERNGLkkLtmzER9n7fs4L0H1wzsjvQUkR9qRjufXr2vp1zSoP7BgIgacIvQLl4UqJy6GcuPwuh/7T3ErkPbf7Fx2S9ohrUpMv8LGLzF7XDw2Ofq8PFctj1YNK/iraQeO91erBXrHJR8fnf9mfefdbo6wDpsU9br0Q+JiFwVzeEjYisLnbttS8cy1XHlfCp3LVPQnI9wX9q+M3lXYRKFy3MWIgmIMHiz2fHwvqu8JjfiBJhemy3Txt+ne6zfNrYH5RcFVdCgj9Us8ZV1Lpnv7OG0kd6CFiT7/NTgYTCucUOOoU9JZWl7tM0/Bbgvp1I640GdHhcgRXa3vB8IbtHnbgOeRH6ATXdfPU+jGu2tTJB6ojKYqqQyQUo6zOHfA1Ku8Wka4bak05dq7pz099MiGtf2xwzBBX0tBZs7qWlu8ooLExXz1gFPB1JB0chV+uv3yqC5bmuDY+ay+nRUcuhD0T+eA4cuz+hbAKJV9z0wl/SiVIWcChM6MSfqHHi6QGmp9N/rNZ/dwJBRqj6Yb8u07iI9sjSeh4Yeg4xHcjnyASIxrGJGk0w5iktY4KX4cuCDddsOmCb0wX/Fb8dnyyNOBGDXj9gkZrq4EXVwFSEnDozqiAXtehPiiP9Rwao+leDnsODW0UBjTCUZgiz8MJQgkJQsgGIPakCliz39CmAjYVsKmAL/Q4sC7aBzu8mtGPXiXaS8m+oTeD9u/yC8RMzwB+SzGL+RVZL/8rTFKfojhNbIqtANmpQ3GcUjY+F1E0CfuVsA35N+TfkH9zBD2h4e9aO4zWUgX4VaoCKRU49OeuA27vjXe3eV7SGW3AiMyGaFYhtJQdnWAhJ0hdB0duEDiR61qB7cL/J2mMkYhsHdcJrbxNLWxqYVMLm1pYWhroIeoB77CzlnqwX6V6kHKFw2BGPbytF/2MdpBpZpVDQ9gtEGrFYeL6KUks13dI4qHEdQMUJH4KNa+dSd3QiNtUw6YaNtWwqYY1uvvMqQVnZ612XeC8SrUg5RCH4Yxa+AC7YEYl1L/PqgNO1FEFiRUlnk+TwPbCOLTclECDTw/T0EpCK4wnVQEXtamBTQ1samBTA0/pOPJ3zmoqwH2VKqDNOBYxiFMqQF6/M5qgRzarEGTabgpCbKVWYllhyv7HIZi6URz5nh0RO3JDqX7onMRNPWzqYVMPm3p4klJDjYIIV3Qdea9SQQSSgkAzCuJ/5NlxRjFUP88qBKDpVpeLqRUhOwpsx7WxQ+zQS+IAU8T+mniJP6kIQNKmADYFsCmATQE8+Q2Cv7PQzl5NDfivUg2EkhrAM2rghzyfDzVqCGZVgaDqKIOYsCcHOMYM07EfYS9NfNcOQj8OqZfS6UtlIWtTB5s62NTBpg6ezF3kQ69Je7WQ0+A1qgHPktSAnHZ8TUma54lxfc6L0WTjisDkBMPqRuM/dw8DOA2SIPVC7MaOm7ix5YSR48WB7SEvCdrbgnFZa+F/WUkvufSVCxaNCx+gPRpBe2dFtP/5eObl2HjJHgb441+3V3+uKhjBq1YCkkllbRiuVHUbpmvRpVl5K1RG9bDoUkK147KpSTdE6xQky4WY6/qlos7olaj+KVW5I0w1AJ5QUbCC111KmaRb8fi2Lin7W63bRGnSCQ1w1QVneB1ewo7wenjdqkn1ix0IU1NQ5KIqSsEfzb94JU6q99EH4qYGdJwT2J4GYbS39JzFlXIVinVQLQlqZFQKgyH+6URJU/KpUwa1Uwr716q26H2v0nR+auvwDfTJ1cyKgbId8GvGa4B0rIdG+TWVAU8ClJtpayoEihlnr8xnnI+M7Y7XV79jz/QX+wdez2ms/MXw92HxC2Z3sRnks/Q9J9yqeaxRzcM3rcBAeIe8Xae89wtV8/CQpFbl1O33bIHFbAEY/8X4cJufRYEdubDziKateUxTZmlLbQ90ry5DRxuHdhwHSUSoFzqO7xGfumHqUR9hFPth1LrmdKWvVvu7fh6DCfMkP7Kp072y0l7wRK1zm7uiJhdNGEA/XPb5peyryG4hJX6KAy0BaN45Lxl3t7lxx8s85WDVw7kjyvdMypm9FagYuQ74iSFWmu+zXK4BjqymTmpVBbxfeqo5D7AzDdN+MMiC0j0vPdWWo0poXhX/q/QyO13wMwKcTk75HVO4l31ll0gHIv6wqXK2ovAus9SZzmPKFHYY+9OfC8oNBvF1rwz50/ICstVDCFRtHByZ2Px9rl6TNnVp4SewibqFEMX5R0w8L6AL7ReEuTLSgIH9p1vkis98dq4LJUqVcq86Z+mqRuLwOFytgDdGp+pY+zkY+Z6e21kC4418EpUgzyXdp69P935d6iowLcw20M5ydzh4WXV19W9HevfP6rvsoO4JV2BYUmBy4vn1me73hCms/MJQ5F0NLnPlyysWk7OYNctMEXNdhu5pkjrIRShJPCt0k9hHNoqTOLZxmASuHZL2NKkpfbXzZfW8kj+vhmOzLaW9biML3cdpaS5/Rc2lu3JEc6NR5+GwwRGDXTpSbL1sj1HVqYfD6VTt8ewABw4YjVTgvD04dSsVVgUV47wE1ceVFjRWGi+deNWpYC4dXBu1XE2QKN5be1FrxXpHOl2FGj0MmM+VFKOR68O3ddCrRkO1TqafSrnhhSjCWJVY3MD+qcEeOQD2rtu5VHpFYG9LYC/nnb+/Z4fVU8YWxQ+kvOWXawXvoTXoPlQTmhWhyQkHrYdmyTpw7kLxEd9JaGS5acCgxw1IbLuxHbueRdM2q2Re5mqHkOYpafWUiD9l3R5Esw/RAuxgXcA+ibqqcInC68TesZ1MjWp07BhCq2Y9NLnhdvc5P+RFkd+1VWznl1DfEdg/vPD3rw4W8S2s5OONqLPOhvkZfEZg7koNKpQNNHivi33C8PMzFAW+IWwTisYXnQZHSUHAz9ng+1V7ErmlJAE3X92jbmijnzUabhDRaE0wwgmCvXF0X3U++nTM747TqiNn8xALMBPwzq139p3Yc6CJEFdZvLR51SqPt/TIizv2siYb3JFPS3VGeHXgfwLNFu/pHWFmywj0D38fAv+Hisb4FdrevZCHLd0zKKs0eTn2JiMEw1f5AYjYNhJUL6G9MII6uU6ws+xXqb0cSXvJqfJ/o4ycdwn7/kiLm/u50rlFTWtSTqtRO1eHpV88txmSKYZkVkNqXXKP1FPKQa3Wakn98o/TVsFDHGONImkcSH2LunHY9EC1eSFDvFBzmdFRC+1Bobq11+heSqBhaqUZsvNvF2yhsFvsnN82SbXM+X1I2zWivhuPRXl3uCA70hQONNAylDdNEmNuWixVyiFh37RqzJqzqYlvj/k+v7mHMR/zz5JuKC9so2VHIvqYcg9c4+0ix861Hz85jAQodLVVXrBzUHW7JPcalM8foq8IrVyMbYV3HugAr1nZHOwl+x9nFaVVnTbbC/tv/eBy9bXo44EOC00UGsjeuYNGskod8ZoLBwf6OtKVdGQwpyN7tYQHCmusmPAoUdc5h6gVW3HqYNuOHB/HLoo8jyZWEnoWSttQj1FRax3ivh7lGG7KcVOOL6QcF8TRNbjr7FDwtLj7CjHXkzA3nMPcXvHeAQaOVe8dJerWZbED309JSAOCvCSlaRR6gZcmqe9TYiXBNOauWb93w9wNczfMXT1o+du4OWn0h9e5Jn+k/kBfiP6QMvmRNac/3sIKnVMgNcG8BuFUXbM9sOMwtIhLCPZx6OAkTJAXOcT2owRZdFqFcFmbDtl0yKZDvjgd8jU5fPx+HudjFAf+QhSHlOGP0JziuK7hYE55yETzCqSh7AYWB3FikyjAaUC8OECBTy3b80PqezggMZpWIo28TZFsimRTJC+uSKYrqnxjx5FwZ7mraRX7C9EqUsEAhOe0ysdmL82plQ7VvF5pSTuKxUOhR6M4iOwgpl4cs39HCTSqskLXsVM8rVhagZtm2TTLplm2I8pLKRMHSs1Y6x1RnC9DmfhS2QFkzymT76o9N6dKJJp5RVITdtRIECRWkIRemgROTDwnTl3L8T07dLDjhc7MPUktblMimxLZlMh2V/IKDidQ4n6H8Gr6xP1C9ImUb4+cOX3yQeRFzeoTiWZen9SE3WLHTgy6I04TJ0kJRTF1LIcgN458BC1SpvVJLW7TJ5s+2fTJi+uTps3I1eb5qpWL3Smv8kjl4n0hykXKhUfunHJ5xwCIPXJOt7Qk86qlouu2V3E8l8QBsRCxPeLGKUZpAJX1PURjEkbTmqWStimWTbFsimU7qLwOXeLu3PUOKv4XokukVHskp9r/ekvpvjT+i/Exg2zhtxdIpeZ74YMokzdMuhcspsk5zJbDrDj62fea9N07lsBzrcjGaej61HdjP/GDxIqjhEZpiMP2jkVT+Foa6E48DrLjz/yJpH1iVVdw3dx8/Qfq6CRsra2TeJHLjL0A1PwY6Cep3BavcNWUggIYbd/EEG95ZfBXFKid8+pZcVbEF6jeUhdtlMuq8Ax4qfhwzMZV8JIl8aWE8lbEKPKzKOFS8RtJVrIx3neT5dk/ZU2xkyr3f5/nnypcH61T1snab1RRVZFsUIiyeTyv/cle8VTwspNVDS2mXEAHgYaAeqaDap3sn2UFJErPNAUuq/Kfot5A3K2y0hB1q3yJijEVLS9D8Mb4vq3B3CnOfUfuYRaqmWvKaTZlNKuaC1AfrjJHZKtBTPFW6+VJlRuyTMuBOpRuuHNfZWEvX8qWR3K2/FtuQLL5e5dzO+o6Zxt3JmO+pjcFvQn0g3T2RvdoUXdbzkdBRD1kERtbgRWkJEFW4PguDhPPD/22O4CW6LX0DqkfFouHlfCwJzr9aD3r2bXNu7rqMNTrPYmiKkPkYQNmg983FarMPYEdJpX9b1Fb6I/uAYYh7fzp5e42Y3biJ0pPoqY1LyhfMgUICPqDqB1d1zgGi7Jb2rh6RAfM5apZtfqBoTNrsqd/MjjIfWZ66slbl2xFVL6KIipMLUBDAXeH0c7yX51a+D+Vg7ME1cAXcRabjfdz9//8v231RyAz2pDdPnEHZtkn7TFiFSOeYLRVjPYEo6NidCYYXRWjKxjZnqwI6ilVT1c5PAppzFWHS3uiOlzas9Th0p6iDpc0P0J3nElUzs9OS6c/NwMejZkZ8NjNWFOG2hE7cZgphR0zM9oOZXe8XA4vdqaQwGm037VLr37PLr3623fp1V+9S99+73SfxZ8K8wZQp7ifn4IO6WAWb+4Ps+zsd+3Za2nVM9fStiujOUbqIeOQXHukk6zqgU+yqr/+JKszMgW1/0BzCmryB0xBj3XJFPRYl0xBj7WdAl4O0OTW2Nyrc7Lbfho9FwDqWGtvdCgHcsDzcMzbxiIRmVc9I/TaX2OaV/05pnnV32OaVw1O07wtUB1Idqxaz8zOnUSnPWdDHvVcDXnUczTkmZobf4bHb+eEnVGbVWee7+bX+YBaf34mODVmaYJTY64mOKdmzFNyer15q6GTe4fBS6cxewOehXM4xa87k1P8uvM5xa87q1P87dyyA0tpRuzIdMMoj4nJe0bMzqzguBGUA+zkv+pAsEyo/VVGmNSfYoRJPf8jTM7oS5qnvDyzGSwVNu0Ez/gEKpVgQzXOr/kVpz/hnp7P7DyuNQ6JdigrP9/AjW8Wz4tpyPSXQp9FYyH0WTSWQZ9FrR0HLK1SbJuizO8NiU57PoY86gkZ8qhnZMijnpIhj6sEsCGPp1S+Qx5/gieY4QkmeMIZnnCCB1lzH9UaWxl6Z6AxhoesleXnoBnmRatnubdohnnReuozL1pYfeZFK6zPvGip9ZmXrbnBKmkXX0lJEd+acD2rRvw+8QDy6/Od1jLuE2sv4QlG9fKdYFQv3QlG9bKdYFQv2QlG9XKdYFQv1QlG9TKdYAzbVQH9VTQMG0E3urDOdxk3NJTuQ5lwIOVzdqC5loXaoRyXo3ydhmrAf0ejJrglIcWnWTF9Yu1tMsGo3iYTjOptMsHoTL64ek2McsxOqPA0LRLcsoxJrqj24mJ3XqRMu+RDjfBpfacRPq3PNMLXfiXofneJqNZG6dEO5q/6Xfk5JLqhVomLfL83RVDtPIJwSkGor06GTBqqZMhk929mzD/y/KBzNQN0S69mJB7tqxmJR7qagT7aWgobKBcr6xEmjSuWIZPGPcuQSeOyZcikVs4jTGrFPMLUugfrOD7zLi+S+eu8mpRTDhVlQT7TvQlhfPxu9VRdd8+pzFEW7Q88y67+1LPs6o8+y+7IOzKmp7NqMwLNko0o0WttQole2oBtC0ERwjS/CfvU+jtxglNjO05wauzJCU6NjTnBKd1/V63+UkaUqIC2S6v/jUf5NL71KF/7zU+kYAqT/F7G9Dh/SdKhHKpG9q8MC/LPtNiT+/l93qPV14+jfBoqcpTPVhhtpp08wG5jXEPTLc+j7GZeGCcZ44SsHVrEtDyw2VfJ6BAPYxayI2UTwaZifmM3ZAMJ5IYe43szO54VVpRMOJCSX4ozJfP7pKLRXhtdevWa6NKr8aNLr0aNLr1ak3fp1Uq8S+/Lc2vCD3qGVCVlsS01zqc964stqnE+7a+w2K4a59P+KpPWVcRvKaojxuyX6VBqf5cxLvVXGeOye3u+CkuG3oiKGLgReu3xT/Oq32KaVz4PQaA1xFkrDLCabIEN1mPRMcN6LO04y2N+p9bIDZW+Bu1xaOjOHoctnRTiTxE5JoozgiAasRco/bRnv7ApOPHswFmDoUu8wGIYZdQxGUYZpV1xOumOvks6mImElp/U37qhGvDz1F24AtWKT+3QLohQHePTiVEd49OJUh3j04lTHeNzu9FdWrFZEqH2LI0wqadohEk9PyNM6skZYVJrwhEmtRocYVK7/UeYghYuzmwHQXfbu5OWN3CEfnzjmDwGQTN8YpRjJAKwScq7u2W6KMrZQBSRgCMc+stuhltj/c1wayzEGW6NFTnDrbE0Z7g11ugMt8ZineEOpJVQF0hQfP6abME377HofOgeS6vM+H0G93NA5lm0Z0rbPEAfwFmNNME0VHAjhGixaKQlF5u88MNi6RWf9vyrZeDZcdpmSYvPWUzLxUNtWR812oGY+QE7ta9j+YBb1kcNeCBGveS1xKhBTkuMGu20xLizX8FlZ/vynB3yY0b2y79El11rQ3lmzNTnQ7ZUw6n1HN9M8/ysMF/nGIferoV4pgNlXRq0QB5SjU8HuR4JWpp49TCoejxK6QPUw7Dp8bD0eER6PBg9Hof0Iejh6LMMeB6EOdpw8xCk0QUZKIf1r/xSHMm8o1Wi07/PHPBoXGIOeCTnFzNRKWFHofIWSjbMnXNkSn0nwQiXhotghEvDQTDC5YxcZOqhfkP6gCtMiW3J/aXEtuTyUmJbcnMpsY1dW+bHs9KLNaB+wNVll3PJ5WWXU2N9THBquJAmONXn0SlO9Vl0ilN9Dp3iDOTLTQCy6JLtobiBckOM0I/Fosk0OiFufXqVzHifQQnEJWIrFpVkLWtmgkclO8nKGK6Zl8iueZZE6c3wa0XrzfBrRe3N8Kt32Dy/O/nd1O7tUY6HzuuYq3tknTKj45yTWOnkmeFTrSoNe2WUY2gJQb22Oo5DEWEnUS4IsRty6cTYDbkk39QlP+eqyxFBo+9e6NBr+BE69BoOgw69hmegQ6/WNF36No+y+KcS3gXJYGUUSgwv/jkK28U/1cfWimaEV+vc1pJpf+ABi/obD1ikm85/QulaxRiBZKwYwCkruNNV4+Z8QD2QdyA35I/sSOH2oVSktEuUC5Lah1w6ae1DLp3E9iFXa8LT30/7XHvmBtTabzzFqX7rKU71m09xtm9/vj/Ru4IBeqERa94n1j9gjjNqnDLHGdsdE+3pMYFScRrfrkc7PGLzOl37LM7O92p8G1DPy9MY3wj9vExelFVfJCefl3h3S853NMn1hdYc83JPdR8UbbmnsQ4ms2tshltjoc1wa4Rkz3APlfIctVuVlRRya/U9+p3KGziSLftSgmf+W52hyuGCLyXo52XGomsApFHqC5aY5qVrmK0j9AOZ/8EOXm+PyTu4e//nL6r9P6Cel/eTev+P0M/LvNY5YI5yzMt9qzS0huTDWgiMhBwTHsnwT40KDQPyeYlNhaVSX2zLM//+H3TQapRDG63muNVoNcetRqs5bvURYo7bHf9WZ/r7mbu3F3yrlmd+Heg48McY5qVqIMoI/UBmYM2/Mft9wBPtL4WGB6Il04/Z7bNoBOz2WVrLS9RIhhLJb6Fg6exge7TDGM1jfkeUUhqqRVGoModeFKrM0clf4TVsq6RMM1dnsfTp9StWTPJqFKyY5J1+F1VxrhH6wTcc0NwWdNkMcY6h3LxgJsA+y6HMtmJT9Gj153uUT2OuR/k06oKM8mmUBBnl06gGMsrnyTHGWnUYJbphhc2CfGbGlai0PV9rU6YcyHEshxZFXijviWTCYchllRihE8LZo11yDTnCp3UROcKndRU5wqdx0TTKp3HNNMrnSVle+0N5LhRXvA2VvnO3x6Hh2O1xSPkNUDw9P9GCKOpw1GT6uqXPoqFc+iwaZVj6LBoFWPosg4sOdVadTLj0WkNm0r4jkplsyQtZftICJplwgQ9ywKTjghww6XggB0zOIDEWShWwn1TnuSH5ErNinFXLqhhn1VB2U6wa+m6KVQpezC/RntLfT3l5YeaD2ok5xqB/nzPNrHG5M80sLfn8coTedvWra/gNx1mGCjrPE8goUHo2ZcJJKRrj6pLql9ceY9OotD3GZg/Gzb1gt/lZa+Q18eQsVLVvEy1pNfGktPKUa9TcGVAvntk+p/7k9jmH86uVDdwnXvwG4/nAnWGo3QI92umPrHYGdElntx5Un9XefkA8KS3a5zcLtmFLPiuxKpyjLbLu5zMlUzuSc4xh8cIYYcajr7ngo7bkQ2cNTfOCkpT9puOz6VMvSLce59RJuR7nlJwB1W20jp3Vo9W3PEb5NMyOUb527BDOUyvUtrnbfCWCURb9ggRz7Bp1CebYx4qlQM0tzWopQDoaNxzn6mg8iW5Khs4Vpkw5JUcdxyETTknRiq7r0U7JUl9PyIRTUqABpN54BOWUHG3EHKFfFPM9zqsX+z3Oa/ffRedqTqYciVAj0DZUcVrlNAsOqjK9zhlVpteJW5Tp25Oe7VknaCVBDvPeCIlO+52GPOr3GvIMouGgG5mpQNQu6dLYuC6bdohcl00KoeLt9HSG3aHUD/ga4dKI+RrhkoJYeC9gKKgDIUqKxV4eSHFujK4+a/Mep2MluwCP771OUGtPcoexK3fOLaYWgieE2EuE2O0bXoobWqi61vRE1jwPfa8e/+JX6vH338ZkP5ngtS9Idl78Xh3uR73hmKSHveuYpPat2XnOLFSnjq7YmmWw4mOIc6JLJHGGB85Th3np1HSY29m4zdm/k3sGF8xaXDInXcbBzGSnW0BOsKRLU+1o6MoeMg/kH3jT7P0CoRXHA+e+y42lcfzO/n40b4psv2w0Et+DxzSUsXRZjMloV8chj7I9ZWsf+o4vx/Ux9oe+67Soxa88LUp+8yO9N+nv8S053tBF7ywzPvhtR4Qsf88RIe0btl3G+EnMTLOiPJsitW7B+86JGezaPnFJmZzk8Q/tyFE+9XybFSs8VBYzeGZ5mzPsKs95sWTxSFwPXDlDCUuXzVBCu2bKy4kWjPoTPeulp/dEj7A/9D2nRS1+4WlR9oQoZ7koZ0KUu1yU23yPqj5zdixhXcZLllqfdWjbFPenc65Tf00iXJA/O2DSSZ0dMOlkzQ6Y5M6YB9GHXidovk88zIypCcz6nqzUE9jSz8isVoGmxIp6Rp5G+EyfeG50mh24Rjlm5DLDJNEUCKQjhRKOn+41VrFEtyBhvs+jky3f57E7xdsKiJtSp4R0SUfLwImfNdZ1n3hG2iErS5XXe0A9Ls8EElOzvmOHelGFxzFOvRqPY5z22DvAxY3uGwDt3HzopIgPyWclitQGbYmCfPabZccbZkDrrdEBi4Zk3TU7wqQ17iQjiwfOeHRkq+y9cRYNyQs/Y5drvEykbq3XPvH4aOOLxuDiBZWdegyam7Zl0KvIKjHolWKVGDTiGrsMGlUzugwaxTK6DOqGYj0GjV53/S9nSaX8j2zPlefiEn9S66wB9UhrAIlCAwVG6Odlqu8Dh+T6dz1TrBrXPlOsGjdAU6zO6BRADxxFcsyQfHZStaBpjGEY4nCJoj1lgHi6nQ9uaOn0wxoGPBoBDQMe6dIqgyMy3Kirs0l6tPrXVqN8GvdWo3waJR5G+TRKPYzyaZR8GOXzJL1yidL9vdIUqKhG8kSy4zkqLuWt+hv1aBcEuo7x6US5jvENwzJ0YLBHO5YvI37XCbjqE09L07hw79EOZIGJcktTtS0pE05K0ZiqLqn2Vx5lU3/kUTZ7MO7TbbbPy1x1dB6ST84EtEPTkgWEk1L2vM/9mWpJqonnxnTW/DoTq4UXKa9LbOgcHccY9PugTzNrdESfZtbojT7N7EjRB2Rvgkv6rDUVQ/IFcQgTrDrBCBOsUoM2Ut6C90Zj83ZJ9d00Y2wanpoxNlvu7VwyxbVXV8boUA6NHlJEUJnrNj/pzMGQfFZiddmlxNcJnlnZ2jdGU0yz0tWm+oB6Vp5WEN8Yw6xU8c/6Qiv6WZmVeawvtGaY/1pq+B2Sj7RbOx9pWZpgdJlnejjtiUI/jHIsSNCb5tZJ1pvm1qhQOsPd4nCZxzFMWnyb54oIAJlSP/lvhEsj/2+ES8r8uZRZbIqALp1vOEKvn/o2yauRATfJq5EIN8mrPtBM87qS/u1cByuUb4d2geYd49NRu2N8kvOa2RUH3tNVx//eI9Z34I0zajjyxhnb8duJWZ8szPgSKUB9QK0f6TrBqRHvOsEp7UEeUVRo6OYO5bB8Xv2rTvpel3Zallr5dklnRlUXwtEcWE0+LVFLkQ+op+UleXzOC01xFfG0NLb1wFt6qyeuptZH0wlODSyd4NRA0glOZ/j2d7f3oHFUKdQD8un51HEu9omnpWkYQT3a4WUHD6TUuP1q6aZk6NxzyZRTcjT9BwPqKXnqQ79MOCXlzI49em8nKKfkpNkxuZQ6cgTlpBz1t+9QDldRdswO7DzblDiZX0d9av09PsGpsccnODX2+ASnM/327JyYKCJwJ3gePhMd/gfMR4f/AbPS4dewI2f51Q7yeX71beI8f9vCl8BlcaLGNIlu2EZb/KbTTFemnJKjDKqQ6KZkaFkKPdpJWRd2oCr1RAnSKUkaONShnJJT+ec1tuEYg3774mlmjf7F08zq3TfDrN56M8zqfTfD3N5ORdmNGeV7jW3ToRw6aepfdbx/XdppWTo3PX3iaWmQlq4nCihn3lDrMDAkn5ao49Xq0g5k/Y2e84vCYK9otDdNl169T7r03dRWnTO6RLcoLXfpyXzII91YUvJJZw1LdMO7RfhNffhsycYl6FloXdJxSTp3nC3ddEVB847u4/xA9WoK1tQz8jQmqUs7NzaI8TArOXrjazmUcrUuncd5ZmRrOcmH5AOJb08n8/p8SRjNrxqfaEg+J1GravII/ZxMdcXkPvGctHc60zhCPzxkXSJqEjA3lWUxuqT67sQxNg1n4hibnBANrl6N+7GabOSSBX7SurprCSekaKltmXJKjk5ppC6pfiTVGJtGMNUYm9oIHGVTm3+jbO5gltSVmzqUE7OtzFFoySYk8GIfoi+jhiCJekKe1mVfSzghhdteUf67hpyadOEq6rHprqIem+4q6rHprqIem/r4MMrWHhyOvDabVvyKTKkfuDLCpRGxMsLVwiQpzqZOgVuJTv+EOeDROFgOeDTOkwMeRyoxfuTBqaAjTI0GCiP0g03UpVFZFgNq7fmb4lTP4hSnPf4OWs0KRjkUc8PjQO8XTI9gmJeqZXyNcszL1TKZRjnGClCb30NhafMaKumaH6F1iKoS9ZBjGHInkjVMyNZQd7IcUM/Lq2pLlvoya455uTraeIxBIVXDohpjmJeqXTdrkks9F+aZndzUPRhn+FTrYn9asi72J8W60IjvHNLPy+TVyzQ8nFNMA+n0SIubezMpsiM7Ziq3xpBcIVF9LB+hV8jUSfwd5dCTa+Llkk2sKdt+gGxbITsvlK3zhvQKmRqLd4xBIVW9cEfoR7RPcYLWelTPMOkSz0irHBjmtTqCc4ppRrraT9GjnZH1QcufN0I/I/PdLSl0x8dpZ2T9h+qyqks694UzthJu1pH1UVdJjbMssD9n2HWM0Bl2e+S9rpVVVXq0M3N0fTmBk1BXmqCenXNy0J5rcpgbGd0zy5kmjQ1tflQ6aJXcS5730Cc9YN1MyViyeKZkqM+FahlqT4FahtptoJahvvFXy/DHsFCj6sCAenYX/H42v1N6s8YYZqT+IvIS3p5OmlJbhjk9oHec65PPSPxBbUv0ief2JS+2bH7M2X90X7zDMyyXTpkCPxc6bu8u6YwkpSXdJZ2RpHSmdklnJKlt8R7tjCzoEVhqyuK0M7K0wlKG5KrRKez4AfWsPN1C+qMsM5J1auH3iGekaTmoh+T6pf6nWDXaWEyxqvXRJKtaDU2yqrXPJKsU8VJczmSvcVnW0g1vFsRvSryQ6KZkaGSISYSTI9GLSekRT0nT6j7do9W/Mxnl07g0GeXTuDUZ5XP676yXWdelXfrOPT7td+7xab9zj2/wzlpXhx3SqRWjc1UnUw5NhdtLEd9q+QZkyik5fz/FvIWq+f1ntU04yqJ/AJhj17D959jt/ntp+CMkwqnZ+UBKZbJIl3RSEpS/M3/UuFMbY5iS+i4/HC7H7KwlsSGeknZNi4Oq365MOT0qHRu7SzslS8e6limn5PwFYHzBrpHp52U+YAeNMi7dR3NCtHfTnBB7/H21d5ZEPj+DC3ZZh0EhdemOG2Gbf8Ki3ddjmZesvxNletVo9Xdll2Nerv4OlekHMos8/kQineIFHcppOUqbs0Opn6Q7wqWRojvCpbZOxrjUp4IxLnc4P/vsSC8nvRkStNNzLX5XHEkH1NPyqrgNjSDVcRal5EUyl6+NpfEtE4wLVsjS1s0TjOqD4wSj2lc5wegPv1F5yo+lSiEMqKe/uYbN3aOdlpWIPgLqq75RjuUraQG3/Shu51Hc7qO4vUdx+4/iDh7FHT6KW6q6+SD2x6029Ljlhh633tDjFhx63IpDj1ty6HFrDi1adFPwo6tuuzyPgyAlv/1IfueR/O4j+b1H8vuP5A8eyR8+kl8FSWoBj12B6LFLED12DaLHLkL02FWIHrsM0WPXIVq4EPslCqu+ujph738Dvu8F33XNd70sCF4tQycrUyWj9YhkZXNfp37BPrH2W00wql9lgrEd//fcE0GLuH7D2Re45k2CeHDN0g8zyap+iUnWmdcwf1Ea5kOxgukRr9QR8JAX6whoX+/XPB+84Pv7Izlk8dJXrNge85JdEQ96za4IKS1vnwsHpE5eXZd2eNFS/65xYdghnZakl2A8JJ+WeEcTHsGsdnCMs6gl6+UETnHpX9gpJGhc3SkkaFziKSRoZH4pJGgkgSkkeDNrgP5+XrgEGMfMaiXFOaPlkrXVYVFLXra2+lzL19aEhAVra0LCgrU1IWHB2pqQsGBtTUjwZtaA9tqSOaZXQHo50oKZSQvWVodFLVnDnprgWb6uRvkXrKpR/gVrapR/wYoa5V+wnkb5vZmvrr2aZI7pb65T7a9PPNag4JzFOhc+HcqJdiQm7/+hEbDUp55snKA1rpZyIEekfyuFtGQDCZ/o0YwuxVEjA6pLOln8oIASG3uIOFblq41yLEwbH+fWzR4f59ZNIh/n1s0lH+fWTSkf5/ak3LnLMb6FvfGZd7HPlbmDA/rBF/47NO4x5XzWWZFD8oHED/Wu+z5NqWKz92hVshQe0AH1QB477Bef1DfOLdmEBI1ji0w4IUUnebVDOSVHxzzrkurXJx9j0yhQPsZm98atd8zq0U7MQVsLSHitloisWBbOyQS77txMsKtxapZdDVSz7GqkmmX3Rha4St93KCc+rsaFrkw4IQVqSe7pWU9SSzxana68gJfGLInKKu7S6ivCUT4NFTjKJ1Wc432h9+xnLdAYkuvXn5ti1ShDN8Wq3hyTrOqNMcmq3hSTrO2GqKKs9aa9T6zfrmycUaNf2TijesInGNXTPcGonuwJRnVAygSj321ApfWBOpTLWk4t/jRjXJpNphZ/lDEu9RcZ41J/jjEudUPUMa5AAvqcGboa9l1NNqIq4Cct+64lnJDCS3iZSENMRTkhpy5UqyOpoZ0dE9YeE56VY2vLsRXvhhe82/yYHO0xOYox2QvGZI/WkzfvaFRmqvY7EuGi2uk9Jr2C6T0mvSrpPaY2XwYaDDIbcJ99VgVZdiiHEy/ui+6y862Z7fcXdrzkBR3nYwInufRNeYUEDWteIUHDoFdIaGf7D3pUg1tNNJhj+EED2FqyUQnqW7aGapRfq76UTDgqhXu/lCI41Sg/FBFSVeKQ6EZlyDmxGg7ycRal5EUytdf9BKN6uU8wqlf5BGN3cWsc9FqyEW9R3XRXz/fUo9aevClO9exNcbYHNJ6OclOQ0y2DBI30pRH64bzINAvKAs3wzT+jjqbRl15zzMvVKxQ0zjIvWStZZpRjXq5GsswI/bzMiZCXYkrmL6MhptGeMBMoLbKE3EPDTqgooUbVSa5hxehbUmRnDWNcJpyUotNLqUOqX3d6jE2j7vQYmz18+6wslQWzu7STc5BejkmpJYlTTsrR6XXSo52WxYzgjGrKErSTsu7yYp8cyElLWE08KW1PihtqZgdyQ7UESvTTb6uTqNInnlnT+5Pmit5Pv6dO36sO6VBS04+RX0BxKaVmz0iJ4wGNI4fcS7pHDrnb/ZfQMrs5msmR6GPbBM+wSa58kjH3+fmc0YpD/wTU5Rt/RkHj7ET1PFJjDPpteKeZNbrwTjNrNOGdZlZ7q2aY1U6rGWZv9DOoU8AG1A/6AMtaME1xLpv6Zc2XpjiXTfp426W4qXJVfxS9HsYnZpcw6GZI0Ej4Zy3hnxHTh3s68wxF28A+uT7UTbFq4NwUq/rLTrKqP+0kqzsye1r1mYbkD5i9xfWZJlmXzN7i+kyTrNLs3UfSNdHitQ3ck8u6I3r+o3RI9T/IGJvGxxhj0/gQY2zO1EzqLcZxngdOwAOW5Sz/0imZWKBsbu7yPK7zCBrq/Di/zKaYBsbJFKEJuTSKVAUFr/aX0JOj/iJ6ctRfRk+OGkL05Kg1rZ4cb/6bnu/y5R+TMemtGEb44BXT8j5uxQzkPHDFDOQ8cMUM5DxwxQzkPHDFDOSMr5jKV68TzD3NNrtquqRL180o94NWzpykZWtnTtKy1TMnadn6mZO0bAXNSeqsIabE/vOSJZpLp0s9u2I6lEsXzBjzg9bLjKBly2VG0LLVMiNo2WKZEbRsrcwI6i6VigLsYU2DmXEJJvjTPxORjjglU2eRTIkWrK1xWrD1n32mi2Lnp5j0zdN5ARr26bwAqRusfMGgsXVH6PWD2iZ5NeLaJnk1QtsmeTWi2yZ53U7+fJ0+r57BAbV+YY8JTo0yVROcGnWqJjjbI0pJSNsTRuP9R+j1ozwmeTXiOyZ57REP+l22T/ZZShcf7IcSqh/nHqIxbZNcD3DXj0tY4rIfl6Bx7lVI0HDNKCSoNZZKgjriUSXBn/vWavfzFNNjvvQyZ7RCwIO+8zLXtELAg77yiKN62UeWBbTf+IbwNEcASQAYWtLjmcd96WxrFbN+DXw9QRoV8fUEadTH1xOkUS1fT5Ds2U5Tyo4ue/I5v6hueSXaYsHd5xibjjt7hE3HlT3CpuPGHmFrpwlq/RSUaqVu92j1NfYon4a2HuXTiMEc5dPIphrl00ijGuVTo8s4nzpsfpwvUBYVG+cL1cXEJj68JaU5lxdo3lCczTQvDqUi2blLrL2OJhjVC2mCUb2SJhjVS2mCUepqfmNSkdiqzlbvkOpnnY2xaSSdjbFpJFyPsfXud9LL8ZP6Rgeolt3hSByatzYSh+Y9jcShgbk9jvazH3Kus6L9pdDMmB3l0M8smOHWSDGY4dbINZjhVs/hHLcakue41cA8x62G5znuNrsJfoGSe5ogMCTXd7lMsWp4XKZYNRwuU6zSxSazrnnR7wOFquLz/twurb77dpRPw1s7yqfhnB3l0/DFjvJpuF5H+dRLfJyvPdCUB9Bd++wzWN1w1QjtmgvzM9L0gVxz/r8I/r8y/g+c/x9I+QT8yCdg5RPsRz6h9RVBmLMik0+QDC432HCaHu4KCV3SgSSenTMvQZAM87SqxkmKVMSaalgkp2o2hXTyn/v86sTnhkM747nh0E51bji0c5wbDu3k5oajE4p4ZisJqSIQOdGwcfXvpz2B/VunmvL6X/PCJng0ZeMHyMaT66UqQqu3bGrixaunx6i/iHqM+mupx6i/pHqM+iurx+h1gQmrgWn4kTjKzHMKkkk4UaX/NmRMQvXP2DzfXg7RkWT7Lq4pZFU00ysN660xvHx14eXrCi9fUXj5WsLLVxGeACisgU9YCSH4AfCENeEJPwCesB484SXwhB8KT/ih8IQfCk/4ofCEHwpPeByebDU82ePwZKvhydb+IB1y9WfokNs9tLI10MqeBk5bDzjt6aVr6y1ae/lytZcv1OEsVSaNrWP32MrNbz8AWGxNYLEfACy2HrDYS4DFfiiw2A8FFvuhwGI/FFjshwKLPQCWSxGRo1meC0rPZvlJMxxjkkt78lUS1F9BJUH9OVQS1N9FJUH9gVQS1I4JlQS1/00lQX1RopKgcWWiXFKWugWLUoZGFxaljNZdcn85HO6hgOwNVdyXdii198gYl3pfjHGp98IYl3r9j3G1vvszOZ/z3KTQZrWuodOEBtURPpquJSHrn1zWPytZ/+wHCXUeyO0ODSybYtKv9TcvQKPi37wAe/z91KVohuQDTdslKc5ZqagCMcbwsJnqMi+cpS6zRmXEaWaN2ojTzBOLvYxvaXJRlMQZ5XjYXPa4F05mj3tivUHtOf33Aer51aaRuj9CP1rd9Hw5DfBFE1em2Afytcom14STo1ReW8mEk1LUW79DOSmnLjKlrK3XJ1dLxMsk4kmJZ0oOWrKAcFJKQT9nqvXbo52UFZ+JlhxGNz1PejV9W9JJSaISvjo+coR+pKpGwbDtQErzJkt5qdDE3JNjIjpmaOtqlZiR58k/K1ajSvrMW3WegjWf0mUaSOc1U7T6okmElRRToynaCJdGR7QRLrWSHONSa8cxrlYtppf93rzLkvOtzhwNqPVrSExwatSQmODUqCExwdle2JPTgxXTGOuoXKVi6hMPL0QlAqWC6hOPSkvyu+M+Jwk7GjANrqhjOcYwO0a1+htQa6+jKU71OpritEffQasQ5BjD7MwIcFcpqFGOWbklL3tX3uZn/QFLPA+a/SE/7oxtYQHKcZbZt9YuRDnFpJCuMGz6xLPSNAyKIfmoRF2Dokc7NPbbiWgzqhckL07yzz9h3ngYZ9E/dM2xa5y65tg1DrFz7M78tODl04IfNy34cdOCHzct+pd2s+zu/Kzay2fVftys2o+b1eEN0yiZs/y9HD0AcJdLdh83Y+7jZsx93Dp0B9szoZTZO9lnqijHV1FNd4C7I5/b1tN6reA6LPoXZXPsGtdlc+wal2Zz7BpXZ3Ps7kjfOZ1qqwPq4fE835PCLO9LZrsv6g8+x6ifQKQWopFNpBaikVqkFqKRZ6QWopF0pBaikYGkFqKRjqQWopGbpBYSNqvxrydIyWRUp0VrcZpNeyUqRajXoVKEehUqRajXoFKE2ylOey7bmy4tjJ5iGhZHJeUtpEs05yRRwmOhe2FciuIh876bURZ9B84cu4YXZ45dw5Uzx65RE3SO3VV9Oo3aqjOMj5zhpRVX1UIeOttL67CqhchuyOKY8ZJMS1b0BNMCp+SsAB3f5KwAHRflrACNWZ4XIM1wdj7SsjRv7g+L5niSTX+WVSI05lklQmOmVSI05lolop1tkplmkUc500mloE2oXMxJ/7KGSSLHpCfs3BcmP3iGfN5hNMuq7yPUEaPhrtURo/7sWmIcefq0/WvZrHsNGlMdoOf4/UmUWrpf8i2U3ItacelI0uvPpSNJr2mXjqT2uziWIy74NIuVjdBrz9g0r3qOpnnVszLN284DbcrSQQNVnZU0yqE9F3Pc6tmY41bPxxy3M7DZhOWvbwZL9IsttCGvvmE25NW3x4a87Tzss+MNLaBnwzlfZkbNcmrPjY4U9SzpSFHPl44UtbrXkSLVv6AkvhWhUOWiuopzjPq1MdRCNCplqIVo1M1QC3GGhSjblt3j9o1uZIuuvLkRHEimVeVqnnV5Wcw5MQuKY86J0agNoiNGo2CIjhiNemc6YjSqnumIUfsFtcQEc0urbvKMli6shvExy6ov5EGLqi/kQUuqL+RBC6ovxNWZefzQmcdrzDxeY+bxGjOP15h5vGTm7YfOvL3GzNtrzLy9xszba8y8vWTmnYfOvLPGzDtrzLyzxsw7a8y8s2Tm3YfOvLvGzLtrzLy7xsy7a8y8u2TmvYfOvLfGzHtrzLy3xsx7a8y8t2Tm/YfOvL/GzPtrzLy/xsz7a8y8P+ZZbkImYmjHrvbq9umXuHIneLX8txO8UsAtz9XKYqAk+z35XctNPcGk/1bzAjRebV6AhlN6XkB7Pj6QG/JHdgSX4PHMU8E0XMfjPEMH9TidTpuJeVZ917SOGA2/tI4YDae0jpj20/xCyvxY3Js/sg8Ihefe6XS2m2LSnjKFAPVkKQS0e/NI4e42LxKoTV3qLLxRDu03m+NWv9Yct/rTz3Gr4XuOu8Xtv0HDiUtB2MKqK++Zvwrf1OyszvBpz61ahnqG1TLU86yWoZ5ttQy1W0ktQ+1TUstQO5TUMtRxZmoZGsUdNBaZRnkHDSnjzbAWNmZbiCyTrMtaXC3ElElWZ2YKljYCe3wHsMe3/np8z695Rdsi6ykvz3prZYRjYP/8yqg+cKoPQHUtBnGt/gBzjNrfQEOI+jNoCFF/CQ0halTWEKKGZQ0h3siyEFEYi9aFzLJg28yw6+yZGXadDTPDrtMab4ZdOl0W8S2D67gTUfbAkjDjsqAs5vjj1ImyfephfpxMISL/9Y6UU2wLDpUKETrHSoUIe/w9z/T3syjYpv+SLc/8HGqk8g7I5yWeijyGZaiRETrJpvWExbIf9q27zAu/cpd54vvqtVUYZ1HMVHuPqQ53m2F84MyNClk6g6NCdFwwSiHO+KSBe4DECzZFxTBRmYJZQSdSZKVeZ60JHu0PMM+vW7hiil+3hMUUv2T00UQU9YBOlf0UioV66NdK1gcuq7IqPvTiQMYeOG9MjDDomxLTzBqGxDSzhhkxzayYfTVETLM9amIWwoNSxMMmaQIaEkgqPfLGbaWodaOxdqaYtKdJIUA9SQoBrSb6dMw+00WtUEc5tN9sjlv9WnPc6s8+xy2l72fH+3pNJKSYN7r6xPqp0uOMGknS44wa6dHjjBoJ+uOM6vPeBKM3OtX77Ob2rD3XnPpBky1zLpttmXPZdMucy+Zb5lw24TJnO+MnKKrKw10X7PgpJv0E9nkBGins8wI0ktjnBWiksc8LkBqmMQOmgBIEl0zvNq9PvuB6bYJV50ptgrVVDLfkdLo3b5nVnJD7Ul2XaoR+mJTPjDbK83XKODPTbHHjWR0BzVNPR0WSvr4wPCHMfogwe0KY8xBhjhDGJvfdntwf8uJ0m5UHvdvKUQ7t5TfHrV6Bc9zq7TzHPZJUtCRcf4ppeXrRQ8P0FQIWJBqpwvPb5FIBbezEdqDnAvLsl2TnjjM/IEt3VtCSbN1ZQUuydmcFdW56kru8+ASHikd6VX+VRFWXa+bHfv1BeB7v1Vo3iVPj8zjLAKKHZGoX4QSPhmx40YWigWXJTdg0u9Y12DS71h3YNLuOS3+G3Z2ZVe26efOsGt9PpAEtfIZg0pCuUVNviklD+o2IkEEL5ddsj1iDPREPWYc9Ebb6PfHD3hM//j3x498T67+n/bD3tB//nvbj39PWf0/nYe/pPP49nce/p6P/nu7D3tN9/Hu6j39Pd/CeP4FJVutz89fsfGu+uxRlXphvIWdeaZ5q8A8rFl2YLSMCUm9JVpTn+z0t9Uy8acYF5p1SiI5ppxSiY9YphegUZFEKaXVzdizP5KYgh3pB6NZJnWMcXjRNE+OHPgUveYr90KfYS57iPPQpzpKnLKiQ+3MjpR9t2zzomp0f7s90vx8z52cfM8upvfl0pKh3n44U9fbTkaLefzpS1J5SHSnqGFEdKeooUR0p6jhRHSkakaJay04jVlRLjkY7MC05UysYLVvCaGoNo2WLGE2tYrRsGaOpdYyWLWTU+v9v6JEWIhmJZFJQ+8LqhT+2Yt7+bP7aiBk4Kn6E339S+SYaqgFQ819+Pp51BHCycQl/yW/yUi2Bk02MAQIbNEQIOm18HvKo0XjIY3fH+i4/3atHClTj7/oxz/car8rJlr2pzKL5ojJL/z1JqfNJONn4m9Z6+6MyWG1IPitRW9ay+esyac5gl0mtp0eY1Gp5hEmthUeYvN5S1HVlDagXLswhp+76HHL2lukPajeWRDdYVp+z8kL2ZkLL7ObYnDALTaT+h+B+L7jrtI1iXDpEwaiCdMcY5sesF6M7zqL9FWfZ1Z9ylr39np3ZhCgzrdDNSa7BvPUp3yp976Mcyu+h4VkdZ1GO+D09k2xv/iOjd4vGLfFpf3O1DPWHV8tQA6Zahho/1TLUcKqWoT7SqGX4zbfPj3vIp70j5/hWuz7fFJP2V1cIUH9yhQD191YIaK8FvyvoHdgLtV1exaZqnf8VvNrTpSdHPWt6ctSTpyfH6TpMK6I7cHf+kiX/yi/Fkd4LI9j8Pk2pIl5bV8gA3n7Kbm55JJUpRIiLdL0vqODV/oJ6ctRfUE+O+gvqyWm/4DU5XAp22vzhst+LpmKNn0zTFaYhQN8jpi9MwzGmL0zDP6YvrJ3c8lKk0Kot3+/NiB10Eh6ycL+4Da9CTPsxgbC5f4AD8/ynG5APtliXBC0QhxSy8AJZWCHLXiDLVshyFsga+q5dy2T/uT7ts7N5LZZJjaVCa89KV3JrbyRdSepdpCtJvYV0JbX75we4uvsgh9c1U3+tNmaU3NqzqStJPZu6ktSzqStJmk24HKPXXDm8z26yMzMlfyHFJ3oG96QW2OuJ0J/XJeI0JneJOFu6BiIFQ9P/4Hwf6qJA/zvPD5XhobPYdIUsuBxaJFDnnmiRQJ0ro0UCHala831+TMzzLTU/51miKNDcoR2CN09QN79v6hl8qCLAtYJsldxLPpeWJK3vpCVJ6wNpSeqESppt5fc6mD7Wmcp51uF3owU9Zud7YabyUIkf8vhS6hwYFLz630xLjsYX05Kj8b205GjcwmrJaQMh/ko+/VjknyFi5bjsHDzLqd8GTUOKRic0DSkazdA0pLT75Udaxx5XlJUrV2vyVMz6TnI9QRo+cz1Brep8d5vHObc5viNFAy+jVsl8soO+HP0UiMUyNRIjFsvUSJdYLFMy6faXLDHf3x/JAfrr1GpXp6XePKu+CacjRsN00xGjYRTriJGcH6f8LDlLfhJlPwRgckk6ykhPxsipMzuXzeeuh7gIffVE6KvDJeI0tOIScRrKcYk4yctLSZGU3G3DPkrCvopwKS5zcmlL0ff8LpSo4QNeKFHDG7xQotoyWSqxtVFEAC1NzI/3Jyq22ju9nLFZTu3vpSNF/Y10pEjhyHmRl3F+oh3v+P/Ok4zEeiCvJUHf171AmobHe4E0Db/3AmnqdbpEmvrqb4k09SXgEmnq+MYl0tRxjkukacQ7Llq+GnGPi+RpxD8ukoebff33IiJH86+f6dH8kP3xB1mk9FXM2rtZU5B6I2sKUu9hTUHq7aspSKoLkLOfebdck6mjY3z/2ETRX4TAX5nAt0LgZLrokFQZkjnOMjAxh2TfFeSYlAtlCyYN6eqAmAkeDdkfRE3+pWOv2fRrfKtEaFT5VolQ7wSlCGdmqngA5EMnrMus8WGuafE5i+nS59RsGk94p1HzbZJrSn53WhU3mxM8SxfVBL/2iprg115OE/yOYm7wA+YGP3Ju8CPnBj9ybrDm3NgPmBv7kXNjP3Ju7EfOja05N84D5sZ55Nw4j5wb55Fz4wzm5n1+w0xBuj9DbOkFyvD0fBezsyRz9/i0Z0otQz1bahnqGVPLUFt2ahmtUfcPus9juAb5fk9voC6+FLujMfVqdv1YWF1RGiGxuqI0ImN1RWkEyOqKar8O2zEpLcssP5K9+bEg2REu6ZechLQkaH+jJdLUn2mJNPWXWiJN/bGWSHP7GC+1mejcEelg/RTvUsxXyNHGfoUcbR2gkCN1XM7r4kGiiFj/kKnbaFkhpr2eawivOeEvqvyRMYaBBd0nUh5XxxiUUt/ll6MqDWKCRyn711t2PrjNc4X3dJpN+YS3B7iBzxTHokku/UtOhQSNK02FBI0LTIUEZ3KWPuzJcdkMcQ7l7Gsnps0xPvgbPChdTUPI8i8xImT6Y/yPPDsumixgUH4Kjfy6cZaRiCGSQszjNa/6pndBOsqyID5ohl0nLGiGXScaaIZdJwhohr1V6++zgp1b8sIUFdpvCnK6lW1rrXnWFaJ/ZFkmUOP8skygxmFmmUCNk80ygepbp4UC1RdPCwWq754WClRfPy0UqHEDtXRlW1JgKt3vCSPNL/vSfFd3mV12BtUVsiBMdZFAnWjVRQJ1glYXCZQcLfflOT9l5Gj+QMpbCJviFxdaXpZZVn3U0hGjgVU6YjQQSkdMO30FPdI7Eu2pCeVDbu4fejj5WyPneyFn8uJrQKk8noxyDAyFAZXygDLKoZarvu8aZ1FLvs73F94eYpn0hm1Bc1KFCJ3epAoR9vR7fqTx7THf5zf3y1605VPP5XfsD2l2XjiVNZdavtZF2yTXw7/U4ntJlYSZ76RzBTfFNOz9eEspg3bzI9Otpfn2cs4POcf4JrhPjdiaMvQ7Qi6Sp9EccpE8jT6Ri+Q5w7C5d/mBn7Dy/Lis1J2WhOVhdBrSFoTTaUirV/f/+T//fwK+/dk=','no'),(699,'rs-templates-counter','14','no'),(700,'revslider_table_version','1.0.12','yes'),(701,'sbi_statuses','a:6:{s:8:\"database\";a:1:{s:14:\"hashtag_column\";b:1;}s:13:\"first_install\";i:1671548858;s:4:\"gdpr\";a:1:{s:19:\"from_update_success\";b:1;}s:12:\"data_manager\";a:2:{s:9:\"last_used\";i:1671462458;s:14:\"num_db_updates\";i:31;}s:24:\"support_legacy_shortcode\";b:0;s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1671548943;s:11:\"initialized\";i:1671548943;}}','yes'),(702,'sbi_usage_tracking','a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}','yes'),(703,'live_weather_station_logger_installed','1','yes'),(704,'live_weather_station_version','3.8.11','yes'),(705,'live_weather_station_logger_level','5','yes'),(706,'live_weather_station_logger_rotate','10000','yes'),(707,'live_weather_station_logger_retention','14','yes'),(708,'live_weather_station_file_retention','7','yes'),(709,'live_weather_station_txt_cache_bypass','','yes'),(710,'live_weather_station_use_cdn','','yes'),(711,'live_weather_station_only_valid_files','1','yes'),(712,'live_weather_station_upload_allowed','','yes'),(713,'live_weather_station_footer_scripts','1','yes'),(714,'live_weather_station_wait_for_dom','','yes'),(715,'live_weather_station_fa_mode','0','yes'),(716,'live_weather_station_frontend_cache','1','yes'),(717,'live_weather_station_widget_cache','1','yes'),(718,'live_weather_station_dgraph_cache','1','yes'),(719,'live_weather_station_ygraph_cache','1','yes'),(720,'live_weather_station_cgraph_cache','1','yes'),(721,'live_weather_station_query_cache','1','yes'),(722,'live_weather_station_backend_cache','1','yes'),(723,'live_weather_station_purge_cache','1','yes'),(724,'live_weather_station_redirect_internal_links','','yes'),(725,'live_weather_station_redirect_external_links','1','yes'),(726,'live_weather_station_time_shift_threshold','30','yes'),(727,'live_weather_station_cron_speed','0','yes'),(728,'live_weather_station_collection_http_timeout','45','yes'),(729,'live_weather_station_sharing_http_timeout','45','yes'),(730,'live_weather_station_system_http_timeout','20','yes'),(731,'live_weather_station_picture_retention','31','yes'),(732,'live_weather_station_video_retention','31','yes'),(733,'live_weather_station_alt_density_min_value','-1000','yes'),(734,'live_weather_station_alt_density_max_value','500','yes'),(735,'live_weather_station_alt_density_min_alarm','-1000','yes'),(736,'live_weather_station_alt_density_max_alarm','500','yes'),(737,'live_weather_station_alt_density_min_boundary','-1500','yes'),(738,'live_weather_station_alt_density_max_boundary','1000','yes'),(739,'live_weather_station_alt_pressure_min_value','-1000','yes'),(740,'live_weather_station_alt_pressure_max_value','500','yes'),(741,'live_weather_station_alt_pressure_min_alarm','-1000','yes'),(742,'live_weather_station_alt_pressure_max_alarm','500','yes'),(743,'live_weather_station_alt_pressure_min_boundary','-1500','yes'),(744,'live_weather_station_alt_pressure_max_boundary','1000','yes'),(745,'live_weather_station_pressure_min_value','900','yes'),(746,'live_weather_station_pressure_max_value','1080','yes'),(747,'live_weather_station_pressure_min_alarm','1000','yes'),(748,'live_weather_station_pressure_max_alarm','1025','yes'),(749,'live_weather_station_pressure_min_boundary','850','yes'),(750,'live_weather_station_pressure_max_boundary','1100','yes'),(751,'live_weather_station_pressure_sl_min_value','900','yes'),(752,'live_weather_station_pressure_sl_max_value','1080','yes'),(753,'live_weather_station_pressure_sl_min_alarm','1000','yes'),(754,'live_weather_station_pressure_sl_max_alarm','1025','yes'),(755,'live_weather_station_pressure_sl_min_boundary','850','yes'),(756,'live_weather_station_pressure_sl_max_boundary','1100','yes'),(757,'live_weather_station_humint_min_value','30','yes'),(758,'live_weather_station_humint_max_value','90','yes'),(759,'live_weather_station_humint_min_alarm','35','yes'),(760,'live_weather_station_humint_max_alarm','55','yes'),(761,'live_weather_station_humint_min_boundary','0','yes'),(762,'live_weather_station_humint_max_boundary','100','yes'),(763,'live_weather_station_humext_min_value','0','yes'),(764,'live_weather_station_humext_max_value','100','yes'),(765,'live_weather_station_humext_min_alarm','25','yes'),(766,'live_weather_station_humext_max_alarm','75','yes'),(767,'live_weather_station_humext_min_boundary','0','yes'),(768,'live_weather_station_humext_max_boundary','100','yes'),(769,'live_weather_station_tempint_min_value','10','yes'),(770,'live_weather_station_tempint_max_value','25','yes'),(771,'live_weather_station_tempint_min_alarm','16','yes'),(772,'live_weather_station_tempint_max_alarm','22','yes'),(773,'live_weather_station_tempint_min_boundary','-30','yes'),(774,'live_weather_station_tempint_max_boundary','50','yes'),(775,'live_weather_station_tempext_min_value','-20','yes'),(776,'live_weather_station_tempext_max_value','40','yes'),(777,'live_weather_station_tempext_min_alarm','0','yes'),(778,'live_weather_station_tempext_max_alarm','30','yes'),(779,'live_weather_station_tempext_min_boundary','-70','yes'),(780,'live_weather_station_tempext_max_boundary','50','yes'),(781,'live_weather_station_dew_point_min_value','0','yes'),(782,'live_weather_station_dew_point_max_value','20','yes'),(783,'live_weather_station_dew_point_min_alarm','0','yes'),(784,'live_weather_station_dew_point_max_alarm','0','yes'),(785,'live_weather_station_dew_point_min_boundary','0','yes'),(786,'live_weather_station_dew_point_max_boundary','50','yes'),(787,'live_weather_station_frost_point_min_value','-20','yes'),(788,'live_weather_station_frost_point_max_value','0','yes'),(789,'live_weather_station_frost_point_min_alarm','0','yes'),(790,'live_weather_station_frost_point_max_alarm','0','yes'),(791,'live_weather_station_frost_point_min_boundary','-70','yes'),(792,'live_weather_station_frost_point_max_boundary','5','yes'),(793,'live_weather_station_heat_index_min_value','21','yes'),(794,'live_weather_station_heat_index_max_value','43','yes'),(795,'live_weather_station_heat_index_min_alarm','20','yes'),(796,'live_weather_station_heat_index_max_alarm','39','yes'),(797,'live_weather_station_heat_index_min_boundary','20','yes'),(798,'live_weather_station_heat_index_max_boundary','50','yes'),(799,'live_weather_station_humidex_min_value','21','yes'),(800,'live_weather_station_humidex_max_value','43','yes'),(801,'live_weather_station_humidex_min_alarm','20','yes'),(802,'live_weather_station_humidex_max_alarm','44','yes'),(803,'live_weather_station_humidex_min_boundary','20','yes'),(804,'live_weather_station_humidex_max_boundary','50','yes'),(805,'live_weather_station_steadman_min_value','21','yes'),(806,'live_weather_station_steadman_max_value','43','yes'),(807,'live_weather_station_steadman_min_alarm','20','yes'),(808,'live_weather_station_steadman_max_alarm','44','yes'),(809,'live_weather_station_steadman_min_boundary','20','yes'),(810,'live_weather_station_steadman_max_boundary','50','yes'),(811,'live_weather_station_summer_simmer_min_value','-10','yes'),(812,'live_weather_station_summer_simmer_max_value','50','yes'),(813,'live_weather_station_summer_simmer_min_alarm','-10','yes'),(814,'live_weather_station_summer_simmer_max_alarm','30','yes'),(815,'live_weather_station_summer_simmer_min_boundary','-10','yes'),(816,'live_weather_station_summer_simmer_max_boundary','50','yes'),(817,'live_weather_station_delta_t_min_value','-8','yes'),(818,'live_weather_station_delta_t_max_value','8','yes'),(819,'live_weather_station_delta_t_min_alarm','-10','yes'),(820,'live_weather_station_delta_t_max_alarm','10','yes'),(821,'live_weather_station_delta_t_min_boundary','-10','yes'),(822,'live_weather_station_delta_t_max_boundary','10','yes'),(823,'live_weather_station_wind_chill_min_value','-40','yes'),(824,'live_weather_station_wind_chill_max_value','10','yes'),(825,'live_weather_station_wind_chill_min_alarm','0','yes'),(826,'live_weather_station_wind_chill_max_alarm','0','yes'),(827,'live_weather_station_wind_chill_min_boundary','-120','yes'),(828,'live_weather_station_wind_chill_max_boundary','10','yes'),(829,'live_weather_station_cloud_ceiling_min_value','0','yes'),(830,'live_weather_station_cloud_ceiling_max_value','3000','yes'),(831,'live_weather_station_cloud_ceiling_min_alarm','30','yes'),(832,'live_weather_station_cloud_ceiling_max_alarm','3000','yes'),(833,'live_weather_station_cloud_ceiling_min_boundary','0','yes'),(834,'live_weather_station_cloud_ceiling_max_boundary','9000','yes'),(835,'live_weather_station_cloud_cover_min_value','0','yes'),(836,'live_weather_station_cloud_cover_max_value','100','yes'),(837,'live_weather_station_cloud_cover_min_alarm','0','yes'),(838,'live_weather_station_cloud_cover_max_alarm','100','yes'),(839,'live_weather_station_cloud_cover_min_boundary','0','yes'),(840,'live_weather_station_cloud_cover_max_boundary','100','yes'),(841,'live_weather_station_rain_min_value','0','yes'),(842,'live_weather_station_rain_max_value','10','yes'),(843,'live_weather_station_rain_min_alarm','0','yes'),(844,'live_weather_station_rain_max_alarm','8','yes'),(845,'live_weather_station_rain_min_boundary','0','yes'),(846,'live_weather_station_rain_max_boundary','100','yes'),(847,'live_weather_station_rain_hour_aggregated_min_value','0','yes'),(848,'live_weather_station_rain_hour_aggregated_max_value','20','yes'),(849,'live_weather_station_rain_hour_aggregated_min_alarm','0','yes'),(850,'live_weather_station_rain_hour_aggregated_max_alarm','10','yes'),(851,'live_weather_station_rain_hour_aggregated_min_boundary','0','yes'),(852,'live_weather_station_rain_hour_aggregated_max_boundary','100','yes'),(853,'live_weather_station_rain_day_aggregated_min_value','0','yes'),(854,'live_weather_station_rain_day_aggregated_max_value','40','yes'),(855,'live_weather_station_rain_day_aggregated_min_alarm','0','yes'),(856,'live_weather_station_rain_day_aggregated_max_alarm','20','yes'),(857,'live_weather_station_rain_day_aggregated_min_boundary','0','yes'),(858,'live_weather_station_rain_day_aggregated_max_boundary','300','yes'),(859,'live_weather_station_rain_month_aggregated_min_value','0','yes'),(860,'live_weather_station_rain_month_aggregated_max_value','100','yes'),(861,'live_weather_station_rain_month_aggregated_min_alarm','0','yes'),(862,'live_weather_station_rain_month_aggregated_max_alarm','50','yes'),(863,'live_weather_station_rain_month_aggregated_min_boundary','0','yes'),(864,'live_weather_station_rain_month_aggregated_max_boundary','1000','yes'),(865,'live_weather_station_rain_year_aggregated_min_value','0','yes'),(866,'live_weather_station_rain_year_aggregated_max_value','1000','yes'),(867,'live_weather_station_rain_year_aggregated_min_alarm','0','yes'),(868,'live_weather_station_rain_year_aggregated_max_alarm','500','yes'),(869,'live_weather_station_rain_year_aggregated_min_boundary','0','yes'),(870,'live_weather_station_rain_year_aggregated_max_boundary','3000','yes'),(871,'live_weather_station_snow_min_value','0','yes'),(872,'live_weather_station_snow_max_value','500','yes'),(873,'live_weather_station_snow_min_alarm','0','yes'),(874,'live_weather_station_snow_max_alarm','200','yes'),(875,'live_weather_station_snow_min_boundary','0','yes'),(876,'live_weather_station_snow_max_boundary','1000','yes'),(877,'live_weather_station_windangle_min_value','0','yes'),(878,'live_weather_station_windangle_max_value','360','yes'),(879,'live_weather_station_windangle_min_alarm','0','yes'),(880,'live_weather_station_windangle_max_alarm','0','yes'),(881,'live_weather_station_windangle_min_boundary','0','yes'),(882,'live_weather_station_windangle_max_boundary','360','yes'),(883,'live_weather_station_windstrength_min_value','0','yes'),(884,'live_weather_station_windstrength_max_value','100','yes'),(885,'live_weather_station_windstrength_min_alarm','0','yes'),(886,'live_weather_station_windstrength_max_alarm','70','yes'),(887,'live_weather_station_windstrength_min_boundary','0','yes'),(888,'live_weather_station_windstrength_max_boundary','250','yes'),(889,'live_weather_station_visibility_min_value','0','yes'),(890,'live_weather_station_visibility_max_value','20000','yes'),(891,'live_weather_station_visibility_min_alarm','1000','yes'),(892,'live_weather_station_visibility_max_alarm','20000','yes'),(893,'live_weather_station_visibility_min_boundary','0','yes'),(894,'live_weather_station_visibility_max_boundary','40000','yes'),(895,'live_weather_station_co2_min_value','0','yes'),(896,'live_weather_station_co2_max_value','2000','yes'),(897,'live_weather_station_co2_min_alarm','0','yes'),(898,'live_weather_station_co2_max_alarm','1000','yes'),(899,'live_weather_station_co2_min_boundary','0','yes'),(900,'live_weather_station_co2_max_boundary','5000','yes'),(901,'live_weather_station_o3_min_value','100','yes'),(902,'live_weather_station_o3_max_value','500','yes'),(903,'live_weather_station_o3_min_alarm','200','yes'),(904,'live_weather_station_o3_max_alarm','1000','yes'),(905,'live_weather_station_o3_min_boundary','0','yes'),(906,'live_weather_station_o3_max_boundary','1000','yes'),(907,'live_weather_station_co_min_value','0.1','yes'),(908,'live_weather_station_co_max_value','0.2','yes'),(909,'live_weather_station_co_min_alarm','0.11','yes'),(910,'live_weather_station_co_max_alarm','0.18','yes'),(911,'live_weather_station_co_min_boundary','0','yes'),(912,'live_weather_station_co_max_boundary','0.5','yes'),(913,'live_weather_station_noise_min_value','0','yes'),(914,'live_weather_station_noise_max_value','90','yes'),(915,'live_weather_station_noise_min_alarm','0','yes'),(916,'live_weather_station_noise_max_alarm','55','yes'),(917,'live_weather_station_noise_min_boundary','0','yes'),(918,'live_weather_station_noise_max_boundary','100','yes'),(919,'live_weather_station_health_idx_min_value','0','yes'),(920,'live_weather_station_health_idx_max_value','100','yes'),(921,'live_weather_station_health_idx_min_alarm','40','yes'),(922,'live_weather_station_health_idx_max_alarm','100','yes'),(923,'live_weather_station_health_idx_min_boundary','0','yes'),(924,'live_weather_station_health_idx_max_boundary','100','yes'),(925,'live_weather_station_cbi_min_value','-20','yes'),(926,'live_weather_station_cbi_max_value','120','yes'),(927,'live_weather_station_cbi_min_alarm','-20','yes'),(928,'live_weather_station_cbi_max_alarm','75','yes'),(929,'live_weather_station_cbi_min_boundary','-30','yes'),(930,'live_weather_station_cbi_max_boundary','160','yes'),(931,'live_weather_station_emc_min_value','0','yes'),(932,'live_weather_station_emc_max_value','30','yes'),(933,'live_weather_station_emc_min_alarm','5','yes'),(934,'live_weather_station_emc_max_alarm','20','yes'),(935,'live_weather_station_emc_min_boundary','0','yes'),(936,'live_weather_station_emc_max_boundary','30','yes'),(937,'live_weather_station_air_density_min_value','1','yes'),(938,'live_weather_station_air_density_max_value','2','yes'),(939,'live_weather_station_air_density_min_alarm','1.2','yes'),(940,'live_weather_station_air_density_max_alarm','1.8','yes'),(941,'live_weather_station_air_density_min_boundary','1','yes'),(942,'live_weather_station_air_density_max_boundary','2','yes'),(943,'live_weather_station_specific_enthalpy_min_value','5000','yes'),(944,'live_weather_station_specific_enthalpy_max_value','100000','yes'),(945,'live_weather_station_specific_enthalpy_min_alarm','5000','yes'),(946,'live_weather_station_specific_enthalpy_max_alarm','100000','yes'),(947,'live_weather_station_specific_enthalpy_min_boundary','5000','yes'),(948,'live_weather_station_specific_enthalpy_max_boundary','100000','yes'),(949,'live_weather_station_vapor_pressure_min_value','500','yes'),(950,'live_weather_station_vapor_pressure_max_value','10000','yes'),(951,'live_weather_station_vapor_pressure_min_alarm','500','yes'),(952,'live_weather_station_vapor_pressure_max_alarm','10000','yes'),(953,'live_weather_station_vapor_pressure_min_boundary','500','yes'),(954,'live_weather_station_vapor_pressure_max_boundary','10000','yes'),(955,'live_weather_station_absolute_humidity_min_value','0.0005','yes'),(956,'live_weather_station_absolute_humidity_max_value','0.05','yes'),(957,'live_weather_station_absolute_humidity_min_alarm','0.005','yes'),(958,'live_weather_station_absolute_humidity_max_alarm','0.05','yes'),(959,'live_weather_station_absolute_humidity_min_boundary','1.0E-5','yes'),(960,'live_weather_station_absolute_humidity_max_boundary','0.05','yes'),(961,'live_weather_station_uv_index_min_value','0','yes'),(962,'live_weather_station_uv_index_max_value','12','yes'),(963,'live_weather_station_uv_index_min_alarm','0','yes'),(964,'live_weather_station_uv_index_max_alarm','8','yes'),(965,'live_weather_station_uv_index_min_boundary','0','yes'),(966,'live_weather_station_uv_index_max_boundary','15','yes'),(967,'live_weather_station_irradiance_min_value','0','yes'),(968,'live_weather_station_irradiance_max_value','2000','yes'),(969,'live_weather_station_irradiance_min_alarm','0','yes'),(970,'live_weather_station_irradiance_max_alarm','2000','yes'),(971,'live_weather_station_irradiance_min_boundary','0','yes'),(972,'live_weather_station_irradiance_max_boundary','5000','yes'),(973,'live_weather_station_sunshine_min_value','0','yes'),(974,'live_weather_station_sunshine_max_value','86400','yes'),(975,'live_weather_station_sunshine_min_alarm','1000','yes'),(976,'live_weather_station_sunshine_max_alarm','40000','yes'),(977,'live_weather_station_sunshine_min_boundary','0','yes'),(978,'live_weather_station_sunshine_max_boundary','86400','yes'),(979,'live_weather_station_illuminance_min_value','0','yes'),(980,'live_weather_station_illuminance_max_value','110000','yes'),(981,'live_weather_station_illuminance_min_alarm','0','yes'),(982,'live_weather_station_illuminance_max_alarm','110000','yes'),(983,'live_weather_station_illuminance_min_boundary','0','yes'),(984,'live_weather_station_illuminance_max_boundary','120000','yes'),(985,'live_weather_station_soil_temperature_min_value','-5','yes'),(986,'live_weather_station_soil_temperature_max_value','36','yes'),(987,'live_weather_station_soil_temperature_min_alarm','0','yes'),(988,'live_weather_station_soil_temperature_max_alarm','36','yes'),(989,'live_weather_station_soil_temperature_min_boundary','-20','yes'),(990,'live_weather_station_soil_temperature_max_boundary','40','yes'),(991,'live_weather_station_leaf_wetness_min_value','0','yes'),(992,'live_weather_station_leaf_wetness_max_value','100','yes'),(993,'live_weather_station_leaf_wetness_min_alarm','0','yes'),(994,'live_weather_station_leaf_wetness_max_alarm','40','yes'),(995,'live_weather_station_leaf_wetness_min_boundary','0','yes'),(996,'live_weather_station_leaf_wetness_max_boundary','100','yes'),(997,'live_weather_station_evapotranspiration_min_value','0','yes'),(998,'live_weather_station_evapotranspiration_max_value','100','yes'),(999,'live_weather_station_evapotranspiration_min_alarm','0','yes'),(1000,'live_weather_station_evapotranspiration_max_alarm','40','yes'),(1001,'live_weather_station_evapotranspiration_min_boundary','0','yes'),(1002,'live_weather_station_evapotranspiration_max_boundary','200','yes'),(1003,'live_weather_station_moisture_content_min_value','0','yes'),(1004,'live_weather_station_moisture_content_max_value','100','yes'),(1005,'live_weather_station_moisture_content_min_alarm','20','yes'),(1006,'live_weather_station_moisture_content_max_alarm','70','yes'),(1007,'live_weather_station_moisture_content_min_boundary','0','yes'),(1008,'live_weather_station_moisture_content_max_boundary','100','yes'),(1009,'live_weather_station_moisture_tension_min_value','0','yes'),(1010,'live_weather_station_moisture_tension_max_value','30000','yes'),(1011,'live_weather_station_moisture_tension_min_alarm','0','yes'),(1012,'live_weather_station_moisture_tension_max_alarm','1000','yes'),(1013,'live_weather_station_moisture_tension_min_boundary','0','yes'),(1014,'live_weather_station_moisture_tension_max_boundary','60000','yes'),(1015,'live_weather_station_strike_instant_min_value','0','yes'),(1016,'live_weather_station_strike_instant_max_value','10','yes'),(1017,'live_weather_station_strike_instant_min_alarm','0','yes'),(1018,'live_weather_station_strike_instant_max_alarm','2','yes'),(1019,'live_weather_station_strike_instant_min_boundary','0','yes'),(1020,'live_weather_station_strike_instant_max_boundary','10','yes'),(1021,'live_weather_station_strike_count_min_value','0','yes'),(1022,'live_weather_station_strike_count_max_value','20','yes'),(1023,'live_weather_station_strike_count_min_alarm','0','yes'),(1024,'live_weather_station_strike_count_max_alarm','20','yes'),(1025,'live_weather_station_strike_count_min_boundary','0','yes'),(1026,'live_weather_station_strike_count_max_boundary','50','yes'),(1027,'live_weather_station_strike_distance_min_value','0','yes'),(1028,'live_weather_station_strike_distance_max_value','20000','yes'),(1029,'live_weather_station_strike_distance_min_alarm','5000','yes'),(1030,'live_weather_station_strike_distance_max_alarm','20000','yes'),(1031,'live_weather_station_strike_distance_min_boundary','0','yes'),(1032,'live_weather_station_strike_distance_max_boundary','50000','yes'),(1033,'live_weather_station_strike_bearing_min_value','0','yes'),(1034,'live_weather_station_strike_bearing_max_value','360','yes'),(1035,'live_weather_station_strike_bearing_min_alarm','0','yes'),(1036,'live_weather_station_strike_bearing_max_alarm','0','yes'),(1037,'live_weather_station_strike_bearing_min_boundary','0','yes'),(1038,'live_weather_station_strike_bearing_max_boundary','360','yes'),(1039,'live_weather_station_styles_chart_cschemes','a:6:{s:4:\"cs00\";a:2:{s:4:\"name\";s:21:\"Customized palette #1\";s:6:\"colors\";a:8:{i:0;s:6:\"fda403\";i:1;s:6:\"f38d12\";i:2;s:6:\"e9761a\";i:3;s:6:\"de5d33\";i:4;s:6:\"d24143\";i:5;s:6:\"c6184f\";i:6;s:6:\"a91352\";i:7;s:6:\"8a1253\";}}s:4:\"cs01\";a:2:{s:4:\"name\";s:21:\"Customized palette #2\";s:6:\"colors\";a:8:{i:0;s:6:\"8a79af\";i:1;s:6:\"b283ae\";i:2;s:6:\"d58ead\";i:3;s:6:\"e2a4ab\";i:4;s:6:\"f0b9a9\";i:5;s:6:\"fdcea6\";i:6;s:6:\"ffe7b2\";i:7;s:6:\"ffffc1\";}}s:4:\"cs02\";a:2:{s:4:\"name\";s:21:\"Customized palette #3\";s:6:\"colors\";a:8:{i:0;s:6:\"13334c\";i:1;s:6:\"114269\";i:2;s:6:\"075288\";i:3;s:6:\"6281ab\";i:4;s:6:\"bcc5d0\";i:5;s:6:\"fee1c9\";i:6;s:6:\"ffa36e\";i:7;s:6:\"fd5f00\";}}s:4:\"cs03\";a:2:{s:4:\"name\";s:21:\"Customized palette #4\";s:6:\"colors\";a:8:{i:0;s:6:\"00a8b5\";i:1;s:6:\"5a81a9\";i:2;s:6:\"72589c\";i:3;s:6:\"9b448e\";i:4;s:6:\"c93880\";i:5;s:6:\"eb496d\";i:6;s:6:\"f5864d\";i:7;s:6:\"fbb901\";}}s:4:\"cs04\";a:2:{s:4:\"name\";s:21:\"Customized palette #5\";s:6:\"colors\";a:8:{i:0;s:6:\"618685\";i:1;s:6:\"699899\";i:2;s:6:\"71aaae\";i:3;s:6:\"79bdc2\";i:4;s:6:\"85d0d6\";i:5;s:6:\"b1ded7\";i:6;s:6:\"d9ecd8\";i:7;s:6:\"fefbd8\";}}s:4:\"cs05\";a:2:{s:4:\"name\";s:21:\"Customized palette #6\";s:6:\"colors\";a:8:{i:0;s:6:\"08141e\";i:1;s:6:\"0f2a3f\";i:2;s:6:\"20394f\";i:3;s:6:\"4e495f\";i:4;s:6:\"816271\";i:5;s:6:\"997577\";i:6;s:6:\"c3a38a\";i:7;s:6:\"f6d6bd\";}}}','yes'),(1040,'live_weather_station_map_zoom','16','yes'),(1041,'live_weather_station_map_layer','X','yes'),(1042,'live_weather_station_auto_manage_netatmo','1','yes'),(1043,'live_weather_station_auto_manage_bloomsky','1','yes'),(1044,'live_weather_station_overload_hc','','yes'),(1045,'live_weather_station_show_technical','','yes'),(1046,'live_weather_station_show_analytics','','yes'),(1047,'live_weather_station_show_tasks','','yes'),(1048,'live_weather_station_analytics_cutoff','7','yes'),(1049,'live_weather_station_auto_update','1','yes'),(1050,'live_weather_station_advanced_mode','0','yes'),(1051,'live_weather_station_partial_translation','0','yes'),(1052,'live_weather_station_show_update','1','yes'),(1053,'live_weather_station_plugin_stat','','yes'),(1054,'live_weather_station_keep_tables','1','yes'),(1055,'live_weather_station_ajax_widget','','yes'),(1056,'live_weather_station_quota_mode','2','yes'),(1057,'live_weather_station_force_frontend_styling','1','yes'),(1058,'live_weather_station_netatmo_refresh_token','','yes'),(1059,'live_weather_station_netatmo_access_token','','yes'),(1060,'live_weather_station_netatmo_connected','0','yes'),(1061,'live_weather_station_bloomsky_key','','yes'),(1062,'live_weather_station_bloomsky_connected','0','yes'),(1063,'live_weather_station_ambient_key','','yes'),(1064,'live_weather_station_ambient_connected','0','yes'),(1065,'live_weather_station_netatmohc_refresh_token','','yes'),(1066,'live_weather_station_netatmohc_access_token','','yes'),(1067,'live_weather_station_netatmohc_connected','0','yes'),(1068,'live_weather_station_owm_apikey','','yes'),(1069,'live_weather_station_owm_plan','0','yes'),(1070,'live_weather_station_wug_apikey','','yes'),(1071,'live_weather_station_wug_plan','0','yes'),(1072,'live_weather_station_windy_apikey','','yes'),(1073,'live_weather_station_windy_plan','0','yes'),(1074,'live_weather_station_thunderforest_apikey','','yes'),(1075,'live_weather_station_thunderforest_plan','0','yes'),(1076,'live_weather_station_mapbox_apikey','','yes'),(1077,'live_weather_station_mapbox_plan','0','yes'),(1078,'live_weather_station_maptiler_apikey','','yes'),(1079,'live_weather_station_maptiler_plan','0','yes'),(1080,'live_weather_station_navionics_apikey','','yes'),(1081,'live_weather_station_unit_temperature','0','yes'),(1082,'live_weather_station_unit_pressure','0','yes'),(1083,'live_weather_station_unit_wind_strength','0','yes'),(1084,'live_weather_station_unit_altitude','0','yes'),(1085,'live_weather_station_unit_distance','0','yes'),(1086,'live_weather_station_unit_psychrometry','0','yes'),(1087,'live_weather_station_unit_rain_snow','0','yes'),(1088,'live_weather_station_unit_gas','0','yes'),(1089,'live_weather_station_measure_only','0','yes'),(1090,'live_weather_station_obsolescence','0','yes'),(1091,'live_weather_station_min_max_mode','0','yes'),(1092,'live_weather_station_wind_semantics','0','yes'),(1093,'live_weather_station_angle_semantics','0','yes'),(1094,'live_weather_station_moon_icons','0','yes'),(1095,'live_weather_station_collect_history','','yes'),(1096,'live_weather_station_build_history','','yes'),(1097,'live_weather_station_full_history','','yes'),(1098,'live_weather_station_retention_history','5','yes'),(1099,'live_weather_station_retention_notifications','30','yes'),(1100,'live_weather_station_mutation_observer','1','yes'),(1101,'live_weather_station_w_text_shadow_position','bottom-right','yes'),(1102,'live_weather_station_w_text_shadow_length','close','yes'),(1103,'live_weather_station_w_text_shadow_diffusion','medium','yes'),(1104,'live_weather_station_w_text_shadow_obscurity','light','yes'),(1105,'live_weather_station_w_text_shadow_color','#000000','yes'),(1106,'live_weather_station_w_box_shadow_position','none','yes'),(1107,'live_weather_station_w_box_shadow_length','close','yes'),(1108,'live_weather_station_w_box_shadow_diffusion','medium','yes'),(1109,'live_weather_station_w_box_shadow_obscurity','light','yes'),(1110,'live_weather_station_w_box_shadow_color','#000000','yes'),(1111,'live_weather_station_w_box_radius','medium','yes'),(1112,'w3w_autosuggest_settings','a:56:{s:13:\"plugin_status\";s:3:\"all\";s:5:\"paged\";s:1:\"1\";s:8:\"_wpnonce\";s:10:\"d20888baf2\";s:16:\"_wp_http_referer\";s:21:\"/wp-admin/plugins.php\";s:6:\"action\";s:19:\"deactivate-selected\";s:7:\"checked\";a:8:{i:0;s:35:\"awesome-weather/awesome-weather.php\";i:1;s:9:\"hello.php\";i:2;s:33:\"instagram-feed/instagram-feed.php\";i:3;s:45:\"live-weather-station/live-weather-station.php\";i:4;s:51:\"3-word-address-validation-field/w3w-autosuggest.php\";i:5;s:29:\"wp-bodymovin/wp-bodymovin.php\";i:6;s:21:\"wp-reset/wp-reset.php\";i:7;s:27:\"js_composer/js_composer.php\";}s:7:\"action2\";s:19:\"deactivate-selected\";s:8:\"interval\";s:2:\"60\";s:6:\"_nonce\";s:10:\"5281cd2ef0\";s:9:\"screen_id\";s:7:\"plugins\";s:9:\"has_focus\";s:4:\"true\";i:0;a:1:{s:4:\"task\";s:20:\"trash_pending_orders\";}i:1;a:1:{s:4:\"task\";s:19:\"trash_failed_orders\";}i:2;a:1:{s:4:\"task\";s:22:\"trash_cancelled_orders\";}i:3;a:1:{s:4:\"task\";s:26:\"anonymize_completed_orders\";}i:4;a:1:{s:4:\"task\";s:24:\"delete_inactive_accounts\";}s:21:\"install-plugin-submit\";s:11:\"Install Now\";s:5:\"nonce\";s:10:\"42b09713d8\";s:25:\"mwb_mbfw_is_plugin_enable\";s:3:\"yes\";s:26:\"mwb_mbfw_is_booking_enable\";s:3:\"yes\";s:30:\"mwb_mbfw_general_settings_save\";s:0:\"\";s:14:\"mwb_tabs_nonce\";s:10:\"b62f4c1c44\";s:33:\"mwb_mbfw_is_show_included_service\";s:3:\"yes\";s:23:\"mwb_mbfw_is_show_totals\";s:3:\"yes\";s:35:\"mwb_mbfw_booking_form_settings_save\";s:0:\"\";s:25:\"mwb_mbfw_daily_start_time\";s:5:\"09:30\";s:23:\"mwb_mbfw_daily_end_time\";s:5:\"19:30\";s:35:\"mwb_mbfw_availability_settings_save\";s:0:\"\";s:5:\"start\";s:25:\"2022-11-27T00:00:00+02:00\";s:3:\"end\";s:25:\"2023-01-08T00:00:00+02:00\";s:6:\"screen\";s:24:\"edit-mwb_booking_service\";s:8:\"taxonomy\";s:19:\"mwb_booking_service\";s:9:\"post_type\";s:7:\"product\";s:16:\"_wpnonce_add-tag\";s:10:\"3a0e152039\";s:8:\"tag-name\";s:17:\"Simulator Session\";s:4:\"slug\";s:11:\"js_composer\";s:11:\"description\";s:0:\"\";s:10:\"_mwb_nonce\";s:10:\"bc0380af8e\";s:21:\"mwb_mbfw_service_cost\";s:3:\"180\";s:40:\"mwb_mbfw_is_service_cost_multiply_people\";s:3:\"yes\";s:42:\"mwb_mbfw_is_service_cost_multiply_duration\";s:3:\"yes\";s:4:\"data\";a:1:{s:19:\"elementor_post_lock\";a:1:{s:7:\"post_ID\";s:4:\"3714\";}}s:7:\"actions\";s:54:\"{\"notice_bar_dismiss\":{\"action\":\"notice_bar_dismiss\"}}\";s:14:\"editor_post_id\";s:4:\"3714\";s:19:\"initial_document_id\";s:4:\"3714\";s:4:\"time\";s:13:\"1671565049557\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:11:\"_ajax_nonce\";s:10:\"9c71e43b8a\";s:9:\"_fs_nonce\";s:0:\"\";s:8:\"username\";s:0:\"\";s:8:\"password\";s:0:\"\";s:15:\"connection_type\";s:0:\"\";s:10:\"public_key\";s:0:\"\";s:11:\"private_key\";s:0:\"\";s:7:\"upgrade\";s:14:\"Update Plugins\";s:8:\"comments\";s:0:\"\";}','yes'),(1113,'action_scheduler_hybrid_store_demarkation','13340','yes'),(1114,'schema-ActionScheduler_StoreSchema','6.0.1671548845','yes'),(1115,'schema-ActionScheduler_LoggerSchema','3.0.1671548845','yes'),(1118,'woocommerce_schema_version','430','yes'),(1119,'woocommerce_store_address','','yes'),(1120,'woocommerce_store_address_2','','yes'),(1121,'woocommerce_store_city','','yes'),(1122,'woocommerce_default_country','US:CA','yes'),(1123,'woocommerce_store_postcode','','yes'),(1124,'woocommerce_allowed_countries','all','yes'),(1125,'woocommerce_all_except_countries','','yes'),(1126,'woocommerce_specific_allowed_countries','','yes'),(1127,'woocommerce_ship_to_countries','','yes'),(1128,'woocommerce_specific_ship_to_countries','','yes'),(1129,'woocommerce_default_customer_address','base','yes'),(1130,'woocommerce_calc_taxes','no','yes'),(1131,'woocommerce_enable_coupons','yes','yes'),(1132,'woocommerce_calc_discounts_sequentially','no','no'),(1133,'woocommerce_currency','USD','yes'),(1134,'woocommerce_currency_pos','left','yes'),(1135,'woocommerce_price_thousand_sep',',','yes'),(1136,'woocommerce_price_decimal_sep','.','yes'),(1137,'woocommerce_price_num_decimals','2','yes'),(1138,'woocommerce_shop_page_id','13341','yes'),(1139,'woocommerce_cart_redirect_after_add','no','yes'),(1140,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(1141,'woocommerce_placeholder_image','13340','yes'),(1142,'woocommerce_weight_unit','kg','yes'),(1143,'woocommerce_dimension_unit','cm','yes'),(1144,'woocommerce_enable_reviews','yes','yes'),(1145,'woocommerce_review_rating_verification_label','yes','no'),(1146,'woocommerce_review_rating_verification_required','no','no'),(1147,'woocommerce_enable_review_rating','yes','yes'),(1148,'woocommerce_review_rating_required','yes','no'),(1149,'woocommerce_manage_stock','yes','yes'),(1150,'woocommerce_hold_stock_minutes','60','no'),(1151,'woocommerce_notify_low_stock','yes','no'),(1152,'woocommerce_notify_no_stock','yes','no'),(1153,'woocommerce_stock_email_recipient','jasonm@fivefriday.com','no'),(1154,'woocommerce_notify_low_stock_amount','2','no'),(1155,'woocommerce_notify_no_stock_amount','0','yes'),(1156,'woocommerce_hide_out_of_stock_items','no','yes'),(1157,'woocommerce_stock_format','','yes'),(1158,'woocommerce_file_download_method','force','no'),(1159,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(1160,'woocommerce_downloads_require_login','no','no'),(1161,'woocommerce_downloads_grant_access_after_payment','yes','no'),(1162,'woocommerce_downloads_deliver_inline','','no'),(1163,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(1164,'woocommerce_attribute_lookup_enabled','no','yes'),(1165,'woocommerce_attribute_lookup_direct_updates','no','yes'),(1166,'woocommerce_prices_include_tax','no','yes'),(1167,'woocommerce_tax_based_on','shipping','yes'),(1168,'woocommerce_shipping_tax_class','inherit','yes'),(1169,'woocommerce_tax_round_at_subtotal','no','yes'),(1170,'woocommerce_tax_classes','','yes'),(1171,'woocommerce_tax_display_shop','excl','yes'),(1172,'woocommerce_tax_display_cart','excl','yes'),(1173,'woocommerce_price_display_suffix','','yes'),(1174,'woocommerce_tax_total_display','itemized','no'),(1175,'woocommerce_enable_shipping_calc','yes','no'),(1176,'woocommerce_shipping_cost_requires_address','no','yes'),(1177,'woocommerce_ship_to_destination','billing','no'),(1178,'woocommerce_shipping_debug_mode','no','yes'),(1179,'woocommerce_enable_guest_checkout','yes','no'),(1180,'woocommerce_enable_checkout_login_reminder','no','no'),(1181,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(1182,'woocommerce_enable_myaccount_registration','no','no'),(1183,'woocommerce_registration_generate_username','yes','no'),(1184,'woocommerce_registration_generate_password','yes','no'),(1185,'woocommerce_erasure_request_removes_order_data','no','no'),(1186,'woocommerce_erasure_request_removes_download_data','no','no'),(1187,'woocommerce_allow_bulk_remove_personal_data','no','no'),(1188,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(1189,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(1190,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(1191,'woocommerce_trash_pending_orders','','no'),(1192,'woocommerce_trash_failed_orders','','no'),(1193,'woocommerce_trash_cancelled_orders','','no'),(1194,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(1195,'woocommerce_email_from_name','Dean's Stationary','no'),(1196,'woocommerce_email_from_address','jasonm@fivefriday.com','no'),(1197,'woocommerce_email_header_image','','no'),(1198,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(1199,'woocommerce_email_base_color','#7f54b3','no'),(1200,'woocommerce_email_background_color','#f7f7f7','no'),(1201,'woocommerce_email_body_background_color','#ffffff','no'),(1202,'woocommerce_email_text_color','#3c3c3c','no'),(1203,'woocommerce_merchant_email_notifications','no','no'),(1204,'woocommerce_cart_page_id','13342','no'),(1205,'woocommerce_checkout_page_id','13343','no'),(1206,'woocommerce_myaccount_page_id','13344','no'),(1207,'woocommerce_terms_page_id','','no'),(1208,'woocommerce_force_ssl_checkout','no','yes'),(1209,'woocommerce_unforce_ssl_checkout','no','yes'),(1210,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(1211,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(1212,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(1213,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(1214,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(1215,'woocommerce_myaccount_orders_endpoint','orders','yes'),(1216,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(1217,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(1218,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(1219,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(1220,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(1221,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(1222,'woocommerce_logout_endpoint','customer-logout','yes'),(1223,'woocommerce_api_enabled','no','yes'),(1224,'woocommerce_allow_tracking','no','no'),(1225,'woocommerce_show_marketplace_suggestions','yes','no'),(1226,'woocommerce_analytics_enabled','yes','yes'),(1227,'woocommerce_navigation_enabled','no','yes'),(1228,'woocommerce_feature_custom_order_tables_enabled','no','yes'),(1229,'woocommerce_single_image_width','600','yes'),(1230,'woocommerce_thumbnail_image_width','300','yes'),(1231,'woocommerce_checkout_highlight_required_fields','yes','yes'),(1232,'woocommerce_demo_store','no','no'),(1233,'wc_downloads_approved_directories_mode','enabled','yes'),(1234,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(1235,'current_theme_supports_woocommerce','yes','yes'),(1236,'woocommerce_queue_flush_rewrite_rules','no','yes'),(1237,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(1238,'product_cat_children','a:0:{}','yes'),(1239,'default_product_cat','33','yes'),(1241,'woocommerce_refund_returns_page_id','13345','yes'),(1244,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:21:\"jasonm@fivefriday.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:21:\"jasonm@fivefriday.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','yes'),(1245,'woocommerce_version','7.2.1','yes'),(1246,'woocommerce_db_version','7.2.1','yes'),(1247,'woocommerce_admin_install_timestamp','1671548851','yes'),(1248,'woocommerce_inbox_variant_assignment','12','yes'),(1249,'_transient_timeout__woocommerce_upload_directory_status','1671635251','no'),(1250,'_transient__woocommerce_upload_directory_status','protected','no'),(1254,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),(1255,'action_scheduler_lock_async-request-runner','1671569262','yes'),(1256,'woocommerce_admin_notices','a:2:{i:0;s:20:\"no_secure_connection\";i:1;s:14:\"template_files\";}','yes'),(1257,'revslider_update_version','6.6.0','yes'),(1258,'n2_ss3_version','3.5.1.12/b:release-3.5.1.12/r:23139749a8387f67159e398e0146aff72bfb37ed','yes'),(1259,'jet-license-data','a:1:{s:12:\"license-list\";a:0:{}}','yes'),(1260,'_site_transient_timeout_jet_dashboard_license_expire_check','1671592055','no'),(1261,'_site_transient_jet_dashboard_license_expire_check','true','no'),(1262,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"h206imm567cM7po0kmBnxYshzI3ciDSA\";}','yes'),(1263,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(1264,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1265,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1266,'widget_awesomeweatherwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1267,'widget_custom-twitter-feeds-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1268,'widget_live_weather_station_widget_outdoor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1269,'widget_live_weather_station_widget_psychrometry','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1270,'widget_live_weather_station_widget_ephemeris','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1271,'widget_live_weather_station_widget_indoor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1272,'widget_live_weather_station_widget_fire','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1273,'widget_live_weather_station_widget_thunderstorm','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1274,'widget_live_weather_station_widget_solar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1275,'widget_master-slider-main-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1276,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1277,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1278,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1279,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1280,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1281,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1282,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1283,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1284,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1285,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1286,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1287,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1288,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1289,'widget_instagram-feed-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1290,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1291,'masterslider_default_options_added','1','yes'),(1292,'masterslider_default_buttons_added','1','yes'),(1293,'menu_icons_install','1671548857','yes'),(1294,'mwb_mbfw_plugin_setting_migrated','yes','yes'),(1295,'bg_shce_effectsEnabled','0','yes'),(1296,'bg_shce_animationEffect','blind','yes'),(1297,'bg_shce_animationSpeed','400','yes'),(1298,'bg_shce_stickToBottom','0','yes'),(1299,'bg_shce_preset1','view=\"link\" icon=\"arrow\" color=\"#0071bb\" collapse_text=\"Click to close\" inline_css=\"font-weight:bold;\"','yes'),(1300,'_transient_timeout_as-post-store-dependencies-met','1671635257','no'),(1301,'_transient_as-post-store-dependencies-met','yes','no'),(1302,'sbi_usage_tracking_config','a:6:{s:3:\"day\";i:3;s:4:\"hour\";i:23;s:6:\"minute\";i:21;s:6:\"second\";i:45;s:6:\"offset\";i:343305;s:8:\"initsend\";i:1671664905;}','yes'),(1303,'vc_version','6.8.0','yes'),(1304,'_transient_timeout_custom_twitter_feeds_rating_notice_waiting','1672758457','no'),(1305,'_transient_custom_twitter_feeds_rating_notice_waiting','waiting','no'),(1306,'ctf_rating_notice','pending','no'),(1307,'ctf_statuses','a:3:{s:13:\"first_install\";i:1671548857;s:24:\"support_legacy_shortcode\";b:0;s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1671548943;s:11:\"initialized\";i:1671548943;}}','yes'),(1308,'ctf_db_version','1.4','yes'),(1309,'_transient_timeout_instagram_feed_rating_notice_waiting','1672758458','no'),(1310,'_transient_instagram_feed_rating_notice_waiting','waiting','no'),(1311,'sbi_rating_notice','pending','no'),(1312,'sbi_db_version','2.1','yes'),(1313,'sb_instagram_errors','a:9:{s:10:\"connection\";a:0:{}s:7:\"hashtag\";a:0:{}s:8:\"resizing\";a:0:{}s:15:\"database_create\";a:0:{}s:10:\"upload_dir\";a:0:{}s:8:\"accounts\";a:0:{}s:9:\"error_log\";a:0:{}s:10:\"action_log\";a:1:{i:0;s:41:\"12-20 15:07:38 - Retesting GDPR features.\";}s:7:\"revoked\";a:0:{}}','no'),(1314,'sb_instagram_settings','a:44:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";s:0:\"\";s:30:\"sb_instagram_preserve_settings\";s:0:\"\";s:23:\"sb_instagram_ajax_theme\";b:0;s:27:\"sb_instagram_disable_resize\";b:0;s:23:\"sb_instagram_cache_time\";i:1;s:28:\"sb_instagram_cache_time_unit\";s:5:\"hours\";s:16:\"sbi_caching_type\";s:10:\"background\";s:23:\"sbi_cache_cron_interval\";s:7:\"12hours\";s:19:\"sbi_cache_cron_time\";s:1:\"1\";s:20:\"sbi_cache_cron_am_pm\";s:2:\"am\";s:18:\"sb_instagram_width\";s:3:\"100\";s:23:\"sb_instagram_width_unit\";s:1:\"%\";s:28:\"sb_instagram_feed_width_resp\";b:0;s:19:\"sb_instagram_height\";s:0:\"\";s:16:\"sb_instagram_num\";s:2:\"20\";s:24:\"sb_instagram_height_unit\";s:0:\"\";s:17:\"sb_instagram_cols\";s:1:\"4\";s:27:\"sb_instagram_disable_mobile\";b:0;s:26:\"sb_instagram_image_padding\";s:1:\"5\";s:31:\"sb_instagram_image_padding_unit\";s:2:\"px\";s:17:\"sb_instagram_sort\";s:4:\"none\";s:23:\"sb_instagram_background\";s:0:\"\";s:21:\"sb_instagram_show_btn\";b:1;s:27:\"sb_instagram_btn_background\";s:0:\"\";s:27:\"sb_instagram_btn_text_color\";s:0:\"\";s:21:\"sb_instagram_btn_text\";s:12:\"Load More...\";s:22:\"sb_instagram_image_res\";s:4:\"auto\";s:24:\"sb_instagram_show_header\";b:1;s:24:\"sb_instagram_header_size\";s:5:\"small\";s:25:\"sb_instagram_header_color\";s:0:\"\";s:28:\"sb_instagram_show_follow_btn\";b:1;s:33:\"sb_instagram_folow_btn_background\";s:0:\"\";s:34:\"sb_instagram_follow_btn_text_color\";s:0:\"\";s:28:\"sb_instagram_follow_btn_text\";s:19:\"Follow on Instagram\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:2:\"no\";s:19:\"sb_instagram_backup\";b:1;s:15:\"sb_ajax_initial\";b:0;s:24:\"enqueue_css_in_shortcode\";b:0;s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:28:\"sb_instagram_disable_awesome\";b:0;s:18:\"connected_accounts\";a:0:{}}','yes'),(1315,'sbi_single_cache','lVTsTbgoXbnekYafu02u4W9kTGdqZVQ2N21lenZmK0kwTDhrMHpDendhZHlkTmZocEJBQWp0ODFwdVkwSmVzTVMvSXRVdUxkc2lkUGRwV3Q0OGRCcVlsZTlINlZ6WG8rR3RkMHptYU8=','no'),(1317,'_transient_timeout_wc_term_counts','1674140860','no'),(1318,'_transient_wc_term_counts','a:1:{i:33;s:0:\"\";}','no'),(1319,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1672153675','no'),(1320,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:1:{s:5:\"en_US\";a:36:{s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:24:\"admin.php?page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:14:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:251:\"WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:17:25\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons§ion=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:26:\"ecomm-wc-navigation-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"ecomm-wc-navigation-survey\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"We’d like your feedback on the WooCommerce navigation\";s:7:\"content\";s:134:\"We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:63:\"https://automattic.survey.fm/feedback-on-woocommerce-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:38:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:90;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins > Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:17:\"wc-admin-wisepad3\";O:8:\"stdClass\":8:{s:4:\"slug\";s:17:\"wc-admin-wisepad3\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:74:\"Take your business on the go in Canada with WooCommerce In-Person Payments\";s:7:\"content\";s:275:\"Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"wc-admin-wisepad3\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Grow my business offline\";}}s:3:\"url\";s:126:\"https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-06-15 10:00:28\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}}}s:47:\"woocommerce-payments-august-2022-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-payments-august-2022-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Action required: Please update WooCommerce Payments\";s:7:\"content\";s:213:\"An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:96:\"https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-08-09 14:44:17\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"3.9\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"4.5.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.1\";}}}s:46:\"woocommerce-payments-august-2022-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-payments-august-2022-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"WooCommerce Payments has been automatically updated\";s:7:\"content\";s:265:\"You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:96:\"https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-08-09 14:41:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:47:\"woocommerce-payments-august-2022-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.1\";}}}}}s:37:\"woocommerce_admin_deprecation_q4_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"woocommerce_admin_deprecation_q4_2022\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:41:\"WooCommerce Admin is part of WooCommerce!\";s:7:\"content\";s:163:\"To make sure your store continues to run smoothly, check that WooCommerce is up-to-date – at least version 6.5 – and then disable the WooCommerce Admin plugin.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"woocommerce_admin_deprecation_q4_2022\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:28:\"Deactivate WooCommerce Admin\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-04 09:00:33\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-01-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:17:\"woocommerce-admin\";}}}}s:23:\"tiktok-targeted-q4-2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:23:\"tiktok-targeted-q4-2022\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:76:\"Get $200 in ad credit from TikTok after you spend $20 on your first campaign\";s:7:\"content\";s:324:\"Reach one billion shoppers with TikTok for WooCommerce this holiday season! Sync your product catalog, capture insights, and create ad campaigns right from your dashboard. Connect your store today to unlock this limited time offer! <a href=\"https://ads.tiktok.com/help/article?aid=10011326\">Terms & conditions apply</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"tiktok-targeted-q4-2022-click\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Launch a campaign\";}}s:3:\"url\";s:140:\"https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-targeted-q4-2022-click\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-10-25 00:40:14\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-12-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:1000;s:9:\"operation\";s:1:\">\";}}}s:24:\"paypal_paylater_g3_q4_22\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"paypal_paylater_g3_q4_22\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:7:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Turn browsers into buyers with Pay Later\";s:7:\"content\";s:322:\"Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4 & Pay Monthly, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.\";}i:1;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en-GB\";s:5:\"title\";s:55:\"Turn browsers into buyers with Pay in 3 & PayPal Credit\";s:7:\"content\";s:324:\"Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 3 & PayPal Credit, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.\";}i:2;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_AU\";s:5:\"title\";s:39:\"Turn browsers into buyers with Pay in 4\";s:7:\"content\";s:304:\"Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.\";}i:3;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"fr_FR\";s:5:\"title\";s:61:\"Transformez les visiteurs en acheteurs avec le Paiement en 4X\";s:7:\"content\";s:321:\"Ajoutez PayPal à vos modes de paiement et proposez notre Paiement en 4X. Disponible dans les Paiements PayPal, le Paiement en 4X vous permet de recevoir votre paiement immédiatement, tandis que vos clients paient en plusieurs fois. Augmentez le panier moyen et boostez vos ventes, sans frais supplémentaires pour vous.\";}i:4;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"de_DE\";s:5:\"title\";s:127:\"Verwandeln Sie potenzielle Käufer*innen mit der PayPal Ratenzahlung und Bezahlung nach 30 Tagen in tatsächliche Käufer*innen\";s:7:\"content\";s:327:\"Bieten Sie mit PayPal Payments die „Später bezahlen“-Optionen einer vertrauenswürdigen Marke an. Sie erhalten Ihr Geld mit PayPal Ratenzahlung und Bezahlen nach 30 Tagen sofort und Ihre Kund*innen können flexibel bezahlen. Steigern Sie den durchschnittlichen Bestellwert und Ihre Conversion – ohne zusätzliche Kosten.\";}i:5;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"es_ES\";s:5:\"title\";s:62:\"Convierte a los visitantes en compradores con Paga en 3 plazos\";s:7:\"content\";s:326:\"Añade PayPal al pago y ofrece a los clientes la opción de pagar a plazos con una marca de confianza. Con Paga en 3 plazos de PayPal, los clientes pueden pagar poco a poco y tú recibes el importe por adelantado. Contribuye a aumentar el valor medio de tus pedidos y a lograr más ventas, sin ningún coste adicional para ti.\";}i:6;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"it_IT\";s:5:\"title\";s:53:\"Con Paga in 3 rate i visitatori diventano acquirenti.\";s:7:\"content\";s:341:\"Aggiungi PayPal tra i tuoi metodi di pagamento e offri ai tuoi clienti un pagamento a rate di cui si fidano. Con Paga in 3 rate di PayPal tu ricevi il pagamento interamente all\'acquisto e i tuoi clienti possono dilazionarlo in più rate. Promuovi un incremento del valore medio degli ordini e delle conversioni, senza alcun costo aggiuntivo.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"paypal_paylater_g3_q4_22\";s:7:\"locales\";a:7:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:23:\"Install PayPal Payments\";}i:1;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_GB\";s:5:\"label\";s:23:\"Install PayPal Payments\";}i:2;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_AU\";s:5:\"label\";s:23:\"Install PayPal Payments\";}i:3;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"fr_FR\";s:5:\"label\";s:30:\"Installer les Paiements PayPal\";}i:4;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"de_DE\";s:5:\"label\";s:28:\"PayPal Payments installieren\";}i:5;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"es_ES\";s:5:\"label\";s:25:\"Instalar Pagos con PayPal\";}i:6;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"it_IT\";s:5:\"label\";s:25:\"Installa Pagamenti PayPal\";}}s:3:\"url\";s:140:\"https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g3_q4_22\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-01 15:00:48\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-01-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FR\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"DE\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ES\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IT\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:15:\"paypal-advanced\";}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:9:\"braintree\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:10:\"paypal-pro\";}}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:15:\"paypal-standard\";}}i:7;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"paypal-plus-for-germany\";}}i:8;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:35:\"woocommerce-gateway-paypal-checkout\";}}}}}}}}s:24:\"paypal_paylater_g2_q4_22\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"paypal_paylater_g2_q4_22\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Upgrade to PayPal Payments to offer Pay Later at checkout\";s:7:\"content\";s:283:\"PayPal Pay Later is included in PayPal Payments at no additional cost to you. Customers can spread their payments over time while you get paid up front. \r\nThere’s never been a better time to upgrade your PayPal plugin. Simply download it and connect with a PayPal Business account.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"paypal_paylater_g2_q4_22\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:23:\"Install PayPal Payments\";}}s:3:\"url\";s:140:\"https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-03 15:00:41\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-02-01 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FR\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"DE\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ES\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IT\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:15:\"paypal-advanced\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:9:\"braintree\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:10:\"paypal-pro\";}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:15:\"paypal-standard\";}}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"paypal-plus-for-germany\";}}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:35:\"woocommerce-gateway-paypal-checkout\";}}}}}}s:52:\"google_listings_ads_custom_attribute_mapping_q4_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"google_listings_ads_custom_attribute_mapping_q4_2022\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:80:\"Our latest improvement to the Google Listings & Ads extension: Attribute Mapping\";s:7:\"content\";s:230:\"You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"google_listings_ads_custom_attribute_mapping_q4_2022\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:182:\"https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-30 21:14:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}s:26:\"wc-admin-manualauthcapture\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"wc-admin-manualauthcapture\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:50:\"Miss fewer manual payments in WooCommerce Payments\";s:7:\"content\";s:196:\"Using WooCommerce Payments to manually authorize and capture payments? We’ve introduced a simplified and more efficient process, so you can miss fewer payments and continue to grow your revenue.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"wc-admin-manualauthcapture\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:172:\"https://woocommerce.com/document/woocommerce-payments/settings-guide/authorize-and-capture/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-manualauthcapture\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-30 21:06:05\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-12-23 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}s:21:\"apple_pay_square_q422\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"apple_pay_square_q422\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Grow your business with Apple Pay\";s:7:\"content\";s:241:\"Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Enable Apple Pay with Square by selecting Settings > Payments > Square.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"apple_pay_square_q422\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Enable Apple Pay\";}}s:3:\"url\";s:76:\"/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=square_credit_card\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-12-07 18:00:39\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-12-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:6:\"square\";}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:6:\"stripe\";}}}}}}}}s:20:\"apple_pay_wcpay_q422\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"apple_pay_wcpay_q422\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Grow your business with Apple Pay\";s:7:\"content\";s:280:\"Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Confirm Apple Pay is enabled by selecting Payments > Settings and making sure Enable express checkouts is checked.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"apple_pay_wcpay_q422\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Enable Apple Pay\";}}s:3:\"url\";s:78:\"/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-12-07 18:00:52\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-12-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}','no'),(1321,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}','no'),(1323,'ai1wmte_plugin_key','1','yes'),(1324,'wc_blocks_db_schema_version','260','yes'),(1325,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(1326,'ctf_notifications','a:4:{s:6:\"update\";i:1671548862;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(1327,'ctf_newuser_notifications','a:4:{s:6:\"update\";i:1671548862;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:22:\"Could you help us out?\";s:7:\"content\";s:273:\"It\'s great to see that you\'ve been using the <strong><span>{plugin}</span></strong> plugin for a while now. Hopefully you\'re happy with it! If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:31:\"sbi_notice_dismiss sbi_main_cta\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:221:\"<strong><span>Exclusive offer!</span></strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong><span>{amount} off</span></strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(1330,'sbi_notifications','a:4:{s:6:\"update\";i:1671548863;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(1331,'sbi_newuser_notifications','a:4:{s:6:\"update\";i:1671548863;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:22:\"Could you help us out?\";s:7:\"content\";s:273:\"It\'s great to see that you\'ve been using the <strong><span>{plugin}</span></strong> plugin for a while now. Hopefully you\'re happy with it! If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:31:\"sbi_notice_dismiss sbi_main_cta\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:221:\"<strong><span>Exclusive offer!</span></strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong><span>{amount} off</span></strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(1335,'_transient_timeout_wc_onboarding_product_data','1671635265','no'),(1336,'_transient_wc_onboarding_product_data','a:1:{s:5:\"en_US\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:18:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 20 Dec 2022 15:07:45 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:33:\"X-WP-Total, X-WP-TotalPages, Link\";s:28:\"access-control-allow-headers\";s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";s:13:\"x-wccom-cache\";s:3:\"HIT\";s:13:\"cache-control\";s:10:\"max-age=60\";s:5:\"allow\";s:3:\"GET\";s:4:\"x-rq\";s:13:\"vie1 0 4 9980\";s:16:\"content-encoding\";s:4:\"gzip\";s:3:\"age\";s:1:\"0\";s:7:\"x-cache\";s:4:\"miss\";s:4:\"vary\";s:23:\"Accept-Encoding, Origin\";s:13:\"accept-ranges\";s:5:\"bytes\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}}s:4:\"body\";s:70941:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":4.1,\"reviews_count\":15,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.5,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":4.6,\"reviews_count\":10,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin to reach your customers across Facebook, Instagram, Messenger and WhatsApp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":61,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/04\\/fb-woodotcom.png\"},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards & local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.3,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":87,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Sync with Google Merchant Center and control your product feed. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.7,\"reviews_count\":19,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/WooCommerce-icon-160x160-1.webp\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.4,\"reviews_count\":61,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":3.4,\"reviews_count\":85,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.3,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.5,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Ai Powered Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Harness your potential and get in front of ideal customers on Google, Facebook, and the Open Web. Reach beyond your competition, and unleash the power of your brand with Kliken.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":110,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Kliken-Woo-Logo-1.png\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Minimum and maximum quantity rules for products, orders and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":3.8,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":121,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":4,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":88,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":2.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.9,\"reviews_count\":13,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce AvaTax\",\"image\":\"\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":3.3,\"reviews_count\":14,\"vendor_name\":\"Avalara\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/avalara\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Avalara-Wordpress-Plugin-Creative_icon-80.png\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Codisto Omnichannel Commerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"One plugin to sell on Amazon, eBay, Walmart, & Google directly from WooCommerce, with automation and real-time sync.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3,\"reviews_count\":39,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.4,\"reviews_count\":49,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/amazon-s3-storage-icon.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/force-sells-icon.png\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/quick-view-icon.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/360-image-icon.png\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/01\\/photography-icon.png\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/software-add-on-icon.png\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/04\\/products-compare-icon.png\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/store-catalog-pdf-download-icon.png\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.3,\"reviews_count\":45,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-icon-80px@2x.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for gift cards, discounts, coupons, store credits, BOGO deals, product giveaways, offers, and promotions. Smart Coupons is the original, most complete, best selling and most advanced WooCommerce coupons plugin.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.4,\"reviews_count\":148,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":31,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":62,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Pinterest for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\"},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.4,\"reviews_count\":50,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"$19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.3,\"reviews_count\":31,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":30,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":100,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":3.7,\"reviews_count\":10,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Trustpilot Reviews\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Trustpilot_brandmark_gr-blk_RGB-2-1-px9shb.png\",\"excerpt\":\"Collect and showcase verified reviews that consumers trust.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/trustpilot-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cbbd9b5e-b226-492c-a87e-cb21743ed8bf\",\"slug\":\"trustpilot-reviews\",\"id\":8173894,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Trustpilot\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/trustpilot\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/Woo-Trustpilot-zgsdbl.png\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$149.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/qb_thumb.png\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.4,\"reviews_count\":15,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"$0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Klarna.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"TikTok is offering eligible merchants $200 in TikTok ad credit (terms & conditions apply). Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":3.5,\"reviews_count\":14,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.3,\"reviews_count\":161,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":3.6,\"reviews_count\":26,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Viva-Wallet.png\"},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Connect your WooCommerce store to HubSpot. Sync, automate & analyze data with HubSpot WooCommerce Integration\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MakeWebBetter\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/makewebbetter\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/woo-HubSpot.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"reCaptcha for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/WooCommerce-reCpatcha.png?w=150&h=150&crop=1\",\"excerpt\":\"Protect your eCommerce store from malicious and automated attacks by using reCaptcha for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/recaptcha-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.i13websolution.com\\/wp-test\\/\",\"price\":\"$29.00\",\"hash\":\"c9793ede-aadc-484f-8c5a-1a0776604ce6\",\"slug\":\"recaptcha-for-woocommerce\",\"id\":5347485,\"rating\":4.6,\"reviews_count\":17,\"vendor_name\":\"I13 Web Solution\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/i13-web-solution\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/reCaptcha-For-WooCOmmerce-logo-164x164-2.png\"}]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:70941:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":4.1,\"reviews_count\":15,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.5,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":4.6,\"reviews_count\":10,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin to reach your customers across Facebook, Instagram, Messenger and WhatsApp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":61,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/04\\/fb-woodotcom.png\"},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards & local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.3,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":87,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Sync with Google Merchant Center and control your product feed. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.7,\"reviews_count\":19,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/WooCommerce-icon-160x160-1.webp\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.4,\"reviews_count\":61,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":3.4,\"reviews_count\":85,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.3,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.5,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Ai Powered Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Harness your potential and get in front of ideal customers on Google, Facebook, and the Open Web. Reach beyond your competition, and unleash the power of your brand with Kliken.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":110,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Kliken-Woo-Logo-1.png\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Minimum and maximum quantity rules for products, orders and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":3.8,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":121,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":4,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":88,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":2.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.9,\"reviews_count\":13,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce AvaTax\",\"image\":\"\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":3.3,\"reviews_count\":14,\"vendor_name\":\"Avalara\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/avalara\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Avalara-Wordpress-Plugin-Creative_icon-80.png\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Codisto Omnichannel Commerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"One plugin to sell on Amazon, eBay, Walmart, & Google directly from WooCommerce, with automation and real-time sync.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3,\"reviews_count\":39,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.4,\"reviews_count\":49,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/amazon-s3-storage-icon.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/force-sells-icon.png\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/quick-view-icon.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/360-image-icon.png\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/01\\/photography-icon.png\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/software-add-on-icon.png\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/04\\/products-compare-icon.png\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/store-catalog-pdf-download-icon.png\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.3,\"reviews_count\":45,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-icon-80px@2x.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for gift cards, discounts, coupons, store credits, BOGO deals, product giveaways, offers, and promotions. Smart Coupons is the original, most complete, best selling and most advanced WooCommerce coupons plugin.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.4,\"reviews_count\":148,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":31,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":62,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Pinterest for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\"},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.4,\"reviews_count\":50,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"$19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.3,\"reviews_count\":31,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":30,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":100,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":3.7,\"reviews_count\":10,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Trustpilot Reviews\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Trustpilot_brandmark_gr-blk_RGB-2-1-px9shb.png\",\"excerpt\":\"Collect and showcase verified reviews that consumers trust.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/trustpilot-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cbbd9b5e-b226-492c-a87e-cb21743ed8bf\",\"slug\":\"trustpilot-reviews\",\"id\":8173894,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Trustpilot\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/trustpilot\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/Woo-Trustpilot-zgsdbl.png\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$149.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/qb_thumb.png\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.4,\"reviews_count\":15,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"$0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Klarna.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"TikTok is offering eligible merchants $200 in TikTok ad credit (terms & conditions apply). Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":3.5,\"reviews_count\":14,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.3,\"reviews_count\":161,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":3.6,\"reviews_count\":26,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Viva-Wallet.png\"},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Connect your WooCommerce store to HubSpot. Sync, automate & analyze data with HubSpot WooCommerce Integration\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MakeWebBetter\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/makewebbetter\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/woo-HubSpot.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"reCaptcha for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/WooCommerce-reCpatcha.png?w=150&h=150&crop=1\",\"excerpt\":\"Protect your eCommerce store from malicious and automated attacks by using reCaptcha for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/recaptcha-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.i13websolution.com\\/wp-test\\/\",\"price\":\"$29.00\",\"hash\":\"c9793ede-aadc-484f-8c5a-1a0776604ce6\",\"slug\":\"recaptcha-for-woocommerce\",\"id\":5347485,\"rating\":4.6,\"reviews_count\":17,\"vendor_name\":\"I13 Web Solution\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/i13-web-solution\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/reCaptcha-For-WooCOmmerce-logo-164x164-2.png\"}]}\";s:3:\"raw\";s:71626:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Tue, 20 Dec 2022 15:07:45 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link\r\nAccess-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\r\nX-WCCOM-Cache: HIT\r\nCache-Control: max-age=60\r\nAllow: GET\r\nX-rq: vie1 0 4 9980\r\nContent-Encoding: gzip\r\nAge: 0\r\nX-Cache: miss\r\nVary: Accept-Encoding, Origin\r\nAccept-Ranges: bytes\r\nStrict-Transport-Security: max-age=31536000\r\n\r\n{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":4.1,\"reviews_count\":15,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.5,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":4.6,\"reviews_count\":10,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin to reach your customers across Facebook, Instagram, Messenger and WhatsApp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":61,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/04\\/fb-woodotcom.png\"},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards & local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.3,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":87,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Sync with Google Merchant Center and control your product feed. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.7,\"reviews_count\":19,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/WooCommerce-icon-160x160-1.webp\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.4,\"reviews_count\":61,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":3.4,\"reviews_count\":85,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.3,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.5,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Ai Powered Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Harness your potential and get in front of ideal customers on Google, Facebook, and the Open Web. Reach beyond your competition, and unleash the power of your brand with Kliken.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":110,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Kliken-Woo-Logo-1.png\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Minimum and maximum quantity rules for products, orders and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":3.8,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":121,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":4,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":88,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":2.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.9,\"reviews_count\":13,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce AvaTax\",\"image\":\"\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":3.3,\"reviews_count\":14,\"vendor_name\":\"Avalara\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/avalara\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Avalara-Wordpress-Plugin-Creative_icon-80.png\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Codisto Omnichannel Commerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"One plugin to sell on Amazon, eBay, Walmart, & Google directly from WooCommerce, with automation and real-time sync.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3,\"reviews_count\":39,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.4,\"reviews_count\":49,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/amazon-s3-storage-icon.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/force-sells-icon.png\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/quick-view-icon.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/360-image-icon.png\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/01\\/photography-icon.png\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/software-add-on-icon.png\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/04\\/products-compare-icon.png\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/store-catalog-pdf-download-icon.png\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.3,\"reviews_count\":45,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-icon-80px@2x.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for gift cards, discounts, coupons, store credits, BOGO deals, product giveaways, offers, and promotions. Smart Coupons is the original, most complete, best selling and most advanced WooCommerce coupons plugin.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.4,\"reviews_count\":148,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":31,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":62,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Pinterest for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\"},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.4,\"reviews_count\":50,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"$19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.3,\"reviews_count\":31,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":30,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":100,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":3.7,\"reviews_count\":10,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Trustpilot Reviews\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Trustpilot_brandmark_gr-blk_RGB-2-1-px9shb.png\",\"excerpt\":\"Collect and showcase verified reviews that consumers trust.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/trustpilot-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cbbd9b5e-b226-492c-a87e-cb21743ed8bf\",\"slug\":\"trustpilot-reviews\",\"id\":8173894,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Trustpilot\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/trustpilot\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/Woo-Trustpilot-zgsdbl.png\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$149.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/qb_thumb.png\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.4,\"reviews_count\":15,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"$0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Klarna.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"TikTok is offering eligible merchants $200 in TikTok ad credit (terms & conditions apply). Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":3.5,\"reviews_count\":14,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.3,\"reviews_count\":161,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":3.6,\"reviews_count\":26,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Viva-Wallet.png\"},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Connect your WooCommerce store to HubSpot. Sync, automate & analyze data with HubSpot WooCommerce Integration\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MakeWebBetter\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/makewebbetter\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/woo-HubSpot.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"reCaptcha for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/WooCommerce-reCpatcha.png?w=150&h=150&crop=1\",\"excerpt\":\"Protect your eCommerce store from malicious and automated attacks by using reCaptcha for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/recaptcha-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.i13websolution.com\\/wp-test\\/\",\"price\":\"$29.00\",\"hash\":\"c9793ede-aadc-484f-8c5a-1a0776604ce6\",\"slug\":\"recaptcha-for-woocommerce\",\"id\":5347485,\"rating\":4.6,\"reviews_count\":17,\"vendor_name\":\"I13 Web Solution\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/i13-web-solution\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/reCaptcha-For-WooCOmmerce-logo-164x164-2.png\"}]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:18:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 20 Dec 2022 15:07:45 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:33:\"X-WP-Total, X-WP-TotalPages, Link\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";}s:13:\"x-wccom-cache\";a:1:{i:0;s:3:\"HIT\";}s:13:\"cache-control\";a:1:{i:0;s:10:\"max-age=60\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:4:\"x-rq\";a:1:{i:0;s:13:\"vie1 0 4 9980\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:3:\"age\";a:1:{i:0;s:1:\"0\";}s:7:\"x-cache\";a:1:{i:0;s:4:\"miss\";}s:4:\"vary\";a:1:{i:0;s:23:\"Accept-Encoding, Origin\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=31536000\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:136:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search?user-agent=WooCommerce/7.2.1;%20http://test.buildfivefriday.com&locale=en_US\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}}','no'),(1337,'_transient_timeout_woocommerce_admin_remote_free_extensions_specs','1672153665','no'),(1338,'_transient_woocommerce_admin_remote_free_extensions_specs','a:1:{s:5:\"en_US\";a:4:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"description\";s:163:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooCommerce Payments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":4:{s:11:\"description\";s:119:\"Print shipping labels with <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"woocommerce-services:shipping\";}i:2;O:8:\"stdClass\":4:{s:11:\"description\";s:111:\"Get automated sales tax with <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":4:{s:11:\"description\";s:110:\"Enhance speed and security with <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:8:\"mailpoet\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:21:\"Google Listings & Ads\";s:11:\"description\";s:127:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google Listings and Ads</a>\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:23:\"google-listings-and-ads\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:141:\"List products and create ads on Facebook and Instagram with <a href=\"https://woocommerce.com/products/facebook/\">Facebook for WooCommerce</a>\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:168:\"Create ad campaigns and reach one billion global users with <a href=\"https://woocommerce.com/products/tiktok-for-woocommerce\" target=\"_blank\">TikTok for WooCommerce</a>\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:23:\"tiktok-for-business:alt\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Reach out to customers\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.svg\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:25:\"mailchimp-for-woocommerce\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Creative Mail for WooCommerce\";s:11:\"description\";s:99:\"Create on-brand store campaigns, fast email promotions and customer retargeting with Creative Mail.\";s:9:\"image_url\";s:121:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/creative-mail-by-constant-contact.png\";s:10:\"manage_url\";s:27:\"admin.php?page=creativemail\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"creative-mail-by-constant-contact\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Google Listings & Ads\";s:11:\"description\";s:134:\"Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MY\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PH\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VN\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TH\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"KR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IL\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UA\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TR\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SA\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:55:\"List products and create ads on Facebook and Instagram.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}}}}}','no'),(1339,'_transient_woocommerce_shipping_task_zone_count_transient','0','yes'),(1340,'acf_version','5.11.4','yes'),(1341,'_transient_timeout_msp_get_token_validation_status','1671635266','no'),(1342,'_transient_msp_get_token_validation_status','5','no'),(1343,'msp_general_setting','','yes'),(1344,'msp_envato_license','','yes'),(1345,'msp_woocommerce','','yes'),(1346,'msp_advanced','','yes'),(1347,'msp_replacer','','yes'),(1348,'masterslider_plugin_version','3.5.9','yes'),(1349,'wpb_js_composer_license_activation_notified','yes','yes'),(1351,'_transient_timeout_jet_elements_categories_2.6.2','1672153670','no'),(1352,'_transient_jet_elements_categories_2.6.2','a:24:{i:0;s:21:\"jet advanced carousel\";i:1;s:16:\"jet advanced map\";i:2;s:16:\"jet animated box\";i:3;s:17:\"jet animated text\";i:4;s:10:\"jet banner\";i:5;s:10:\"jet brands\";i:6;s:10:\"jet button\";i:7;s:19:\"jet circle progress\";i:8;s:19:\"jet countdown timer\";i:9;s:12:\"jet headline\";i:10;s:20:\"jet image comparison\";i:11;s:22:\"jet images grid layout\";i:12;s:25:\"jet images justify layout\";i:13;s:25:\"jet images masonry layout\";i:14;s:17:\"jet post carousel\";i:15;s:15:\"jet post slider\";i:16;s:14:\"jet posts grid\";i:17;s:17:\"jet pricing table\";i:18;s:16:\"jet progress bar\";i:19;s:12:\"jet services\";i:20;s:10:\"jet slider\";i:21;s:18:\"jet subscribe form\";i:22;s:16:\"jet team members\";i:23;s:16:\"jet testimonials\";}','no'),(1353,'_transient_timeout_jet_elements_templates_2.6.2','1672153671','no'),(1354,'_transient_jet_elements_templates_2.6.2','a:141:{i:0;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet progress bar\";s:5:\"title\";s:15:\"Progress Bar #1\";s:9:\"thumbnail\";s:73:\"http://jetelements.zemez.io/wp-content/uploads/2018/03/progress-bar-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/progress-bar-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7697\";s:12:\"tmpl_created\";i:1522656108;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:1;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet button\";s:5:\"title\";s:9:\"Button #4\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/button-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/button-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7420\";s:12:\"tmpl_created\";i:1522331798;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:2;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet button\";s:5:\"title\";s:9:\"Button #3\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/button-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/button-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7418\";s:12:\"tmpl_created\";i:1522331746;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:3;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet button\";s:5:\"title\";s:9:\"Button #2\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/button-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/button-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7416\";s:12:\"tmpl_created\";i:1522331134;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:4;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet button\";s:5:\"title\";s:9:\"Button #1\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/button-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/button-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7413\";s:12:\"tmpl_created\";i:1522330934;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:5;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:9:\"Banner #1\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/banner-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7344\";s:12:\"tmpl_created\";i:1522418584;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:6;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet testimonials\";s:5:\"title\";s:15:\"Testimonials #6\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/testimonials-6.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/testimonials-6/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7262\";s:12:\"tmpl_created\";i:1522414197;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:7;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet testimonials\";s:5:\"title\";s:15:\"Testimonials #5\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/testimonials-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/testimonials-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7260\";s:12:\"tmpl_created\";i:1522414173;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:8;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet testimonials\";s:5:\"title\";s:15:\"Testimonials #4\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/testimonials-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/testimonials-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7258\";s:12:\"tmpl_created\";i:1522414149;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:9;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet testimonials\";s:5:\"title\";s:15:\"Testimonials #3\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/testimonials-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/testimonials-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7256\";s:12:\"tmpl_created\";i:1522414124;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:10;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet testimonials\";s:5:\"title\";s:15:\"Testimonials #2\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/testimonials-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/testimonials-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7254\";s:12:\"tmpl_created\";i:1522414062;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:11;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet testimonials\";s:5:\"title\";s:15:\"Testimonials #1\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/testimonials-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/testimonials-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7252\";s:12:\"tmpl_created\";i:1522413987;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:12;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet team members\";s:5:\"title\";s:15:\"Team Members #6\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/team-members-6.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/team-members-6/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7250\";s:12:\"tmpl_created\";i:1522412952;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:13;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet team members\";s:5:\"title\";s:15:\"Team Members #5\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/team-members-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/team-members-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7248\";s:12:\"tmpl_created\";i:1522412810;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:14;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet team members\";s:5:\"title\";s:15:\"Team Members #4\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/team-members-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/team-members-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7246\";s:12:\"tmpl_created\";i:1522412781;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:15;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet team members\";s:5:\"title\";s:15:\"Team Members #3\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/team-members-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/team-members-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7244\";s:12:\"tmpl_created\";i:1522412752;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:16;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet team members\";s:5:\"title\";s:15:\"Team Members #2\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/team-members-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/team-members-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7242\";s:12:\"tmpl_created\";i:1522412733;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:17;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet team members\";s:5:\"title\";s:15:\"Team Members #1\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/team-members-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/team-members-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7240\";s:12:\"tmpl_created\";i:1522412444;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:18;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:18:\"jet subscribe form\";s:5:\"title\";s:17:\"Subscribe Form #3\";s:9:\"thumbnail\";s:78:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/subscribe-form-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:52:\"http://jetelements.zemez.io/blocks/subscribe-form-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7238\";s:12:\"tmpl_created\";i:1522412086;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:19;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:18:\"jet subscribe form\";s:5:\"title\";s:17:\"Subscribe Form #2\";s:9:\"thumbnail\";s:78:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/subscribe-form-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:52:\"http://jetelements.zemez.io/blocks/subscribe-form-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7236\";s:12:\"tmpl_created\";i:1522412088;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:20;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:18:\"jet subscribe form\";s:5:\"title\";s:17:\"Subscribe Form #1\";s:9:\"thumbnail\";s:78:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/subscribe-form-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:52:\"http://jetelements.zemez.io/blocks/subscribe-form-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7234\";s:12:\"tmpl_created\";i:1522412090;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:21;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet slider\";s:5:\"title\";s:9:\"Slider #5\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/slider-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/slider-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7232\";s:12:\"tmpl_created\";i:1522411574;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:22;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet slider\";s:5:\"title\";s:9:\"Slider #4\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/slider-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/slider-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7230\";s:12:\"tmpl_created\";i:1522411525;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:23;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet slider\";s:5:\"title\";s:9:\"Slider #3\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/slider-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/slider-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7228\";s:12:\"tmpl_created\";i:1522411501;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:24;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet slider\";s:5:\"title\";s:9:\"Slider #2\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/slider-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/slider-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7226\";s:12:\"tmpl_created\";i:1522411482;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:25;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet slider\";s:5:\"title\";s:9:\"Slider #1\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/slider-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/slider-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7224\";s:12:\"tmpl_created\";i:1522411424;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:26;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet services\";s:5:\"title\";s:11:\"Services #7\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/services-7.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/services-7/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7222\";s:12:\"tmpl_created\";i:1522410356;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:27;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet services\";s:5:\"title\";s:11:\"Services #6\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/services-6.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/services-6/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7220\";s:12:\"tmpl_created\";i:1522410338;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:28;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet services\";s:5:\"title\";s:11:\"Services #5\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/services-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/services-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7218\";s:12:\"tmpl_created\";i:1522410318;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:29;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet services\";s:5:\"title\";s:11:\"Services #4\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/services-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/services-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7216\";s:12:\"tmpl_created\";i:1522410294;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:30;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet services\";s:5:\"title\";s:11:\"Services #3\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/services-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/services-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7214\";s:12:\"tmpl_created\";i:1522410199;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:31;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet services\";s:5:\"title\";s:11:\"Services #2\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/services-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/services-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7212\";s:12:\"tmpl_created\";i:1522410172;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:32;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet services\";s:5:\"title\";s:11:\"Services #1\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/services-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/services-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7210\";s:12:\"tmpl_created\";i:1522410076;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:33;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet progress bar\";s:5:\"title\";s:15:\"Progress Bar #8\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/progress-bar-8.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/progress-bar-8/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7200\";s:12:\"tmpl_created\";i:1522330084;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:34;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet progress bar\";s:5:\"title\";s:15:\"Progress Bar #7\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/progress-bar-7.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/progress-bar-7/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7198\";s:12:\"tmpl_created\";i:1522420427;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:35;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet progress bar\";s:5:\"title\";s:15:\"Progress Bar #6\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/progress-bar-6.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/progress-bar-6/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7196\";s:12:\"tmpl_created\";i:1522329298;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:36;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet progress bar\";s:5:\"title\";s:15:\"Progress Bar #5\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/progress-bar-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/progress-bar-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7194\";s:12:\"tmpl_created\";i:1522329100;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:37;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet progress bar\";s:5:\"title\";s:15:\"Progress Bar #4\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/progress-bar-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/progress-bar-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7192\";s:12:\"tmpl_created\";i:1522328882;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:38;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet progress bar\";s:5:\"title\";s:15:\"Progress Bar #3\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/progress-bar-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/progress-bar-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7190\";s:12:\"tmpl_created\";i:1522328853;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:39;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet progress bar\";s:5:\"title\";s:15:\"Progress Bar #2\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/progress-bar-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/progress-bar-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7188\";s:12:\"tmpl_created\";i:1522328427;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:40;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet pricing table\";s:5:\"title\";s:16:\"Pricing Table #7\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/pricing-table-7.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/pricing-table-7/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7184\";s:12:\"tmpl_created\";i:1522409080;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:41;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet pricing table\";s:5:\"title\";s:16:\"Pricing Table #6\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/pricing-table-6.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/pricing-table-6/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7182\";s:12:\"tmpl_created\";i:1522408924;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:42;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet pricing table\";s:5:\"title\";s:16:\"Pricing Table #5\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/pricing-table-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/pricing-table-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7180\";s:12:\"tmpl_created\";i:1522408894;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:43;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet pricing table\";s:5:\"title\";s:16:\"Pricing Table #4\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/pricing-table-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/pricing-table-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7178\";s:12:\"tmpl_created\";i:1522408863;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:44;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet pricing table\";s:5:\"title\";s:16:\"Pricing Table #3\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/pricing-table-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/pricing-table-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7176\";s:12:\"tmpl_created\";i:1522408832;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:45;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet pricing table\";s:5:\"title\";s:16:\"Pricing Table #2\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/pricing-table-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/pricing-table-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7174\";s:12:\"tmpl_created\";i:1522408805;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:46;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet pricing table\";s:5:\"title\";s:16:\"Pricing Table #1\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/pricing-table-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/pricing-table-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7172\";s:12:\"tmpl_created\";i:1522408688;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:47;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"jet posts grid\";s:5:\"title\";s:13:\"Posts Grid #5\";s:9:\"thumbnail\";s:74:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/posts-grid-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:48:\"http://jetelements.zemez.io/blocks/posts-grid-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7170\";s:12:\"tmpl_created\";i:1522420262;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:48;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"jet posts grid\";s:5:\"title\";s:13:\"Posts Grid #4\";s:9:\"thumbnail\";s:74:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/posts-grid-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:48:\"http://jetelements.zemez.io/blocks/posts-grid-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7168\";s:12:\"tmpl_created\";i:1522420220;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:49;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"jet posts grid\";s:5:\"title\";s:13:\"Posts Grid #3\";s:9:\"thumbnail\";s:74:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/posts-grid-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:48:\"http://jetelements.zemez.io/blocks/posts-grid-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7166\";s:12:\"tmpl_created\";i:1522420213;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:50;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"jet posts grid\";s:5:\"title\";s:13:\"Posts Grid #2\";s:9:\"thumbnail\";s:74:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/posts-grid-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:48:\"http://jetelements.zemez.io/blocks/posts-grid-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7164\";s:12:\"tmpl_created\";i:1522420204;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:51;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"jet posts grid\";s:5:\"title\";s:13:\"Posts Grid #1\";s:9:\"thumbnail\";s:74:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/posts-grid-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:48:\"http://jetelements.zemez.io/blocks/posts-grid-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7162\";s:12:\"tmpl_created\";i:1522420140;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:52;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"jet post slider\";s:5:\"title\";s:14:\"Post Slider #5\";s:9:\"thumbnail\";s:75:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-slider-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:49:\"http://jetelements.zemez.io/blocks/post-slider-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7160\";s:12:\"tmpl_created\";i:1522407439;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:53;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"jet post slider\";s:5:\"title\";s:14:\"Post Slider #4\";s:9:\"thumbnail\";s:75:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-slider-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:49:\"http://jetelements.zemez.io/blocks/post-slider-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7158\";s:12:\"tmpl_created\";i:1522407414;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:54;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"jet post slider\";s:5:\"title\";s:14:\"Post Slider #3\";s:9:\"thumbnail\";s:75:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-slider-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:49:\"http://jetelements.zemez.io/blocks/post-slider-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7156\";s:12:\"tmpl_created\";i:1522407384;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:55;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"jet post slider\";s:5:\"title\";s:14:\"Post Slider #2\";s:9:\"thumbnail\";s:75:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-slider-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:49:\"http://jetelements.zemez.io/blocks/post-slider-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7154\";s:12:\"tmpl_created\";i:1522407343;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:56;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"jet post slider\";s:5:\"title\";s:14:\"Post Slider #1\";s:9:\"thumbnail\";s:75:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-slider-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:49:\"http://jetelements.zemez.io/blocks/post-slider-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7152\";s:12:\"tmpl_created\";i:1522407234;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:57;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet post carousel\";s:5:\"title\";s:16:\"Post Carousel #5\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-carousel-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/post-carousel-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7150\";s:12:\"tmpl_created\";i:1522406479;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:58;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet post carousel\";s:5:\"title\";s:16:\"Post Carousel #4\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-carousel-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/post-carousel-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7148\";s:12:\"tmpl_created\";i:1522406457;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:59;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet post carousel\";s:5:\"title\";s:16:\"Post Carousel #3\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-carousel-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/post-carousel-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7146\";s:12:\"tmpl_created\";i:1522406434;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:60;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet post carousel\";s:5:\"title\";s:16:\"Post Carousel #2\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-carousel-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/post-carousel-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7144\";s:12:\"tmpl_created\";i:1522406413;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:61;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet post carousel\";s:5:\"title\";s:16:\"Post Carousel #1\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/post-carousel-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/post-carousel-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7142\";s:12:\"tmpl_created\";i:1522405675;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:62;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images masonry layout\";s:5:\"title\";s:24:\"Images Masonry Layout #5\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-masonry-layout-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-masonry-layout-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7132\";s:12:\"tmpl_created\";i:1522405216;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:63;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images masonry layout\";s:5:\"title\";s:24:\"Images Masonry Layout #4\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-masonry-layout-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-masonry-layout-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7130\";s:12:\"tmpl_created\";i:1522405131;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:64;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images masonry layout\";s:5:\"title\";s:24:\"Images Masonry Layout #3\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-masonry-layout-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-masonry-layout-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7128\";s:12:\"tmpl_created\";i:1522405106;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:65;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images masonry layout\";s:5:\"title\";s:24:\"Images Masonry Layout #2\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-masonry-layout-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-masonry-layout-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7126\";s:12:\"tmpl_created\";i:1522405073;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:66;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images masonry layout\";s:5:\"title\";s:24:\"Images Masonry Layout #1\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-masonry-layout-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-masonry-layout-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7124\";s:12:\"tmpl_created\";i:1522404602;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:67;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images justify layout\";s:5:\"title\";s:24:\"Images Justify Layout #5\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-justify-layout-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-justify-layout-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7122\";s:12:\"tmpl_created\";i:1522402926;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:68;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images justify layout\";s:5:\"title\";s:24:\"Images Justify Layout #4\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-justify-layout-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-justify-layout-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7120\";s:12:\"tmpl_created\";i:1522419905;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:69;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images justify layout\";s:5:\"title\";s:24:\"Images Justify Layout #3\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-justify-layout-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-justify-layout-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7118\";s:12:\"tmpl_created\";i:1522402866;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:70;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images justify layout\";s:5:\"title\";s:24:\"Images Justify Layout #2\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-justify-layout-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-justify-layout-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7116\";s:12:\"tmpl_created\";i:1522402841;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:71;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:25:\"jet images justify layout\";s:5:\"title\";s:24:\"Images Justify Layout #1\";s:9:\"thumbnail\";s:85:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-justify-layout-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:59:\"http://jetelements.zemez.io/blocks/images-justify-layout-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7114\";s:12:\"tmpl_created\";i:1522402744;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:72;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:22:\"jet images grid layout\";s:5:\"title\";s:21:\"Images Grid Layout #5\";s:9:\"thumbnail\";s:82:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-grid-layout-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:56:\"http://jetelements.zemez.io/blocks/images-grid-layout-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7112\";s:12:\"tmpl_created\";i:1522402224;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:73;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:22:\"jet images grid layout\";s:5:\"title\";s:21:\"Images Grid Layout #4\";s:9:\"thumbnail\";s:82:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-grid-layout-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:56:\"http://jetelements.zemez.io/blocks/images-grid-layout-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7110\";s:12:\"tmpl_created\";i:1522402194;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:74;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:22:\"jet images grid layout\";s:5:\"title\";s:21:\"Images Grid Layout #3\";s:9:\"thumbnail\";s:82:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-grid-layout-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:56:\"http://jetelements.zemez.io/blocks/images-grid-layout-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7108\";s:12:\"tmpl_created\";i:1522402138;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:75;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:22:\"jet images grid layout\";s:5:\"title\";s:21:\"Images Grid Layout #2\";s:9:\"thumbnail\";s:82:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-grid-layout-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:56:\"http://jetelements.zemez.io/blocks/images-grid-layout-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7106\";s:12:\"tmpl_created\";i:1522402115;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:76;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:22:\"jet images grid layout\";s:5:\"title\";s:21:\"Images Grid Layout #1\";s:9:\"thumbnail\";s:82:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/images-grid-layout-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:56:\"http://jetelements.zemez.io/blocks/images-grid-layout-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7104\";s:12:\"tmpl_created\";i:1522402039;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:77;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:20:\"jet image comparison\";s:5:\"title\";s:19:\"Image Comparison #3\";s:9:\"thumbnail\";s:80:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/image-comparison-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:54:\"http://jetelements.zemez.io/blocks/image-comparison-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7102\";s:12:\"tmpl_created\";i:1522401623;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:78;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:20:\"jet image comparison\";s:5:\"title\";s:19:\"Image Comparison #2\";s:9:\"thumbnail\";s:80:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/image-comparison-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:54:\"http://jetelements.zemez.io/blocks/image-comparison-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7100\";s:12:\"tmpl_created\";i:1522401633;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:79;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:20:\"jet image comparison\";s:5:\"title\";s:19:\"Image Comparison #1\";s:9:\"thumbnail\";s:80:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/image-comparison-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:54:\"http://jetelements.zemez.io/blocks/image-comparison-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7098\";s:12:\"tmpl_created\";i:1522401652;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:80;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet headline\";s:5:\"title\";s:11:\"Headline #7\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/headline-7.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/headline-7/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7096\";s:12:\"tmpl_created\";i:1522400248;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:81;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet headline\";s:5:\"title\";s:11:\"Headline #6\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/headline-6.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/headline-6/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7094\";s:12:\"tmpl_created\";i:1522400217;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:82;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet headline\";s:5:\"title\";s:11:\"Headline #5\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/headline-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/headline-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7092\";s:12:\"tmpl_created\";i:1522400095;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:83;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet headline\";s:5:\"title\";s:11:\"Headline #4\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/headline-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/headline-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7090\";s:12:\"tmpl_created\";i:1522400056;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:84;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet headline\";s:5:\"title\";s:11:\"Headline #3\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/headline-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/headline-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7088\";s:12:\"tmpl_created\";i:1522400001;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:85;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet headline\";s:5:\"title\";s:11:\"Headline #2\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/headline-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/headline-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7086\";s:12:\"tmpl_created\";i:1522399951;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:86;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"jet headline\";s:5:\"title\";s:11:\"Headline #1\";s:9:\"thumbnail\";s:72:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/headline-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:46:\"http://jetelements.zemez.io/blocks/headline-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7084\";s:12:\"tmpl_created\";i:1522654760;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:87;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet countdown timer\";s:5:\"title\";s:18:\"Countdown Timer #6\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/countdown-timer-6.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/countdown-timer-6/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7068\";s:12:\"tmpl_created\";i:1522399266;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:88;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet countdown timer\";s:5:\"title\";s:18:\"Countdown Timer #5\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/countdown-timer-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/countdown-timer-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7066\";s:12:\"tmpl_created\";i:1522399221;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:89;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet countdown timer\";s:5:\"title\";s:18:\"Countdown Timer #4\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/countdown-timer-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/countdown-timer-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7064\";s:12:\"tmpl_created\";i:1522399193;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:90;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet countdown timer\";s:5:\"title\";s:18:\"Countdown Timer #3\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/countdown-timer-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/countdown-timer-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7062\";s:12:\"tmpl_created\";i:1522399160;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:91;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet countdown timer\";s:5:\"title\";s:18:\"Countdown Timer #2\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/countdown-timer-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/countdown-timer-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7060\";s:12:\"tmpl_created\";i:1522399134;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:92;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet countdown timer\";s:5:\"title\";s:18:\"Countdown Timer #1\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/countdown-timer-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/countdown-timer-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7058\";s:12:\"tmpl_created\";i:1522398936;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:93;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet circle progress\";s:5:\"title\";s:18:\"Circle Progress #5\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/circle-progress-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/circle-progress-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7044\";s:12:\"tmpl_created\";i:1522396794;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:94;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet circle progress\";s:5:\"title\";s:18:\"Circle Progress #4\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/circle-progress-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/circle-progress-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7042\";s:12:\"tmpl_created\";i:1522396761;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:95;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet circle progress\";s:5:\"title\";s:18:\"Circle Progress #3\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/circle-progress-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/circle-progress-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7040\";s:12:\"tmpl_created\";i:1522396711;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:96;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet circle progress\";s:5:\"title\";s:18:\"Circle Progress #2\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/circle-progress-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/circle-progress-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7038\";s:12:\"tmpl_created\";i:1522396677;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:97;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:19:\"jet circle progress\";s:5:\"title\";s:18:\"Circle Progress #1\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/circle-progress-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:53:\"http://jetelements.zemez.io/blocks/circle-progress-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7036\";s:12:\"tmpl_created\";i:1522396628;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:98;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet brands\";s:5:\"title\";s:9:\"Brands #5\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/brands-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/brands-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7026\";s:12:\"tmpl_created\";i:1522395732;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:99;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet brands\";s:5:\"title\";s:9:\"Brands #4\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/brands-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/brands-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7024\";s:12:\"tmpl_created\";i:1522395698;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:100;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet brands\";s:5:\"title\";s:9:\"Brands #3\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/brands-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/brands-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7022\";s:12:\"tmpl_created\";i:1522395666;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:101;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet brands\";s:5:\"title\";s:9:\"Brands #2\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/brands-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/brands-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7020\";s:12:\"tmpl_created\";i:1522395630;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:102;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet brands\";s:5:\"title\";s:9:\"Brands #1\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/brands-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/brands-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7018\";s:12:\"tmpl_created\";i:1522395581;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:103;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:10:\"Banner #11\";s:9:\"thumbnail\";s:71:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-11.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:45:\"http://jetelements.zemez.io/blocks/banner-11/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7014\";s:12:\"tmpl_created\";i:1522393382;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:104;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:10:\"Banner #10\";s:9:\"thumbnail\";s:71:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-10.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:45:\"http://jetelements.zemez.io/blocks/banner-10/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7012\";s:12:\"tmpl_created\";i:1522393325;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:105;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:9:\"Banner #9\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-9.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/banner-9/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7010\";s:12:\"tmpl_created\";i:1522393273;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:106;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:9:\"Banner #8\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-8.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/banner-8/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7008\";s:12:\"tmpl_created\";i:1522393224;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:107;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:9:\"Banner #7\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-7.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/banner-7/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7006\";s:12:\"tmpl_created\";i:1522393168;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:108;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:9:\"Banner #6\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-6.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/banner-6/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7004\";s:12:\"tmpl_created\";i:1522393091;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:109;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:9:\"Banner #5\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/banner-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7002\";s:12:\"tmpl_created\";i:1522393041;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:110;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:9:\"Banner #4\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/banner-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_7000\";s:12:\"tmpl_created\";i:1522392926;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:111;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:9:\"Banner #3\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/banner-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6998\";s:12:\"tmpl_created\";i:1522392884;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:112;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:10:\"jet banner\";s:5:\"title\";s:9:\"Banner #2\";s:9:\"thumbnail\";s:70:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/banner-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:44:\"http://jetelements.zemez.io/blocks/banner-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6996\";s:12:\"tmpl_created\";i:1522392814;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:113;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet animated text\";s:5:\"title\";s:16:\"Animated Text #5\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/animated-text-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/animated-text-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6992\";s:12:\"tmpl_created\";i:1522390222;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:114;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet animated text\";s:5:\"title\";s:16:\"Animated Text #4\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/animated-text-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/animated-text-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6990\";s:12:\"tmpl_created\";i:1522390177;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:115;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet animated text\";s:5:\"title\";s:16:\"Animated Text #3\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/animated-text-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/animated-text-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6988\";s:12:\"tmpl_created\";i:1522390137;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:116;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet animated text\";s:5:\"title\";s:16:\"Animated Text #2\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/animated-text-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/animated-text-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6986\";s:12:\"tmpl_created\";i:1522390109;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:117;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:17:\"jet animated text\";s:5:\"title\";s:16:\"Animated Text #1\";s:9:\"thumbnail\";s:77:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/animated-text-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/blocks/animated-text-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6984\";s:12:\"tmpl_created\";i:1522390076;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:118;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet animated box\";s:5:\"title\";s:15:\"Animated Box #4\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/animated-box-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/animated-box-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6982\";s:12:\"tmpl_created\";i:1522334868;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:119;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet animated box\";s:5:\"title\";s:15:\"Animated Box #3\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/animated-box-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/animated-box-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6980\";s:12:\"tmpl_created\";i:1522334820;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:120;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet animated box\";s:5:\"title\";s:15:\"Animated Box #2\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/animated-box-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/animated-box-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6978\";s:12:\"tmpl_created\";i:1522334824;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:121;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet animated box\";s:5:\"title\";s:15:\"Animated Box #1\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/animated-box-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/animated-box-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6976\";s:12:\"tmpl_created\";i:1522334828;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:122;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet advanced map\";s:5:\"title\";s:15:\"Advanced Map #5\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/advanced-map-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/advanced-map-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6974\";s:12:\"tmpl_created\";i:1522333632;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:123;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet advanced map\";s:5:\"title\";s:15:\"Advanced Map #4\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/advanced-map-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/advanced-map-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6972\";s:12:\"tmpl_created\";i:1522333636;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:124;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet advanced map\";s:5:\"title\";s:15:\"Advanced Map #3\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/advanced-map-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/advanced-map-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6970\";s:12:\"tmpl_created\";i:1522333652;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:125;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet advanced map\";s:5:\"title\";s:15:\"Advanced Map #2\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/advanced-map-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/advanced-map-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6968\";s:12:\"tmpl_created\";i:1522333662;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:126;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:16:\"jet advanced map\";s:5:\"title\";s:15:\"Advanced Map #1\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/advanced-map-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/blocks/advanced-map-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6966\";s:12:\"tmpl_created\";i:1522334705;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:127;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:21:\"jet advanced carousel\";s:5:\"title\";s:20:\"Advanced Carousel #5\";s:9:\"thumbnail\";s:81:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/advanced-carousel-5.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:55:\"http://jetelements.zemez.io/blocks/advanced-carousel-5/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6964\";s:12:\"tmpl_created\";i:1522332906;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:128;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:21:\"jet advanced carousel\";s:5:\"title\";s:20:\"Advanced Carousel #4\";s:9:\"thumbnail\";s:81:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/advanced-carousel-4.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:55:\"http://jetelements.zemez.io/blocks/advanced-carousel-4/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6962\";s:12:\"tmpl_created\";i:1522332761;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:129;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:21:\"jet advanced carousel\";s:5:\"title\";s:20:\"Advanced Carousel #3\";s:9:\"thumbnail\";s:81:\"http://jetelements.zemez.io/wp-content/uploads/jet-blocks/advanced-carousel-3.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:55:\"http://jetelements.zemez.io/blocks/advanced-carousel-3/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6960\";s:12:\"tmpl_created\";i:1522332429;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:130;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:21:\"jet advanced carousel\";s:5:\"title\";s:20:\"Advanced Carousel #2\";s:9:\"thumbnail\";s:78:\"http://jetelements.zemez.io/wp-content/uploads/2018/03/advanced-carousel-2.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:55:\"http://jetelements.zemez.io/blocks/advanced-carousel-2/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6958\";s:12:\"tmpl_created\";i:1522656468;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:131;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:21:\"jet advanced carousel\";s:5:\"title\";s:20:\"Advanced Carousel #1\";s:9:\"thumbnail\";s:78:\"http://jetelements.zemez.io/wp-content/uploads/2018/03/advanced-carousel-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:55:\"http://jetelements.zemez.io/blocks/advanced-carousel-1/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6956\";s:12:\"tmpl_created\";i:1522656151;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:132;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:5:\"title\";s:23:\"Homepage – Consulting\";s:9:\"thumbnail\";s:74:\"http://jetelements.zemez.io/wp-content/uploads/2017/12/consulting-home.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:49:\"http://jetelements.zemez.io/consulting-home-page/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6705\";s:12:\"tmpl_created\";i:1522657379;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:133;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:5:\"title\";s:25:\"Homepage – Beauty Salon\";s:9:\"thumbnail\";s:74:\"http://jetelements.zemez.io/wp-content/uploads/2017/12/beauty-homepage.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/beauty-salon-home-page/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6691\";s:12:\"tmpl_created\";i:1522657383;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:134;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:5:\"title\";s:23:\"Homepage – Car Repair\";s:9:\"thumbnail\";s:79:\"http://jetelements.zemez.io/wp-content/uploads/2017/12/cars-repair-homepage.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:49:\"http://jetelements.zemez.io/car-repair-home-page/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_6678\";s:12:\"tmpl_created\";i:1522657389;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:135;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:5:\"title\";s:25:\"Homepage – Photographer\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/2017/09/photographer-home.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/photographer-home-page/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_4171\";s:12:\"tmpl_created\";i:1522657393;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:136;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:5:\"title\";s:23:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:74:\"http://jetelements.zemez.io/wp-content/uploads/2017/09/restaurant-home.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:49:\"http://jetelements.zemez.io/restaurant-home-page/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_4155\";s:12:\"tmpl_created\";i:1522657360;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:137;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:5:\"title\";s:24:\"Homepage – Real Estate\";s:9:\"thumbnail\";s:75:\"http://jetelements.zemez.io/wp-content/uploads/2017/09/real-estate-home.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:50:\"http://jetelements.zemez.io/real-estate-home-page/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_4153\";s:12:\"tmpl_created\";i:1522657401;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:138;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:5:\"title\";s:31:\"Homepage – Photography Studio\";s:9:\"thumbnail\";s:82:\"http://jetelements.zemez.io/wp-content/uploads/2017/09/photography-studio-home.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:57:\"http://jetelements.zemez.io/photography-studio-home-page/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_4148\";s:12:\"tmpl_created\";i:1522246114;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:139;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:5:\"title\";s:21:\"Homepage – Business\";s:9:\"thumbnail\";s:74:\"http://jetelements.zemez.io/wp-content/uploads/2017/09/business-home-1.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:47:\"http://jetelements.zemez.io/business-home-page/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_4138\";s:12:\"tmpl_created\";i:1522246106;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}i:140;a:16:{s:6:\"source\";s:6:\"remote\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:5:\"title\";s:25:\"Homepage – Construction\";s:9:\"thumbnail\";s:76:\"http://jetelements.zemez.io/wp-content/uploads/2017/09/construction-home.png\";s:6:\"author\";s:5:\"Zemez\";s:4:\"tags\";s:2:\"[]\";s:3:\"url\";s:51:\"http://jetelements.zemez.io/construction-home-page/\";s:8:\"favorite\";b:0;s:2:\"id\";s:8:\"jet_4130\";s:12:\"tmpl_created\";i:1522246097;s:6:\"is_pro\";b:0;s:12:\"access_level\";i:0;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";b:0;}}','no'),(1355,'_transient_timeout_elementor_remote_info_api_data_3.9.1','1671592071','no'),(1356,'_transient_elementor_remote_info_api_data_3.9.1','','no'),(1357,'_transient_timeout_menu_icons_0132versions','1671980872','no'),(1358,'_transient_menu_icons_0132versions','a:47:{i:0;a:2:{s:7:\"version\";s:5:\"0.1.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.0.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"0.1.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.1.zip\";}i:2;a:2:{s:7:\"version\";s:5:\"0.1.2\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.2.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"0.1.3\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.3.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"0.1.4\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.4.zip\";}i:5;a:2:{s:7:\"version\";s:5:\"0.1.5\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.1.5.zip\";}i:6;a:2:{s:7:\"version\";s:6:\"0.10.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.10.0.zip\";}i:7;a:2:{s:7:\"version\";s:6:\"0.10.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.10.1.zip\";}i:8;a:2:{s:7:\"version\";s:6:\"0.10.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.10.2.zip\";}i:9;a:2:{s:7:\"version\";s:6:\"0.11.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.0.zip\";}i:10;a:2:{s:7:\"version\";s:6:\"0.11.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.1.zip\";}i:11;a:2:{s:7:\"version\";s:6:\"0.11.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.2.zip\";}i:12;a:2:{s:7:\"version\";s:6:\"0.11.3\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.3.zip\";}i:13;a:2:{s:7:\"version\";s:6:\"0.11.4\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.4.zip\";}i:14;a:2:{s:7:\"version\";s:6:\"0.11.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.11.5.zip\";}i:15;a:2:{s:7:\"version\";s:6:\"0.12.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.0.zip\";}i:16;a:2:{s:7:\"version\";s:6:\"0.12.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.1.zip\";}i:17;a:2:{s:7:\"version\";s:7:\"0.12.10\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.10.zip\";}i:18;a:2:{s:7:\"version\";s:7:\"0.12.11\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.11.zip\";}i:19;a:2:{s:7:\"version\";s:7:\"0.12.12\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.12.zip\";}i:20;a:2:{s:7:\"version\";s:6:\"0.12.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.2.zip\";}i:21;a:2:{s:7:\"version\";s:6:\"0.12.3\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.3.zip\";}i:22;a:2:{s:7:\"version\";s:6:\"0.12.4\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.4.zip\";}i:23;a:2:{s:7:\"version\";s:6:\"0.12.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.5.zip\";}i:24;a:2:{s:7:\"version\";s:6:\"0.12.6\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.6.zip\";}i:25;a:2:{s:7:\"version\";s:6:\"0.12.7\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.7.zip\";}i:26;a:2:{s:7:\"version\";s:6:\"0.12.8\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.8.zip\";}i:27;a:2:{s:7:\"version\";s:6:\"0.12.9\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.12.9.zip\";}i:28;a:2:{s:7:\"version\";s:6:\"0.13.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.13.0.zip\";}i:29;a:2:{s:7:\"version\";s:6:\"0.13.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.13.1.zip\";}i:30;a:2:{s:7:\"version\";s:6:\"0.13.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/menu-icons.0.13.2.zip\";}i:31;a:2:{s:7:\"version\";s:5:\"0.2.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.2.0.zip\";}i:32;a:2:{s:7:\"version\";s:5:\"0.2.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.2.1.zip\";}i:33;a:2:{s:7:\"version\";s:5:\"0.2.2\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.2.2.zip\";}i:34;a:2:{s:7:\"version\";s:5:\"0.2.3\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.2.3.zip\";}i:35;a:2:{s:7:\"version\";s:5:\"0.3.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.3.0.zip\";}i:36;a:2:{s:7:\"version\";s:5:\"0.3.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.3.1.zip\";}i:37;a:2:{s:7:\"version\";s:5:\"0.3.2\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.3.2.zip\";}i:38;a:2:{s:7:\"version\";s:5:\"0.4.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.4.0.zip\";}i:39;a:2:{s:7:\"version\";s:5:\"0.5.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.5.0.zip\";}i:40;a:2:{s:7:\"version\";s:5:\"0.5.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.5.1.zip\";}i:41;a:2:{s:7:\"version\";s:5:\"0.6.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.6.0.zip\";}i:42;a:2:{s:7:\"version\";s:5:\"0.7.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.7.0.zip\";}i:43;a:2:{s:7:\"version\";s:5:\"0.8.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.8.0.zip\";}i:44;a:2:{s:7:\"version\";s:5:\"0.8.1\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.8.1.zip\";}i:45;a:2:{s:7:\"version\";s:5:\"0.9.0\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.9.0.zip\";}i:46;a:2:{s:7:\"version\";s:5:\"0.9.2\";s:3:\"url\";s:59:\"https://downloads.wordpress.org/plugin/menu-icons.0.9.2.zip\";}}','no'),(1359,'_transient_timeout_wc_tracks_blog_details','1671635272','no'),(1360,'_transient_wc_tracks_blog_details','a:5:{s:3:\"url\";s:31:\"http://test.buildfivefriday.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";N;s:14:\"products_count\";i:0;s:10:\"wc_version\";s:5:\"7.2.1\";}','no'),(1367,'ctf_cron_report','a:1:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2022-12-20 15:09:03\";s:20:\"num_found_transients\";i:0;}}','no'),(1368,'sbi_cron_report','a:1:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2022-12-20 15:09:03\";s:20:\"num_found_transients\";i:0;}}','no'),(1369,'_transient_lws_notice_reference','50','yes'),(1385,'layerslider_update_info','O:8:\"stdClass\":6:{s:5:\"basic\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"7.6.7\";s:8:\"released\";s:10:\"2022-12-13\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:24:\"https://layerslider.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:5:\"5.4.0\";s:14:\"upgrade_notice\";s:132:\"Brand new Templates section with a Discover page, Collections, and more. This update also includes important fixes and improvements.\";s:11:\"new_version\";s:5:\"7.6.7\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:24:\"https://layerslider.com/\";s:5:\"p_url\";s:32:\"https://layerslider.com/pricing/\";s:7:\"version\";s:5:\"7.6.7\";s:12:\"last_updated\";s:10:\"2022-12-13\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:5:\"5.4.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3208;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:132:\"Brand new Templates section with a Discover page, Collections, and more. This update also includes important fixes and improvements.\";s:4:\"beta\";s:132:\"Brand new Templates section with a Discover page, Collections, and more. This update also includes important fixes and improvements.\";s:4:\"edge\";s:132:\"Brand new Templates section with a Discover page, Collections, and more. This update also includes important fixes and improvements.\";}s:6:\"author\";s:71:\"<a href=\"https://kreaturamedia.com/\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:24:\"https://layerslider.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:329:\"<p style=\"text-align: justify;\">\n <a href=\"https://layerslider.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:549:\"<p style=\"text-align: justify;\">\n Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"https://layerslider.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:537:\"<p style=\"text-align: justify;\">\n Please visit our <a href=\"https://layerslider.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"7.6.7\";s:14:\"_not_activated\";b:1;s:16:\"_sub_deactivated\";b:0;s:7:\"checked\";i:1671566004;}','yes'),(1390,'_transient_timeout_a9633c9de6badb2b291463ad232c5198','1672159557','no'),(1391,'_transient_a9633c9de6badb2b291463ad232c5198','a:10:{s:80:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/apple-maps-esque.json\";s:16:\"Apple Maps-esque\";s:76:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/blue-essence.json\";s:12:\"Blue Essence\";s:74:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/blue-water.json\";s:10:\"Blue Water\";s:75:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/light-dream.json\";s:11:\"Light Dream\";s:73:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/pale-dawn.json\";s:9:\"Pale Dawn\";s:69:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/paper.json\";s:5:\"Paper\";s:78:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/shades-of-grey.json\";s:14:\"Shades of Grey\";s:80:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/subtle-grayscale.json\";s:16:\"Subtle Grayscale\";s:75:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/ultra-light.json\";s:11:\"Ultra Light\";s:66:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/wy.json\";s:2:\"WY\";}','no'),(1395,'_transient_timeout__woocommerce_helper_updates','1671597960','no'),(1396,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1671554760;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(1397,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1671565914;s:7:\"checked\";a:9:{s:10:\"essentials\";s:5:\"2.1.5\";s:8:\"jupiterx\";s:5:\"1.6.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.1\";}s:8:\"response\";a:6:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.4.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.8.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(1400,'ai1wm_updater','a:1:{s:38:\"all-in-one-wp-migration-file-extension\";a:13:{s:4:\"name\";s:14:\"File Extension\";s:4:\"slug\";s:14:\"file-extension\";s:8:\"homepage\";s:31:\"https://import.wp-migration.com\";s:13:\"download_link\";s:74:\"https://import.wp-migration.com/all-in-one-wp-migration-file-extension.zip\";s:7:\"version\";s:3:\"1.8\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:60:\"<ul class=\"description\"><li>Import from file</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:71:\"https://import.wp-migration.com/img/products/file-extension-772x250.png\";s:4:\"high\";s:72:\"https://import.wp-migration.com/img/products/file-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://import.wp-migration.com/img/products/file-extension-128x128.png\";s:2:\"2x\";s:71:\"https://import.wp-migration.com/img/products/file-extension-256x256.png\";s:7:\"default\";s:71:\"https://import.wp-migration.com/img/products/file-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40188;}}','yes'),(1401,'_site_transient_ai1wm_last_check_for_updates','1671554782','no'),(1404,'_transient_timeout_acf_plugin_updates','1671727583','no'),(1405,'_transient_acf_plugin_updates','a:4:{s:7:\"plugins\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.0.6\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"6.1.1\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:6:\"5.11.4\";}}','no'),(1415,'mwb_mbfw_onboarding_data_skipped','1671554954','yes'),(1432,'_transient_timeout_lws_cache_backend_en_us_stat_bgp','1671558415','no'),(1433,'_transient_lws_cache_backend_en_us_stat_bgp','a:0:{}','no'),(1434,'_transient_timeout_lws_cache_backend_en_us_stat_log','1671558415','no'),(1435,'_transient_lws_cache_backend_en_us_stat_log','a:3:{s:9:\"emergency\";s:1:\"0\";s:5:\"error\";s:1:\"0\";s:12:\"recent_error\";s:1:\"0\";}','no'),(1436,'_transient_timeout_feed_9bc1b9ec726e1f508c5207949084454a','1671600716','no'),(1437,'_transient_feed_9bc1b9ec726e1f508c5207949084454a','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:52:\"\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:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"ThemeIsle Blog\";s:7:\"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:27:\"https://themeisle.com/blog/\";s: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:58:\"WordPress Tutorials and Reviews for Beginners and Advanced\";s: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:\"Tue, 20 Dec 2022 13:33: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:\"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=6.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: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:89:\"https://themeisle.com/blog/wp-content/uploads/2019/05/cropped-cropped-favicon-2-32x32.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:14:\"ThemeIsle Blog\";s:7:\"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:27:\"https://themeisle.com/blog/\";s: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:10:{i:0;a:6:{s:4:\"data\";s:60:\"\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:33:\"How to Send a Mass Email in Gmail\";s:7:\"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://themeisle.com/blog/send-a-mass-email-in-gmail/\";s: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://themeisle.com/blog/send-a-mass-email-in-gmail/#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:\"Tue, 20 Dec 2022 13:30: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Marketing & SEO\";s:7:\"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:35:\"https://themeisle.com/blog/?p=58313\";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:507:\"<p>If you run a small online business with limited marketing resources, you may struggle to send bulk emails to your consumers. Fortunately, you can quickly and easily elevate your marketing strategy when you send a mass email in Gmail. In this post we\'ll show you how to do it.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/send-a-mass-email-in-gmail/\">How to Send a Mass Email in Gmail</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:\"John Hughes\";s: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:59:\"https://themeisle.com/blog/send-a-mass-email-in-gmail/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:60:\"\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:57:\"Monetizing WordPress: 5 Ways To Make Money With 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:48:\"https://themeisle.com/blog/monetizing-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://themeisle.com/blog/monetizing-wordpress/#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:\"Mon, 19 Dec 2022 13:00: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"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:35:\"https://themeisle.com/blog/?p=59191\";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:525:\"<p>Creating a secondary income source is one of the best ways to protect yourself from layoffs, recessions, and other financial crises. This guide to monetizing WordPress will show you five ways to make money with a WordPress site, so you can build yourself a financial cushion.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/monetizing-wordpress/\">Monetizing WordPress: 5 Ways To Make Money With WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:\"Dianna Gunn\";s: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:53:\"https://themeisle.com/blog/monetizing-wordpress/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:2;a:6:{s:4:\"data\";s:63:\"\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:61:\"How to Install WordPress on SiteGround (A Step-By-Step Guide)\";s:7:\"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://themeisle.com/blog/how-to-install-wordpress-on-siteground/\";s: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://themeisle.com/blog/how-to-install-wordpress-on-siteground/#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, 14 Dec 2022 13:30: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress Hosting\";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:19:\"WordPress Tutorials\";s:7:\"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:35:\"https://themeisle.com/blog/?p=58228\";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:648:\"<p>SiteGround is a reputable hosting company that offers an excellent choice for launching a new WordPress blog, website, or even an online store. If you choose to sign up for one of their hosting plans, then you\'ll also need to learn how to install WordPress on SiteGround without any hassles or surprises. That\'s exactly what we\'re going to give you in this step-by-step guide.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/how-to-install-wordpress-on-siteground/\">How to Install WordPress on SiteGround (A Step-By-Step Guide)</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:\"Martin\";s: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://themeisle.com/blog/how-to-install-wordpress-on-siteground/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:3;a:6:{s:4:\"data\";s:60:\"\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:60:\"How to Create a Website for Affiliate Marketing (In 8 Steps)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://themeisle.com/blog/how-to-create-a-website-for-affiliate-marketing/\";s: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:83:\"https://themeisle.com/blog/how-to-create-a-website-for-affiliate-marketing/#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:\"Tue, 13 Dec 2022 13:30: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"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:35:\"https://themeisle.com/blog/?p=58703\";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:583:\"<p>Affiliate marketing is one of the most popular ways to make money online. As an affiliate, you\'ll advertise a brand\'s products and earn a commission on each sale. In this post, we\'ll give you step-by-step instructions on how to create a website for affiliate marketing using the free WordPress software.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/how-to-create-a-website-for-affiliate-marketing/\">How to Create a Website for Affiliate Marketing (In 8 Steps)</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:\"John Hughes\";s: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:80:\"https://themeisle.com/blog/how-to-create-a-website-for-affiliate-marketing/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:4;a:6:{s:4:\"data\";s:60:\"\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:53:\"How to Find the RSS Feed of a Website (With Examples)\";s:7:\"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://themeisle.com/blog/how-to-find-the-rss-feed-of-a-website/\";s: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:73:\"https://themeisle.com/blog/how-to-find-the-rss-feed-of-a-website/#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:\"Mon, 12 Dec 2022 13:30: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"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:35:\"https://themeisle.com/blog/?p=59073\";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:568:\"<p>RSS feeds are a great way to stay on top of the latest news from blogs, websites, and social media. In this article, we’ll introduce you to RSS feeds and how you can find them for different websites. Read on to discover what they are, what they look like, and how to locate them for your favorite sites.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/how-to-find-the-rss-feed-of-a-website/\">How to Find the RSS Feed of a Website (With Examples)</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:25:\"Pablo Rodriguez Hernandez\";s: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://themeisle.com/blog/how-to-find-the-rss-feed-of-a-website/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:5;a:6:{s:4:\"data\";s:60:\"\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:56:\"How to Build a Law Firm Website With WordPress (No Code)\";s:7:\"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://themeisle.com/blog/build-law-firm-website/\";s: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:58:\"https://themeisle.com/blog/build-law-firm-website/#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:\"Thu, 08 Dec 2022 13:30: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"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:35:\"https://themeisle.com/blog/?p=58541\";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:638:\"<p>As a legal expert, you may be looking to build a law firm website to promote your services. Fortunately, WordPress makes it easy to set up a site for your legal practice - no technical knowledge needed. In this post, we\'ll discuss some elements you\'ll need to build a professional and functional law firm website. Then, we\'ll show you step-by-step how to set up your site with WordPress.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/build-law-firm-website/\">How to Build a Law Firm Website With WordPress (No Code)</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:\"John Hughes\";s: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:55:\"https://themeisle.com/blog/build-law-firm-website/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:6;a:6:{s:4:\"data\";s:60:\"\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:60:\"How to Automate Lead Generation: Winning Tools and Practices\";s:7:\"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://themeisle.com/blog/how-to-automate-lead-generation/\";s: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:67:\"https://themeisle.com/blog/how-to-automate-lead-generation/#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:\"Tue, 06 Dec 2022 13:30: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"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:35:\"https://themeisle.com/blog/?p=58351\";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:431:\"<p>Want to make more sales without spending all of your precious time on lead generation? In this guide we\'ll teach you how to automate lead generation to make it easier.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/how-to-automate-lead-generation/\">How to Automate Lead Generation: Winning Tools and Practices</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:\"Dianna Gunn\";s: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:64:\"https://themeisle.com/blog/how-to-automate-lead-generation/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:7;a:6:{s:4:\"data\";s:63:\"\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:66:\"15+ Minimalist Website Examples (And What You Can Learn From Them)\";s:7:\"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://themeisle.com/blog/minimalist-website-examples/\";s: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:63:\"https://themeisle.com/blog/minimalist-website-examples/#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:\"Mon, 05 Dec 2022 13:30: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Resources\";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:\"Reviews\";s:7:\"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:35:\"https://themeisle.com/blog/?p=58859\";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:576:\"<p>You don\'t need a complex website to impress visitors. A basic design can be as effective at drawing attention and driving conversions. In this post, we\'ll discuss some of the key features of minimalist websites. Then, we\'ll look at some of the best examples on the web and discuss what you can learn from them.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/minimalist-website-examples/\">15+ Minimalist Website Examples (And What You Can Learn From Them)</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:\"John Hughes\";s: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://themeisle.com/blog/minimalist-website-examples/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:8;a:6:{s:4:\"data\";s:60:\"\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:54:\"Why Is WordPress So Hard to Use? How to Make It Easier\";s:7:\"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://themeisle.com/blog/why-is-wordpress-so-hard-to-use/\";s: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:67:\"https://themeisle.com/blog/why-is-wordpress-so-hard-to-use/#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, 30 Nov 2022 09:30: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"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:35:\"https://themeisle.com/blog/?p=58516\";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:662:\"<p>Why is WordPress so hard to use? If you just got started with the world\'s most popular website building tool, you might find yourself asking that question. In this post, we\'ll discuss some of the main reasons why WordPress is so hard to use. Then, we\'ll dig into why it\'s worth putting up with that learning curve and some of the ways that you can make WordPress easier to use to improve your experience.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/why-is-wordpress-so-hard-to-use/\">Why Is WordPress So Hard to Use? How to Make It Easier</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:5:\"Colin\";s: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:64:\"https://themeisle.com/blog/why-is-wordpress-so-hard-to-use/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:9;a:6:{s:4:\"data\";s:63:\"\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:57:\"What Is a Website Title and How to Write the Perfect One?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://themeisle.com/blog/what-is-a-website-title/\";s: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:59:\"https://themeisle.com/blog/what-is-a-website-title/#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:\"Tue, 29 Nov 2022 13:30: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Blogging\";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:15:\"Marketing & SEO\";s:7:\"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:35:\"https://themeisle.com/blog/?p=58280\";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:477:\"<p>Curious to know what a website title is and how to write a flawless one? Then you are in the right place! This straightforward guide will define a website title and show you how to write the perfect one. Let\'s jump right in!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/what-is-a-website-title/\">What Is a Website Title and How to Write the Perfect One?</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</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:16:\"Qhubekani Nyathi\";s: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:56:\"https://themeisle.com/blog/what-is-a-website-title/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:\"\";}}}}}}}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://themeisle.com/blog/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:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:4:\"date\";s:29:\"Tue, 20 Dec 2022 17:31:56 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"server\";s:18:\"Pagely-ARES/1.10.7\";s:20:\"x-gateway-request-id\";s:32:\"474ec6df1ae2dfe771bc231c8892b5d5\";s:28:\"x-gateway-rate-limit-delayed\";s:16:\"0.50166666666667\";s:13:\"last-modified\";s:29:\"Tue, 20 Dec 2022 13:33:22 GMT\";s:4:\"etag\";s:34:\"\"3fbccf54c26ac01faa03432adca1253a\"\";s:7:\"x-verti\";s:120:\"If you\'re reading this, you should visit https://careers.vertistudio.com/jobs and apply to join us, mention this header.\";s:4:\"link\";s:111:\"<https://themeisle.com/blog/wp-json/>; rel=\"https://api.w.org/\", <https://themeisle.com/blog/>; rel=\"canonical\"\";s:19:\"x-gateway-cache-key\";s:55:\"1671529411.28|standard|https|themeisle.com||/blog/feed/\";s:22:\"x-gateway-cache-status\";s:3:\"HIT\";s:20:\"x-gateway-skip-cache\";s:1:\"0\";}}s:5:\"build\";s:14:\"20220307143324\";}','no'),(1438,'_transient_timeout_feed_mod_9bc1b9ec726e1f508c5207949084454a','1671600716','no'),(1439,'_transient_feed_mod_9bc1b9ec726e1f508c5207949084454a','1671557516','no'),(1440,'_transient_timeout_themeisle_sdk_feed_items','1671730316','no'),(1441,'_transient_themeisle_sdk_feed_items','a:5:{i:0;a:3:{s:5:\"title\";s:33:\"How to Send a Mass Email in Gmail\";s:4:\"date\";i:1671543000;s:4:\"link\";s:54:\"https://themeisle.com/blog/send-a-mass-email-in-gmail/\";}i:1;a:3:{s:5:\"title\";s:57:\"Monetizing WordPress: 5 Ways To Make Money With WordPress\";s:4:\"date\";i:1671454800;s:4:\"link\";s:48:\"https://themeisle.com/blog/monetizing-wordpress/\";}i:2;a:3:{s:5:\"title\";s:61:\"How to Install WordPress on SiteGround (A Step-By-Step Guide)\";s:4:\"date\";i:1671024600;s:4:\"link\";s:66:\"https://themeisle.com/blog/how-to-install-wordpress-on-siteground/\";}i:3;a:3:{s:5:\"title\";s:60:\"How to Create a Website for Affiliate Marketing (In 8 Steps)\";s:4:\"date\";i:1670938200;s:4:\"link\";s:75:\"https://themeisle.com/blog/how-to-create-a-website-for-affiliate-marketing/\";}i:4;a:3:{s:5:\"title\";s:53:\"How to Find the RSS Feed of a Website (With Examples)\";s:4:\"date\";i:1670851800;s:4:\"link\";s:65:\"https://themeisle.com/blog/how-to-find-the-rss-feed-of-a-website/\";}}','no'),(1442,'_transient_timeout_themeisle_sdk_products','1671579117','no'),(1443,'_transient_themeisle_sdk_products','a:6:{i:0;a:4:{s:4:\"name\";s:4:\"Neve\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:4:\"neve\";s:8:\"installs\";i:300000;}i:1;a:4:{s:4:\"name\";s:6:\"Hestia\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:6:\"hestia\";s:8:\"installs\";i:100000;}i:2;a:4:{s:4:\"name\";s:22:\"Orbit Fox by ThemeIsle\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"themeisle-companion\";s:8:\"installs\";i:300000;}i:3;a:4:{s:4:\"name\";s:78:\"Otter – Gutenberg Blocks – Page Builder for Gutenberg Editor & FSE\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:12:\"otter-blocks\";s:8:\"installs\";i:200000;}i:4;a:4:{s:4:\"name\";s:77:\"RSS Aggregator by Feedzy – Powerful WP Autoblogging and News Aggregator\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:16:\"feedzy-rss-feeds\";s:8:\"installs\";i:50000;}i:5;a:4:{s:4:\"name\";s:51:\"Visualizer: Tables and Charts Manager for WordPress\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"visualizer\";s:8:\"installs\";i:40000;}}','no'),(1461,'_transient_lws_warning_reference','30','yes'),(1463,'mwb_mbfw_is_plugin_enable','yes','yes'),(1464,'mwb_mbfw_is_booking_enable','yes','yes'),(1467,'mwb_mbfw_form_settings_heading','','yes'),(1468,'mwb_mbfw_is_show_included_service','yes','yes'),(1469,'mwb_mbfw_is_show_totals','yes','yes'),(1470,'mwb_mbfw_daily_start_time','09:30','yes'),(1471,'mwb_mbfw_daily_end_time','19:30','yes'),(1481,'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'),(1482,'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'),(1483,'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'),(1486,'_transient_timeout_woocommerce_admin_payment_method_promotion_specs','1672169841','no'),(1487,'_transient_woocommerce_admin_payment_method_promotion_specs','a:1:{s:5:\"en_US\";a:1:{s:20:\"woocommerce_payments\";O:8:\"stdClass\":8:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:7:\"content\";s:369:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.<br/><br/>By clicking “Install”, you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}}}','no'),(1490,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:16:{s:7:\"pix-img\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:8:\"pix-text\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:16:\"pix-social-icons\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:10:\"pix-slider\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:10:\"pix-3d-box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:9:\"pix-badge\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:9:\"pix-chart\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:16:\"pix-sliding-text\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:10:\"pix-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:17:\"pix-progress-bars\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:11:\"pix-numbers\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:16:\"pix-img-carousel\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:11:\"pix-circles\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:8:\"pix-icon\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:11:\"pix-feature\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}s:15:\"pix-video-popup\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.9.1\";}}}}','yes'),(1492,'_elementor_editor_upgrade_notice_dismissed','1671565072','yes'),(1495,'_site_transient_timeout_envato_market_plugins','1671569793','no'),(1496,'_site_transient_envato_market_plugins','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(1497,'ls-latest-version','7.6.7','yes'),(1498,'ls-p-url','https://layerslider.com/pricing/','yes'),(1503,'_site_transient_timeout_theme_roots','1671566916','no'),(1504,'_site_transient_theme_roots','a:9:{s:10:\"essentials\";s:7:\"/themes\";s:8:\"jupiterx\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(1517,'_site_transient_timeout_envato_market_themes','1671569514','no'),(1518,'_site_transient_envato_market_themes','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(1641,'_transient_timeout_lws_cache_backend_en_us_notifications','1671566375','no'),(1642,'_transient_lws_cache_backend_en_us_notifications','a:0:{}','no'),(1693,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1671566191;s:8:\"response\";a:9:{s:29:\"masterslider/masterslider.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:12:\"masterslider\";s:6:\"plugin\";s:29:\"masterslider/masterslider.php\";s:11:\"new_version\";s:5:\"3.6.5\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";}s:29:\"jet-elements/jet-elements.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:12:\"jet-elements\";s:6:\"plugin\";s:29:\"jet-elements/jet-elements.php\";s:11:\"new_version\";s:5:\"2.6.8\";s:3:\"url\";b:0;s:7:\"package\";b:0;}s:25:\"jet-engine/jet-engine.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:10:\"jet-engine\";s:6:\"plugin\";s:25:\"jet-engine/jet-engine.php\";s:11:\"new_version\";s:5:\"3.0.8\";s:3:\"url\";b:0;s:7:\"package\";b:0;}s:21:\"jet-menu/jet-menu.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:8:\"jet-menu\";s:6:\"plugin\";s:21:\"jet-menu/jet-menu.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:3:\"url\";b:0;s:7:\"package\";b:0;}s:23:\"jet-popup/jet-popup.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:9:\"jet-popup\";s:6:\"plugin\";s:23:\"jet-popup/jet-popup.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";b:0;s:7:\"package\";b:0;}s:39:\"jet-smart-filters/jet-smart-filters.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:17:\"jet-smart-filters\";s:6:\"plugin\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:3:\"url\";b:0;s:7:\"package\";b:0;}s:21:\"jet-tabs/jet-tabs.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:8:\"jet-tabs\";s:6:\"plugin\";s:21:\"jet-tabs/jet-tabs.php\";s:11:\"new_version\";s:6:\"2.1.20\";s:3:\"url\";b:0;s:7:\"package\";b:0;}s:25:\"jet-tricks/jet-tricks.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:10:\"jet-tricks\";s:6:\"plugin\";s:25:\"jet-tricks/jet-tricks.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";b:0;s:7:\"package\";b:0;}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.0.6\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"6.1.1\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:21:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"6.0.6\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{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:\"5.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}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:8:\"requires\";s:3:\"5.0\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.69\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.69.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2818373\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2818373\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:61:\"mwb-bookings-for-woocommerce/mwb-bookings-for-woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/mwb-bookings-for-woocommerce\";s:4:\"slug\";s:28:\"mwb-bookings-for-woocommerce\";s:6:\"plugin\";s:61:\"mwb-bookings-for-woocommerce/mwb-bookings-for-woocommerce.php\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/mwb-bookings-for-woocommerce/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/mwb-bookings-for-woocommerce.3.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/mwb-bookings-for-woocommerce/assets/icon-256x256.gif?rev=2716323\";s:2:\"1x\";s:81:\"https://ps.w.org/mwb-bookings-for-woocommerce/assets/icon-128x128.gif?rev=2716323\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/mwb-bookings-for-woocommerce/assets/banner-772x250.jpg?rev=2672038\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.1.0\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{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.7.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}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:8:\"requires\";s:3:\"6.0\";}s:53:\"customizer-export-import/customizer-export-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/customizer-export-import\";s:4:\"slug\";s:24:\"customizer-export-import\";s:6:\"plugin\";s:53:\"customizer-export-import/customizer-export-import.php\";s:11:\"new_version\";s:5:\"0.9.5\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/customizer-export-import/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/customizer-export-import.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/customizer-export-import/assets/icon-256x256.jpg?rev=1049984\";s:2:\"1x\";s:77:\"https://ps.w.org/customizer-export-import/assets/icon-128x128.jpg?rev=1049984\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/customizer-export-import/assets/banner-772x250.jpg?rev=1049984\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";}s:47:\"customizer-reset-by-wpzoom/customizer-reset.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/customizer-reset-by-wpzoom\";s:4:\"slug\";s:26:\"customizer-reset-by-wpzoom\";s:6:\"plugin\";s:47:\"customizer-reset-by-wpzoom/customizer-reset.php\";s:11:\"new_version\";s:5:\"1.1.1\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/customizer-reset-by-wpzoom/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/customizer-reset-by-wpzoom.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/customizer-reset-by-wpzoom/assets/icon-256x256.png?rev=2533670\";s:2:\"1x\";s:79:\"https://ps.w.org/customizer-reset-by-wpzoom/assets/icon-128x128.png?rev=2533670\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/customizer-reset-by-wpzoom/assets/banner-772x250.png?rev=2533161\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/custom-twitter-feeds\";s:4:\"slug\";s:20:\"custom-twitter-feeds\";s:6:\"plugin\";s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";s:11:\"new_version\";s:5:\"2.0.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-twitter-feeds/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-twitter-feeds.2.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/custom-twitter-feeds/assets/icon-256x256.png?rev=2700808\";s:2:\"1x\";s:73:\"https://ps.w.org/custom-twitter-feeds/assets/icon-128x128.png?rev=2700808\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/custom-twitter-feeds/assets/banner-1544x500.png?rev=2679386\";s:2:\"1x\";s:75:\"https://ps.w.org/custom-twitter-feeds/assets/banner-772x250.png?rev=2679386\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/duplicate-wp-page-post\";s:4:\"slug\";s:22:\"duplicate-wp-page-post\";s:6:\"plugin\";s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";s:11:\"new_version\";s:5:\"2.9.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/duplicate-wp-page-post/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/duplicate-wp-page-post.2.9.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/duplicate-wp-page-post/assets/icon-128x128.png?rev=1572300\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/duplicate-wp-page-post/assets/banner-772x250.png?rev=1572325\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{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:\"3.9.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:34:\"header-and-footer-scripts/shfs.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"w.org/plugins/header-and-footer-scripts\";s:4:\"slug\";s:25:\"header-and-footer-scripts\";s:6:\"plugin\";s:34:\"header-and-footer-scripts/shfs.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/header-and-footer-scripts/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/header-and-footer-scripts.2.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/header-and-footer-scripts/assets/icon-256x256.png?rev=1799457\";s:2:\"1x\";s:78:\"https://ps.w.org/header-and-footer-scripts/assets/icon-128x128.png?rev=1799457\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/header-and-footer-scripts/assets/banner-1544x500.png?rev=1799457\";s:2:\"1x\";s:80:\"https://ps.w.org/header-and-footer-scripts/assets/banner-772x250.png?rev=1799457\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{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:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:23:\"lazy-load/lazy-load.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/lazy-load\";s:4:\"slug\";s:9:\"lazy-load\";s:6:\"plugin\";s:23:\"lazy-load/lazy-load.php\";s:11:\"new_version\";s:5:\"0.6.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/lazy-load/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/lazy-load.0.6.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:53:\"https://s.w.org/plugins/geopattern-icon/lazy-load.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";}s:25:\"menu-icons/menu-icons.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/menu-icons\";s:4:\"slug\";s:10:\"menu-icons\";s:6:\"plugin\";s:25:\"menu-icons/menu-icons.php\";s:11:\"new_version\";s:6:\"0.13.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/menu-icons/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/menu-icons.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/menu-icons/assets/icon-128x128.png?rev=2526860\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/menu-icons/assets/banner-1544x500.jpg?rev=2526847\";s:2:\"1x\";s:65:\"https://ps.w.org/menu-icons/assets/banner-772x250.jpg?rev=2526847\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.3\";}s:41:\"show-hidecollapse-expand/bg_show_hide.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/show-hidecollapse-expand\";s:4:\"slug\";s:24:\"show-hidecollapse-expand\";s:6:\"plugin\";s:41:\"show-hidecollapse-expand/bg_show_hide.php\";s:11:\"new_version\";s:5:\"1.2.5\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/show-hidecollapse-expand/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/show-hidecollapse-expand.1.2.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/show-hidecollapse-expand/assets/icon-256x256.jpg?rev=1608202\";s:2:\"1x\";s:77:\"https://ps.w.org/show-hidecollapse-expand/assets/icon-128x128.jpg?rev=1608202\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/show-hidecollapse-expand/assets/banner-1544x500.jpg?rev=2204209\";s:2:\"1x\";s:79:\"https://ps.w.org/show-hidecollapse-expand/assets/banner-772x250.jpg?rev=2204209\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:8:\"3.5.1.12\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.5.1.12.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-256x256.png?rev=2307688\";s:2:\"1x\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";s:3:\"svg\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=2632650\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2632650\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:3:\"6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/instagram-feed.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807\";s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2700807\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/instagram-feed/assets/banner-1544x500.png?rev=2679382\";s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2679382\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:45:\"live-weather-station/live-weather-station.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/live-weather-station\";s:4:\"slug\";s:20:\"live-weather-station\";s:6:\"plugin\";s:45:\"live-weather-station/live-weather-station.php\";s:11:\"new_version\";s:6:\"3.8.11\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/live-weather-station/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/live-weather-station.3.8.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/live-weather-station/assets/icon-256x256.png?rev=1895257\";s:2:\"1x\";s:73:\"https://ps.w.org/live-weather-station/assets/icon-128x128.png?rev=1895258\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/live-weather-station/assets/banner-1544x500.jpg?rev=1895349\";s:2:\"1x\";s:75:\"https://ps.w.org/live-weather-station/assets/banner-772x250.jpg?rev=1895349\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:51:\"3-word-address-validation-field/w3w-autosuggest.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:45:\"w.org/plugins/3-word-address-validation-field\";s:4:\"slug\";s:31:\"3-word-address-validation-field\";s:6:\"plugin\";s:51:\"3-word-address-validation-field/w3w-autosuggest.php\";s:11:\"new_version\";s:5:\"4.0.4\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/3-word-address-validation-field/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/3-word-address-validation-field.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:84:\"https://ps.w.org/3-word-address-validation-field/assets/icon-256x256.jpg?rev=2568328\";s:2:\"1x\";s:76:\"https://ps.w.org/3-word-address-validation-field/assets/icon.svg?rev=2568328\";s:3:\"svg\";s:76:\"https://ps.w.org/3-word-address-validation-field/assets/icon.svg?rev=2568328\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/3-word-address-validation-field/assets/banner-1544x500.jpg?rev=2568328\";s:2:\"1x\";s:86:\"https://ps.w.org/3-word-address-validation-field/assets/banner-772x250.jpg?rev=2568328\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/3-word-address-validation-field/assets/banner-1544x500-rtl.jpg?rev=2568328\";s:2:\"1x\";s:90:\"https://ps.w.org/3-word-address-validation-field/assets/banner-772x250-rtl.jpg?rev=2568328\";}s:8:\"requires\";s:3:\"4.7\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"7.1.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.96\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.96.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}s:7:\"checked\";a:43:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"6.0.6\";s:34:\"advanced-custom-fields-pro/acf.php\";s:6:\"5.11.4\";s:19:\"akismet/akismet.php\";s:5:\"5.0.2\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.69\";s:81:\"all-in-one-wp-migration-file-extension/all-in-one-wp-migration-file-extension.php\";s:3:\"1.8\";s:35:\"awesome-weather/awesome-weather.php\";s:5:\"3.0.2\";s:61:\"mwb-bookings-for-woocommerce/mwb-bookings-for-woocommerce.php\";s:5:\"3.0.4\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.7.1\";s:53:\"customizer-export-import/customizer-export-import.php\";s:5:\"0.9.5\";s:47:\"customizer-reset-by-wpzoom/customizer-reset.php\";s:5:\"1.1.1\";s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";s:5:\"2.0.3\";s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";s:5:\"2.9.1\";s:23:\"elementor/elementor.php\";s:5:\"3.9.1\";s:31:\"envato-market/envato-market.php\";s:5:\"2.0.7\";s:34:\"header-and-footer-scripts/shfs.php\";s:5:\"2.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:29:\"jet-elements/jet-elements.php\";s:5:\"2.6.2\";s:25:\"jet-engine/jet-engine.php\";s:6:\"2.11.3\";s:21:\"jet-menu/jet-menu.php\";s:5:\"2.1.6\";s:23:\"jet-popup/jet-popup.php\";s:5:\"1.5.5\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:6:\"2.3.10\";s:21:\"jet-tabs/jet-tabs.php\";s:6:\"2.1.15\";s:25:\"jet-tricks/jet-tricks.php\";s:5:\"1.3.9\";s:31:\"jupiterx-core/jupiterx-core.php\";s:5:\"2.0.4\";s:27:\"LayerSlider/layerslider.php\";s:5:\"6.8.4\";s:23:\"lazy-load/lazy-load.php\";s:5:\"0.6.1\";s:29:\"masterslider/masterslider.php\";s:5:\"3.5.9\";s:35:\"max-upload-size/max_upload_size.php\";s:3:\"1.0\";s:25:\"menu-icons/menu-icons.php\";s:6:\"0.13.2\";s:54:\"one-click-demo-import-plugin/one-click-demo-import.php\";s:5:\"2.6.2\";s:29:\"pixfort-core/pixfort-core.php\";s:5:\"2.1.5\";s:31:\"pixfort-likes/pixfort-likes.php\";s:5:\"1.0.2\";s:15:\"raven/raven.php\";s:6:\"1.11.0\";s:41:\"show-hidecollapse-expand/bg_show_hide.php\";s:5:\"1.2.5\";s:23:\"revslider/revslider.php\";s:6:\"6.5.11\";s:33:\"smart-slider-3/smart-slider-3.php\";s:8:\"3.5.1.12\";s:33:\"instagram-feed/instagram-feed.php\";s:3:\"6.1\";s:45:\"live-weather-station/live-weather-station.php\";s:6:\"3.8.11\";s:51:\"3-word-address-validation-field/w3w-autosuggest.php\";s:5:\"4.0.4\";s:27:\"woocommerce/woocommerce.php\";s:5:\"7.2.1\";s:27:\"js_composer/js_composer.php\";s:5:\"6.8.0\";s:29:\"wp-bodymovin/wp-bodymovin.php\";s:5:\"2.1.0\";s:21:\"wp-reset/wp-reset.php\";s:4:\"1.96\";}}','no'),(1698,'_site_transient_timeout_jet_dashboard_remote_jet_plugin_list','1671652594','no'),(1699,'_site_transient_jet_dashboard_remote_jet_plugin_list','a:18:{i:0;a:9:{s:4:\"name\";s:11:\"JetElements\";s:4:\"slug\";s:29:\"jet-elements/jet-elements.php\";s:7:\"version\";s:5:\"2.6.8\";s:5:\"thumb\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo/jetelements.svg\";s:9:\"thumb_alt\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetelements.svg\";s:4:\"docs\";s:68:\"https://crocoblock.com/knowledge-base/article-category/jet-elements/\";s:4:\"demo\";s:43:\"https://crocoblock.com/plugins/jetelements/\";s:4:\"desc\";s:24:\"Must-have design widgets\";s:8:\"versions\";a:28:{i:0;s:5:\"2.6.8\";i:1;s:5:\"2.6.7\";i:2;s:5:\"2.6.6\";i:3;s:5:\"2.6.5\";i:4;s:5:\"2.6.4\";i:5;s:5:\"2.6.3\";i:6;s:5:\"2.6.2\";i:7;s:5:\"2.6.1\";i:8;s:5:\"2.6.0\";i:9;s:5:\"2.5.9\";i:10;s:5:\"2.5.8\";i:11;s:5:\"2.5.7\";i:12;s:5:\"2.5.6\";i:13;s:5:\"2.5.5\";i:14;s:5:\"2.5.4\";i:15;s:5:\"2.5.3\";i:16;s:5:\"2.5.2\";i:17;s:5:\"2.5.1\";i:18;s:5:\"2.5.0\";i:19;s:5:\"2.4.1\";i:20;s:5:\"2.4.0\";i:21;s:5:\"2.3.3\";i:22;s:5:\"2.3.2\";i:23;s:5:\"2.3.1\";i:24;s:5:\"2.3.0\";i:25;s:6:\"2.2.17\";i:26;s:6:\"2.2.16\";i:27;s:6:\"2.2.15\";}}i:1;a:9:{s:4:\"name\";s:7:\"JetTabs\";s:4:\"slug\";s:21:\"jet-tabs/jet-tabs.php\";s:7:\"version\";s:6:\"2.1.20\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jettabs.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jettabs.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-tabs/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jettabs/\";s:4:\"desc\";s:31:\"A smart way to organize content\";s:8:\"versions\";a:17:{i:0;s:6:\"2.1.20\";i:1;s:6:\"2.1.19\";i:2;s:6:\"2.1.18\";i:3;s:6:\"2.1.17\";i:4;s:6:\"2.1.16\";i:5;s:6:\"2.1.15\";i:6;s:6:\"2.1.14\";i:7;s:6:\"2.1.13\";i:8;s:6:\"2.1.12\";i:9;s:6:\"2.1.11\";i:10;s:6:\"2.1.10\";i:11;s:5:\"2.1.9\";i:12;s:5:\"2.1.8\";i:13;s:5:\"2.1.7\";i:14;s:5:\"2.1.6\";i:15;s:5:\"2.1.5\";i:16;s:5:\"2.1.4\";}}i:2;a:9:{s:4:\"name\";s:10:\"JetReviews\";s:4:\"slug\";s:27:\"jet-reviews/jet-reviews.php\";s:7:\"version\";s:5:\"2.3.1\";s:5:\"thumb\";s:74:\"https://account.crocoblock.com/free-download/images/jetlogo/jetreviews.svg\";s:9:\"thumb_alt\";s:78:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetreviews.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jetreviews/\";s:4:\"demo\";s:42:\"https://crocoblock.com/plugins/jetreviews/\";s:4:\"desc\";s:32:\"Add reviews, comments, and rates\";s:8:\"versions\";a:17:{i:0;s:5:\"2.3.1\";i:1;s:5:\"2.3.0\";i:2;s:5:\"2.2.7\";i:3;s:5:\"2.2.6\";i:4;s:5:\"2.2.4\";i:5;s:5:\"2.2.3\";i:6;s:5:\"2.2.2\";i:7;s:5:\"2.2.1\";i:8;s:5:\"2.2.0\";i:9;s:5:\"2.1.1\";i:10;s:5:\"2.1.0\";i:11;s:5:\"2.0.2\";i:12;s:5:\"2.0.1\";i:13;s:5:\"2.0.0\";i:14;s:5:\"1.3.0\";i:15;s:5:\"1.2.2\";i:16;s:5:\"1.2.1\";}}i:3;a:9:{s:4:\"name\";s:7:\"JetMenu\";s:4:\"slug\";s:21:\"jet-menu/jet-menu.php\";s:7:\"version\";s:5:\"2.2.4\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jetmenu.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetmenu.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-menu/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jetmenu/\";s:4:\"desc\";s:24:\"Build a custom mega menu\";s:8:\"versions\";a:21:{i:0;s:5:\"2.2.4\";i:1;s:5:\"2.2.3\";i:2;s:5:\"2.2.2\";i:3;s:5:\"2.2.1\";i:4;s:5:\"2.2.0\";i:5;s:5:\"2.1.7\";i:6;s:5:\"2.1.6\";i:7;s:5:\"2.1.5\";i:8;s:5:\"2.1.4\";i:9;s:5:\"2.1.3\";i:10;s:5:\"2.1.2\";i:11;s:5:\"2.1.1\";i:12;s:5:\"2.1.0\";i:13;s:5:\"2.0.9\";i:14;s:5:\"2.0.8\";i:15;s:5:\"2.0.7\";i:16;s:5:\"2.0.6\";i:17;s:5:\"2.0.5\";i:18;s:5:\"2.0.4\";i:19;s:5:\"2.0.3\";i:20;s:6:\"1.5.15\";}}i:4;a:9:{s:4:\"name\";s:7:\"JetBlog\";s:4:\"slug\";s:21:\"jet-blog/jet-blog.php\";s:7:\"version\";s:5:\"2.3.1\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jetblog.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetblog.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-blog/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jetblog/\";s:4:\"desc\";s:26:\"Create engaging blog pages\";s:8:\"versions\";a:13:{i:0;s:5:\"2.3.1\";i:1;s:5:\"2.3.0\";i:2;s:6:\"2.2.17\";i:3;s:6:\"2.2.16\";i:4;s:6:\"2.2.15\";i:5;s:6:\"2.2.14\";i:6;s:6:\"2.2.13\";i:7;s:6:\"2.2.12\";i:8;s:6:\"2.2.11\";i:9;s:6:\"2.2.10\";i:10;s:5:\"2.2.9\";i:11;s:5:\"2.2.8\";i:12;s:5:\"2.2.7\";}}i:5;a:9:{s:4:\"name\";s:9:\"JetBlocks\";s:4:\"slug\";s:25:\"jet-blocks/jet-blocks.php\";s:7:\"version\";s:5:\"1.3.5\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetblocks.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetblocks.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jetblocks/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetblocks/\";s:4:\"desc\";s:30:\"Enrich header & footer content\";s:8:\"versions\";a:16:{i:0;s:5:\"1.3.5\";i:1;s:5:\"1.3.4\";i:2;s:5:\"1.3.3\";i:3;s:5:\"1.3.2\";i:4;s:5:\"1.3.1\";i:5;s:5:\"1.3.0\";i:6;s:6:\"1.2.10\";i:7;s:5:\"1.2.9\";i:8;s:5:\"1.2.8\";i:9;s:5:\"1.2.7\";i:10;s:5:\"1.2.6\";i:11;s:5:\"1.2.5\";i:12;s:5:\"1.2.4\";i:13;s:5:\"1.2.3\";i:14;s:5:\"1.2.2\";i:15;s:5:\"1.2.1\";}}i:6;a:9:{s:4:\"name\";s:9:\"JetTricks\";s:4:\"slug\";s:25:\"jet-tricks/jet-tricks.php\";s:7:\"version\";s:5:\"1.4.3\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jettricks.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jettricks.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jettricks/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jettricks/\";s:4:\"desc\";s:30:\"Add interactive visual effects\";s:8:\"versions\";a:19:{i:0;s:5:\"1.4.3\";i:1;s:5:\"1.4.2\";i:2;s:5:\"1.4.1\";i:3;s:5:\"1.4.0\";i:4;s:5:\"1.3.9\";i:5;s:5:\"1.3.8\";i:6;s:5:\"1.3.7\";i:7;s:5:\"1.3.5\";i:8;s:5:\"1.3.4\";i:9;s:5:\"1.3.3\";i:10;s:5:\"1.3.2\";i:11;s:5:\"1.3.1\";i:12;s:5:\"1.3.0\";i:13;s:6:\"1.2.12\";i:14;s:6:\"1.2.11\";i:15;s:6:\"1.2.10\";i:16;s:5:\"1.2.9\";i:17;s:5:\"1.2.8\";i:18;s:5:\"1.2.7\";}}i:7;a:9:{s:4:\"name\";s:15:\"JetSmartFilters\";s:4:\"slug\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:7:\"version\";s:5:\"3.0.3\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jetsmartfilters.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetsmartfilters.svg\";s:4:\"docs\";s:71:\"https://crocoblock.com/knowledge-base/article-category/jetsmartfilters/\";s:4:\"demo\";s:47:\"https://crocoblock.com/plugins/jetsmartfilters/\";s:4:\"desc\";s:34:\"Advanced filters for any post type\";s:8:\"versions\";a:36:{i:0;s:5:\"3.0.3\";i:1;s:5:\"3.0.2\";i:2;s:5:\"3.0.1\";i:3;s:5:\"3.0.0\";i:4;s:6:\"2.3.14\";i:5;s:6:\"2.3.13\";i:6;s:6:\"2.3.12\";i:7;s:6:\"2.3.11\";i:8;s:6:\"2.3.10\";i:9;s:5:\"2.3.9\";i:10;s:5:\"2.3.8\";i:11;s:5:\"2.3.7\";i:12;s:5:\"2.3.6\";i:13;s:5:\"2.3.5\";i:14;s:5:\"2.3.4\";i:15;s:5:\"2.3.3\";i:16;s:5:\"2.3.2\";i:17;s:5:\"2.3.1\";i:18;s:5:\"2.3.0\";i:19;s:5:\"2.2.3\";i:20;s:5:\"2.2.2\";i:21;s:5:\"2.2.1\";i:22;s:5:\"2.2.0\";i:23;s:5:\"2.1.1\";i:24;s:5:\"2.1.0\";i:25;s:5:\"2.0.6\";i:26;s:5:\"2.0.5\";i:27;s:5:\"2.0.4\";i:28;s:5:\"2.0.3\";i:29;s:5:\"2.0.2\";i:30;s:5:\"2.0.1\";i:31;s:5:\"2.0.0\";i:32;s:5:\"1.8.4\";i:33;s:5:\"1.8.3\";i:34;s:5:\"1.8.2\";i:35;s:5:\"1.8.1\";}}i:8;a:9:{s:4:\"name\";s:8:\"JetPopup\";s:4:\"slug\";s:23:\"jet-popup/jet-popup.php\";s:7:\"version\";s:5:\"1.6.3\";s:5:\"thumb\";s:72:\"https://account.crocoblock.com/free-download/images/jetlogo/jetpopup.svg\";s:9:\"thumb_alt\";s:76:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetpopup.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jet-popup/\";s:4:\"demo\";s:40:\"https://crocoblock.com/plugins/jetpopup/\";s:4:\"desc\";s:30:\"Create popups that boost sales\";s:8:\"versions\";a:16:{i:0;s:5:\"1.6.3\";i:1;s:5:\"1.6.2\";i:2;s:5:\"1.6.1\";i:3;s:5:\"1.6.0\";i:4;s:5:\"1.5.6\";i:5;s:5:\"1.5.5\";i:6;s:5:\"1.5.4\";i:7;s:5:\"1.5.3\";i:8;s:5:\"1.5.2\";i:9;s:5:\"1.5.1\";i:10;s:5:\"1.5.0\";i:11;s:5:\"1.4.2\";i:12;s:5:\"1.4.1\";i:13;s:5:\"1.4.0\";i:14;s:5:\"1.3.1\";i:15;s:5:\"1.3.0\";}}i:9;a:9:{s:4:\"name\";s:9:\"JetSearch\";s:4:\"slug\";s:25:\"jet-search/jet-search.php\";s:7:\"version\";s:5:\"3.0.3\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetsearch.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetsearch.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jet-search/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetsearch/\";s:4:\"desc\";s:27:\"Try the fastest AJAX search\";s:8:\"versions\";a:18:{i:0;s:5:\"3.0.3\";i:1;s:5:\"3.0.2\";i:2;s:5:\"3.0.1\";i:3;s:5:\"3.0.0\";i:4;s:6:\"2.1.17\";i:5;s:6:\"2.1.16\";i:6;s:6:\"2.1.15\";i:7;s:6:\"2.1.14\";i:8;s:6:\"2.1.13\";i:9;s:6:\"2.1.12\";i:10;s:6:\"2.1.11\";i:11;s:6:\"2.1.10\";i:12;s:5:\"2.1.9\";i:13;s:5:\"2.1.8\";i:14;s:5:\"2.1.7\";i:15;s:5:\"2.1.6\";i:16;s:5:\"2.1.5\";i:17;s:5:\"2.1.4\";}}i:10;a:9:{s:4:\"name\";s:13:\"JetWooBuilder\";s:4:\"slug\";s:35:\"jet-woo-builder/jet-woo-builder.php\";s:7:\"version\";s:5:\"2.1.1\";s:5:\"thumb\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo/jetwoobuilder.svg\";s:9:\"thumb_alt\";s:81:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetwoobuilder.svg\";s:4:\"docs\";s:69:\"https://crocoblock.com/knowledge-base/article-category/jetwoobuilder/\";s:4:\"demo\";s:45:\"https://crocoblock.com/plugins/jetwoobuilder/\";s:4:\"desc\";s:30:\"Create custom e-commerce pages\";s:8:\"versions\";a:47:{i:0;s:5:\"2.1.1\";i:1;s:5:\"2.1.0\";i:2;s:5:\"2.0.5\";i:3;s:5:\"2.0.4\";i:4;s:5:\"2.0.3\";i:5;s:5:\"2.0.2\";i:6;s:5:\"2.0.1\";i:7;s:5:\"2.0.0\";i:8;s:6:\"1.12.4\";i:9;s:6:\"1.12.3\";i:10;s:6:\"1.12.2\";i:11;s:6:\"1.12.1\";i:12;s:6:\"1.12.0\";i:13;s:6:\"1.11.4\";i:14;s:6:\"1.11.3\";i:15;s:6:\"1.11.2\";i:16;s:6:\"1.11.1\";i:17;s:6:\"1.11.0\";i:18;s:6:\"1.10.5\";i:19;s:6:\"1.10.4\";i:20;s:6:\"1.10.3\";i:21;s:6:\"1.10.2\";i:22;s:6:\"1.10.1\";i:23;s:6:\"1.10.0\";i:24;s:5:\"1.9.2\";i:25;s:5:\"1.9.1\";i:26;s:5:\"1.9.0\";i:27;s:5:\"1.8.2\";i:28;s:5:\"1.8.1\";i:29;s:5:\"1.8.0\";i:30;s:6:\"1.7.12\";i:31;s:6:\"1.7.11\";i:32;s:6:\"1.7.10\";i:33;s:5:\"1.7.9\";i:34;s:5:\"1.7.8\";i:35;s:5:\"1.7.7\";i:36;s:5:\"1.7.6\";i:37;s:5:\"1.7.5\";i:38;s:5:\"1.7.4\";i:39;s:5:\"1.7.3\";i:40;s:5:\"1.7.2\";i:41;s:5:\"1.7.1\";i:42;s:5:\"1.7.0\";i:43;s:5:\"1.6.6\";i:44;s:5:\"1.6.5\";i:45;s:5:\"1.6.4\";i:46;s:5:\"1.6.3\";}}i:11;a:9:{s:4:\"name\";s:17:\"JetProductGallery\";s:4:\"slug\";s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";s:7:\"version\";s:5:\"2.1.9\";s:5:\"thumb\";s:81:\"https://account.crocoblock.com/free-download/images/jetlogo/jetproductgallery.svg\";s:9:\"thumb_alt\";s:85:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetproductgallery.svg\";s:4:\"docs\";s:73:\"https://crocoblock.com/knowledge-base/article-category/jetproductgallery/\";s:4:\"demo\";s:49:\"https://crocoblock.com/plugins/jetproductgallery/\";s:4:\"desc\";s:38:\"Product gallery sliders and carousels \";s:8:\"versions\";a:29:{i:0;s:5:\"2.1.9\";i:1;s:5:\"2.1.8\";i:2;s:5:\"2.1.7\";i:3;s:5:\"2.1.6\";i:4;s:5:\"2.1.5\";i:5;s:5:\"2.1.4\";i:6;s:5:\"2.1.3\";i:7;s:5:\"2.1.2\";i:8;s:5:\"2.1.1\";i:9;s:5:\"2.1.0\";i:10;s:5:\"2.0.5\";i:11;s:5:\"2.0.4\";i:12;s:5:\"2.0.3\";i:13;s:5:\"2.0.2\";i:14;s:5:\"2.0.1\";i:15;s:5:\"2.0.0\";i:16;s:5:\"1.3.1\";i:17;s:5:\"1.3.0\";i:18;s:5:\"1.2.3\";i:19;s:5:\"1.2.2\";i:20;s:5:\"1.2.1\";i:21;s:5:\"1.2.0\";i:22;s:5:\"1.1.9\";i:23;s:5:\"1.1.8\";i:24;s:5:\"1.1.7\";i:25;s:5:\"1.1.6\";i:26;s:5:\"1.1.5\";i:27;s:5:\"1.1.4\";i:28;s:5:\"1.1.3\";}}i:12;a:9:{s:4:\"name\";s:19:\"JetCompare&Wishlist\";s:4:\"slug\";s:31:\"jet-compare-wishlist/jet-cw.php\";s:7:\"version\";s:5:\"1.5.2\";s:5:\"thumb\";s:85:\"https://account.crocoblock.com/free-download/images/jetlogo/jetwoocomparewishlist.svg\";s:9:\"thumb_alt\";s:86:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetcomparewishlist.svg\";s:4:\"docs\";s:74:\"https://crocoblock.com/knowledge-base/article-category/jetcomparewishlist/\";s:4:\"demo\";s:50:\"https://crocoblock.com/plugins/jetcomparewishlist/\";s:4:\"desc\";s:34:\"Compare and wishlist functionality\";s:8:\"versions\";a:25:{i:0;s:5:\"1.5.2\";i:1;s:5:\"1.5.1\";i:2;s:5:\"1.5.0\";i:3;s:5:\"1.4.7\";i:4;s:5:\"1.4.6\";i:5;s:5:\"1.4.5\";i:6;s:5:\"1.4.4\";i:7;s:5:\"1.4.3\";i:8;s:5:\"1.4.2\";i:9;s:5:\"1.4.1\";i:10;s:5:\"1.4.0\";i:11;s:5:\"1.3.5\";i:12;s:5:\"1.3.4\";i:13;s:5:\"1.3.3\";i:14;s:5:\"1.3.2\";i:15;s:5:\"1.3.1\";i:16;s:5:\"1.3.0\";i:17;s:5:\"1.2.4\";i:18;s:5:\"1.2.3\";i:19;s:5:\"1.2.2\";i:20;s:5:\"1.2.1\";i:21;s:5:\"1.2.0\";i:22;s:5:\"1.1.2\";i:23;s:5:\"1.1.1\";i:24;s:5:\"1.1.0\";}}i:13;a:9:{s:4:\"name\";s:9:\"JetEngine\";s:4:\"slug\";s:25:\"jet-engine/jet-engine.php\";s:7:\"version\";s:5:\"3.0.8\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetengine.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetengine.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jet-engine/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetengine/\";s:4:\"desc\";s:36:\"Top-notch plugin for dynamic content\";s:8:\"versions\";a:73:{i:0;s:5:\"3.0.8\";i:1;s:5:\"3.0.7\";i:2;s:7:\"3.0.6.1\";i:3;s:5:\"3.0.6\";i:4;s:5:\"3.0.5\";i:5;s:5:\"3.0.4\";i:6;s:7:\"3.0.3.1\";i:7;s:5:\"3.0.3\";i:8;s:5:\"3.0.2\";i:9;s:5:\"3.0.1\";i:10;s:5:\"3.0.0\";i:11;s:7:\"2.11.11\";i:12;s:7:\"2.11.10\";i:13;s:6:\"2.11.9\";i:14;s:6:\"2.11.8\";i:15;s:6:\"2.11.7\";i:16;s:6:\"2.11.6\";i:17;s:6:\"2.11.5\";i:18;s:6:\"2.11.4\";i:19;s:6:\"2.11.3\";i:20;s:6:\"2.11.2\";i:21;s:6:\"2.11.1\";i:22;s:6:\"2.11.0\";i:23;s:6:\"2.10.3\";i:24;s:6:\"2.10.2\";i:25;s:6:\"2.10.1\";i:26;s:6:\"2.10.0\";i:27;s:5:\"2.9.4\";i:28;s:5:\"2.9.3\";i:29;s:5:\"2.9.2\";i:30;s:5:\"2.9.1\";i:31;s:5:\"2.9.0\";i:32;s:6:\"2.8.10\";i:33;s:5:\"2.8.9\";i:34;s:5:\"2.8.8\";i:35;s:5:\"2.8.7\";i:36;s:5:\"2.8.6\";i:37;s:5:\"2.8.5\";i:38;s:5:\"2.8.4\";i:39;s:5:\"2.8.3\";i:40;s:5:\"2.8.2\";i:41;s:5:\"2.8.1\";i:42;s:5:\"2.8.0\";i:43;s:5:\"2.7.8\";i:44;s:5:\"2.7.7\";i:45;s:5:\"2.7.6\";i:46;s:5:\"2.7.5\";i:47;s:5:\"2.7.4\";i:48;s:5:\"2.7.3\";i:49;s:5:\"2.7.2\";i:50;s:5:\"2.7.1\";i:51;s:5:\"2.7.0\";i:52;s:5:\"2.6.4\";i:53;s:5:\"2.6.3\";i:54;s:5:\"2.6.2\";i:55;s:5:\"2.6.1\";i:56;s:5:\"2.6.0\";i:57;s:5:\"2.5.6\";i:58;s:5:\"2.5.5\";i:59;s:5:\"2.5.4\";i:60;s:5:\"2.5.3\";i:61;s:5:\"2.5.2\";i:62;s:5:\"2.5.1\";i:63;s:5:\"2.5.0\";i:64;s:6:\"2.4.13\";i:65;s:6:\"2.4.12\";i:66;s:6:\"2.4.11\";i:67;s:6:\"2.4.10\";i:68;s:5:\"2.4.9\";i:69;s:5:\"2.4.8\";i:70;s:5:\"2.4.6\";i:71;s:5:\"2.4.5\";i:72;s:5:\"2.4.4\";}}i:14;a:9:{s:4:\"name\";s:10:\"JetBooking\";s:4:\"slug\";s:27:\"jet-booking/jet-booking.php\";s:7:\"version\";s:5:\"2.6.0\";s:5:\"thumb\";s:74:\"https://account.crocoblock.com/free-download/images/jetlogo/jetbooking.svg\";s:9:\"thumb_alt\";s:78:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetbooking.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jetbooking/\";s:4:\"demo\";s:42:\"https://crocoblock.com/plugins/jetbooking/\";s:4:\"desc\";s:29:\"Complex booking functionality\";s:8:\"versions\";a:29:{i:0;s:5:\"2.6.0\";i:1;s:5:\"2.5.5\";i:2;s:5:\"2.5.4\";i:3;s:5:\"2.5.3\";i:4;s:5:\"2.5.2\";i:5;s:5:\"2.5.1\";i:6;s:5:\"2.5.0\";i:7;s:5:\"2.4.6\";i:8;s:5:\"2.4.5\";i:9;s:5:\"2.4.4\";i:10;s:5:\"2.4.3\";i:11;s:5:\"2.4.2\";i:12;s:5:\"2.4.1\";i:13;s:5:\"2.4.0\";i:14;s:5:\"2.3.5\";i:15;s:5:\"2.3.4\";i:16;s:5:\"2.3.3\";i:17;s:5:\"2.3.2\";i:18;s:5:\"2.3.1\";i:19;s:5:\"2.3.0\";i:20;s:5:\"2.2.5\";i:21;s:5:\"2.2.4\";i:22;s:5:\"2.2.3\";i:23;s:5:\"2.2.1\";i:24;s:5:\"2.2.0\";i:25;s:5:\"2.1.1\";i:26;s:5:\"2.1.0\";i:27;s:5:\"2.0.2\";i:28;s:5:\"2.0.1\";}}i:15;a:9:{s:4:\"name\";s:15:\"JetStyleManager\";s:4:\"slug\";s:39:\"jet-style-manager/jet-style-manager.php\";s:7:\"version\";s:5:\"1.3.5\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jetstylemanager.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetstylemanager.svg\";s:4:\"docs\";s:71:\"https://crocoblock.com/knowledge-base/article-category/jetstylemanager/\";s:4:\"demo\";s:47:\"https://crocoblock.com/plugins/jetstylemanager/\";s:4:\"desc\";s:36:\"Manage Elementor page style settings\";s:8:\"versions\";a:10:{i:0;s:5:\"1.3.2\";i:1;s:5:\"1.3.1\";i:2;s:5:\"1.2.0\";i:3;s:5:\"1.1.5\";i:4;s:5:\"1.1.4\";i:5;s:5:\"1.1.3\";i:6;s:5:\"1.1.2\";i:7;s:5:\"1.1.1\";i:8;s:5:\"1.1.0\";i:9;s:5:\"1.0.0\";}}i:16;a:9:{s:4:\"name\";s:14:\"JetAppointment\";s:4:\"slug\";s:53:\"jet-appointments-booking/jet-appointments-booking.php\";s:7:\"version\";s:5:\"2.0.1\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jet-appointment.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jet-appointment.svg\";s:4:\"docs\";s:70:\"https://crocoblock.com/knowledge-base/article-category/jetappointment/\";s:4:\"demo\";s:46:\"https://crocoblock.com/plugins/jetappointment/\";s:4:\"desc\";s:31:\"Create custom appointment forms\";s:8:\"versions\";a:29:{i:0;s:5:\"2.0.1\";i:1;s:5:\"2.0.0\";i:2;s:6:\"1.6.10\";i:3;s:5:\"1.6.9\";i:4;s:5:\"1.6.8\";i:5;s:5:\"1.6.7\";i:6;s:5:\"1.6.6\";i:7;s:5:\"1.6.5\";i:8;s:5:\"1.6.4\";i:9;s:5:\"1.6.3\";i:10;s:5:\"1.6.2\";i:11;s:5:\"1.6.1\";i:12;s:5:\"1.6.0\";i:13;s:5:\"1.5.7\";i:14;s:5:\"1.5.6\";i:15;s:5:\"1.5.5\";i:16;s:5:\"1.5.1\";i:17;s:5:\"1.5.0\";i:18;s:5:\"1.4.0\";i:19;s:5:\"1.3.3\";i:20;s:5:\"1.3.2\";i:21;s:5:\"1.3.1\";i:22;s:5:\"1.3.0\";i:23;s:5:\"1.2.2\";i:24;s:5:\"1.2.1\";i:25;s:5:\"1.2.0\";i:26;s:5:\"1.1.1\";i:27;s:5:\"1.1.0\";i:28;s:5:\"1.0.0\";}}i:17;a:9:{s:4:\"name\";s:12:\"JetThemeCore\";s:4:\"slug\";s:33:\"jet-theme-core/jet-theme-core.php\";s:7:\"version\";s:5:\"2.0.7\";s:5:\"thumb\";s:76:\"https://account.crocoblock.com/free-download/images/jetlogo/jetthemecore.svg\";s:9:\"thumb_alt\";s:80:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetthemecore.svg\";s:4:\"docs\";s:67:\"https://crocoblock.com/knowledge-base/article-category/theme-parts/\";s:4:\"demo\";s:44:\"https://crocoblock.com/plugins/jetthemecore/\";s:4:\"desc\";s:65:\"Most powerful plugin created to make building websites super easy\";s:8:\"versions\";a:16:{i:0;s:5:\"2.0.7\";i:1;s:5:\"2.0.6\";i:2;s:5:\"2.0.5\";i:3;s:5:\"2.0.4\";i:4;s:5:\"2.0.3\";i:5;s:5:\"2.0.2\";i:6;s:5:\"2.0.1\";i:7;s:5:\"2.0.0\";i:8;s:5:\"1.2.2\";i:9;s:5:\"1.2.1\";i:10;s:5:\"1.2.0\";i:11;s:6:\"1.1.25\";i:12;s:6:\"1.1.24\";i:13;s:6:\"1.1.23\";i:14;s:6:\"1.1.22\";i:15;s:6:\"1.1.21\";}}}','no'),(1705,'action_scheduler_migration_status','complete','yes');
INSERT INTO `wp_options` VALUES (1707,'custom_remote_info_library','a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{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:5:\"intro\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:248:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"intro\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:705:{i:0;a:14:{s:2:\"id\";s:13:\"company-intro\";s:4:\"file\";s:34:\"sections/intros/company-intro.json\";s:5:\"title\";s:13:\"company-intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/company-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:27:\"company-services-page-intro\";s:4:\"file\";s:48:\"sections/intros/company-services-page-intro.json\";s:5:\"title\";s:27:\"company-services-page-intro\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-services-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/company-elementor/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:2;a:14:{s:2:\"id\";s:27:\"company-features-page-intro\";s:4:\"file\";s:48:\"sections/intros/company-features-page-intro.json\";s:5:\"title\";s:27:\"company-features-page-intro\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-features-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/company-elementor/features/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:24:\"company-works-page-intro\";s:4:\"file\";s:45:\"sections/intros/company-works-page-intro.json\";s:5:\"title\";s:24:\"company-works-page-intro\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-works-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:55:\"https://essentials.pixfort.com/company-elementor/works/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:26:\"company-reviews-page-intro\";s:4:\"file\";s:47:\"sections/intros/company-reviews-page-intro.json\";s:5:\"title\";s:26:\"company-reviews-page-intro\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-reviews-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/company-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:26:\"company-support-page-intro\";s:4:\"file\";s:47:\"sections/intros/company-support-page-intro.json\";s:5:\"title\";s:26:\"company-support-page-intro\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-support-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/company-elementor/support\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:24:\"company-about-page-intro\";s:4:\"file\";s:45:\"sections/intros/company-about-page-intro.json\";s:5:\"title\";s:24:\"company-about-page-intro\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-about-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/company-elementor/about\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:26:\"company-contact-page-intro\";s:4:\"file\";s:47:\"sections/intros/company-contact-page-intro.json\";s:5:\"title\";s:26:\"company-contact-page-intro\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-contact-page-intro.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/company-elementor/contact\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:14:{s:2:\"id\";s:26:\"company-pricing-page-intro\";s:4:\"file\";s:47:\"sections/intros/company-pricing-page-intro.json\";s:5:\"title\";s:26:\"company-pricing-page-intro\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-pricing-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/company-elementor/pricing\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:22:\"company-faq-page-intro\";s:4:\"file\";s:43:\"sections/intros/company-faq-page-intro.json\";s:5:\"title\";s:22:\"company-faq-page-intro\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/company-faq-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:52:\"https://essentials.pixfort.com/company-elementor/faq\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:20:\"modern-contact-intro\";s:4:\"file\";s:41:\"sections/intros/modern-contact-intro.json\";s:5:\"title\";s:20:\"modern-contact-intro\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/modern-contact-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:55:\"https://essentials.pixfort.com/modern-elementor/contact\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:12:\"modern-intro\";s:4:\"file\";s:33:\"sections/intros/modern-intro.json\";s:5:\"title\";s:12:\"Modern intro\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/modern-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/modern-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:14:{s:2:\"id\";s:18:\"modern-works-intro\";s:4:\"file\";s:39:\"sections/intros/modern-works-intro.json\";s:5:\"title\";s:18:\"modern-works-intro\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/modern-works-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/modern-elementor/works/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:18:\"modern-about-intro\";s:4:\"file\";s:39:\"sections/intros/modern-about-intro.json\";s:5:\"title\";s:18:\"modern-about-intro\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/modern-about-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/modern-elementor/about/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:21:\"modern-features-intro\";s:4:\"file\";s:42:\"sections/intros/modern-features-intro.json\";s:5:\"title\";s:21:\"modern-features-intro\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/modern-features-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/modern-elementor/features/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:13:\"gallery-intro\";s:4:\"file\";s:34:\"sections/intros/gallery-intro.json\";s:5:\"title\";s:13:\"Gallery intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/gallery-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/gallery-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:13:\"startup-intro\";s:4:\"file\";s:34:\"sections/intros/startup-intro.json\";s:5:\"title\";s:13:\"Startup intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/startup-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:14:\"software-intro\";s:4:\"file\";s:35:\"sections/intros/software-intro.json\";s:5:\"title\";s:14:\"Software intro\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/software-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:10:\"saas-intro\";s:4:\"file\";s:31:\"sections/intros/saas-intro.json\";s:5:\"title\";s:10:\"saas intro\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/saas-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:14:{s:2:\"id\";s:16:\"saas-intro-light\";s:4:\"file\";s:37:\"sections/intros/saas-intro-light.json\";s:5:\"title\";s:16:\"saas intro light\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/saas-intro-light.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:12:\"crypto-intro\";s:4:\"file\";s:33:\"sections/intros/crypto-intro.json\";s:5:\"title\";s:12:\"crypto-intro\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/crypto-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:21;a:14:{s:2:\"id\";s:19:\"services-intro-left\";s:4:\"file\";s:40:\"sections/intros/services-intro-left.json\";s:5:\"title\";s:19:\"services-intro-left\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/services-intro-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:20:\"services-intro-right\";s:4:\"file\";s:41:\"sections/intros/services-intro-right.json\";s:5:\"title\";s:20:\"services-intro-right\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/services-intro-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:13:\"medical-intro\";s:4:\"file\";s:34:\"sections/intros/medical-intro.json\";s:5:\"title\";s:13:\"medical-intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/medical-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:11:\"event-intro\";s:4:\"file\";s:32:\"sections/intros/event-intro.json\";s:5:\"title\";s:11:\"event-intro\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/event-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:15:\"marketing-intro\";s:4:\"file\";s:36:\"sections/intros/marketing-intro.json\";s:5:\"title\";s:15:\"marketing-intro\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/marketing-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:14:{s:2:\"id\";s:17:\"marketing-intro-2\";s:4:\"file\";s:38:\"sections/intros/marketing-intro-2.json\";s:5:\"title\";s:17:\"marketing-intro-2\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/marketing-intro-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:11:\"ebook-intro\";s:4:\"file\";s:32:\"sections/intros/ebook-intro.json\";s:5:\"title\";s:11:\"ebook-intro\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/ebook-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:14:{s:2:\"id\";s:20:\"ebook-intro-reversed\";s:4:\"file\";s:41:\"sections/intros/ebook-intro-reversed.json\";s:5:\"title\";s:20:\"ebook-intro-reversed\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/ebook-intro-reversed.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:13:\"landing-intro\";s:4:\"file\";s:34:\"sections/intros/landing-intro.json\";s:5:\"title\";s:13:\"landing-intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/landing-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:18:\"landing-intro-dark\";s:4:\"file\";s:39:\"sections/intros/landing-intro-dark.json\";s:5:\"title\";s:18:\"landing-intro-dark\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/landing-intro-dark.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:31;a:14:{s:2:\"id\";s:16:\"restaurant-intro\";s:4:\"file\";s:37:\"sections/intros/restaurant-intro.json\";s:5:\"title\";s:16:\"restaurant-intro\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/restaurant-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:15:\"corporate-intro\";s:4:\"file\";s:36:\"sections/intros/corporate-intro.json\";s:5:\"title\";s:15:\"corporate-intro\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/corporate-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:33;a:14:{s:2:\"id\";s:22:\"corporate-intro-simple\";s:4:\"file\";s:43:\"sections/intros/corporate-intro-simple.json\";s:5:\"title\";s:22:\"corporate-intro-simple\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/corporate-intro-simple.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:22:\"corporate-intro-center\";s:4:\"file\";s:43:\"sections/intros/corporate-intro-center.json\";s:5:\"title\";s:22:\"corporate-intro-center\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/corporate-intro-center.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:13:\"product-intro\";s:4:\"file\";s:34:\"sections/intros/product-intro.json\";s:5:\"title\";s:13:\"product-intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/product-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:14:{s:2:\"id\";s:23:\"coronavirus-intro-right\";s:4:\"file\";s:44:\"sections/intros/coronavirus-intro-right.json\";s:5:\"title\";s:23:\"coronavirus-intro-right\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/coronavirus-intro-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:22:\"coronavirus-intro-left\";s:4:\"file\";s:43:\"sections/intros/coronavirus-intro-left.json\";s:5:\"title\";s:22:\"coronavirus-intro-left\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/coronavirus-intro-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:38;a:14:{s:2:\"id\";s:14:\"personal-intro\";s:4:\"file\";s:35:\"sections/intros/personal-intro.json\";s:5:\"title\";s:14:\"personal-intro\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/personal-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/personal/homepage-personal-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:16:\"influencer-intro\";s:4:\"file\";s:37:\"sections/intros/influencer-intro.json\";s:5:\"title\";s:16:\"influencer-intro\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/influencer-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:21:\"influencer-intro-neon\";s:4:\"file\";s:42:\"sections/intros/influencer-intro-neon.json\";s:5:\"title\";s:21:\"influencer-intro-neon\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/influencer-intro-neon.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:15:\"app-intro-right\";s:4:\"file\";s:36:\"sections/intros/app-intro-right.json\";s:5:\"title\";s:15:\"app-intro-right\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/app-intro-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:14:\"app-intro-left\";s:4:\"file\";s:35:\"sections/intros/app-intro-left.json\";s:5:\"title\";s:14:\"app-intro-left\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/app-intro-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:12:\"agency-intro\";s:4:\"file\";s:33:\"sections/intros/agency-intro.json\";s:5:\"title\";s:12:\"agency-intro\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/agency-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:44;a:14:{s:2:\"id\";s:19:\"agency-intro-center\";s:4:\"file\";s:40:\"sections/intros/agency-intro-center.json\";s:5:\"title\";s:19:\"agency-intro-center\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/agency-intro-center.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:13:\"blogger-intro\";s:4:\"file\";s:34:\"sections/intros/blogger-intro.json\";s:5:\"title\";s:13:\"blogger-intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/blogger-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/blogger/homepage-blogger-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:46;a:14:{s:2:\"id\";s:18:\"blogger-intro-dark\";s:4:\"file\";s:39:\"sections/intros/blogger-intro-dark.json\";s:5:\"title\";s:18:\"blogger-intro-dark\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/blogger-intro-dark.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/blogger/homepage-blogger-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:12:\"slides-intro\";s:4:\"file\";s:33:\"sections/intros/slides-intro.json\";s:5:\"title\";s:12:\"slides-intro\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/slides-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/slides/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:8:\"kb-intro\";s:4:\"file\";s:29:\"sections/intros/kb-intro.json\";s:5:\"title\";s:8:\"kb-intro\";s:9:\"thumbnail\";s:124:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/kb-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:85:\"https://essentials.pixfort.com/knowledge-base-demo/homepage-knowledge-base-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:49;a:14:{s:2:\"id\";s:19:\"original-main-intro\";s:4:\"file\";s:40:\"sections/intros/original-main-intro.json\";s:5:\"title\";s:19:\"original-main-intro\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/original-main-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:26:\"original-main-intro-center\";s:4:\"file\";s:47:\"sections/intros/original-main-intro-center.json\";s:5:\"title\";s:26:\"original-main-intro-center\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/original-main-intro-center.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:28:\"original-features-page-intro\";s:4:\"file\";s:49:\"sections/intros/original-features-page-intro.json\";s:5:\"title\";s:28:\"original-features-page-intro\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/original-features-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/original/features/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:14:{s:2:\"id\";s:28:\"original-services-page-intro\";s:4:\"file\";s:49:\"sections/intros/original-services-page-intro.json\";s:5:\"title\";s:28:\"original-services-page-intro\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/original-services-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/original/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:27:\"original-about-simple-intro\";s:4:\"file\";s:48:\"sections/intros/original-about-simple-intro.json\";s:5:\"title\";s:27:\"original-about-simple-intro\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/original-about-simple-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:53:\"https://essentials.pixfort.com/original/about-simple/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:54;a:14:{s:2:\"id\";s:26:\"original-career-page-intro\";s:4:\"file\";s:47:\"sections/intros/original-career-page-intro.json\";s:5:\"title\";s:26:\"original-career-page-intro\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/original-career-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:52:\"https://essentials.pixfort.com/original/career-page/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:27:\"original-careers-page-intro\";s:4:\"file\";s:48:\"sections/intros/original-careers-page-intro.json\";s:5:\"title\";s:27:\"original-careers-page-intro\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/original-careers-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/original/careers/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:10:\"fast-intro\";s:4:\"file\";s:31:\"sections/intros/fast-intro.json\";s:5:\"title\";s:10:\"fast-intro\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/fast-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:46:\"https://essentials.pixfort.com/fast-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:57;a:14:{s:2:\"id\";s:13:\"onepage-intro\";s:4:\"file\";s:34:\"sections/intros/onepage-intro.json\";s:5:\"title\";s:13:\"onepage-intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/onepage-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/onepage-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:13:\"finance-intro\";s:4:\"file\";s:34:\"sections/intros/finance-intro.json\";s:5:\"title\";s:13:\"finance-intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/finance-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/finance-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:9:\"seo-intro\";s:4:\"file\";s:30:\"sections/intros/seo-intro.json\";s:5:\"title\";s:9:\"seo-intro\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/seo-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/seo-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:23:\"seo-features-page-intro\";s:4:\"file\";s:44:\"sections/intros/seo-features-page-intro.json\";s:5:\"title\";s:23:\"seo-features-page-intro\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/seo-features-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-features-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:23:\"seo-services-page-intro\";s:4:\"file\";s:44:\"sections/intros/seo-services-page-intro.json\";s:5:\"title\";s:23:\"seo-services-page-intro\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/seo-services-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-services-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:22:\"seo-pricing-page-intro\";s:4:\"file\";s:43:\"sections/intros/seo-pricing-page-intro.json\";s:5:\"title\";s:22:\"seo-pricing-page-intro\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/seo-pricing-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/seo-elementor/seo-pricing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:14:{s:2:\"id\";s:22:\"seo-support-page-intro\";s:4:\"file\";s:43:\"sections/intros/seo-support-page-intro.json\";s:5:\"title\";s:22:\"seo-support-page-intro\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/seo-support-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:53:\"https://essentials.pixfort.com/seo-elementor/support/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:20:\"seo-about-page-intro\";s:4:\"file\";s:41:\"sections/intros/seo-about-page-intro.json\";s:5:\"title\";s:20:\"seo-about-page-intro\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/intros/seo-about-page-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/seo-elementor/seo-about-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:16:\"company-features\";s:4:\"file\";s:39:\"sections/features/company-features.json\";s:5:\"title\";s:16:\"company features\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/company-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/company-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:66;a:14:{s:2:\"id\";s:30:\"company-features-page-features\";s:4:\"file\";s:53:\"sections/features/company-features-page-features.json\";s:5:\"title\";s:30:\"company-features-page-features\";s:9:\"thumbnail\";s:148:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/company-features-page-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/company-elementor/features\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:29:\"company-support-page-features\";s:4:\"file\";s:52:\"sections/features/company-support-page-features.json\";s:5:\"title\";s:29:\"company-support-page-features\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/company-support-page-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/company-elementor/support\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:14:{s:2:\"id\";s:15:\"modern-features\";s:4:\"file\";s:38:\"sections/features/modern-features.json\";s:5:\"title\";s:15:\"modern features\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/modern-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/modern-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:16:\"gallery-features\";s:4:\"file\";s:39:\"sections/features/gallery-features.json\";s:5:\"title\";s:16:\"Gallery features\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/gallery-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/gallery-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:16:\"startup-features\";s:4:\"file\";s:39:\"sections/features/startup-features.json\";s:5:\"title\";s:16:\"Startup features\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/startup-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:14:{s:2:\"id\";s:17:\"software-features\";s:4:\"file\";s:40:\"sections/features/software-features.json\";s:5:\"title\";s:17:\"Software features\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/software-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:23:\"software-features-small\";s:4:\"file\";s:46:\"sections/features/software-features-small.json\";s:5:\"title\";s:23:\"Software features small\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/software-features-small.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:14:{s:2:\"id\";s:13:\"saas-features\";s:4:\"file\";s:36:\"sections/features/saas-features.json\";s:5:\"title\";s:13:\"saas features\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/saas-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:23:\"saas-features-mini-dark\";s:4:\"file\";s:46:\"sections/features/saas-features-mini-dark.json\";s:5:\"title\";s:23:\"saas-features-mini-dark\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/saas-features-mini-dark.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:14:{s:2:\"id\";s:24:\"saas-features-mini-light\";s:4:\"file\";s:47:\"sections/features/saas-features-mini-light.json\";s:5:\"title\";s:24:\"saas-features-mini-light\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/saas-features-mini-light.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:15:\"crypto-features\";s:4:\"file\";s:38:\"sections/features/crypto-features.json\";s:5:\"title\";s:15:\"crypto-features\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/crypto-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:14:{s:2:\"id\";s:20:\"crypto-features-mini\";s:4:\"file\";s:43:\"sections/features/crypto-features-mini.json\";s:5:\"title\";s:20:\"crypto-features-mini\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/crypto-features-mini.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:17:\"services-features\";s:4:\"file\";s:40:\"sections/features/services-features.json\";s:5:\"title\";s:17:\"services-features\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/services-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:14:{s:2:\"id\";s:22:\"services-features-mini\";s:4:\"file\";s:45:\"sections/features/services-features-mini.json\";s:5:\"title\";s:22:\"services-features-mini\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/services-features-mini.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:16:\"medical-features\";s:4:\"file\";s:39:\"sections/features/medical-features.json\";s:5:\"title\";s:16:\"medical-features\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/medical-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:14:{s:2:\"id\";s:20:\"marketing-features-3\";s:4:\"file\";s:43:\"sections/features/marketing-features-3.json\";s:5:\"title\";s:20:\"marketing-features-3\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/marketing-features-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:20:\"marketing-features-2\";s:4:\"file\";s:43:\"sections/features/marketing-features-2.json\";s:5:\"title\";s:20:\"marketing-features-2\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/marketing-features-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:15:\"bold-features-2\";s:4:\"file\";s:38:\"sections/features/bold-features-2.json\";s:5:\"title\";s:15:\"bold-features-2\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/bold-features-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:14:{s:2:\"id\";s:17:\"creative-features\";s:4:\"file\";s:40:\"sections/features/creative-features.json\";s:5:\"title\";s:17:\"creative-features\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/creative-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:20:\"creative-features-x6\";s:4:\"file\";s:43:\"sections/features/creative-features-x6.json\";s:5:\"title\";s:20:\"creative-features-x6\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/creative-features-x6.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:17:\"creative-3d-boxes\";s:4:\"file\";s:40:\"sections/features/creative-3d-boxes.json\";s:5:\"title\";s:17:\"creative-3d-boxes\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/creative-3d-boxes.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:20:\"creative-3d-boxes-x2\";s:4:\"file\";s:43:\"sections/features/creative-3d-boxes-x2.json\";s:5:\"title\";s:20:\"creative-3d-boxes-x2\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/creative-3d-boxes-x2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:88;a:14:{s:2:\"id\";s:14:\"ebook-features\";s:4:\"file\";s:37:\"sections/features/ebook-features.json\";s:5:\"title\";s:14:\"ebook-features\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/ebook-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:25:\"restaurant-photo-boxes-x2\";s:4:\"file\";s:48:\"sections/features/restaurant-photo-boxes-x2.json\";s:5:\"title\";s:25:\"restaurant-photo-boxes-x2\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/restaurant-photo-boxes-x2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:14:{s:2:\"id\";s:25:\"restaurant-photo-boxes-x3\";s:4:\"file\";s:48:\"sections/features/restaurant-photo-boxes-x3.json\";s:5:\"title\";s:25:\"restaurant-photo-boxes-x3\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/restaurant-photo-boxes-x3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:16:\"landing-features\";s:4:\"file\";s:39:\"sections/features/landing-features.json\";s:5:\"title\";s:16:\"landing-features\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/landing-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:19:\"foundation-features\";s:4:\"file\";s:42:\"sections/features/foundation-features.json\";s:5:\"title\";s:19:\"foundation-features\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/foundation-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:14:{s:2:\"id\";s:21:\"construction-features\";s:4:\"file\";s:44:\"sections/features/construction-features.json\";s:5:\"title\";s:21:\"construction-features\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/construction-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:16:\"business-2-promo\";s:4:\"file\";s:39:\"sections/features/business-2-promo.json\";s:5:\"title\";s:16:\"business-2-promo\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/business-2-promo.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:16:\"business-3-promo\";s:4:\"file\";s:39:\"sections/features/business-3-promo.json\";s:5:\"title\";s:16:\"business-3-promo\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/business-3-promo.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:18:\"corporate-features\";s:4:\"file\";s:41:\"sections/features/corporate-features.json\";s:5:\"title\";s:18:\"corporate-features\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/corporate-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:16:\"product-features\";s:4:\"file\";s:39:\"sections/features/product-features.json\";s:5:\"title\";s:16:\"product-features\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/product-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:21:\"product-features-text\";s:4:\"file\";s:44:\"sections/features/product-features-text.json\";s:5:\"title\";s:21:\"product-features-text\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/product-features-text.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:99;a:14:{s:2:\"id\";s:20:\"coronavirus-features\";s:4:\"file\";s:43:\"sections/features/coronavirus-features.json\";s:5:\"title\";s:20:\"coronavirus-features\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/coronavirus-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:20:\"photography-features\";s:4:\"file\";s:43:\"sections/features/photography-features.json\";s:5:\"title\";s:20:\"photography-features\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/photography-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:14:{s:2:\"id\";s:14:\"app-features-3\";s:4:\"file\";s:37:\"sections/features/app-features-3.json\";s:5:\"title\";s:14:\"app-features-3\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/app-features-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:14:\"app-features-4\";s:4:\"file\";s:37:\"sections/features/app-features-4.json\";s:5:\"title\";s:14:\"app-features-4\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/app-features-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:20:\"app-featured-screens\";s:4:\"file\";s:43:\"sections/features/app-featured-screens.json\";s:5:\"title\";s:20:\"app-featured-screens\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/app-featured-screens.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:22:\"app-features-list-left\";s:4:\"file\";s:45:\"sections/features/app-features-list-left.json\";s:5:\"title\";s:22:\"app-features-list-left\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/app-features-list-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:23:\"app-features-list-right\";s:4:\"file\";s:46:\"sections/features/app-features-list-right.json\";s:5:\"title\";s:23:\"app-features-list-right\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/app-features-list-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:20:\"app-features-bubbles\";s:4:\"file\";s:43:\"sections/features/app-features-bubbles.json\";s:5:\"title\";s:20:\"app-features-bubbles\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/app-features-bubbles.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:17:\"agency-services-8\";s:4:\"file\";s:40:\"sections/features/agency-services-8.json\";s:5:\"title\";s:17:\"agency-services-8\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/agency-services-8.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:17:\"agency-services-6\";s:4:\"file\";s:40:\"sections/features/agency-services-6.json\";s:5:\"title\";s:17:\"agency-services-6\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/agency-services-6.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:17:\"agency-services-4\";s:4:\"file\";s:40:\"sections/features/agency-services-4.json\";s:5:\"title\";s:17:\"agency-services-4\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/agency-services-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:14:\"beauty-boxes-3\";s:4:\"file\";s:37:\"sections/features/beauty-boxes-3.json\";s:5:\"title\";s:14:\"beauty-boxes-3\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/beauty-boxes-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:14:\"beauty-boxes-4\";s:4:\"file\";s:37:\"sections/features/beauty-boxes-4.json\";s:5:\"title\";s:14:\"beauty-boxes-4\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/beauty-boxes-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:15:\"slides-features\";s:4:\"file\";s:38:\"sections/features/slides-features.json\";s:5:\"title\";s:15:\"slides-features\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/slides-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/slides/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:22:\"original-main-features\";s:4:\"file\";s:45:\"sections/features/original-main-features.json\";s:5:\"title\";s:22:\"original-main-features\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/original-main-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:40:\"original-features-page-features-advanced\";s:4:\"file\";s:63:\"sections/features/original-features-page-features-advanced.json\";s:5:\"title\";s:40:\"original-features-page-features-advanced\";s:9:\"thumbnail\";s:158:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/original-features-page-features-advanced.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/original/features\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:31:\"original-features-page-features\";s:4:\"file\";s:54:\"sections/features/original-features-page-features.json\";s:5:\"title\";s:31:\"original-features-page-features\";s:9:\"thumbnail\";s:149:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/original-features-page-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/original/features\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:39:\"original-features-page-features-circles\";s:4:\"file\";s:62:\"sections/features/original-features-page-features-circles.json\";s:5:\"title\";s:39:\"original-features-page-features-circles\";s:9:\"thumbnail\";s:157:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/original-features-page-features-circles.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/original/features\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:33:\"original-video-portfolio-features\";s:4:\"file\";s:56:\"sections/features/original-video-portfolio-features.json\";s:5:\"title\";s:33:\"original-video-portfolio-features\";s:9:\"thumbnail\";s:151:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/original-video-portfolio-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:81:\"https://essentials.pixfort.com/original/portfolio-item/video-portfolio-item-page/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:35:\"original-gallery-portfolio-features\";s:4:\"file\";s:58:\"sections/features/original-gallery-portfolio-features.json\";s:5:\"title\";s:35:\"original-gallery-portfolio-features\";s:9:\"thumbnail\";s:153:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/original-gallery-portfolio-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:84:\"https://essentials.pixfort.com/original/portfolio-item/image-gallery-portfolio-item/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:36:\"original-showcase-portfolio-features\";s:4:\"file\";s:59:\"sections/features/original-showcase-portfolio-features.json\";s:5:\"title\";s:36:\"original-showcase-portfolio-features\";s:9:\"thumbnail\";s:154:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/original-showcase-portfolio-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:86:\"https://essentials.pixfort.com/original/portfolio-item/showcase-portfolio-item-layout/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:14:{s:2:\"id\";s:13:\"fast-features\";s:4:\"file\";s:36:\"sections/features/fast-features.json\";s:5:\"title\";s:13:\"fast-features\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/fast-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:46:\"https://essentials.pixfort.com/fast-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:13:\"fast-services\";s:4:\"file\";s:36:\"sections/features/fast-services.json\";s:5:\"title\";s:13:\"fast-services\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/fast-services.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:46:\"https://essentials.pixfort.com/fast-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:16:\"onepage-features\";s:4:\"file\";s:39:\"sections/features/onepage-features.json\";s:5:\"title\";s:16:\"onepage-features\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/onepage-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/onepage-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:15:\"onepage-boxes-2\";s:4:\"file\";s:38:\"sections/features/onepage-boxes-2.json\";s:5:\"title\";s:15:\"onepage-boxes-2\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/onepage-boxes-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/onepage-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:124;a:14:{s:2:\"id\";s:16:\"onepage-services\";s:4:\"file\";s:39:\"sections/features/onepage-services.json\";s:5:\"title\";s:16:\"onepage-services\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/onepage-services.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/onepage-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:16:\"finance-services\";s:4:\"file\";s:39:\"sections/features/finance-services.json\";s:5:\"title\";s:16:\"finance-services\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/finance-services.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/finance-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:126;a:14:{s:2:\"id\";s:16:\"finance-features\";s:4:\"file\";s:39:\"sections/features/finance-features.json\";s:5:\"title\";s:16:\"finance-features\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/finance-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/finance-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:12:\"seo-features\";s:4:\"file\";s:35:\"sections/features/seo-features.json\";s:5:\"title\";s:12:\"seo-features\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/seo-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/seo-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:17:\"seo-features-grid\";s:4:\"file\";s:40:\"sections/features/seo-features-grid.json\";s:5:\"title\";s:17:\"seo-features-grid\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/seo-features-grid.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/seo-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:18:\"seo-features-boxes\";s:4:\"file\";s:41:\"sections/features/seo-features-boxes.json\";s:5:\"title\";s:18:\"seo-features-boxes\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/seo-features-boxes.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-features-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:130;a:14:{s:2:\"id\";s:23:\"seo-services-page-cards\";s:4:\"file\";s:46:\"sections/features/seo-services-page-cards.json\";s:5:\"title\";s:23:\"seo-services-page-cards\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/seo-services-page-cards.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-services-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:26:\"seo-services-page-features\";s:4:\"file\";s:49:\"sections/features/seo-services-page-features.json\";s:5:\"title\";s:26:\"seo-services-page-features\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/seo-services-page-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-services-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:132;a:14:{s:2:\"id\";s:25:\"seo-pricing-page-features\";s:4:\"file\";s:48:\"sections/features/seo-pricing-page-features.json\";s:5:\"title\";s:25:\"seo-pricing-page-features\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/features/seo-pricing-page-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/seo-elementor/seo-pricing-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:12:\"startup-blog\";s:4:\"file\";s:31:\"sections/blog/startup-blog.json\";s:5:\"title\";s:13:\"Startup intro\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/startup-blog.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:134;a:14:{s:2:\"id\";s:19:\"software-blog-posts\";s:4:\"file\";s:38:\"sections/blog/software-blog-posts.json\";s:5:\"title\";s:19:\"Software blog posts\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/software-blog-posts.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:15:\"saas-blog-posts\";s:4:\"file\";s:34:\"sections/blog/saas-blog-posts.json\";s:5:\"title\";s:15:\"saas-blog-posts\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/saas-blog-posts.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:19:\"saas-blog-posts-2x2\";s:4:\"file\";s:38:\"sections/blog/saas-blog-posts-2x2.json\";s:5:\"title\";s:19:\"saas-blog-posts-2x2\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/saas-blog-posts-2x2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:10:\"event-blog\";s:4:\"file\";s:29:\"sections/blog/event-blog.json\";s:5:\"title\";s:10:\"event-blog\";s:9:\"thumbnail\";s:124:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/event-blog.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:13:\"creative-blog\";s:4:\"file\";s:32:\"sections/blog/creative-blog.json\";s:5:\"title\";s:13:\"creative-blog\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/creative-blog.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:15:\"foundation-blog\";s:4:\"file\";s:34:\"sections/blog/foundation-blog.json\";s:5:\"title\";s:15:\"foundation-blog\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/foundation-blog.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:18:\"foundation-blog-x2\";s:4:\"file\";s:37:\"sections/blog/foundation-blog-x2.json\";s:5:\"title\";s:18:\"foundation-blog-x2\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/foundation-blog-x2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:28:\"business-blog-carousel-right\";s:4:\"file\";s:47:\"sections/blog/business-blog-carousel-right.json\";s:5:\"title\";s:28:\"business-blog-carousel-right\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/business-blog-carousel-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:27:\"business-blog-carousel-left\";s:4:\"file\";s:46:\"sections/blog/business-blog-carousel-left.json\";s:5:\"title\";s:27:\"business-blog-carousel-left\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/business-blog-carousel-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:16:\"coronavirus-blog\";s:4:\"file\";s:35:\"sections/blog/coronavirus-blog.json\";s:5:\"title\";s:16:\"coronavirus-blog\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/coronavirus-blog.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:13:\"personal-blog\";s:4:\"file\";s:32:\"sections/blog/personal-blog.json\";s:5:\"title\";s:13:\"personal-blog\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/personal-blog.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/personal/homepage-personal-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:15:\"influencer-blog\";s:4:\"file\";s:34:\"sections/blog/influencer-blog.json\";s:5:\"title\";s:15:\"influencer-blog\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/influencer-blog.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:12:\"blogger-blog\";s:4:\"file\";s:31:\"sections/blog/blogger-blog.json\";s:5:\"title\";s:12:\"blogger-blog\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/blogger-blog.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/blogger/homepage-blogger-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:20:\"blogger-posts-center\";s:4:\"file\";s:39:\"sections/blog/blogger-posts-center.json\";s:5:\"title\";s:20:\"blogger-posts-center\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/blogger-posts-center.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/blogger/homepage-blogger-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:26:\"blogger-posts-left-sidebar\";s:4:\"file\";s:45:\"sections/blog/blogger-posts-left-sidebar.json\";s:5:\"title\";s:26:\"blogger-posts-left-sidebar\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/blogger-posts-left-sidebar.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/blogger/homepage-blogger-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:27:\"blogger-posts-right-sidebar\";s:4:\"file\";s:46:\"sections/blog/blogger-posts-right-sidebar.json\";s:5:\"title\";s:27:\"blogger-posts-right-sidebar\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/blogger-posts-right-sidebar.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/blogger/homepage-blogger-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:11:\"kb-articles\";s:4:\"file\";s:30:\"sections/blog/kb-articles.json\";s:5:\"title\";s:11:\"kb-articles\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/kb-articles.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:85:\"https://essentials.pixfort.com/knowledge-base-demo/homepage-knowledge-base-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:18:\"original-main-blog\";s:4:\"file\";s:37:\"sections/blog/original-main-blog.json\";s:5:\"title\";s:18:\"original-main-blog\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/blog/original-main-blog.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"blog\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:26:\"company-about-page-content\";s:4:\"file\";s:48:\"sections/content/company-about-page-content.json\";s:5:\"title\";s:26:\"company-about-page-content\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/company-about-page-content.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/company-elementor/about\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:31:\"company-pricing-page-comparison\";s:4:\"file\";s:53:\"sections/content/company-pricing-page-comparison.json\";s:5:\"title\";s:31:\"company-pricing-page-comparison\";s:9:\"thumbnail\";s:148:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/company-pricing-page-comparison.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/company-elementor/pricing\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:27:\"company-features-page-boxes\";s:4:\"file\";s:49:\"sections/content/company-features-page-boxes.json\";s:5:\"title\";s:34:\"companycompany-features-page-boxes\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/company-features-page-boxes.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/company-elementor/features\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:30:\"company-services-page-features\";s:4:\"file\";s:52:\"sections/content/company-services-page-features.json\";s:5:\"title\";s:30:\"company-services-page-features\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/company-services-page-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/company-elementor/services\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:30:\"company-services-page-services\";s:4:\"file\";s:52:\"sections/content/company-services-page-services.json\";s:5:\"title\";s:30:\"company-services-page-services\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/company-services-page-services.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/company-elementor/services\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:30:\"company-home-comparison-tables\";s:4:\"file\";s:52:\"sections/content/company-home-comparison-tables.json\";s:5:\"title\";s:30:\"company-home-comparison-tables\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/company-home-comparison-tables.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/company-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:25:\"company-home-content-left\";s:4:\"file\";s:47:\"sections/content/company-home-content-left.json\";s:5:\"title\";s:25:\"company-home-content-left\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/company-home-content-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/company-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:26:\"company-home-content-right\";s:4:\"file\";s:48:\"sections/content/company-home-content-right.json\";s:5:\"title\";s:26:\"company-home-content-right\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/company-home-content-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/company-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:160;a:14:{s:2:\"id\";s:19:\"modern-about-levels\";s:4:\"file\";s:41:\"sections/content/modern-about-levels.json\";s:5:\"title\";s:19:\"modern-about-levels\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/modern-about-levels.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/modern-elementor/about/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:22:\"modern-about-highlight\";s:4:\"file\";s:44:\"sections/content/modern-about-highlight.json\";s:5:\"title\";s:22:\"modern-about-highlight\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/modern-about-highlight.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/modern-elementor/about/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:14:\"modern-content\";s:4:\"file\";s:36:\"sections/content/modern-content.json\";s:5:\"title\";s:14:\"modern-content\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/modern-content.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/modern-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:19:\"modern-contact-info\";s:4:\"file\";s:41:\"sections/content/modern-contact-info.json\";s:5:\"title\";s:19:\"modern-contact-info\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/modern-contact-info.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/modern-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:14:\"gallery-3d-box\";s:4:\"file\";s:36:\"sections/content/gallery-3d-box.json\";s:5:\"title\";s:14:\"gallery-3d-box\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/gallery-3d-box.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/gallery-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:23:\"startup-content-section\";s:4:\"file\";s:45:\"sections/content/startup-content-section.json\";s:5:\"title\";s:23:\"Startup content section\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/startup-content-section.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:21:\"startup-content-stack\";s:4:\"file\";s:43:\"sections/content/startup-content-stack.json\";s:5:\"title\";s:21:\"Startup content stack\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/startup-content-stack.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:22:\"software-content-scale\";s:4:\"file\";s:44:\"sections/content/software-content-scale.json\";s:5:\"title\";s:22:\"Software content scale\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/software-content-scale.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:28:\"software-content-scale-right\";s:4:\"file\";s:50:\"sections/content/software-content-scale-right.json\";s:5:\"title\";s:28:\"Software content scale right\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/software-content-scale-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:27:\"software-content-scale-left\";s:4:\"file\";s:49:\"sections/content/software-content-scale-left.json\";s:5:\"title\";s:27:\"Software content scale left\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/software-content-scale-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:170;a:14:{s:2:\"id\";s:18:\"saas-content-boxes\";s:4:\"file\";s:40:\"sections/content/saas-content-boxes.json\";s:5:\"title\";s:18:\"saas-content-boxes\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/saas-content-boxes.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:18:\"saas-content-box-1\";s:4:\"file\";s:40:\"sections/content/saas-content-box-1.json\";s:5:\"title\";s:18:\"saas-content-box-1\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/saas-content-box-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:18:\"saas-content-box-2\";s:4:\"file\";s:40:\"sections/content/saas-content-box-2.json\";s:5:\"title\";s:18:\"saas-content-box-2\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/saas-content-box-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:16:\"crypto-content-1\";s:4:\"file\";s:38:\"sections/content/crypto-content-1.json\";s:5:\"title\";s:16:\"crypto-content-1\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/crypto-content-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:16:\"crypto-content-2\";s:4:\"file\";s:38:\"sections/content/crypto-content-2.json\";s:5:\"title\";s:16:\"crypto-content-2\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/crypto-content-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:16:\"crypto-content-3\";s:4:\"file\";s:38:\"sections/content/crypto-content-3.json\";s:5:\"title\";s:16:\"crypto-content-3\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/crypto-content-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:176;a:14:{s:2:\"id\";s:16:\"crypto-content-4\";s:4:\"file\";s:38:\"sections/content/crypto-content-4.json\";s:5:\"title\";s:16:\"crypto-content-4\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/crypto-content-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:18:\"services-content-1\";s:4:\"file\";s:40:\"sections/content/services-content-1.json\";s:5:\"title\";s:18:\"services-content-1\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/services-content-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:18:\"services-content-2\";s:4:\"file\";s:40:\"sections/content/services-content-2.json\";s:5:\"title\";s:18:\"services-content-2\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/services-content-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:18:\"services-content-3\";s:4:\"file\";s:40:\"sections/content/services-content-3.json\";s:5:\"title\";s:18:\"services-content-3\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/services-content-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:19:\"medical-photo-stack\";s:4:\"file\";s:41:\"sections/content/medical-photo-stack.json\";s:5:\"title\";s:19:\"medical-photo-stack\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/medical-photo-stack.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:15:\"event-content-1\";s:4:\"file\";s:37:\"sections/content/event-content-1.json\";s:5:\"title\";s:15:\"event-content-1\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/event-content-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:182;a:14:{s:2:\"id\";s:15:\"event-content-2\";s:4:\"file\";s:37:\"sections/content/event-content-2.json\";s:5:\"title\";s:15:\"event-content-2\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/event-content-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:15:\"event-workshops\";s:4:\"file\";s:37:\"sections/content/event-workshops.json\";s:5:\"title\";s:15:\"event-workshops\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/event-workshops.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:14:\"event-schedule\";s:4:\"file\";s:36:\"sections/content/event-schedule.json\";s:5:\"title\";s:14:\"event-schedule\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/event-schedule.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:20:\"bold-featured-images\";s:4:\"file\";s:42:\"sections/content/bold-featured-images.json\";s:5:\"title\";s:20:\"bold-featured-images\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/bold-featured-images.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:14:\"bold-content-1\";s:4:\"file\";s:36:\"sections/content/bold-content-1.json\";s:5:\"title\";s:14:\"bold-content-1\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/bold-content-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:14:\"bold-content-2\";s:4:\"file\";s:36:\"sections/content/bold-content-2.json\";s:5:\"title\";s:14:\"bold-content-2\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/bold-content-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:14:\"bold-content-3\";s:4:\"file\";s:36:\"sections/content/bold-content-3.json\";s:5:\"title\";s:14:\"bold-content-3\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/bold-content-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:26:\"creative-images-grid-right\";s:4:\"file\";s:48:\"sections/content/creative-images-grid-right.json\";s:5:\"title\";s:26:\"creative-images-grid-right\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/creative-images-grid-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:25:\"creative-images-grid-left\";s:4:\"file\";s:47:\"sections/content/creative-images-grid-left.json\";s:5:\"title\";s:25:\"creative-images-grid-left\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/creative-images-grid-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:10:\"ebook-text\";s:4:\"file\";s:32:\"sections/content/ebook-text.json\";s:5:\"title\";s:10:\"ebook-text\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/ebook-text.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:192;a:14:{s:2:\"id\";s:17:\"landing-content-1\";s:4:\"file\";s:39:\"sections/content/landing-content-1.json\";s:5:\"title\";s:17:\"landing-content-1\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/landing-content-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:17:\"landing-content-2\";s:4:\"file\";s:39:\"sections/content/landing-content-2.json\";s:5:\"title\";s:17:\"landing-content-2\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/landing-content-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:17:\"landing-content-3\";s:4:\"file\";s:39:\"sections/content/landing-content-3.json\";s:5:\"title\";s:17:\"landing-content-3\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/landing-content-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:17:\"landing-content-4\";s:4:\"file\";s:39:\"sections/content/landing-content-4.json\";s:5:\"title\";s:17:\"landing-content-4\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/landing-content-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:20:\"restaurant-highlight\";s:4:\"file\";s:42:\"sections/content/restaurant-highlight.json\";s:5:\"title\";s:20:\"restaurant-highlight\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/restaurant-highlight.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:22:\"restaurant-information\";s:4:\"file\";s:44:\"sections/content/restaurant-information.json\";s:5:\"title\";s:22:\"restaurant-information\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/restaurant-information.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:16:\"ecommerce-3d-box\";s:4:\"file\";s:38:\"sections/content/ecommerce-3d-box.json\";s:5:\"title\";s:16:\"ecommerce-3d-box\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/ecommerce-3d-box.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:20:\"ecommerce-2-3d-boxes\";s:4:\"file\";s:42:\"sections/content/ecommerce-2-3d-boxes.json\";s:5:\"title\";s:20:\"ecommerce-2-3d-boxes\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/ecommerce-2-3d-boxes.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:20:\"ecommerce-3-3d-boxes\";s:4:\"file\";s:42:\"sections/content/ecommerce-3-3d-boxes.json\";s:5:\"title\";s:20:\"ecommerce-3-3d-boxes\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/ecommerce-3-3d-boxes.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:17:\"ecommerce-boxes-2\";s:4:\"file\";s:39:\"sections/content/ecommerce-boxes-2.json\";s:5:\"title\";s:17:\"ecommerce-boxes-2\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/ecommerce-boxes-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:17:\"ecommerce-boxes-3\";s:4:\"file\";s:39:\"sections/content/ecommerce-boxes-3.json\";s:5:\"title\";s:17:\"ecommerce-boxes-3\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/ecommerce-boxes-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:203;a:14:{s:2:\"id\";s:17:\"ecommerce-boxes-4\";s:4:\"file\";s:39:\"sections/content/ecommerce-boxes-4.json\";s:5:\"title\";s:17:\"ecommerce-boxes-4\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/ecommerce-boxes-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:19:\"ecommerce-boxes-2x2\";s:4:\"file\";s:41:\"sections/content/ecommerce-boxes-2x2.json\";s:5:\"title\";s:19:\"ecommerce-boxes-2x2\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/ecommerce-boxes-2x2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:205;a:14:{s:2:\"id\";s:13:\"bold-features\";s:4:\"file\";s:35:\"sections/content/bold-features.json\";s:5:\"title\";s:13:\"bold-features\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/bold-features.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:25:\"foundation-highlight-left\";s:4:\"file\";s:47:\"sections/content/foundation-highlight-left.json\";s:5:\"title\";s:25:\"foundation-highlight-left\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/foundation-highlight-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:26:\"foundation-highlight-right\";s:4:\"file\";s:48:\"sections/content/foundation-highlight-right.json\";s:5:\"title\";s:26:\"foundation-highlight-right\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/foundation-highlight-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:25:\"construction-content-left\";s:4:\"file\";s:47:\"sections/content/construction-content-left.json\";s:5:\"title\";s:25:\"construction-content-left\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/construction-content-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:20:\"construction-cards-2\";s:4:\"file\";s:42:\"sections/content/construction-cards-2.json\";s:5:\"title\";s:20:\"construction-cards-2\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/construction-cards-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:20:\"construction-cards-3\";s:4:\"file\";s:42:\"sections/content/construction-cards-3.json\";s:5:\"title\";s:20:\"construction-cards-3\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/construction-cards-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:20:\"construction-content\";s:4:\"file\";s:42:\"sections/content/construction-content.json\";s:5:\"title\";s:20:\"construction-content\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/construction-content.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:212;a:14:{s:2:\"id\";s:20:\"construction-boxes-2\";s:4:\"file\";s:42:\"sections/content/construction-boxes-2.json\";s:5:\"title\";s:20:\"construction-boxes-2\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/construction-boxes-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:20:\"construction-boxes-3\";s:4:\"file\";s:42:\"sections/content/construction-boxes-3.json\";s:5:\"title\";s:20:\"construction-boxes-3\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/construction-boxes-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:24:\"construction-charts-left\";s:4:\"file\";s:46:\"sections/content/construction-charts-left.json\";s:5:\"title\";s:24:\"construction-charts-left\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/construction-charts-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:25:\"construction-charts-right\";s:4:\"file\";s:47:\"sections/content/construction-charts-right.json\";s:5:\"title\";s:25:\"construction-charts-right\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/construction-charts-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:21:\"business-content-left\";s:4:\"file\";s:43:\"sections/content/business-content-left.json\";s:5:\"title\";s:21:\"business-content-left\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/business-content-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:22:\"business-content-right\";s:4:\"file\";s:44:\"sections/content/business-content-right.json\";s:5:\"title\";s:22:\"business-content-right\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/business-content-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:17:\"business-charts-4\";s:4:\"file\";s:39:\"sections/content/business-charts-4.json\";s:5:\"title\";s:17:\"business-charts-4\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/business-charts-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:17:\"business-charts-3\";s:4:\"file\";s:39:\"sections/content/business-charts-3.json\";s:5:\"title\";s:17:\"business-charts-3\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/business-charts-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:16:\"business-cards-2\";s:4:\"file\";s:38:\"sections/content/business-cards-2.json\";s:5:\"title\";s:16:\"business-cards-2\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/business-cards-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:16:\"business-cards-3\";s:4:\"file\";s:38:\"sections/content/business-cards-3.json\";s:5:\"title\";s:16:\"business-cards-3\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/business-cards-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:16:\"business-cards-4\";s:4:\"file\";s:38:\"sections/content/business-cards-4.json\";s:5:\"title\";s:16:\"business-cards-4\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/business-cards-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:24:\"business-promo-numbers-1\";s:4:\"file\";s:46:\"sections/content/business-promo-numbers-1.json\";s:5:\"title\";s:24:\"business-promo-numbers-1\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/business-promo-numbers-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:24:\"business-promo-numbers-2\";s:4:\"file\";s:46:\"sections/content/business-promo-numbers-2.json\";s:5:\"title\";s:24:\"business-promo-numbers-2\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/business-promo-numbers-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:24:\"corporate-highlight-left\";s:4:\"file\";s:46:\"sections/content/corporate-highlight-left.json\";s:5:\"title\";s:24:\"corporate-highlight-left\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/corporate-highlight-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:25:\"corporate-highlight-right\";s:4:\"file\";s:47:\"sections/content/corporate-highlight-right.json\";s:5:\"title\";s:25:\"corporate-highlight-right\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/corporate-highlight-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:20:\"corporate-image-grid\";s:4:\"file\";s:42:\"sections/content/corporate-image-grid.json\";s:5:\"title\";s:20:\"corporate-image-grid\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/corporate-image-grid.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:27:\"corporate-image-grid-center\";s:4:\"file\";s:49:\"sections/content/corporate-image-grid-center.json\";s:5:\"title\";s:27:\"corporate-image-grid-center\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/corporate-image-grid-center.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:20:\"product-fancy-mockup\";s:4:\"file\";s:42:\"sections/content/product-fancy-mockup.json\";s:5:\"title\";s:20:\"product-fancy-mockup\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/product-fancy-mockup.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:20:\"product-content-left\";s:4:\"file\";s:42:\"sections/content/product-content-left.json\";s:5:\"title\";s:20:\"product-content-left\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/product-content-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:21:\"product-content-right\";s:4:\"file\";s:43:\"sections/content/product-content-right.json\";s:5:\"title\";s:21:\"product-content-right\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/product-content-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:24:\"product-featured-content\";s:4:\"file\";s:46:\"sections/content/product-featured-content.json\";s:5:\"title\";s:24:\"product-featured-content\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/product-featured-content.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:233;a:14:{s:2:\"id\";s:24:\"coronavirus-content-left\";s:4:\"file\";s:46:\"sections/content/coronavirus-content-left.json\";s:5:\"title\";s:24:\"coronavirus-content-left\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/coronavirus-content-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:25:\"coronavirus-content-right\";s:4:\"file\";s:47:\"sections/content/coronavirus-content-right.json\";s:5:\"title\";s:25:\"coronavirus-content-right\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/coronavirus-content-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:24:\"coronavirus-instructions\";s:4:\"file\";s:46:\"sections/content/coronavirus-instructions.json\";s:5:\"title\";s:24:\"coronavirus-instructions\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/coronavirus-instructions.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:236;a:14:{s:2:\"id\";s:19:\"coronavirus-address\";s:4:\"file\";s:41:\"sections/content/coronavirus-address.json\";s:5:\"title\";s:19:\"coronavirus-address\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/coronavirus-address.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:12:\"personal-job\";s:4:\"file\";s:34:\"sections/content/personal-job.json\";s:5:\"title\";s:12:\"personal-job\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/personal-job.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/personal/homepage-personal-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:18:\"personal-education\";s:4:\"file\";s:40:\"sections/content/personal-education.json\";s:5:\"title\";s:18:\"personal-education\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/personal-education.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/personal/homepage-personal-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:239;a:14:{s:2:\"id\";s:18:\"personal-languages\";s:4:\"file\";s:40:\"sections/content/personal-languages.json\";s:5:\"title\";s:18:\"personal-languages\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/personal-languages.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/personal/homepage-personal-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:23:\"personal-certifications\";s:4:\"file\";s:45:\"sections/content/personal-certifications.json\";s:5:\"title\";s:23:\"personal-certifications\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/personal-certifications.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/personal/homepage-personal-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:17:\"influencer-levels\";s:4:\"file\";s:39:\"sections/content/influencer-levels.json\";s:5:\"title\";s:17:\"influencer-levels\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/influencer-levels.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:23:\"photography-photo-stack\";s:4:\"file\";s:45:\"sections/content/photography-photo-stack.json\";s:5:\"title\";s:23:\"photography-photo-stack\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/photography-photo-stack.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:25:\"corporate-success-stories\";s:4:\"file\";s:47:\"sections/content/corporate-success-stories.json\";s:5:\"title\";s:25:\"corporate-success-stories\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/corporate-success-stories.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:25:\"photography-image-boxes-2\";s:4:\"file\";s:47:\"sections/content/photography-image-boxes-2.json\";s:5:\"title\";s:25:\"photography-image-boxes-2\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/photography-image-boxes-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:25:\"photography-image-boxes-3\";s:4:\"file\";s:47:\"sections/content/photography-image-boxes-3.json\";s:5:\"title\";s:25:\"photography-image-boxes-3\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/photography-image-boxes-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:25:\"photography-image-boxes-4\";s:4:\"file\";s:47:\"sections/content/photography-image-boxes-4.json\";s:5:\"title\";s:25:\"photography-image-boxes-4\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/photography-image-boxes-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:16:\"app-content-left\";s:4:\"file\";s:38:\"sections/content/app-content-left.json\";s:5:\"title\";s:16:\"app-content-left\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/app-content-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:17:\"app-content-right\";s:4:\"file\";s:39:\"sections/content/app-content-right.json\";s:5:\"title\";s:17:\"app-content-right\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/app-content-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:17:\"app-screenshots-4\";s:4:\"file\";s:39:\"sections/content/app-screenshots-4.json\";s:5:\"title\";s:17:\"app-screenshots-4\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/app-screenshots-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:17:\"app-screenshots-3\";s:4:\"file\";s:39:\"sections/content/app-screenshots-3.json\";s:5:\"title\";s:17:\"app-screenshots-3\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/app-screenshots-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:20:\"agency-content-right\";s:4:\"file\";s:42:\"sections/content/agency-content-right.json\";s:5:\"title\";s:20:\"agency-content-right\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/agency-content-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:19:\"agency-content-left\";s:4:\"file\";s:41:\"sections/content/agency-content-left.json\";s:5:\"title\";s:19:\"agency-content-left\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/agency-content-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:24:\"agency-content-particles\";s:4:\"file\";s:46:\"sections/content/agency-content-particles.json\";s:5:\"title\";s:24:\"agency-content-particles\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/agency-content-particles.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:17:\"beauty-fancy-left\";s:4:\"file\";s:39:\"sections/content/beauty-fancy-left.json\";s:5:\"title\";s:17:\"beauty-fancy-left\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/beauty-fancy-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:18:\"beauty-fancy-right\";s:4:\"file\";s:40:\"sections/content/beauty-fancy-right.json\";s:5:\"title\";s:18:\"beauty-fancy-right\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/beauty-fancy-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:16:\"beauty-card-left\";s:4:\"file\";s:38:\"sections/content/beauty-card-left.json\";s:5:\"title\";s:16:\"beauty-card-left\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/beauty-card-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:17:\"beauty-card-right\";s:4:\"file\";s:39:\"sections/content/beauty-card-right.json\";s:5:\"title\";s:17:\"beauty-card-right\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/beauty-card-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:10:\"kb-cards-3\";s:4:\"file\";s:32:\"sections/content/kb-cards-3.json\";s:5:\"title\";s:10:\"kb-cards-3\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/kb-cards-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:85:\"https://essentials.pixfort.com/knowledge-base-demo/homepage-knowledge-base-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:7:\"kb-pb-8\";s:4:\"file\";s:29:\"sections/content/kb-pb-8.json\";s:5:\"title\";s:7:\"kb-pb-8\";s:9:\"thumbnail\";s:124:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/kb-pb-8.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:85:\"https://essentials.pixfort.com/knowledge-base-demo/homepage-knowledge-base-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:7:\"kb-pb-6\";s:4:\"file\";s:29:\"sections/content/kb-pb-6.json\";s:5:\"title\";s:7:\"kb-pb-6\";s:9:\"thumbnail\";s:124:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/kb-pb-6.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:85:\"https://essentials.pixfort.com/knowledge-base-demo/homepage-knowledge-base-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:21:\"elements-levels-stack\";s:4:\"file\";s:43:\"sections/content/elements-levels-stack.json\";s:5:\"title\";s:21:\"elements-levels-stack\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/elements-levels-stack.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:28:\"elements-image-box-highlight\";s:4:\"file\";s:50:\"sections/content/elements-image-box-highlight.json\";s:5:\"title\";s:28:\"elements-image-box-highlight\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/elements-image-box-highlight.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:25:\"original-main-photo-stack\";s:4:\"file\";s:47:\"sections/content/original-main-photo-stack.json\";s:5:\"title\";s:25:\"original-main-photo-stack\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-main-photo-stack.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:28:\"original-features-page-fancy\";s:4:\"file\";s:50:\"sections/content/original-features-page-fancy.json\";s:5:\"title\";s:28:\"original-features-page-fancy\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-features-page-fancy.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:59:\"https://essentials.pixfort.com/original/features-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:28:\"original-services-page-cards\";s:4:\"file\";s:50:\"sections/content/original-services-page-cards.json\";s:5:\"title\";s:28:\"original-services-page-cards\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-services-page-cards.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:59:\"https://essentials.pixfort.com/original/services-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:32:\"original-services-page-highlight\";s:4:\"file\";s:54:\"sections/content/original-services-page-highlight.json\";s:5:\"title\";s:32:\"original-services-page-highlight\";s:9:\"thumbnail\";s:149:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-services-page-highlight.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:59:\"https://essentials.pixfort.com/original/services-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:33:\"original-about-extended-highlight\";s:4:\"file\";s:55:\"sections/content/original-about-extended-highlight.json\";s:5:\"title\";s:33:\"original-about-extended-highlight\";s:9:\"thumbnail\";s:150:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-about-extended-highlight.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/original/about-us-extended-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:34:\"original-about-extended-stack-left\";s:4:\"file\";s:56:\"sections/content/original-about-extended-stack-left.json\";s:5:\"title\";s:34:\"original-about-extended-stack-left\";s:9:\"thumbnail\";s:151:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-about-extended-stack-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/original/about-us-extended-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:35:\"original-about-extended-stack-right\";s:4:\"file\";s:57:\"sections/content/original-about-extended-stack-right.json\";s:5:\"title\";s:35:\"original-about-extended-stack-right\";s:9:\"thumbnail\";s:152:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-about-extended-stack-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/original/about-us-extended-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:30:\"original-about-extended-levels\";s:4:\"file\";s:52:\"sections/content/original-about-extended-levels.json\";s:5:\"title\";s:30:\"original-about-extended-levels\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-about-extended-levels.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/original/about-us-extended-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:34:\"original-pricing-creative-services\";s:4:\"file\";s:56:\"sections/content/original-pricing-creative-services.json\";s:5:\"title\";s:34:\"original-pricing-creative-services\";s:9:\"thumbnail\";s:151:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-pricing-creative-services.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/pricing-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:40:\"original-gallery-portfolio-image-gallery\";s:4:\"file\";s:62:\"sections/content/original-gallery-portfolio-image-gallery.json\";s:5:\"title\";s:40:\"original-gallery-portfolio-image-gallery\";s:9:\"thumbnail\";s:157:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-gallery-portfolio-image-gallery.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:84:\"https://essentials.pixfort.com/original/portfolio-item/image-gallery-portfolio-item/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:26:\"original-careers-page-jobs\";s:4:\"file\";s:48:\"sections/content/original-careers-page-jobs.json\";s:5:\"title\";s:26:\"original-careers-page-jobs\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-careers-page-jobs.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/original/careers/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:30:\"original-contact-extended-info\";s:4:\"file\";s:52:\"sections/content/original-contact-extended-info.json\";s:5:\"title\";s:30:\"original-contact-extended-info\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/original-contact-extended-info.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/original/contact-us-extended/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:12:\"fast-content\";s:4:\"file\";s:34:\"sections/content/fast-content.json\";s:5:\"title\";s:12:\"fast-content\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/fast-content.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:46:\"https://essentials.pixfort.com/fast-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:9:\"fast-card\";s:4:\"file\";s:31:\"sections/content/fast-card.json\";s:5:\"title\";s:12:\"fast-content\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/fast-card.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:46:\"https://essentials.pixfort.com/fast-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:13:\"finance-cards\";s:4:\"file\";s:35:\"sections/content/finance-cards.json\";s:5:\"title\";s:13:\"finance-cards\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/finance-cards.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/finance-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:16:\"seo-content-home\";s:4:\"file\";s:38:\"sections/content/seo-content-home.json\";s:5:\"title\";s:16:\"seo-content-home\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/seo-content-home.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/seo-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:26:\"seo-features-content-right\";s:4:\"file\";s:48:\"sections/content/seo-features-content-right.json\";s:5:\"title\";s:26:\"seo-features-content-right\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/seo-features-content-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-features-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:25:\"seo-features-content-left\";s:4:\"file\";s:47:\"sections/content/seo-features-content-left.json\";s:5:\"title\";s:25:\"seo-features-content-left\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/content/seo-features-content-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-features-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:20:\"company-faq-page-cta\";s:4:\"file\";s:38:\"sections/cta/company-faq-page-cta.json\";s:5:\"title\";s:20:\"company-faq-page-cta\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/company-faq-page-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:52:\"https://essentials.pixfort.com/company-elementor/faq\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:16:\"company-home-cta\";s:4:\"file\";s:34:\"sections/cta/company-home-cta.json\";s:5:\"title\";s:16:\"company-home-cta\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/company-home-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/company-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:10:\"modern-cta\";s:4:\"file\";s:28:\"sections/cta/modern-cta.json\";s:5:\"title\";s:10:\"modern cta\";s:9:\"thumbnail\";s:123:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/modern-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/modern-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:11:\"gallery-cta\";s:4:\"file\";s:29:\"sections/cta/gallery-cta.json\";s:5:\"title\";s:11:\"Gallery cta\";s:9:\"thumbnail\";s:124:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/gallery-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/gallery-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:11:\"startup-cta\";s:4:\"file\";s:29:\"sections/cta/startup-cta.json\";s:5:\"title\";s:11:\"Startup cta\";s:9:\"thumbnail\";s:124:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/startup-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:20:\"software-content-cta\";s:4:\"file\";s:38:\"sections/cta/software-content-cta.json\";s:5:\"title\";s:20:\"software-content-cta\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/software-content-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:21:\"saas-cta-content-left\";s:4:\"file\";s:39:\"sections/cta/saas-cta-content-left.json\";s:5:\"title\";s:21:\"saas-cta-content-left\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/saas-cta-content-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:22:\"saas-cta-content-right\";s:4:\"file\";s:40:\"sections/cta/saas-cta-content-right.json\";s:5:\"title\";s:22:\"saas-cta-content-right\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/saas-cta-content-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:10:\"crypto-cta\";s:4:\"file\";s:28:\"sections/cta/crypto-cta.json\";s:5:\"title\";s:10:\"crypto-cta\";s:9:\"thumbnail\";s:123:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/crypto-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:12:\"services-cta\";s:4:\"file\";s:30:\"sections/cta/services-cta.json\";s:5:\"title\";s:12:\"services-cta\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/services-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:9:\"event-cta\";s:4:\"file\";s:27:\"sections/cta/event-cta.json\";s:5:\"title\";s:9:\"event-cta\";s:9:\"thumbnail\";s:122:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/event-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:8:\"bold-cta\";s:4:\"file\";s:26:\"sections/cta/bold-cta.json\";s:5:\"title\";s:8:\"bold-cta\";s:9:\"thumbnail\";s:121:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/bold-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:26:\"creative-cta-video-clients\";s:4:\"file\";s:44:\"sections/cta/creative-cta-video-clients.json\";s:5:\"title\";s:26:\"creative-cta-video-clients\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/creative-cta-video-client.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:12:\"creative-cta\";s:4:\"file\";s:30:\"sections/cta/creative-cta.json\";s:5:\"title\";s:12:\"creative-cta\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/creative-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:21:\"restaurant-footer-cta\";s:4:\"file\";s:39:\"sections/cta/restaurant-footer-cta.json\";s:5:\"title\";s:21:\"restaurant-footer-cta\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/restaurant-footer-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:13:\"ecommerce-cta\";s:4:\"file\";s:31:\"sections/cta/ecommerce-cta.json\";s:5:\"title\";s:13:\"ecommerce-cta\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/ecommerce-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:15:\"ecommerce-cta-2\";s:4:\"file\";s:33:\"sections/cta/ecommerce-cta-2.json\";s:5:\"title\";s:15:\"ecommerce-cta-2\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/ecommerce-cta-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:17:\"ecommerce-cta-box\";s:4:\"file\";s:35:\"sections/cta/ecommerce-cta-box.json\";s:5:\"title\";s:17:\"ecommerce-cta-box\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/ecommerce-cta-box.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:21:\"ecommerce-cta-circles\";s:4:\"file\";s:39:\"sections/cta/ecommerce-cta-circles.json\";s:5:\"title\";s:21:\"ecommerce-cta-circles\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/ecommerce-cta-circles.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:16:\"construction-cta\";s:4:\"file\";s:34:\"sections/cta/construction-cta.json\";s:5:\"title\";s:16:\"construction-cta\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/construction-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:12:\"business-cta\";s:4:\"file\";s:30:\"sections/cta/business-cta.json\";s:5:\"title\";s:12:\"business-cta\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/business-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:18:\"business-cta-small\";s:4:\"file\";s:36:\"sections/cta/business-cta-small.json\";s:5:\"title\";s:18:\"business-cta-small\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/business-cta-small.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:13:\"corporate-cta\";s:4:\"file\";s:31:\"sections/cta/corporate-cta.json\";s:5:\"title\";s:13:\"corporate-cta\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/corporate-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:11:\"product-cta\";s:4:\"file\";s:29:\"sections/cta/product-cta.json\";s:5:\"title\";s:11:\"product-cta\";s:9:\"thumbnail\";s:124:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/product-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:17:\"product-cta-small\";s:4:\"file\";s:35:\"sections/cta/product-cta-small.json\";s:5:\"title\";s:17:\"product-cta-small\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/product-cta-small.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:15:\"coronavirus-cta\";s:4:\"file\";s:33:\"sections/cta/coronavirus-cta.json\";s:5:\"title\";s:15:\"coronavirus-cta\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/coronavirus-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:307;a:14:{s:2:\"id\";s:24:\"coronavirus-cta-advanced\";s:4:\"file\";s:42:\"sections/cta/coronavirus-cta-advanced.json\";s:5:\"title\";s:24:\"coronavirus-cta-advanced\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/coronavirus-cta-advanced.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:15:\"photography-cta\";s:4:\"file\";s:33:\"sections/cta/photography-cta.json\";s:5:\"title\";s:15:\"photography-cta\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/photography-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";s:15:\"agency-cta-left\";s:4:\"file\";s:33:\"sections/cta/agency-cta-left.json\";s:5:\"title\";s:15:\"agency-cta-left\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/agency-cta-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:23:\"photography-content-box\";s:4:\"file\";s:41:\"sections/cta/photography-content-box.json\";s:5:\"title\";s:23:\"photography-content-box\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/photography-content-box.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";s:16:\"agency-cta-right\";s:4:\"file\";s:34:\"sections/cta/agency-cta-right.json\";s:5:\"title\";s:16:\"agency-cta-right\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/agency-cta-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:10:\"slides-cta\";s:4:\"file\";s:28:\"sections/cta/slides-cta.json\";s:5:\"title\";s:10:\"slides-cta\";s:9:\"thumbnail\";s:123:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/slides-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/slides/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";s:6:\"kb-cta\";s:4:\"file\";s:24:\"sections/cta/kb-cta.json\";s:5:\"title\";s:6:\"kb-cta\";s:9:\"thumbnail\";s:119:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/kb-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:85:\"https://essentials.pixfort.com/knowledge-base-demo/homepage-knowledge-base-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";s:24:\"elements-cta-box-small-1\";s:4:\"file\";s:42:\"sections/cta/elements-cta-box-small-1.json\";s:5:\"title\";s:24:\"elements-cta-box-small-1\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/elements-cta-box-small-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:24:\"elements-cta-box-small-2\";s:4:\"file\";s:42:\"sections/cta/elements-cta-box-small-2.json\";s:5:\"title\";s:24:\"elements-cta-box-small-2\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/elements-cta-box-small-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:24:\"elements-cta-box-small-3\";s:4:\"file\";s:42:\"sections/cta/elements-cta-box-small-3.json\";s:5:\"title\";s:24:\"elements-cta-box-small-3\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/elements-cta-box-small-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:28:\"elements-cta-box-particles-1\";s:4:\"file\";s:46:\"sections/cta/elements-cta-box-particles-1.json\";s:5:\"title\";s:28:\"elements-cta-box-particles-1\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/elements-cta-box-particles-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:22:\"original-main-shop-cta\";s:4:\"file\";s:40:\"sections/cta/original-main-shop-cta.json\";s:5:\"title\";s:22:\"original-main-shop-cta\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/original-main-shop-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:32:\"original-features-page-cta-right\";s:4:\"file\";s:50:\"sections/cta/original-features-page-cta-right.json\";s:5:\"title\";s:32:\"original-features-page-cta-right\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/original-features-page-cta-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/original/features\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:28:\"original-video-portfolio-cta\";s:4:\"file\";s:46:\"sections/cta/original-video-portfolio-cta.json\";s:5:\"title\";s:28:\"original-video-portfolio-cta\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/original-video-portfolio-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:81:\"https://essentials.pixfort.com/original/portfolio-item/video-portfolio-item-page/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:19:\"original-footer-cta\";s:4:\"file\";s:37:\"sections/cta/original-footer-cta.json\";s:5:\"title\";s:19:\"original-footer-cta\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/original-footer-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/original/homepage-original-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:8:\"fast-cta\";s:4:\"file\";s:26:\"sections/cta/fast-cta.json\";s:5:\"title\";s:8:\"fast-cta\";s:9:\"thumbnail\";s:121:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/cta/fast-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/fast-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:11:\"startup-faq\";s:4:\"file\";s:29:\"sections/faq/startup-faq.json\";s:5:\"title\";s:11:\"Startup faq\";s:9:\"thumbnail\";s:124:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/faq/startup-faq.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:13:\"saas-faq-left\";s:4:\"file\";s:31:\"sections/faq/saas-faq-left.json\";s:5:\"title\";s:13:\"saas-faq-left\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/faq/saas-faq-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:14:\"saas-faq-right\";s:4:\"file\";s:32:\"sections/faq/saas-faq-right.json\";s:5:\"title\";s:14:\"saas-faq-right\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/faq/saas-faq-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";s:13:\"corporate-faq\";s:4:\"file\";s:31:\"sections/faq/corporate-faq.json\";s:5:\"title\";s:13:\"corporate-faq\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/faq/corporate-faq.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:327;a:14:{s:2:\"id\";s:32:\"original-pricing-simple-page-faq\";s:4:\"file\";s:50:\"sections/faq/original-pricing-simple-page-faq.json\";s:5:\"title\";s:32:\"original-pricing-simple-page-faq\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/faq/original-pricing-simple-page-faq.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:46:\"https://essentials.pixfort.com/pricing-simple/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";s:28:\"company-pricing-page-pricing\";s:4:\"file\";s:50:\"sections/pricing/company-pricing-page-pricing.json\";s:5:\"title\";s:28:\"company-pricing-page-pricing\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/company-pricing-page-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/company-elementor/pricing\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";s:23:\"company-home-pricing-2x\";s:4:\"file\";s:45:\"sections/pricing/company-home-pricing-2x.json\";s:5:\"title\";s:23:\"company-home-pricing-2x\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/company-home-pricing-2x.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/company-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";s:15:\"startup-pricing\";s:4:\"file\";s:37:\"sections/pricing/startup-pricing.json\";s:5:\"title\";s:15:\"Startup pricing\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/startup-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:331;a:14:{s:2:\"id\";s:16:\"software-pricing\";s:4:\"file\";s:38:\"sections/pricing/software-pricing.json\";s:5:\"title\";s:16:\"Software pricing\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/software-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";s:12:\"saas-pricing\";s:4:\"file\";s:34:\"sections/pricing/saas-pricing.json\";s:5:\"title\";s:12:\"saas pricing\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/saas-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";s:16:\"services-pricing\";s:4:\"file\";s:38:\"sections/pricing/services-pricing.json\";s:5:\"title\";s:16:\"services pricing\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/services-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:18:\"event-pricing-left\";s:4:\"file\";s:40:\"sections/pricing/event-pricing-left.json\";s:5:\"title\";s:18:\"event-pricing-left\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/event-pricing-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:19:\"event-pricing-right\";s:4:\"file\";s:41:\"sections/pricing/event-pricing-right.json\";s:5:\"title\";s:19:\"event-pricing-right\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/event-pricing-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:17:\"marketing-pricing\";s:4:\"file\";s:39:\"sections/pricing/marketing-pricing.json\";s:5:\"title\";s:17:\"marketing-pricing\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/marketing-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:21:\"marketing-pricing-big\";s:4:\"file\";s:43:\"sections/pricing/marketing-pricing-big.json\";s:5:\"title\";s:21:\"marketing-pricing-big\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/marketing-pricing-big.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";s:13:\"ebook-pricing\";s:4:\"file\";s:35:\"sections/pricing/ebook-pricing.json\";s:5:\"title\";s:13:\"ebook-pricing\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/ebook-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:17:\"corporate-pricing\";s:4:\"file\";s:39:\"sections/pricing/corporate-pricing.json\";s:5:\"title\";s:17:\"corporate-pricing\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/corporate-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";s:13:\"app-pricing-2\";s:4:\"file\";s:35:\"sections/pricing/app-pricing-2.json\";s:5:\"title\";s:13:\"app-pricing-2\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/app-pricing-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:13:\"app-pricing-1\";s:4:\"file\";s:35:\"sections/pricing/app-pricing-1.json\";s:5:\"title\";s:13:\"app-pricing-1\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/app-pricing-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:14:\"slides-pricing\";s:4:\"file\";s:36:\"sections/pricing/slides-pricing.json\";s:5:\"title\";s:14:\"slides-pricing\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/slides-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/slides/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:21:\"original-main-pricing\";s:4:\"file\";s:43:\"sections/pricing/original-main-pricing.json\";s:5:\"title\";s:21:\"original-main-pricing\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/original-main-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";s:36:\"original-pricing-simple-page-pricing\";s:4:\"file\";s:58:\"sections/pricing/original-pricing-simple-page-pricing.json\";s:5:\"title\";s:36:\"original-pricing-simple-page-pricing\";s:9:\"thumbnail\";s:153:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/original-pricing-simple-page-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:46:\"https://essentials.pixfort.com/pricing-simple/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:33:\"original-pricing-creative-pricing\";s:4:\"file\";s:55:\"sections/pricing/original-pricing-creative-pricing.json\";s:5:\"title\";s:33:\"original-pricing-creative-pricing\";s:9:\"thumbnail\";s:150:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/original-pricing-creative-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/pricing-creative/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";s:15:\"onepage-pricing\";s:4:\"file\";s:37:\"sections/pricing/onepage-pricing.json\";s:5:\"title\";s:15:\"onepage-pricing\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pricing/onepage-pricing.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/onepage-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";s:23:\"company-about-page-tabs\";s:4:\"file\";s:42:\"sections/tabs/company-about-page-tabs.json\";s:5:\"title\";s:23:\"company-about-page-tabs\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/tabs/company-about-page-tabs.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/company-elementor/about\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";s:33:\"company-special-content-elementor\";s:4:\"file\";s:52:\"sections/tabs/company-special-content-elementor.json\";s:5:\"title\";s:33:\"company-special-content-elementor\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/company-special-content-elementor.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/company-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:12:\"startup-tabs\";s:4:\"file\";s:31:\"sections/tabs/startup-tabs.json\";s:5:\"title\";s:23:\"Startup special content\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/startup-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:350;a:14:{s:2:\"id\";s:13:\"software-tabs\";s:4:\"file\";s:32:\"sections/tabs/software-tabs.json\";s:5:\"title\";s:24:\"Software special content\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/software-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:17:\"medical-tabs-left\";s:4:\"file\";s:36:\"sections/tabs/medical-tabs-left.json\";s:5:\"title\";s:28:\"medical-special content-left\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/medical-special-content-left-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/medical/homepage-medical-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";s:18:\"medical-tabs-right\";s:4:\"file\";s:37:\"sections/tabs/medical-tabs-right.json\";s:5:\"title\";s:29:\"medical-special content-right\";s:9:\"thumbnail\";s:148:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/medical-special-content-right-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/medical/homepage-medical-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:14:\"marketing-tabs\";s:4:\"file\";s:33:\"sections/tabs/marketing-tabs.json\";s:5:\"title\";s:25:\"marketing-special content\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/marketing-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:10:\"ebook-tabs\";s:4:\"file\";s:29:\"sections/tabs/ebook-tabs.json\";s:5:\"title\";s:21:\"ebook-special content\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/ebook-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/ebook/homepage-ebook-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";s:15:\"restaurant-tabs\";s:4:\"file\";s:34:\"sections/tabs/restaurant-tabs.json\";s:5:\"title\";s:26:\"restaurant-special content\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/restaurant-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:15:\"foundation-tabs\";s:4:\"file\";s:34:\"sections/tabs/foundation-tabs.json\";s:5:\"title\";s:26:\"foundation-special content\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/foundation-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";s:13:\"business-tabs\";s:4:\"file\";s:32:\"sections/tabs/business-tabs.json\";s:5:\"title\";s:24:\"business-special content\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/business-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";s:13:\"personal-tabs\";s:4:\"file\";s:32:\"sections/tabs/personal-tabs.json\";s:5:\"title\";s:24:\"personal-special content\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/personal-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/personal/homepage-personal-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:15:\"influencer-tabs\";s:4:\"file\";s:34:\"sections/tabs/influencer-tabs.json\";s:5:\"title\";s:26:\"influencer-special content\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/influencer-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";s:13:\"app-tabs-left\";s:4:\"file\";s:32:\"sections/tabs/app-tabs-left.json\";s:5:\"title\";s:24:\"app-special content-left\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/app-special-content-left-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";s:14:\"app-tabs-right\";s:4:\"file\";s:33:\"sections/tabs/app-tabs-right.json\";s:5:\"title\";s:25:\"app-special content-right\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/app-special-content-right-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";s:11:\"agency-tabs\";s:4:\"file\";s:30:\"sections/tabs/agency-tabs.json\";s:5:\"title\";s:22:\"agency-special content\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/agency-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:22:\"beauty-special-content\";s:4:\"file\";s:30:\"sections/tabs/beauty-tabs.json\";s:5:\"title\";s:22:\"beauty-special content\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/beauty-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:364;a:14:{s:2:\"id\";s:18:\"original-main-tabs\";s:4:\"file\";s:37:\"sections/tabs/original-main-tabs.json\";s:5:\"title\";s:29:\"original-main-special content\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/original-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/original/homepage-original-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";s:25:\"original-career-page-tabs\";s:4:\"file\";s:44:\"sections/tabs/original-career-page-tabs.json\";s:5:\"title\";s:36:\"original-career-page-special content\";s:9:\"thumbnail\";s:155:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/elementor/includes/demo/thumbs/original-career-page-special-content-elementor.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/original/career-page-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:19:\"[\"special-content\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:12:\"onepage-tabs\";s:4:\"file\";s:31:\"sections/tabs/onepage-tabs.json\";s:5:\"title\";s:12:\"onepage-tabs\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/tabs/onepage-tabs.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/original/onepage-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"tabs\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:13:\"seo-tabs-home\";s:4:\"file\";s:32:\"sections/tabs/seo-tabs-home.json\";s:5:\"title\";s:13:\"seo-tabs-home\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/tabs/seo-tabs-home.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/original/seo-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"tabs\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:368;a:14:{s:2:\"id\";s:19:\"seo-about-page-tabs\";s:4:\"file\";s:38:\"sections/tabs/seo-about-page-tabs.json\";s:5:\"title\";s:19:\"seo-about-page-tabs\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/tabs/seo-about-page-tabs.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/seo-elementor/seo-about-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"tabs\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:20:\"startup-testimonials\";s:4:\"file\";s:47:\"sections/testimonials/startup-testimonials.json\";s:5:\"title\";s:20:\"Startup testimonials\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/startup-testimonials.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";s:20:\"medical-testimonials\";s:4:\"file\";s:47:\"sections/testimonials/medical-testimonials.json\";s:5:\"title\";s:20:\"medical testimonials\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/medical-testimonials.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:29:\"restaurant-testimonials-2-col\";s:4:\"file\";s:56:\"sections/testimonials/restaurant-testimonials-2-col.json\";s:5:\"title\";s:29:\"restaurant-testimonials-2-col\";s:9:\"thumbnail\";s:151:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/restaurant-testimonials-2-col.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";s:29:\"restaurant-testimonials-3-col\";s:4:\"file\";s:56:\"sections/testimonials/restaurant-testimonials-3-col.json\";s:5:\"title\";s:29:\"restaurant-testimonials-3-col\";s:9:\"thumbnail\";s:151:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/restaurant-testimonials-3-col.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";s:23:\"foundation-testimonials\";s:4:\"file\";s:50:\"sections/testimonials/foundation-testimonials.json\";s:5:\"title\";s:23:\"foundation-testimonials\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/foundation-testimonials.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";s:20:\"product-testimonials\";s:4:\"file\";s:47:\"sections/testimonials/product-testimonials.json\";s:5:\"title\";s:20:\"product-testimonials\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/product-testimonials.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";s:24:\"photography-testimonials\";s:4:\"file\";s:51:\"sections/testimonials/photography-testimonials.json\";s:5:\"title\";s:24:\"photography-testimonials\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/photography-testimonials.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:21:\"app-testimonials-left\";s:4:\"file\";s:48:\"sections/testimonials/app-testimonials-left.json\";s:5:\"title\";s:21:\"app-testimonials-left\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/app-testimonials-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";s:22:\"app-testimonials-right\";s:4:\"file\";s:49:\"sections/testimonials/app-testimonials-right.json\";s:5:\"title\";s:22:\"app-testimonials-right\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/app-testimonials-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";s:25:\"agency-testimonials-right\";s:4:\"file\";s:52:\"sections/testimonials/agency-testimonials-right.json\";s:5:\"title\";s:25:\"agency-testimonials-right\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/agency-testimonials-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:24:\"agency-testimonials-left\";s:4:\"file\";s:51:\"sections/testimonials/agency-testimonials-left.json\";s:5:\"title\";s:24:\"agency-testimonials-left\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/agency-testimonials-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:380;a:14:{s:2:\"id\";s:35:\"original-services-page-testimonials\";s:4:\"file\";s:62:\"sections/testimonials/original-services-page-testimonials.json\";s:5:\"title\";s:35:\"original-services-page-testimonials\";s:9:\"thumbnail\";s:157:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/testimonials/original-services-page-testimonials.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/original/services\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:16:\"[\"testimonials\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:381;a:14:{s:2:\"id\";s:15:\"company-clients\";s:4:\"file\";s:37:\"sections/clients/company-clients.json\";s:5:\"title\";s:13:\"company intro\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/company-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/company-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";s:14:\"modern-clients\";s:4:\"file\";s:36:\"sections/clients/modern-clients.json\";s:5:\"title\";s:12:\"Modern intro\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/modern-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/modern-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";s:15:\"startup-clients\";s:4:\"file\";s:37:\"sections/clients/startup-clients.json\";s:5:\"title\";s:13:\"Startup intro\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/startup-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";s:16:\"software-clients\";s:4:\"file\";s:38:\"sections/clients/software-clients.json\";s:5:\"title\";s:14:\"Software intro\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/software-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:23:\"crypto-clients-carousel\";s:4:\"file\";s:45:\"sections/clients/crypto-clients-carousel.json\";s:5:\"title\";s:23:\"crypto-clients-carousel\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/crypto-clients-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";s:19:\"event-clients-right\";s:4:\"file\";s:41:\"sections/clients/event-clients-right.json\";s:5:\"title\";s:19:\"event-clients-right\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/event-clients-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/event/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:18:\"event-clients-left\";s:4:\"file\";s:40:\"sections/clients/event-clients-left.json\";s:5:\"title\";s:18:\"event-clients-left\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/event-clients-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:388;a:14:{s:2:\"id\";s:17:\"marketing-clients\";s:4:\"file\";s:39:\"sections/clients/marketing-clients.json\";s:5:\"title\";s:17:\"marketing-clients\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/marketing-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";s:15:\"landing-clients\";s:4:\"file\";s:37:\"sections/clients/landing-clients.json\";s:5:\"title\";s:15:\"landing-clients\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/landing-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:18:\"restaurant-clients\";s:4:\"file\";s:40:\"sections/clients/restaurant-clients.json\";s:5:\"title\";s:18:\"restaurant-clients\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/restaurant-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";s:17:\"ecommerce-clients\";s:4:\"file\";s:39:\"sections/clients/ecommerce-clients.json\";s:5:\"title\";s:17:\"ecommerce-clients\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/ecommerce-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:18:\"foundation-clients\";s:4:\"file\";s:40:\"sections/clients/foundation-clients.json\";s:5:\"title\";s:18:\"foundation-clients\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/foundation-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:393;a:14:{s:2:\"id\";s:20:\"construction-clients\";s:4:\"file\";s:42:\"sections/clients/construction-clients.json\";s:5:\"title\";s:20:\"construction-clients\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/construction-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:17:\"corporate-clients\";s:4:\"file\";s:39:\"sections/clients/corporate-clients.json\";s:5:\"title\";s:17:\"corporate-clients\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/corporate-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:395;a:14:{s:2:\"id\";s:15:\"product-clients\";s:4:\"file\";s:37:\"sections/clients/product-clients.json\";s:5:\"title\";s:15:\"product-clients\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/product-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";s:23:\"influencer-clients-left\";s:4:\"file\";s:45:\"sections/clients/influencer-clients-left.json\";s:5:\"title\";s:23:\"influencer-clients-left\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/influencer-clients-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";s:24:\"influencer-clients-right\";s:4:\"file\";s:46:\"sections/clients/influencer-clients-right.json\";s:5:\"title\";s:24:\"influencer-clients-right\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/influencer-clients-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";s:24:\"influencer-clients-stack\";s:4:\"file\";s:46:\"sections/clients/influencer-clients-stack.json\";s:5:\"title\";s:24:\"influencer-clients-stack\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/influencer-clients-stack.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:399;a:14:{s:2:\"id\";s:11:\"app-clients\";s:4:\"file\";s:33:\"sections/clients/app-clients.json\";s:5:\"title\";s:11:\"app-clients\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/app-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";s:14:\"agency-clients\";s:4:\"file\";s:36:\"sections/clients/agency-clients.json\";s:5:\"title\";s:14:\"agency-clients\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/agency-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:19:\"beauty-clients-left\";s:4:\"file\";s:41:\"sections/clients/beauty-clients-left.json\";s:5:\"title\";s:19:\"beauty-clients-left\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/beauty-clients-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";s:20:\"beauty-clients-right\";s:4:\"file\";s:42:\"sections/clients/beauty-clients-right.json\";s:5:\"title\";s:20:\"beauty-clients-right\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/beauty-clients-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";s:29:\"original-about-simple-clients\";s:4:\"file\";s:51:\"sections/clients/original-about-simple-clients.json\";s:5:\"title\";s:29:\"original-about-simple-clients\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/original-about-simple-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/original/about-simple-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:404;a:14:{s:2:\"id\";s:25:\"original-main-clients-cta\";s:4:\"file\";s:47:\"sections/clients/original-main-clients-cta.json\";s:5:\"title\";s:25:\"original-main-clients-cta\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/original-main-clients-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:15:\"finance-clients\";s:4:\"file\";s:37:\"sections/clients/finance-clients.json\";s:5:\"title\";s:15:\"finance-clients\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/finance-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/finance-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:406;a:14:{s:2:\"id\";s:11:\"seo-clients\";s:4:\"file\";s:33:\"sections/clients/seo-clients.json\";s:5:\"title\";s:11:\"seo-clients\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/clients/seo-clients.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/seo-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";s:15:\"gallery-heading\";s:4:\"file\";s:37:\"sections/heading/gallery-heading.json\";s:5:\"title\";s:15:\"Gallery heading\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/gallery-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/gallery-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:408;a:14:{s:2:\"id\";s:28:\"gallery-gallery-page-heading\";s:4:\"file\";s:50:\"sections/heading/gallery-gallery-page-heading.json\";s:5:\"title\";s:20:\"Gallery page heading\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/gallery-gallery-page-heading.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/gallery-elementor/gallery/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:409;a:14:{s:2:\"id\";s:15:\"startup-heading\";s:4:\"file\";s:37:\"sections/heading/startup-heading.json\";s:5:\"title\";s:15:\"Startup heading\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/startup-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";s:16:\"software-heading\";s:4:\"file\";s:38:\"sections/heading/software-heading.json\";s:5:\"title\";s:16:\"software heading\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/software-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";s:12:\"saas-heading\";s:4:\"file\";s:34:\"sections/heading/saas-heading.json\";s:5:\"title\";s:12:\"saas heading\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/saas-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";s:17:\"saas-heading-dark\";s:4:\"file\";s:39:\"sections/heading/saas-heading-dark.json\";s:5:\"title\";s:17:\"saas heading dark\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/saas-heading-dark.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";s:14:\"crypto-heading\";s:4:\"file\";s:36:\"sections/heading/crypto-heading.json\";s:5:\"title\";s:14:\"crypto-heading\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/crypto-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";s:16:\"services-heading\";s:4:\"file\";s:38:\"sections/heading/services-heading.json\";s:5:\"title\";s:16:\"services-heading\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/services-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";s:15:\"medical-heading\";s:4:\"file\";s:37:\"sections/heading/medical-heading.json\";s:5:\"title\";s:15:\"medical-heading\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/medical-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";s:17:\"marketing-heading\";s:4:\"file\";s:39:\"sections/heading/marketing-heading.json\";s:5:\"title\";s:17:\"marketing-heading\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/marketing-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:417;a:14:{s:2:\"id\";s:16:\"creative-heading\";s:4:\"file\";s:38:\"sections/heading/creative-heading.json\";s:5:\"title\";s:16:\"creative-heading\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/creative-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";s:23:\"creative-heading-simple\";s:4:\"file\";s:45:\"sections/heading/creative-heading-simple.json\";s:5:\"title\";s:23:\"creative-heading-simple\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/creative-heading-simple.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";s:13:\"ebook-heading\";s:4:\"file\";s:35:\"sections/heading/ebook-heading.json\";s:5:\"title\";s:13:\"ebook-heading\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/ebook-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";s:18:\"restaurant-heading\";s:4:\"file\";s:40:\"sections/heading/restaurant-heading.json\";s:5:\"title\";s:18:\"restaurant-heading\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/restaurant-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:421;a:14:{s:2:\"id\";s:16:\"business-heading\";s:4:\"file\";s:38:\"sections/heading/business-heading.json\";s:5:\"title\";s:16:\"business-heading\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/business-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";s:23:\"product-heading-circles\";s:4:\"file\";s:45:\"sections/heading/product-heading-circles.json\";s:5:\"title\";s:23:\"product-heading-circles\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/product-heading-circles.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";s:27:\"coronavirus-heading-circles\";s:4:\"file\";s:49:\"sections/heading/coronavirus-heading-circles.json\";s:5:\"title\";s:27:\"coronavirus-heading-circles\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/coronavirus-heading-circles.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:424;a:14:{s:2:\"id\";s:18:\"influencer-heading\";s:4:\"file\";s:40:\"sections/heading/influencer-heading.json\";s:5:\"title\";s:18:\"influencer-heading\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/influencer-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";s:19:\"photography-heading\";s:4:\"file\";s:41:\"sections/heading/photography-heading.json\";s:5:\"title\";s:19:\"photography-heading\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/photography-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";s:14:\"beauty-heading\";s:4:\"file\";s:36:\"sections/heading/beauty-heading.json\";s:5:\"title\";s:14:\"beauty-heading\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/beauty-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";s:21:\"original-main-heading\";s:4:\"file\";s:43:\"sections/heading/original-main-heading.json\";s:5:\"title\";s:21:\"original-main-heading\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/headings/original-main-heading.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"heading\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";s:14:\"gallery-footer\";s:4:\"file\";s:36:\"sections/footers/gallery-footer.json\";s:5:\"title\";s:14:\"Gallery footer\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/gallery-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/gallery-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:14:\"startup-footer\";s:4:\"file\";s:36:\"sections/footers/startup-footer.json\";s:5:\"title\";s:14:\"Startup footer\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/startup-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/startup/homepage-startup-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:430;a:14:{s:2:\"id\";s:15:\"software-footer\";s:4:\"file\";s:37:\"sections/footers/software-footer.json\";s:5:\"title\";s:15:\"software footer\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/software-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:11:\"saas-footer\";s:4:\"file\";s:33:\"sections/footers/saas-footer.json\";s:5:\"title\";s:11:\"saas footer\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/saas-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";s:19:\"crypto-footer-clean\";s:4:\"file\";s:41:\"sections/footers/crypto-footer-clean.json\";s:5:\"title\";s:19:\"crypto-footer-clean\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/crypto-footer-clean.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";s:22:\"crypto-footer-with-cta\";s:4:\"file\";s:44:\"sections/footers/crypto-footer-with-cta.json\";s:5:\"title\";s:22:\"crypto-footer-with-cta\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/crypto-footer-with-cta.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";s:20:\"services-footer-mini\";s:4:\"file\";s:42:\"sections/footers/services-footer-mini.json\";s:5:\"title\";s:20:\"services-footer-mini\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/services-footer-mini.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";s:15:\"services-footer\";s:4:\"file\";s:37:\"sections/footers/services-footer.json\";s:5:\"title\";s:15:\"services-footer\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/services-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:436;a:14:{s:2:\"id\";s:14:\"medical-footer\";s:4:\"file\";s:36:\"sections/footers/medical-footer.json\";s:5:\"title\";s:14:\"medical-footer\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/medical-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:437;a:14:{s:2:\"id\";s:20:\"medical-footer-clean\";s:4:\"file\";s:42:\"sections/footers/medical-footer-clean.json\";s:5:\"title\";s:20:\"medical-footer-clean\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/medical-footer-clean.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";s:12:\"event-footer\";s:4:\"file\";s:34:\"sections/footers/event-footer.json\";s:5:\"title\";s:12:\"event-footer\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/event-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:439;a:14:{s:2:\"id\";s:16:\"marketing-footer\";s:4:\"file\";s:38:\"sections/footers/marketing-footer.json\";s:5:\"title\";s:16:\"marketing-footer\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/marketing-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";s:11:\"bold-footer\";s:4:\"file\";s:33:\"sections/footers/bold-footer.json\";s:5:\"title\";s:11:\"bold-footer\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/bold-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";s:15:\"creative-footer\";s:4:\"file\";s:37:\"sections/footers/creative-footer.json\";s:5:\"title\";s:15:\"creative-footer\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/creative-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:442;a:14:{s:2:\"id\";s:12:\"ebook-footer\";s:4:\"file\";s:34:\"sections/footers/ebook-footer.json\";s:5:\"title\";s:12:\"ebook-footer\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/ebook-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";s:14:\"landing-footer\";s:4:\"file\";s:36:\"sections/footers/landing-footer.json\";s:5:\"title\";s:14:\"landing-footer\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/landing-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";s:17:\"restaurant-footer\";s:4:\"file\";s:39:\"sections/footers/restaurant-footer.json\";s:5:\"title\";s:17:\"restaurant-footer\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/restaurant-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:445;a:14:{s:2:\"id\";s:16:\"ecommerce-footer\";s:4:\"file\";s:38:\"sections/footers/ecommerce-footer.json\";s:5:\"title\";s:16:\"ecommerce-footer\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/ecommerce-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";s:17:\"foundation-footer\";s:4:\"file\";s:39:\"sections/footers/foundation-footer.json\";s:5:\"title\";s:17:\"foundation-footer\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/foundation-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";s:19:\"construction-footer\";s:4:\"file\";s:41:\"sections/footers/construction-footer.json\";s:5:\"title\";s:19:\"construction-footer\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/construction-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:448;a:14:{s:2:\"id\";s:15:\"business-footer\";s:4:\"file\";s:37:\"sections/footers/business-footer.json\";s:5:\"title\";s:15:\"business-footer\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/business-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:449;a:14:{s:2:\"id\";s:16:\"corporate-footer\";s:4:\"file\";s:38:\"sections/footers/corporate-footer.json\";s:5:\"title\";s:16:\"corporate-footer\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/corporate-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/corporate/homepage-corporate-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";s:18:\"coronavirus-footer\";s:4:\"file\";s:40:\"sections/footers/coronavirus-footer.json\";s:5:\"title\";s:18:\"coronavirus-footer\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/coronavirus-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:451;a:14:{s:2:\"id\";s:15:\"personal-footer\";s:4:\"file\";s:37:\"sections/footers/personal-footer.json\";s:5:\"title\";s:15:\"personal-footer\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/personal-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/personal/homepage-personal-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";s:17:\"influencer-footer\";s:4:\"file\";s:39:\"sections/footers/influencer-footer.json\";s:5:\"title\";s:17:\"influencer-footer\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/influencer-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:453;a:14:{s:2:\"id\";s:18:\"photography-footer\";s:4:\"file\";s:40:\"sections/footers/photography-footer.json\";s:5:\"title\";s:18:\"photography-footer\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/photography-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:454;a:14:{s:2:\"id\";s:10:\"app-footer\";s:4:\"file\";s:32:\"sections/footers/app-footer.json\";s:5:\"title\";s:10:\"app-footer\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/app-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/app/homepage-app-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:455;a:14:{s:2:\"id\";s:13:\"agency-footer\";s:4:\"file\";s:35:\"sections/footers/agency-footer.json\";s:5:\"title\";s:13:\"agency-footer\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/agency-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";s:13:\"beauty-footer\";s:4:\"file\";s:35:\"sections/footers/beauty-footer.json\";s:5:\"title\";s:13:\"beauty-footer\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/beauty-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";s:14:\"blogger-footer\";s:4:\"file\";s:36:\"sections/footers/blogger-footer.json\";s:5:\"title\";s:14:\"blogger-footer\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/blogger-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/blogger/homepage-blogger-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";s:13:\"slides-footer\";s:4:\"file\";s:35:\"sections/footers/slides-footer.json\";s:5:\"title\";s:13:\"slides-footer\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/slides-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/slides/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";s:19:\"slides-footer-clean\";s:4:\"file\";s:41:\"sections/footers/slides-footer-clean.json\";s:5:\"title\";s:19:\"slides-footer-clean\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/slides-footer-clean.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/slides/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:460;a:14:{s:2:\"id\";s:19:\"slides-footer-light\";s:4:\"file\";s:41:\"sections/footers/slides-footer-light.json\";s:5:\"title\";s:19:\"slides-footer-light\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/slides-footer-light.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/slides/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";s:9:\"kb-footer\";s:4:\"file\";s:31:\"sections/footers/kb-footer.json\";s:5:\"title\";s:9:\"kb-footer\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/kb-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:85:\"https://essentials.pixfort.com/knowledge-base-demo/homepage-knowledge-base-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:462;a:14:{s:2:\"id\";s:15:\"original-footer\";s:4:\"file\";s:37:\"sections/footers/original-footer.json\";s:5:\"title\";s:15:\"original-footer\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/original-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:463;a:14:{s:2:\"id\";s:11:\"fast-footer\";s:4:\"file\";s:33:\"sections/footers/fast-footer.json\";s:5:\"title\";s:11:\"fast-footer\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/fast-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:46:\"https://essentials.pixfort.com/fast-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";s:14:\"onepage-footer\";s:4:\"file\";s:36:\"sections/footers/onepage-footer.json\";s:5:\"title\";s:14:\"onepage-footer\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/onepage-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/onepage-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";s:14:\"finance-footer\";s:4:\"file\";s:36:\"sections/footers/finance-footer.json\";s:5:\"title\";s:14:\"finance-footer\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/finance-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/finance-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:466;a:14:{s:2:\"id\";s:10:\"seo-footer\";s:4:\"file\";s:32:\"sections/footers/seo-footer.json\";s:5:\"title\";s:10:\"seo-footer\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/footers/seo-footer.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/seo-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";s:28:\"company-reviews-page-reviews\";s:4:\"file\";s:50:\"sections/reviews/company-reviews-page-reviews.json\";s:5:\"title\";s:28:\"company-reviews-page-reviews\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/company-reviews-page-reviews.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/company-elementor/reviews\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:20:\"company-home-reviews\";s:4:\"file\";s:42:\"sections/reviews/company-home-reviews.json\";s:5:\"title\";s:20:\"company-home-reviews\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/company-home-reviews.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/company-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:469;a:14:{s:2:\"id\";s:22:\"software-reviews-right\";s:4:\"file\";s:44:\"sections/reviews/software-reviews-right.json\";s:5:\"title\";s:22:\"Software reviews right\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/software-reviews-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";s:21:\"software-reviews-left\";s:4:\"file\";s:43:\"sections/reviews/software-reviews-left.json\";s:5:\"title\";s:21:\"Software reviews left\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/software-reviews-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";s:21:\"saas-reviews-carousel\";s:4:\"file\";s:43:\"sections/reviews/saas-reviews-carousel.json\";s:5:\"title\";s:21:\"saas-reviews-carousel\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/saas-reviews-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";s:25:\"services-reviews-carousel\";s:4:\"file\";s:47:\"sections/reviews/services-reviews-carousel.json\";s:5:\"title\";s:25:\"services-reviews-carousel\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/services-reviews-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";s:13:\"ebook-reviews\";s:4:\"file\";s:35:\"sections/reviews/ebook-reviews.json\";s:5:\"title\";s:13:\"ebook-reviews\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/ebook-reviews.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:474;a:14:{s:2:\"id\";s:15:\"landing-reviews\";s:4:\"file\";s:37:\"sections/reviews/landing-reviews.json\";s:5:\"title\";s:15:\"landing-reviews\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/landing-reviews.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:475;a:14:{s:2:\"id\";s:30:\"original-features-page-reviews\";s:4:\"file\";s:52:\"sections/reviews/original-features-page-reviews.json\";s:5:\"title\";s:30:\"original-features-page-reviews\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/original-features-page-reviews.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/original/features/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:476;a:14:{s:2:\"id\";s:15:\"finance-reviews\";s:4:\"file\";s:37:\"sections/reviews/finance-reviews.json\";s:5:\"title\";s:15:\"finance-reviews\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/finance-reviews.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/finance-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";s:11:\"seo-reviews\";s:4:\"file\";s:33:\"sections/reviews/seo-reviews.json\";s:5:\"title\";s:11:\"seo-reviews\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/reviews/seo-reviews.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/seo-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"reviews\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:478;a:14:{s:2:\"id\";s:26:\"company-works-page-gallery\";s:4:\"file\";s:48:\"sections/gallery/company-works-page-gallery.json\";s:5:\"title\";s:26:\"company-works-page-gallery\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/gallery/company-works-page-gallery.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/company-elementor/works\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:14:\"modern-gallery\";s:4:\"file\";s:36:\"sections/gallery/modern-gallery.json\";s:5:\"title\";s:14:\"modern-gallery\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/gallery/modern-gallery.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/modern-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";s:15:\"gallery-gallery\";s:4:\"file\";s:37:\"sections/gallery/gallery-gallery.json\";s:5:\"title\";s:15:\"gallery-gallery\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/gallery/gallery-gallery.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/gallery-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:481;a:14:{s:2:\"id\";s:21:\"software-useful-links\";s:4:\"file\";s:41:\"sections/links/software-useful-links.json\";s:5:\"title\";s:21:\"software-useful-links\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/links/software-useful-links.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/software/homepage-software-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"links\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:13:\"medical-links\";s:4:\"file\";s:33:\"sections/links/medical-links.json\";s:5:\"title\";s:13:\"medical-links\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/links/medical-links.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"links\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:483;a:14:{s:2:\"id\";s:12:\"event-tweets\";s:4:\"file\";s:32:\"sections/links/event-tweets.json\";s:5:\"title\";s:12:\"event-tweets\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/links/event-tweets.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"links\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";s:22:\"ecommerce-useful-links\";s:4:\"file\";s:42:\"sections/links/ecommerce-useful-links.json\";s:5:\"title\";s:22:\"ecommerce-useful-links\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/links/ecommerce-useful-links.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"links\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:485;a:14:{s:2:\"id\";s:16:\"foundation-links\";s:4:\"file\";s:36:\"sections/links/foundation-links.json\";s:5:\"title\";s:16:\"foundation-links\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/links/foundation-links.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"links\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:486;a:14:{s:2:\"id\";s:17:\"influencer-social\";s:4:\"file\";s:37:\"sections/links/influencer-social.json\";s:5:\"title\";s:17:\"influencer-social\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/links/influencer-social.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"links\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:487;a:14:{s:2:\"id\";s:29:\"seo-contact-page-social-links\";s:4:\"file\";s:49:\"sections/links/seo-contact-page-social-links.json\";s:5:\"title\";s:29:\"seo-contact-page-social-links\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/links/seo-contact-page-social-links.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/seo-elementor/seo-contact-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"links\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:488;a:14:{s:2:\"id\";s:22:\"seo-support-page-links\";s:4:\"file\";s:42:\"sections/links/seo-support-page-links.json\";s:5:\"title\";s:22:\"seo-support-page-links\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/links/seo-support-page-links.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:53:\"https://essentials.pixfort.com/seo-elementor/support/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"links\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";s:25:\"company-contact-page-form\";s:4:\"file\";s:45:\"sections/forms/company-contact-page-form.json\";s:5:\"title\";s:25:\"company-contact-page-form\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/company-contact-page-form.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/company-elementor/contact\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:490;a:14:{s:2:\"id\";s:24:\"saas-newsletter-gradient\";s:4:\"file\";s:44:\"sections/forms/saas-newsletter-gradient.json\";s:5:\"title\";s:24:\"saas-newsletter-gradient\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/saas-newsletter-gradient.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/saas/homepage-saas-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:491;a:14:{s:2:\"id\";s:26:\"medical-contact-form-right\";s:4:\"file\";s:46:\"sections/forms/medical-contact-form-right.json\";s:5:\"title\";s:26:\"medical-contact-form-right\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/medical-contact-form-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:492;a:14:{s:2:\"id\";s:25:\"medical-contact-form-left\";s:4:\"file\";s:45:\"sections/forms/medical-contact-form-left.json\";s:5:\"title\";s:25:\"medical-contact-form-left\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/medical-contact-form-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";s:27:\"marketing-contact-form-left\";s:4:\"file\";s:47:\"sections/forms/marketing-contact-form-left.json\";s:5:\"title\";s:27:\"marketing-contact-form-left\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/marketing-contact-form-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:494;a:14:{s:2:\"id\";s:28:\"marketing-contact-form-right\";s:4:\"file\";s:48:\"sections/forms/marketing-contact-form-right.json\";s:5:\"title\";s:28:\"marketing-contact-form-right\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/marketing-contact-form-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";s:10:\"ebook-form\";s:4:\"file\";s:30:\"sections/forms/ebook-form.json\";s:5:\"title\";s:10:\"ebook-form\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/ebook-form.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:496;a:14:{s:2:\"id\";s:20:\"foundation-subscribe\";s:4:\"file\";s:40:\"sections/forms/foundation-subscribe.json\";s:5:\"title\";s:20:\"foundation-subscribe\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/foundation-subscribe.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:497;a:14:{s:2:\"id\";s:17:\"construction-form\";s:4:\"file\";s:37:\"sections/forms/construction-form.json\";s:5:\"title\";s:17:\"construction-form\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/construction-form.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:498;a:14:{s:2:\"id\";s:20:\"influencer-subscribe\";s:4:\"file\";s:40:\"sections/forms/influencer-subscribe.json\";s:5:\"title\";s:20:\"influencer-subscribe\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/influencer-subscribe.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:499;a:14:{s:2:\"id\";s:14:\"agency-contact\";s:4:\"file\";s:34:\"sections/forms/agency-contact.json\";s:5:\"title\";s:14:\"agency-contact\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/agency-contact.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:500;a:14:{s:2:\"id\";s:21:\"agency-contact-center\";s:4:\"file\";s:41:\"sections/forms/agency-contact-center.json\";s:5:\"title\";s:21:\"agency-contact-center\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/agency-contact-center.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";s:33:\"original-contact-simple-page-form\";s:4:\"file\";s:53:\"sections/forms/original-contact-simple-page-form.json\";s:5:\"title\";s:33:\"original-contact-simple-page-form\";s:9:\"thumbnail\";s:148:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/original-contact-simple-page-form.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/original/contact-us-simple/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:502;a:14:{s:2:\"id\";s:33:\"original-contact-extended-contact\";s:4:\"file\";s:53:\"sections/forms/original-contact-extended-contact.json\";s:5:\"title\";s:33:\"original-contact-extended-contact\";s:9:\"thumbnail\";s:148:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/original-contact-extended-contact.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:60:\"https://essentials.pixfort.com/original/contact-us-extended/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:27:\"company-faq-page-accordions\";s:4:\"file\";s:51:\"sections/accordion/company-faq-page-accordions.json\";s:5:\"title\";s:27:\"company-faq-page-accordions\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/company-faq-page-accordions.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:52:\"https://essentials.pixfort.com/company-elementor/faq\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:504;a:14:{s:2:\"id\";s:21:\"crypto-accordion-left\";s:4:\"file\";s:45:\"sections/accordion/crypto-accordion-left.json\";s:5:\"title\";s:21:\"crypto-accordion-left\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/crypto-accordion-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";s:22:\"crypto-accordion-right\";s:4:\"file\";s:46:\"sections/accordion/crypto-accordion-right.json\";s:5:\"title\";s:22:\"crypto-accordion-right\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/crypto-accordion-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:506;a:14:{s:2:\"id\";s:15:\"ebook-accordion\";s:4:\"file\";s:39:\"sections/accordion/ebook-accordion.json\";s:5:\"title\";s:15:\"ebook-accordion\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/ebook-accordion.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:507;a:14:{s:2:\"id\";s:20:\"restaurant-accordion\";s:4:\"file\";s:44:\"sections/accordion/restaurant-accordion.json\";s:5:\"title\";s:20:\"restaurant-accordion\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/restaurant-accordion.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:508;a:14:{s:2:\"id\";s:19:\"ecommerce-accordion\";s:4:\"file\";s:43:\"sections/accordion/ecommerce-accordion.json\";s:5:\"title\";s:19:\"ecommerce-accordion\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/ecommerce-accordion.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:509;a:14:{s:2:\"id\";s:20:\"foundation-accordion\";s:4:\"file\";s:44:\"sections/accordion/foundation-accordion.json\";s:5:\"title\";s:20:\"foundation-accordion\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/foundation-accordion.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:21:\"coronavirus-accordion\";s:4:\"file\";s:45:\"sections/accordion/coronavirus-accordion.json\";s:5:\"title\";s:21:\"coronavirus-accordion\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/coronavirus-accordion.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:511;a:14:{s:2:\"id\";s:22:\"beauty-accordion-right\";s:4:\"file\";s:46:\"sections/accordion/beauty-accordion-right.json\";s:5:\"title\";s:22:\"beauty-accordion-right\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/beauty-accordion-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";s:21:\"beauty-accordion-left\";s:4:\"file\";s:45:\"sections/accordion/beauty-accordion-left.json\";s:5:\"title\";s:21:\"beauty-accordion-left\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/accordion/beauty-accordion-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"accordion\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";s:21:\"modern-image-carousel\";s:4:\"file\";s:50:\"sections/image_carousel/modern-image-carousel.json\";s:5:\"title\";s:21:\"modern-image-carousel\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/image_carousel/modern-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/modern-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:514;a:14:{s:2:\"id\";s:21:\"crypto-image-carousel\";s:4:\"file\";s:50:\"sections/image_carousel/crypto-image-carousel.json\";s:5:\"title\";s:21:\"crypto-image-carousel\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/image_carousel/crypto-image-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:515;a:14:{s:2:\"id\";s:22:\"bold-highlight-content\";s:4:\"file\";s:51:\"sections/image_carousel/bold-highlight-content.json\";s:5:\"title\";s:22:\"bold-highlight-content\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/image_carousel/bold-highlight-content.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:22:\"product-image-carousel\";s:4:\"file\";s:51:\"sections/image_carousel/product-image-carousel.json\";s:5:\"title\";s:22:\"product-image-carousel\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/image_carousel/product-image-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";s:27:\"beauty-image-carousel-right\";s:4:\"file\";s:56:\"sections/image_carousel/beauty-image-carousel-right.json\";s:5:\"title\";s:27:\"beauty-image-carousel-right\";s:9:\"thumbnail\";s:151:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/image_carousel/beauty-image-carousel-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:518;a:14:{s:2:\"id\";s:26:\"beauty-image-carousel-left\";s:4:\"file\";s:55:\"sections/image_carousel/beauty-image-carousel-left.json\";s:5:\"title\";s:26:\"beauty-image-carousel-left\";s:9:\"thumbnail\";s:150:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/image_carousel/beauty-image-carousel-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:519;a:14:{s:2:\"id\";s:28:\"original-main-image-carousel\";s:4:\"file\";s:57:\"sections/image_carousel/original-main-image-carousel.json\";s:5:\"title\";s:28:\"original-main-image-carousel\";s:9:\"thumbnail\";s:152:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/image_carousel/original-main-image-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";s:42:\"original-showcase-portfolio-image-carousel\";s:4:\"file\";s:71:\"sections/image_carousel/original-showcase-portfolio-image-carousel.json\";s:5:\"title\";s:42:\"original-showcase-portfolio-image-carousel\";s:9:\"thumbnail\";s:166:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/image_carousel/original-showcase-portfolio-image-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:86:\"https://essentials.pixfort.com/original/portfolio-item/showcase-portfolio-item-layout/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:521;a:14:{s:2:\"id\";s:42:\"original-image-carousel-portfolio-carousel\";s:4:\"file\";s:71:\"sections/image_carousel/original-image-carousel-portfolio-carousel.json\";s:5:\"title\";s:42:\"original-image-carousel-portfolio-carousel\";s:9:\"thumbnail\";s:166:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/image_carousel/original-image-carousel-portfolio-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:86:\"https://essentials.pixfort.com/original/portfolio-item/carousel-portfolio-item-layout/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:522;a:14:{s:2:\"id\";s:23:\"company-about-page-team\";s:4:\"file\";s:42:\"sections/team/company-about-page-team.json\";s:5:\"title\";s:23:\"company-about-page-team\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/company-about-page-team.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/company-elementor/about\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";s:11:\"crypto-team\";s:4:\"file\";s:30:\"sections/team/crypto-team.json\";s:5:\"title\";s:11:\"crypto-team\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/crypto-team.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:80:\"https://essentials.pixfort.com/cryptocurrency/homepage-cryptocurrency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:524;a:14:{s:2:\"id\";s:13:\"medical-staff\";s:4:\"file\";s:32:\"sections/team/medical-staff.json\";s:5:\"title\";s:13:\"medical-staff\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/medical-staff.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/medical/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:525;a:14:{s:2:\"id\";s:16:\"event-speakers-4\";s:4:\"file\";s:35:\"sections/team/event-speakers-4.json\";s:5:\"title\";s:16:\"event-speakers-4\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/event-speakers-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";s:16:\"event-speakers-3\";s:4:\"file\";s:35:\"sections/team/event-speakers-3.json\";s:5:\"title\";s:16:\"event-speakers-3\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/event-speakers-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";s:16:\"event-speakers-2\";s:4:\"file\";s:35:\"sections/team/event-speakers-2.json\";s:5:\"title\";s:16:\"event-speakers-2\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/event-speakers-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";s:16:\"event-speakers-1\";s:4:\"file\";s:35:\"sections/team/event-speakers-1.json\";s:5:\"title\";s:16:\"event-speakers-1\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/event-speakers-1.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:529;a:14:{s:2:\"id\";s:17:\"ebook-author-left\";s:4:\"file\";s:36:\"sections/team/ebook-author-left.json\";s:5:\"title\";s:17:\"ebook-author-left\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/ebook-author-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:530;a:14:{s:2:\"id\";s:18:\"ebook-author-right\";s:4:\"file\";s:37:\"sections/team/ebook-author-right.json\";s:5:\"title\";s:18:\"ebook-author-right\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/ebook-author-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:531;a:14:{s:2:\"id\";s:13:\"ebook-authors\";s:4:\"file\";s:32:\"sections/team/ebook-authors.json\";s:5:\"title\";s:13:\"ebook-authors\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/ebook-authors.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/ebook/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:12:\"agency-staff\";s:4:\"file\";s:31:\"sections/team/agency-staff.json\";s:5:\"title\";s:12:\"agency-staff\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/agency-staff.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:533;a:14:{s:2:\"id\";s:18:\"original-main-team\";s:4:\"file\";s:37:\"sections/team/original-main-team.json\";s:5:\"title\";s:18:\"original-main-team\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/original-main-team.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";s:12:\"onepage-team\";s:4:\"file\";s:31:\"sections/team/onepage-team.json\";s:5:\"title\";s:12:\"onepage-team\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/team/onepage-team.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/onepage-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";s:27:\"services-portfolio-carousel\";s:4:\"file\";s:51:\"sections/portfolio/services-portfolio-carousel.json\";s:5:\"title\";s:27:\"services-portfolio-carousel\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/portfolio/services-portfolio-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/services/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";s:22:\"construction-portfolio\";s:4:\"file\";s:46:\"sections/portfolio/construction-portfolio.json\";s:5:\"title\";s:22:\"construction-portfolio\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/portfolio/construction-portfolio.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";s:18:\"personal-portfolio\";s:4:\"file\";s:42:\"sections/portfolio/personal-portfolio.json\";s:5:\"title\";s:18:\"personal-portfolio\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/portfolio/personal-portfolio.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/personal/homepage-personal-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";s:21:\"photography-portfolio\";s:4:\"file\";s:45:\"sections/portfolio/photography-portfolio.json\";s:5:\"title\";s:21:\"photography-portfolio\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/portfolio/photography-portfolio.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";s:18:\"agency-portfolio-3\";s:4:\"file\";s:42:\"sections/portfolio/agency-portfolio-3.json\";s:5:\"title\";s:18:\"agency-portfolio-3\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/portfolio/agency-portfolio-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:540;a:14:{s:2:\"id\";s:18:\"agency-portfolio-2\";s:4:\"file\";s:42:\"sections/portfolio/agency-portfolio-2.json\";s:5:\"title\";s:18:\"agency-portfolio-2\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/portfolio/agency-portfolio-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";s:16:\"slides-portfolio\";s:4:\"file\";s:40:\"sections/portfolio/slides-portfolio.json\";s:5:\"title\";s:16:\"slides-portfolio\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/portfolio/slides-portfolio.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/slides/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:542;a:14:{s:2:\"id\";s:23:\"original-main-portfolio\";s:4:\"file\";s:47:\"sections/portfolio/original-main-portfolio.json\";s:5:\"title\";s:23:\"original-main-portfolio\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/portfolio/original-main-portfolio.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";s:15:\"event-countdown\";s:4:\"file\";s:39:\"sections/countdown/event-countdown.json\";s:5:\"title\";s:15:\"event-countdown\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/countdown/event-countdown.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";s:13:\"event-stories\";s:4:\"file\";s:35:\"sections/stories/event-stories.json\";s:5:\"title\";s:13:\"event-stories\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/stories/event-stories.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/event/homepage-event-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"stories\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";s:18:\"influencer-stories\";s:4:\"file\";s:40:\"sections/stories/influencer-stories.json\";s:5:\"title\";s:18:\"influencer-stories\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/stories/influencer-stories.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/influencer/homepage-influencer-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"stories\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";s:26:\"company-about-page-numbers\";s:4:\"file\";s:48:\"sections/numbers/company-about-page-numbers.json\";s:5:\"title\";s:26:\"company-about-page-numbers\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/company-about-page-numbers.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/company-elementor/about\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:547;a:14:{s:2:\"id\";s:20:\"gallery-card-numbers\";s:4:\"file\";s:42:\"sections/numbers/gallery-card-numbers.json\";s:5:\"title\";s:20:\"gallery-card-numbers\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/gallery-card-numbers.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/gallery-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";s:16:\"creative-numbers\";s:4:\"file\";s:38:\"sections/numbers/creative-numbers.json\";s:5:\"title\";s:16:\"creative-numbers\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/creative-numbers.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";s:15:\"landing-numbers\";s:4:\"file\";s:37:\"sections/numbers/landing-numbers.json\";s:5:\"title\";s:15:\"landing-numbers\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/landing-numbers.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";s:18:\"landing-numbers-x2\";s:4:\"file\";s:40:\"sections/numbers/landing-numbers-x2.json\";s:5:\"title\";s:18:\"landing-numbers-x2\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/landing-numbers-x2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";s:18:\"foundation-numbers\";s:4:\"file\";s:40:\"sections/numbers/foundation-numbers.json\";s:5:\"title\";s:18:\"foundation-numbers\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/foundation-numbers.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:552;a:14:{s:2:\"id\";s:18:\"influencer-numbers\";s:4:\"file\";s:40:\"sections/numbers/influencer-numbers.json\";s:5:\"title\";s:18:\"influencer-numbers\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/influencer-numbers.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";s:16:\"agency-numbers-4\";s:4:\"file\";s:38:\"sections/numbers/agency-numbers-4.json\";s:5:\"title\";s:16:\"agency-numbers-4\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/agency-numbers-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";s:16:\"agency-numbers-6\";s:4:\"file\";s:38:\"sections/numbers/agency-numbers-6.json\";s:5:\"title\";s:16:\"agency-numbers-6\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/agency-numbers-6.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:64:\"https://essentials.pixfort.com/agency/homepage-agency-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:555;a:14:{s:2:\"id\";s:21:\"original-main-numbers\";s:4:\"file\";s:43:\"sections/numbers/original-main-numbers.json\";s:5:\"title\";s:21:\"original-main-numbers\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/original-main-numbers.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";s:25:\"seo-services-page-numbers\";s:4:\"file\";s:47:\"sections/numbers/seo-services-page-numbers.json\";s:5:\"title\";s:25:\"seo-services-page-numbers\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/seo-services-page-numbers.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-services-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:557;a:14:{s:2:\"id\";s:22:\"seo-about-page-numbers\";s:4:\"file\";s:44:\"sections/numbers/seo-about-page-numbers.json\";s:5:\"title\";s:22:\"seo-about-page-numbers\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/numbers/seo-about-page-numbers.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/seo-elementor/seo-about-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";s:21:\"restaurant-categories\";s:4:\"file\";s:40:\"sections/shop/restaurant-categories.json\";s:5:\"title\";s:21:\"restaurant-categories\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/restaurant-categories.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:559;a:14:{s:2:\"id\";s:28:\"restaurant-products-carousel\";s:4:\"file\";s:47:\"sections/shop/restaurant-products-carousel.json\";s:5:\"title\";s:28:\"restaurant-products-carousel\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/restaurant-products-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:560;a:14:{s:2:\"id\";s:15:\"ecommerce-cat-4\";s:4:\"file\";s:34:\"sections/shop/ecommerce-cat-4.json\";s:5:\"title\";s:15:\"ecommerce-cat-4\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/ecommerce-cat-4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";s:15:\"ecommerce-cat-3\";s:4:\"file\";s:34:\"sections/shop/ecommerce-cat-3.json\";s:5:\"title\";s:15:\"ecommerce-cat-3\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/ecommerce-cat-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";s:25:\"ecommerce-recent-products\";s:4:\"file\";s:44:\"sections/shop/ecommerce-recent-products.json\";s:5:\"title\";s:25:\"ecommerce-recent-products\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/ecommerce-recent-products.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:563;a:14:{s:2:\"id\";s:27:\"ecommerce-recent-products-6\";s:4:\"file\";s:46:\"sections/shop/ecommerce-recent-products-6.json\";s:5:\"title\";s:27:\"ecommerce-recent-products-6\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/ecommerce-recent-products-6.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";s:32:\"ecommerce-products-carousel-left\";s:4:\"file\";s:51:\"sections/shop/ecommerce-products-carousel-left.json\";s:5:\"title\";s:32:\"ecommerce-products-carousel-left\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/ecommerce-products-carousel-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:565;a:14:{s:2:\"id\";s:33:\"ecommerce-products-carousel-right\";s:4:\"file\";s:52:\"sections/shop/ecommerce-products-carousel-right.json\";s:5:\"title\";s:33:\"ecommerce-products-carousel-right\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/ecommerce-products-carousel-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";s:24:\"ecommerce-category-right\";s:4:\"file\";s:43:\"sections/shop/ecommerce-category-right.json\";s:5:\"title\";s:24:\"ecommerce-category-right\";s:9:\"thumbnail\";s:138:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/ecommerce-category-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:567;a:14:{s:2:\"id\";s:23:\"ecommerce-category-left\";s:4:\"file\";s:42:\"sections/shop/ecommerce-category-left.json\";s:5:\"title\";s:23:\"ecommerce-category-left\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/ecommerce-category-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";s:25:\"product-products-carousel\";s:4:\"file\";s:44:\"sections/shop/product-products-carousel.json\";s:5:\"title\";s:25:\"product-products-carousel\";s:9:\"thumbnail\";s:139:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/product-products-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";s:27:\"product-handpicked-products\";s:4:\"file\";s:46:\"sections/shop/product-handpicked-products.json\";s:5:\"title\";s:27:\"product-handpicked-products\";s:9:\"thumbnail\";s:141:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/product-handpicked-products.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/product/homepage-product-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:570;a:14:{s:2:\"id\";s:25:\"beauty-special-content-wc\";s:4:\"file\";s:33:\"sections/shop/beauty-tabs-wc.json\";s:5:\"title\";s:25:\"beauty-special-content-wc\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/beauty-tabs-wc.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";s:20:\"beauty-products-left\";s:4:\"file\";s:39:\"sections/shop/beauty-products-left.json\";s:5:\"title\";s:20:\"beauty-products-left\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/beauty-products-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";s:21:\"beauty-products-right\";s:4:\"file\";s:40:\"sections/shop/beauty-products-right.json\";s:5:\"title\";s:21:\"beauty-products-right\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/beauty-products-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:573;a:14:{s:2:\"id\";s:26:\"original-main-shop-section\";s:4:\"file\";s:45:\"sections/shop/original-main-shop-section.json\";s:5:\"title\";s:26:\"original-main-shop-section\";s:9:\"thumbnail\";s:140:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/original-main-shop-section.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:574;a:14:{s:2:\"id\";s:22:\"original-main-shop-cat\";s:4:\"file\";s:41:\"sections/shop/original-main-shop-cat.json\";s:5:\"title\";s:22:\"original-main-shop-cat\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/shop/original-main-shop-cat.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"shop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";s:18:\"modern-contact-map\";s:4:\"file\";s:37:\"sections/maps/modern-contact-map.json\";s:5:\"title\";s:18:\"modern-contact-map\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/modern-contact-map.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/modern-elementor/contact/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"maps\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:576;a:14:{s:2:\"id\";s:22:\"restaurant-map-address\";s:4:\"file\";s:41:\"sections/maps/restaurant-map-address.json\";s:5:\"title\";s:22:\"restaurant-map-address\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/restaurant-map-address.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/restaurant/homepage-restaurant-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"maps\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";s:22:\"construction-info-left\";s:4:\"file\";s:41:\"sections/maps/construction-info-left.json\";s:5:\"title\";s:22:\"construction-info-left\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/construction-info-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"maps\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";s:23:\"construction-info-right\";s:4:\"file\";s:42:\"sections/maps/construction-info-right.json\";s:5:\"title\";s:23:\"construction-info-right\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/construction-info-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"maps\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:579;a:14:{s:2:\"id\";s:22:\"construction-map-small\";s:4:\"file\";s:41:\"sections/maps/construction-map-small.json\";s:5:\"title\";s:22:\"construction-map-small\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/construction-map-small.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"maps\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";s:23:\"coronavirus-information\";s:4:\"file\";s:42:\"sections/maps/coronavirus-information.json\";s:5:\"title\";s:23:\"coronavirus-information\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/coronavirus-information.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"maps\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";s:15:\"coronavirus-map\";s:4:\"file\";s:34:\"sections/maps/coronavirus-map.json\";s:5:\"title\";s:15:\"coronavirus-map\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/coronavirus-map.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/coronavirus/homepage-coronavirus-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"maps\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";s:15:\"beauty-info-map\";s:4:\"file\";s:34:\"sections/maps/beauty-info-map.json\";s:5:\"title\";s:15:\"beauty-info-map\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/beauty-info-map.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:8:\"[\"maps\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:583;a:14:{s:2:\"id\";s:15:\"onepage-contact\";s:4:\"file\";s:35:\"sections/forms/onepage-contact.json\";s:5:\"title\";s:15:\"onepage-contact\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/onepage-contact.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:49:\"https://essentials.pixfort.com/onepage-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";s:20:\"seo-contact-page-map\";s:4:\"file\";s:40:\"sections/forms/seo-contact-page-map.json\";s:5:\"title\";s:20:\"seo-contact-page-map\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/maps/seo-contact-page-map.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/seo-elementor/seo-contact-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"forms\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";s:10:\"bold-intro\";s:4:\"file\";s:32:\"sections/sliders/bold-intro.json\";s:5:\"title\";s:10:\"bold-intro\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/bold-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/bold/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"about\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";s:14:\"creative-intro\";s:4:\"file\";s:36:\"sections/sliders/creative-intro.json\";s:5:\"title\";s:14:\"creative-intro\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/creative-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";s:15:\"ecommerce-intro\";s:4:\"file\";s:37:\"sections/sliders/ecommerce-intro.json\";s:5:\"title\";s:15:\"ecommerce-intro\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/ecommerce-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/ecommerce/homepage-ecommerce-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";s:16:\"foundation-intro\";s:4:\"file\";s:38:\"sections/sliders/foundation-intro.json\";s:5:\"title\";s:16:\"foundation-intro\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/foundation-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";s:18:\"construction-intro\";s:4:\"file\";s:40:\"sections/sliders/construction-intro.json\";s:5:\"title\";s:18:\"construction-intro\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/construction-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";s:14:\"business-intro\";s:4:\"file\";s:36:\"sections/sliders/business-intro.json\";s:5:\"title\";s:14:\"business-intro\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/business-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";s:17:\"photography-intro\";s:4:\"file\";s:39:\"sections/sliders/photography-intro.json\";s:5:\"title\";s:17:\"photography-intro\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/photography-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";s:25:\"construction-image-slider\";s:4:\"file\";s:47:\"sections/sliders/construction-image-slider.json\";s:5:\"title\";s:25:\"construction-image-slider\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/construction-image-slider.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:76:\"https://essentials.pixfort.com/construction/homepage-construction-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:18:\"[\"image-carousel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";s:12:\"beauty-intro\";s:4:\"file\";s:34:\"sections/sliders/beauty-intro.json\";s:5:\"title\";s:12:\"beauty-intro\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/beauty-intro.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";s:29:\"elements-slider-circles-boxed\";s:4:\"file\";s:51:\"sections/sliders/elements-slider-circles-boxed.json\";s:5:\"title\";s:29:\"elements-slider-circles-boxed\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/elements-slider-circles-boxed.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";s:29:\"elements-slider-default-boxed\";s:4:\"file\";s:51:\"sections/sliders/elements-slider-default-boxed.json\";s:5:\"title\";s:29:\"elements-slider-default-boxed\";s:9:\"thumbnail\";s:146:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/elements-slider-default-boxed.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/homepage-original-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";s:34:\"original-showcase-portfolio-slider\";s:4:\"file\";s:56:\"sections/sliders/original-showcase-portfolio-slider.json\";s:5:\"title\";s:34:\"original-showcase-portfolio-slider\";s:9:\"thumbnail\";s:151:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/sliders/original-showcase-portfolio-slider.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:86:\"https://essentials.pixfort.com/original/portfolio-item/showcase-portfolio-item-layout/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:9:\"[\"intro\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";s:21:\"modern-features-video\";s:4:\"file\";s:41:\"sections/video/modern-features-video.json\";s:5:\"title\";s:21:\"modern features video\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/modern-features-video.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/modern-elementor/features/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";s:15:\"marketing-video\";s:4:\"file\";s:35:\"sections/video/marketing-video.json\";s:5:\"title\";s:15:\"marketing-video\";s:9:\"thumbnail\";s:130:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/marketing-video.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/marketing/homepage-marketing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";s:14:\"creative-video\";s:4:\"file\";s:34:\"sections/video/creative-video.json\";s:5:\"title\";s:14:\"creative-video\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/creative-video.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";s:20:\"creative-video-popup\";s:4:\"file\";s:40:\"sections/video/creative-video-popup.json\";s:5:\"title\";s:20:\"creative-video-popup\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/creative-video-popup.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/creative/homepage-creative-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:601;a:14:{s:2:\"id\";s:19:\"landing-video-popup\";s:4:\"file\";s:39:\"sections/video/landing-video-popup.json\";s:5:\"title\";s:19:\"landing-video-popup\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/landing-video-popup.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:66:\"https://essentials.pixfort.com/landing/homepage-landing-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";s:22:\"foundation-video-right\";s:4:\"file\";s:42:\"sections/video/foundation-video-right.json\";s:5:\"title\";s:22:\"foundation-video-right\";s:9:\"thumbnail\";s:137:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/foundation-video-right.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";s:21:\"foundation-video-left\";s:4:\"file\";s:41:\"sections/video/foundation-video-left.json\";s:5:\"title\";s:21:\"foundation-video-left\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/foundation-video-left.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:72:\"https://essentials.pixfort.com/foundation/homepage-foundation-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";s:20:\"business-video-popup\";s:4:\"file\";s:40:\"sections/video/business-video-popup.json\";s:5:\"title\";s:20:\"business-video-popup\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/business-video-popup.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/business/homepage-business-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";s:17:\"photography-video\";s:4:\"file\";s:37:\"sections/video/photography-video.json\";s:5:\"title\";s:17:\"photography-video\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/photography-video.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:74:\"https://essentials.pixfort.com/photography/homepage-photography-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";s:21:\"beauty-video-carousel\";s:4:\"file\";s:41:\"sections/video/beauty-video-carousel.json\";s:5:\"title\";s:21:\"beauty-video-carousel\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/beauty-video-carousel.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/beauty/homepage-beauty-elementor\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:607;a:14:{s:2:\"id\";s:10:\"kb-video-3\";s:4:\"file\";s:30:\"sections/video/kb-video-3.json\";s:5:\"title\";s:10:\"kb-video-3\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/kb-video-3.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:85:\"https://essentials.pixfort.com/knowledge-base-demo/homepage-knowledge-base-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";s:10:\"kb-video-2\";s:4:\"file\";s:30:\"sections/video/kb-video-2.json\";s:5:\"title\";s:10:\"kb-video-2\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/kb-video-2.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:85:\"https://essentials.pixfort.com/knowledge-base-demo/homepage-knowledge-base-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";s:27:\"original-about-simple-video\";s:4:\"file\";s:47:\"sections/video/original-about-simple-video.json\";s:5:\"title\";s:27:\"original-about-simple-video\";s:9:\"thumbnail\";s:142:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/original-about-simple-video.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:63:\"https://essentials.pixfort.com/original/about-simple-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";s:30:\"original-video-portfolio-video\";s:4:\"file\";s:50:\"sections/video/original-video-portfolio-video.json\";s:5:\"title\";s:30:\"original-video-portfolio-video\";s:9:\"thumbnail\";s:145:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/original-video-portfolio-video.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:81:\"https://essentials.pixfort.com/original/portfolio-item/video-portfolio-item-page/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";s:32:\"original-gallery-portfolio-video\";s:4:\"file\";s:52:\"sections/video/original-gallery-portfolio-video.json\";s:5:\"title\";s:32:\"original-gallery-portfolio-video\";s:9:\"thumbnail\";s:147:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/original-gallery-portfolio-video.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:84:\"https://essentials.pixfort.com/original/portfolio-item/image-gallery-portfolio-item/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";s:28:\"seo-about-page-video-content\";s:4:\"file\";s:48:\"sections/video/seo-about-page-video-content.json\";s:5:\"title\";s:28:\"seo-about-page-video-content\";s:9:\"thumbnail\";s:143:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/video/seo-about-page-video-content.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/seo-elementor/seo-about-elementor/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"video\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";s:11:\"popup-video\";s:4:\"file\";s:32:\"sections/popups/popup-video.json\";s:5:\"title\";s:11:\"popup-video\";s:9:\"thumbnail\";s:103:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-video.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";s:17:\"popup-application\";s:4:\"file\";s:38:\"sections/popups/popup-application.json\";s:5:\"title\";s:17:\"popup-application\";s:9:\"thumbnail\";s:109:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-application.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";s:22:\"popup-address-extended\";s:4:\"file\";s:43:\"sections/popups/popup-address-extended.json\";s:5:\"title\";s:22:\"popup-address-extended\";s:9:\"thumbnail\";s:114:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-address-extended.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";s:12:\"popup-cookie\";s:4:\"file\";s:33:\"sections/popups/popup-cookie.json\";s:5:\"title\";s:12:\"popup-cookie\";s:9:\"thumbnail\";s:104:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-cookie.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";s:17:\"popup-subscribe-1\";s:4:\"file\";s:38:\"sections/popups/popup-subscribe-1.json\";s:5:\"title\";s:17:\"popup-subscribe-1\";s:9:\"thumbnail\";s:109:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-subscribe-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";s:17:\"popup-subscribe-2\";s:4:\"file\";s:38:\"sections/popups/popup-subscribe-2.json\";s:5:\"title\";s:17:\"popup-subscribe-2\";s:9:\"thumbnail\";s:109:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-subscribe-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";s:15:\"popup-countdown\";s:4:\"file\";s:36:\"sections/popups/popup-countdown.json\";s:5:\"title\";s:15:\"popup-countdown\";s:9:\"thumbnail\";s:107:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-countdown.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";s:9:\"popup-cta\";s:4:\"file\";s:30:\"sections/popups/popup-cta.json\";s:5:\"title\";s:9:\"popup-cta\";s:9:\"thumbnail\";s:101:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-cta.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";s:17:\"popup-information\";s:4:\"file\";s:38:\"sections/popups/popup-information.json\";s:5:\"title\";s:17:\"popup-information\";s:9:\"thumbnail\";s:109:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-information.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";s:11:\"popup-image\";s:4:\"file\";s:32:\"sections/popups/popup-image.json\";s:5:\"title\";s:11:\"popup-image\";s:9:\"thumbnail\";s:103:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-image.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";s:13:\"popup-pricing\";s:4:\"file\";s:34:\"sections/popups/popup-pricing.json\";s:5:\"title\";s:13:\"popup-pricing\";s:9:\"thumbnail\";s:105:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-pricing.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";s:22:\"popup-contact-extended\";s:4:\"file\";s:43:\"sections/popups/popup-contact-extended.json\";s:5:\"title\";s:22:\"popup-contact-extended\";s:9:\"thumbnail\";s:114:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-contact-extended.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";s:14:\"popup-download\";s:4:\"file\";s:35:\"sections/popups/popup-download.json\";s:5:\"title\";s:14:\"popup-download\";s:9:\"thumbnail\";s:106:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-download.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";s:13:\"popup-contact\";s:4:\"file\";s:34:\"sections/popups/popup-contact.json\";s:5:\"title\";s:13:\"popup-contact\";s:9:\"thumbnail\";s:105:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";s:20:\"popup-address-simple\";s:4:\"file\";s:41:\"sections/popups/popup-address-simple.json\";s:5:\"title\";s:20:\"popup-address-simple\";s:9:\"thumbnail\";s:112:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-address-simple.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";s:14:\"popup-creative\";s:4:\"file\";s:35:\"sections/popups/popup-creative.json\";s:5:\"title\";s:14:\"popup-creative\";s:9:\"thumbnail\";s:106:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/popups/popup-creative.jpg\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/popups/\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"intro\";s:4:\"tags\";s:9:\"[\"popup\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:629;a:14:{s:2:\"id\";s:7:\"company\";s:4:\"file\";s:18:\"pages/company.json\";s:5:\"title\";s:7:\"Company\";s:9:\"thumbnail\";s:98:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/company.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/company-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:630;a:14:{s:2:\"id\";s:6:\"modern\";s:4:\"file\";s:17:\"pages/modern.json\";s:5:\"title\";s:6:\"Modern\";s:9:\"thumbnail\";s:97:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/modern.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:47:\"https://essentials.pixfort.com/modern-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:631;a:14:{s:2:\"id\";s:7:\"gallery\";s:4:\"file\";s:18:\"pages/gallery.json\";s:5:\"title\";s:7:\"Gallery\";s:9:\"thumbnail\";s:98:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/gallery.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/gallery-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";s:3:\"seo\";s:4:\"file\";s:14:\"pages/seo.json\";s:5:\"title\";s:3:\"SEO\";s:9:\"thumbnail\";s:94:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/seo.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:44:\"https://essentials.pixfort.com/seo-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:633;a:14:{s:2:\"id\";s:4:\"fast\";s:4:\"file\";s:15:\"pages/fast.json\";s:5:\"title\";s:4:\"Fast\";s:9:\"thumbnail\";s:95:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/fast.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/fast-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:634;a:14:{s:2:\"id\";s:7:\"onepage\";s:4:\"file\";s:18:\"pages/onepage.json\";s:5:\"title\";s:7:\"Onepage\";s:9:\"thumbnail\";s:98:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/onepage.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/onepage-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:635;a:14:{s:2:\"id\";s:7:\"finance\";s:4:\"file\";s:18:\"pages/finance.json\";s:5:\"title\";s:7:\"Finance\";s:9:\"thumbnail\";s:98:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/finance.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:48:\"https://essentials.pixfort.com/finance-elementor\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";s:7:\"startup\";s:4:\"file\";s:18:\"pages/startup.json\";s:5:\"title\";s:7:\"Startup\";s:9:\"thumbnail\";s:98:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/startup.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/startup\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:637;a:14:{s:2:\"id\";s:8:\"software\";s:4:\"file\";s:19:\"pages/software.json\";s:5:\"title\";s:8:\"Software\";s:9:\"thumbnail\";s:99:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/software.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/software\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";s:9:\"marketing\";s:4:\"file\";s:20:\"pages/marketing.json\";s:5:\"title\";s:9:\"Marketing\";s:9:\"thumbnail\";s:100:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/marketing.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/marketing\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:639;a:14:{s:2:\"id\";s:8:\"services\";s:4:\"file\";s:19:\"pages/services.json\";s:5:\"title\";s:8:\"Services\";s:9:\"thumbnail\";s:99:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/services.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/services\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:640;a:14:{s:2:\"id\";s:7:\"blogger\";s:4:\"file\";s:18:\"pages/blogger.json\";s:5:\"title\";s:7:\"Blogger\";s:9:\"thumbnail\";s:98:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/blogger.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/blogger\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:641;a:14:{s:2:\"id\";s:6:\"beauty\";s:4:\"file\";s:17:\"pages/beauty.json\";s:5:\"title\";s:6:\"Beauty\";s:9:\"thumbnail\";s:97:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/beauty.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/beauty\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:642;a:14:{s:2:\"id\";s:6:\"agency\";s:4:\"file\";s:17:\"pages/agency.json\";s:5:\"title\";s:6:\"Agency\";s:9:\"thumbnail\";s:97:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/agency.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/agency\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:643;a:14:{s:2:\"id\";s:3:\"app\";s:4:\"file\";s:14:\"pages/app.json\";s:5:\"title\";s:3:\"App\";s:9:\"thumbnail\";s:94:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/app.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:34:\"https://essentials.pixfort.com/app\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:644;a:14:{s:2:\"id\";s:11:\"photography\";s:4:\"file\";s:22:\"pages/photography.json\";s:5:\"title\";s:11:\"Photography\";s:9:\"thumbnail\";s:102:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/photography.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:42:\"https://essentials.pixfort.com/photography\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:645;a:14:{s:2:\"id\";s:10:\"influencer\";s:4:\"file\";s:21:\"pages/influencer.json\";s:5:\"title\";s:10:\"Influencer\";s:9:\"thumbnail\";s:101:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/influencer.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:41:\"https://essentials.pixfort.com/influencer\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:646;a:14:{s:2:\"id\";s:8:\"personal\";s:4:\"file\";s:19:\"pages/personal.json\";s:5:\"title\";s:8:\"Personal\";s:9:\"thumbnail\";s:99:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/personal.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/personal\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:647;a:14:{s:2:\"id\";s:11:\"coronavirus\";s:4:\"file\";s:22:\"pages/coronavirus.json\";s:5:\"title\";s:11:\"Coronavirus\";s:9:\"thumbnail\";s:102:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/coronavirus.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:42:\"https://essentials.pixfort.com/coronavirus\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:648;a:14:{s:2:\"id\";s:7:\"product\";s:4:\"file\";s:18:\"pages/product.json\";s:5:\"title\";s:7:\"Product\";s:9:\"thumbnail\";s:98:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/product.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/product\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:649;a:14:{s:2:\"id\";s:9:\"corporate\";s:4:\"file\";s:20:\"pages/corporate.json\";s:5:\"title\";s:9:\"Corporate\";s:9:\"thumbnail\";s:100:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/corporate.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/corporate\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:650;a:14:{s:2:\"id\";s:8:\"business\";s:4:\"file\";s:19:\"pages/business.json\";s:5:\"title\";s:8:\"Business\";s:9:\"thumbnail\";s:99:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/business.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/business\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:651;a:14:{s:2:\"id\";s:12:\"construction\";s:4:\"file\";s:23:\"pages/construction.json\";s:5:\"title\";s:12:\"Construction\";s:9:\"thumbnail\";s:103:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/construction.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:43:\"https://essentials.pixfort.com/construction\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:652;a:14:{s:2:\"id\";s:10:\"foundation\";s:4:\"file\";s:21:\"pages/foundation.json\";s:5:\"title\";s:10:\"Foundation\";s:9:\"thumbnail\";s:101:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/foundation.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:41:\"https://essentials.pixfort.com/foundation\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:653;a:14:{s:2:\"id\";s:9:\"ecommerce\";s:4:\"file\";s:20:\"pages/ecommerce.json\";s:5:\"title\";s:9:\"Ecommerce\";s:9:\"thumbnail\";s:100:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/ecommerce.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:40:\"https://essentials.pixfort.com/ecommerce\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:654;a:14:{s:2:\"id\";s:10:\"restaurant\";s:4:\"file\";s:21:\"pages/restaurant.json\";s:5:\"title\";s:10:\"Restaurant\";s:9:\"thumbnail\";s:101:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/restaurant.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:41:\"https://essentials.pixfort.com/restaurant\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:655;a:14:{s:2:\"id\";s:7:\"landing\";s:4:\"file\";s:18:\"pages/landing.json\";s:5:\"title\";s:7:\"Landing\";s:9:\"thumbnail\";s:98:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/landing.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/landing\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:656;a:14:{s:2:\"id\";s:5:\"ebook\";s:4:\"file\";s:16:\"pages/ebook.json\";s:5:\"title\";s:5:\"Ebook\";s:9:\"thumbnail\";s:96:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/ebook.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/ebook\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:657;a:14:{s:2:\"id\";s:8:\"creative\";s:4:\"file\";s:19:\"pages/creative.json\";s:5:\"title\";s:8:\"Creative\";s:9:\"thumbnail\";s:99:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/creative.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:39:\"https://essentials.pixfort.com/creative\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:658;a:14:{s:2:\"id\";s:4:\"bold\";s:4:\"file\";s:15:\"pages/bold.json\";s:5:\"title\";s:4:\"Bold\";s:9:\"thumbnail\";s:95:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/bold.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:35:\"https://essentials.pixfort.com/bold\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:659;a:14:{s:2:\"id\";s:14:\"cryptocurrency\";s:4:\"file\";s:25:\"pages/cryptocurrency.json\";s:5:\"title\";s:14:\"Cryptocurrency\";s:9:\"thumbnail\";s:105:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/cryptocurrency.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:45:\"https://essentials.pixfort.com/cryptocurrency\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:660;a:14:{s:2:\"id\";s:7:\"medical\";s:4:\"file\";s:18:\"pages/medical.json\";s:5:\"title\";s:7:\"Medical\";s:9:\"thumbnail\";s:98:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/medical.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:38:\"https://essentials.pixfort.com/medical\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:661;a:14:{s:2:\"id\";s:6:\"slides\";s:4:\"file\";s:17:\"pages/slides.json\";s:5:\"title\";s:6:\"Slides\";s:9:\"thumbnail\";s:97:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/slides.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:37:\"https://essentials.pixfort.com/slides\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:662;a:14:{s:2:\"id\";s:5:\"event\";s:4:\"file\";s:16:\"pages/event.json\";s:5:\"title\";s:5:\"Event\";s:9:\"thumbnail\";s:96:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/event.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:36:\"https://essentials.pixfort.com/event\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:663;a:14:{s:2:\"id\";s:19:\"knowledge-base-demo\";s:4:\"file\";s:30:\"pages/knowledge-base-demo.json\";s:5:\"title\";s:14:\"Knowledge base\";s:9:\"thumbnail\";s:93:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/kb.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:50:\"https://essentials.pixfort.com/knowledge-base-demo\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:664;a:14:{s:2:\"id\";s:8:\"original\";s:4:\"file\";s:19:\"pages/original.json\";s:5:\"title\";s:8:\"Original\";s:9:\"thumbnail\";s:99:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/original.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/original/homepage-original-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:665;a:14:{s:2:\"id\";s:4:\"saas\";s:4:\"file\";s:15:\"pages/saas.json\";s:5:\"title\";s:4:\"SaaS\";s:9:\"thumbnail\";s:95:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/pages/saas.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:35:\"https://essentials.pixfort.com/saas\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:666;a:14:{s:2:\"id\";s:12:\"about-simple\";s:4:\"file\";s:29:\"pages/inner/about-simple.json\";s:5:\"title\";s:12:\"about-simple\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/about-simple-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:53:\"https://essentials.pixfort.com/original/about-simple/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:667;a:14:{s:2:\"id\";s:14:\"about-extended\";s:4:\"file\";s:31:\"pages/inner/about-extended.json\";s:5:\"title\";s:14:\"about-extended\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/about-extended-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:55:\"https://essentials.pixfort.com/original/about-extended/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:668;a:14:{s:2:\"id\";s:11:\"career-page\";s:4:\"file\";s:28:\"pages/inner/career-page.json\";s:5:\"title\";s:11:\"career-page\";s:9:\"thumbnail\";s:126:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/career-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/original/career-page-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:669;a:14:{s:2:\"id\";s:7:\"careers\";s:4:\"file\";s:24:\"pages/inner/careers.json\";s:5:\"title\";s:7:\"careers\";s:9:\"thumbnail\";s:127:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/careers-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/original/careers-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:670;a:14:{s:2:\"id\";s:11:\"coming-soon\";s:4:\"file\";s:28:\"pages/inner/coming-soon.json\";s:5:\"title\";s:11:\"coming-soon\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/coming-soon-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:62:\"https://essentials.pixfort.com/original/coming-soon-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:671;a:14:{s:2:\"id\";s:16:\"contact-extended\";s:4:\"file\";s:33:\"pages/inner/contact-extended.json\";s:5:\"title\";s:16:\"contact-extended\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/contact-extended-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/original/contact-us-extended-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:672;a:14:{s:2:\"id\";s:14:\"contact-simple\";s:4:\"file\";s:31:\"pages/inner/contact-simple.json\";s:5:\"title\";s:14:\"contact-simple\";s:9:\"thumbnail\";s:148:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/forms/original-contact-simple-page-form.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/original/contact-us-simple-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:673;a:14:{s:2:\"id\";s:8:\"features\";s:4:\"file\";s:25:\"pages/inner/features.json\";s:5:\"title\";s:8:\"features\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/features-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:59:\"https://essentials.pixfort.com/original/features-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:674;a:14:{s:2:\"id\";s:16:\"pricing-creative\";s:4:\"file\";s:33:\"pages/inner/pricing-creative.json\";s:5:\"title\";s:16:\"pricing-creative\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/pricing-creative-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/pricing-creative-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:675;a:14:{s:2:\"id\";s:14:\"pricing-simple\";s:4:\"file\";s:31:\"pages/inner/pricing-simple.json\";s:5:\"title\";s:14:\"pricing-simple\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/pricing-simple-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/original/pricing-simple-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:676;a:14:{s:2:\"id\";s:17:\"original-services\";s:4:\"file\";s:34:\"pages/inner/original-services.json\";s:5:\"title\";s:17:\"original-services\";s:9:\"thumbnail\";s:128:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/services-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:59:\"https://essentials.pixfort.com/original/services-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:677;a:14:{s:2:\"id\";s:16:\"terms-of-service\";s:4:\"file\";s:33:\"pages/inner/terms-of-service.json\";s:5:\"title\";s:16:\"terms-of-service\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/terms-of-use-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/original/terms-of-service-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:678;a:14:{s:2:\"id\";s:14:\"seo-about-page\";s:4:\"file\";s:31:\"pages/inner/seo-about-page.json\";s:5:\"title\";s:14:\"SEO About page\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/seo-about-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/seo-elementor/seo-about-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:679;a:14:{s:2:\"id\";s:16:\"seo-contact-page\";s:4:\"file\";s:33:\"pages/inner/seo-contact-page.json\";s:5:\"title\";s:16:\"SEO contact page\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/seo-contact-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/seo-elementor/seo-contact-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:680;a:14:{s:2:\"id\";s:17:\"seo-features-page\";s:4:\"file\";s:34:\"pages/inner/seo-features-page.json\";s:5:\"title\";s:17:\"SEO features page\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/seo-features-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-features-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:681;a:14:{s:2:\"id\";s:14:\"seo-links-page\";s:4:\"file\";s:31:\"pages/inner/seo-links-page.json\";s:5:\"title\";s:14:\"SEO links page\";s:9:\"thumbnail\";s:129:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/seo-links-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/seo-elementor/seo-links-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:682;a:14:{s:2:\"id\";s:16:\"seo-pricing-page\";s:4:\"file\";s:33:\"pages/inner/seo-pricing-page.json\";s:5:\"title\";s:16:\"SEO pricing page\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/seo-pricing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:67:\"https://essentials.pixfort.com/seo-elementor/seo-pricing-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:683;a:14:{s:2:\"id\";s:17:\"seo-services-page\";s:4:\"file\";s:34:\"pages/inner/seo-services-page.json\";s:5:\"title\";s:17:\"SEO services page\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/seo-services-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:68:\"https://essentials.pixfort.com/seo-elementor/seo-services-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:684;a:14:{s:2:\"id\";s:16:\"seo-support-page\";s:4:\"file\";s:33:\"pages/inner/seo-support-page.json\";s:5:\"title\";s:16:\"SEO support page\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/seo-support-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:53:\"https://essentials.pixfort.com/seo-elementor/support/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:685;a:14:{s:2:\"id\";s:14:\"seo-terms-page\";s:4:\"file\";s:31:\"pages/inner/seo-terms-page.json\";s:5:\"title\";s:17:\"SEO services page\";s:9:\"thumbnail\";s:144:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/seo-terms-and-conditions-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/seo-elementor/seo-terms-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:686;a:14:{s:2:\"id\";s:12:\"seo-404-page\";s:4:\"file\";s:29:\"pages/inner/seo-404-page.json\";s:5:\"title\";s:12:\"SEO 404 page\";s:9:\"thumbnail\";s:125:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/404/seo-404-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/seo-elementor/seo-custom-404-page/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:687;a:14:{s:2:\"id\";s:20:\"gallery-gallery-page\";s:4:\"file\";s:37:\"pages/inner/gallery-gallery-page.json\";s:5:\"title\";s:22:\"Gallery - Gallery page\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/gallery-gallery-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/gallery-elementor/gallery/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:688;a:14:{s:2:\"id\";s:20:\"gallery-contact-page\";s:4:\"file\";s:37:\"pages/inner/gallery-contact-page.json\";s:5:\"title\";s:22:\"Gallery - Contact page\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/gallery-contact-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/gallery-elementor/contact/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:689;a:14:{s:2:\"id\";s:16:\"gallery-404-page\";s:4:\"file\";s:33:\"pages/inner/gallery-404-page.json\";s:5:\"title\";s:18:\"Gallery - 404 page\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/gallery-404-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:83:\"https://essentials.pixfort.com/gallery-elementor/gallery-custom-404-page-elementor/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:690;a:14:{s:2:\"id\";s:20:\"modern-features-page\";s:4:\"file\";s:37:\"pages/inner/modern-features-page.json\";s:5:\"title\";s:22:\"Modern - Features page\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/modern-features-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/modern-elementor/features/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:691;a:14:{s:2:\"id\";s:17:\"modern-works-page\";s:4:\"file\";s:34:\"pages/inner/modern-works-page.json\";s:5:\"title\";s:19:\"Modern - Works page\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/modern-works-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/modern-elementor/works/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:692;a:14:{s:2:\"id\";s:17:\"modern-about-page\";s:4:\"file\";s:34:\"pages/inner/modern-about-page.json\";s:5:\"title\";s:19:\"Modern - About page\";s:9:\"thumbnail\";s:132:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/modern-about-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:54:\"https://essentials.pixfort.com/modern-elementor/about/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:693;a:14:{s:2:\"id\";s:19:\"modern-contact-page\";s:4:\"file\";s:36:\"pages/inner/modern-contact-page.json\";s:5:\"title\";s:21:\"Modern - Contact page\";s:9:\"thumbnail\";s:134:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/modern-contact-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:56:\"https://essentials.pixfort.com/modern-elementor/contact/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:694;a:14:{s:2:\"id\";s:21:\"company-services-page\";s:4:\"file\";s:38:\"pages/inner/company-services-page.json\";s:5:\"title\";s:23:\"Company - Services page\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-services-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/company-elementor/services/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:695;a:14:{s:2:\"id\";s:21:\"company-features-page\";s:4:\"file\";s:38:\"pages/inner/company-features-page.json\";s:5:\"title\";s:23:\"Company - Features page\";s:9:\"thumbnail\";s:136:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-features-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:58:\"https://essentials.pixfort.com/company-elementor/features/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:696;a:14:{s:2:\"id\";s:18:\"company-works-page\";s:4:\"file\";s:35:\"pages/inner/company-works-page.json\";s:5:\"title\";s:20:\"Company - Works page\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-works-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:55:\"https://essentials.pixfort.com/company-elementor/works/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:697;a:14:{s:2:\"id\";s:20:\"company-pricing-page\";s:4:\"file\";s:37:\"pages/inner/company-pricing-page.json\";s:5:\"title\";s:22:\"Company - Pricing page\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-pricing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/company-elementor/pricing/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:698;a:14:{s:2:\"id\";s:16:\"company-faq-page\";s:4:\"file\";s:33:\"pages/inner/company-faq-page.json\";s:5:\"title\";s:18:\"Company - FAQ page\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-faq-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:53:\"https://essentials.pixfort.com/company-elementor/faq/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:699;a:14:{s:2:\"id\";s:18:\"company-terms-page\";s:4:\"file\";s:35:\"pages/inner/company-terms-page.json\";s:5:\"title\";s:20:\"Company - Terms page\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-terms-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:70:\"https://essentials.pixfort.com/company-elementor/terms-and-conditions/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:700;a:14:{s:2:\"id\";s:20:\"company-reviews-page\";s:4:\"file\";s:37:\"pages/inner/company-reviews-page.json\";s:5:\"title\";s:22:\"Company - Reviews page\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-reviews-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/company-elementor/reviews/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:701;a:14:{s:2:\"id\";s:20:\"company-support-page\";s:4:\"file\";s:37:\"pages/inner/company-support-page.json\";s:5:\"title\";s:22:\"Company - Support page\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-support-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/company-elementor/support/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:702;a:14:{s:2:\"id\";s:16:\"company-404-page\";s:4:\"file\";s:33:\"pages/inner/company-404-page.json\";s:5:\"title\";s:18:\"Company - 404 page\";s:9:\"thumbnail\";s:131:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-404-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:65:\"https://essentials.pixfort.com/company-elementor/custom-404-page/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:703;a:14:{s:2:\"id\";s:18:\"company-about-page\";s:4:\"file\";s:35:\"pages/inner/company-about-page.json\";s:5:\"title\";s:20:\"Company - About page\";s:9:\"thumbnail\";s:133:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-about-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:55:\"https://essentials.pixfort.com/company-elementor/about/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:704;a:14:{s:2:\"id\";s:20:\"company-contact-page\";s:4:\"file\";s:37:\"pages/inner/company-contact-page.json\";s:5:\"title\";s:22:\"Company - Contact page\";s:9:\"thumbnail\";s:135:\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/vc_templates/custom/thumbnails/pages/company-contact-page.jpg\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:7:\"pixfort\";s:3:\"url\";s:57:\"https://essentials.pixfort.com/company-elementor/contact/\";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:1:\"0\";s:11:\"trend_index\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(1709,'_transient_timeout_global_styles_essentials','1671566437','no'),(1710,'_transient_global_styles_essentials','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}body { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(1711,'_transient_timeout_global_styles_svg_filters_essentials','1671566438','no'),(1712,'_transient_global_styles_svg_filters_essentials','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no'),(1739,'ai1wm_status','a:2:{s:4:\"type\";s:4:\"info\";s:7:\"message\";s:42:\"Restoring 10851 files...<br />37% complete\";}','yes'),(1740,'recovery_mode_email_last_sent','1732553165','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1235 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_elementor_edit_mode','builder'),(4,5,'_elementor_template_type','kit'),(5,1,'_pixfort_likes','0'),(6,6,'_wp_attached_file','2022/12/log_file_2022-12-20__15-01-09.txt'),(7,3714,'pix-show-intro','0'),(8,3714,'is_secondary_font','0'),(9,3714,'pix-hide-top-padding','1'),(10,3714,'pix-hide-top-area','1'),(11,3714,'_elementor_edit_mode','builder'),(12,3714,'_elementor_template_type','wp-page'),(13,3714,'_elementor_version','2.9.13'),(14,3714,'_wp_page_template','default'),(15,3714,'_elementor_data','[{\"id\":\"ee9ba0d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"dd3f253\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"81aa816\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\",\"id\":3663},\"alt\":\"\",\"title\":\"Think you know Bold? Think deeper.\",\"text\":\"\",\"btn_text\":\"Purchase Essentials\",\"link\":\"http:\\/\\/pixfort.website\\/redirect?to=essentials\",\"target\":\"yes\",\"_id\":\"836cc5b\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-1.jpg\",\"id\":3665},\"alt\":\"\",\"title\":\"Build an online business in minutes.\",\"text\":\"\",\"btn_text\":\"Purchase Essentials\",\"link\":\"http:\\/\\/pixfort.website\\/redirect?to=essentials\",\"target\":\"yes\",\"_id\":\"501cf0b\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-3.jpg\",\"id\":3666},\"alt\":\"\",\"title\":\"Think you know Bold? Think deeper.\",\"text\":\"\",\"btn_text\":\"Purchase Essentials\",\"link\":\"http:\\/\\/pixfort.website\\/redirect?to=essentials\",\"target\":\"yes\",\"_id\":\"9e2daea\"}],\"rounded_img\":\"rounded-10\",\"align\":\"text-center\",\"nav_style\":\"circles\",\"overlay_color\":\"gradient-primary\",\"overlay_opacity\":\"pix-opacity-2\",\"delay\":\"0\",\"secondary_font\":\"secondary-font\",\"title_color\":\"white\",\"title_size\":\"h1\",\"btn_color\":\"gray-8\",\"btn_size\":\"xl\",\"btn_rounded\":\"btn-rounded\",\"btn_effect\":\"6\",\"btn_hover_effect\":\"6\",\"btn_icon\":\"pixicon-bag-2\",\"btn_icon_animation\":\"yes\",\"_z_index\":1,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07aa361\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#F8F9FA\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"z_index\":0},\"elements\":[{\"id\":\"4f9bda0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e22772\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Creating Beautiful Sites Today with Essentials\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/05\\/portfolio-10.jpg\",\"id\":2762},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"secondary\",\"hover_overlay_opacity\":\"pix-hover-opacity-2\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-120\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"white\",\"btn_size\":\"lg\",\"btn_icon\":\"pixicon-bars-menu\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"},{\"id\":\"bd62c60\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\"},\"elements\":[{\"id\":\"dd7ccd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c72a0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Speed Test Results\",\"text_color\":\"heading-default\",\"bg_color\":\"gray-1\",\"element_div\":\"text-center\",\"animation\":\"fade-in-left\",\"delay\":\"600\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"e2d6ea9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6020b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e3518c7\",\"elType\":\"widget\",\"settings\":{\"percent\":\"75\",\"title\":\"Our Solution\",\"text\":\"\",\"color1\":\"#3AC4FF\",\"color2\":\"#037EF3\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"p_size\":\"h6\",\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"pix-chart\"}],\"isInner\":true},{\"id\":\"649273c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"639364b\",\"elType\":\"widget\",\"settings\":{\"percent\":\"55\",\"title\":\"Competitors speed\",\"text\":\"\",\"color1\":\"#FFDD00\",\"color2\":\"#FBB034\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"p_size\":\"h6\",\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"pix-chart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f8cb4c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Creating Beautiful Sites Today with Essentials\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/05\\/p-item-13.jpg\",\"id\":2803},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"heading-default\",\"overlay_opacity\":\"pix-opacity-10\",\"hover_overlay_opacity\":\"pix-hover-opacity-0\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-120\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"white\",\"btn_size\":\"lg\",\"btn_icon\":\"pixicon-bars-menu\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"}],\"isInner\":false},{\"id\":\"d53f973\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8c870ed\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"14138a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bd25277\",\"elType\":\"widget\",\"settings\":{\"text\":\"LIMITED TIME DISCOUNT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-center\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"7a31ea2\",\"elType\":\"widget\",\"settings\":{\"content\":\"We Provide Robust Services For Every Type of Business.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"1bd6ff2\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"position\":\"text-center\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"8bfd772\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Learn more about pricing\",\"btn_link\":\"#pix_section_pricing\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2877ed6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"08d4a50\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\"},\"elements\":[{\"id\":\"98b7f5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5527af\",\"elType\":\"widget\",\"settings\":{\"text\":\"List of Skills\",\"text_color\":\"heading-default\",\"bg_color\":\"gray-1\",\"element_div\":\"text-center\",\"animation\":\"fade-in-left\",\"delay\":\"600\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"a920c2a\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"title\":\"WordPress\",\"value\":\"90\",\"text_color\":\"heading-default\",\"text_custom_color\":\"\",\"item_color\":\"gradient-primary\",\"item_custom_color\":\"\",\"bg_color\":\"dark-opacity-1\",\"bg_custom_color\":\"\",\"_id\":\"e7de764\"},{\"title\":\"Marketing\",\"value\":\"65\",\"text_color\":\"heading-default\",\"text_custom_color\":\"\",\"item_color\":\"gradient-primary\",\"item_custom_color\":\"\",\"bg_color\":\"dark-opacity-1\",\"bg_custom_color\":\"\",\"_id\":\"9a16882\"},{\"title\":\"Web Design\",\"value\":\"80\",\"text_color\":\"heading-default\",\"text_custom_color\":\"\",\"item_color\":\"gradient-primary\",\"item_custom_color\":\"\",\"bg_color\":\"dark-opacity-1\",\"bg_custom_color\":\"\",\"_id\":\"d64e155\"}]},\"elements\":[],\"widgetType\":\"pix-progress-bars\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2232390\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build premium products for the web.\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2019\\/12\\/main-stack-image-3.jpg\",\"id\":120},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"gradient-primary\",\"hover_overlay_opacity\":\"pix-hover-opacity-2\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-120\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"gray-8\",\"btn_size\":\"lg\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"},{\"id\":\"82a4284\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\"},\"elements\":[{\"id\":\"d98acb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5cd6040\",\"elType\":\"widget\",\"settings\":{\"text\":\"Financial Results\",\"text_color\":\"heading-default\",\"bg_color\":\"gray-1\",\"element_div\":\"text-center\",\"animation\":\"fade-in-left\",\"delay\":\"600\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"305d536\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5914546\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7a195c3\",\"elType\":\"widget\",\"settings\":{\"numbers_style\":\"numbers-stack\",\"text_before\":\"+\",\"number\":\"150\",\"duration\":\"2000\",\"content\":\"Team members\",\"title_color\":\"gradient-primary\",\"title_size\":\"h1\",\"title_display\":\"display-2\",\"content_color\":\"heading-default\",\"content_size\":\"h5\",\"content_position\":\"text-center\"},\"elements\":[],\"widgetType\":\"pix-numbers\"}],\"isInner\":true},{\"id\":\"9ab12d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc9fda8\",\"elType\":\"widget\",\"settings\":{\"numbers_style\":\"numbers-stack\",\"text_before\":\"+\",\"number\":\"8\",\"duration\":\"2000\",\"text_after\":\"K\",\"content\":\"Happy clients\",\"title_color\":\"gradient-primary\",\"title_size\":\"h1\",\"title_display\":\"display-2\",\"content_color\":\"heading-default\",\"content_size\":\"h5\",\"content_position\":\"text-center\"},\"elements\":[],\"widgetType\":\"pix-numbers\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ceaf59e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join our Community\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\",\"id\":3663},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"white\",\"overlay_opacity\":\"pix-opacity-10\",\"hover_overlay_opacity\":\"pix-hover-opacity-2\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-80\",\"title_color\":\"heading-default\",\"title_size\":\"h3\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"gray-8\",\"btn_size\":\"lg\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8259a4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#FFFFFF\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dbd6a5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d88409\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"3cdf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f6da456\",\"elType\":\"widget\",\"settings\":{\"content\":\"We Provide Robust Services For Every Type of Business.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"92b942d\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Learn more about pricing\",\"btn_link\":\"#pix_section_pricing\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d313e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba98d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-1.png\",\"id\":3673},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"d4d2e7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-2.jpg\",\"id\":3676},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"38d3bd6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-3.png\",\"id\":3677},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a34f657\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"290403a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#111111\",\"background_color_b\":\"#333333\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]}},\"elements\":[{\"id\":\"62d824c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":809,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#111111\",\"background_color_b\":\"#333333\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"pix-scale-in\"},\"elements\":[{\"id\":\"9a66973\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0061cbe\",\"elType\":\"widget\",\"settings\":{\"text\":\"LIMITED TIME DISCOUNT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"dark-opacity-7\",\"bg_color\":\"gradient-primary\",\"style\":\"6\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"2475789\",\"elType\":\"widget\",\"settings\":{\"content\":\"Build a business with affordable prices.\",\"position\":\"left\",\"secondary_font\":\"secondary-font\",\"text_color\":\"white\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"11457df\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"size\":\"text-24\",\"bold\":\"\",\"content_color\":\"light-opacity-7\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"895c61d\",\"elType\":\"widget\",\"settings\":{\"content\":\"It\\u2019s a magical piece of glass.[pix_br]\\nIt\\u2019s so fast most PC laptops can\\u2019t catch up.\",\"size\":\"text-20\",\"secondary_font\":\"secondary-font\",\"content_color\":\"white\",\"max_width\":\"500px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"1204147\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"content_color\":\"light-opacity-7\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"c558dc3\",\"elType\":\"widget\",\"settings\":{\"content\":\"It\\u2019s a magical piece of glass.[pix_br]\\nIt\\u2019s so fast most PC laptops can\\u2019t catch up.\",\"size\":\"text-20\",\"secondary_font\":\"secondary-font\",\"content_color\":\"white\",\"max_width\":\"500px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"2d6bcec\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"content_color\":\"light-opacity-7\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"5188955\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-1.png\",\"id\":3679},\"alt\":\"\",\"link\":\"\",\"target\":\"yes\",\"_id\":\"6bb6e44\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-2.png\",\"id\":3681},\"alt\":\"\",\"link\":\"\",\"target\":\"yes\",\"_id\":\"c0f96b9\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-3.png\",\"id\":3682},\"alt\":\"\",\"link\":\"\",\"target\":\"yes\",\"_id\":\"d96c29a\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-4.png\",\"id\":3683},\"alt\":\"\",\"link\":\"\",\"target\":\"yes\",\"_id\":\"cddb40d\"}],\"rounded_img\":\"rounded-10\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"add_hover_effect\":\"2\",\"slider_num\":\"1\",\"slider_effect\":\"pix-circular-left\",\"prevnextbuttons\":\"\",\"dots_style\":\"light-dots\",\"cellalign\":\"left\",\"cellpadding\":\"pix-p-20\",\"autoplay_time\":\"1500\",\"visible_y\":\"pix-overflow-y-visible\",\"visible_overflow\":\"pix-overflow-all-visible\",\"slider_wrap\":\"\"},\"elements\":[],\"widgetType\":\"pix-img-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e821e9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4042d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":9.978},\"elements\":[],\"isInner\":false},{\"id\":\"f4562d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.39},\"elements\":[{\"id\":\"5137b66\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"112cdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beb5eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"TOP SELLER THEME\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"e789ff1\",\"elType\":\"widget\",\"settings\":{\"content\":\"Made for any type of business worldwide.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"201d123\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"45c733c\",\"elType\":\"widget\",\"settings\":{\"circles\":[{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-3.jpg\",\"id\":3666},\"title\":\"Secure Platform\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"2debfee\"},{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\",\"id\":3663},\"title\":\"Worldwide\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"03bf9dc\"},{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-1.jpg\",\"id\":3665},\"title\":\"Online Shop\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"998ffa8\"}],\"btn_text\":\"Check all categories\",\"btn_link\":\"#\",\"btn_style\":\"link\",\"btn_color\":\"gray-5\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-circles\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bde9c9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.965},\"elements\":[{\"id\":\"c5a62fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-1.png\",\"id\":3685},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e1c9649\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"8cf94ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"db8235d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-2.jpg\",\"id\":3687},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false},{\"id\":\"44c5f25\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e3d3ca\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"7080a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fd6e46\",\"elType\":\"widget\",\"settings\":{\"text\":\"SPECIAL OFFER BY PIXFORT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"42af88f\",\"elType\":\"widget\",\"settings\":{\"content\":\"Create cool & colorful boxes in seconds.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"6fabc2c\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"16249f0\",\"elType\":\"widget\",\"settings\":{\"media_type\":\"icon\",\"char\":\"1\",\"icon\":\"pixicon-speedometer\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"icon_color\":\"body-default\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-icon\"},{\"id\":\"b914dc7\",\"elType\":\"widget\",\"settings\":{\"media_type\":\"icon\",\"char\":\"1\",\"icon\":\"pixicon-add-slides\",\"animation\":\"fade-in-up\",\"delay\":\"400\",\"icon_color\":\"body-default\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-icon\"},{\"id\":\"9961a00\",\"elType\":\"widget\",\"settings\":{\"media_type\":\"icon\",\"char\":\"1\",\"icon\":\"pixicon-bag-5\",\"animation\":\"fade-in-up\",\"delay\":\"600\",\"icon_color\":\"body-default\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e651c65\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d9fd575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-3.jpg\",\"id\":3688},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52f8862\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":1,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9276ebe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ce120b1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a643289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a636319\",\"elType\":\"widget\",\"settings\":{\"text\":\"IMPROVED USER INTERFACE\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"f61357e\",\"elType\":\"widget\",\"settings\":{\"content\":\"It\'s super easy to use Essentials theme.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"94ff9b8\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"706a679\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-4.jpg\",\"id\":3703},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false},{\"id\":\"a8f52ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d851bd4\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"035da96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7317a\",\"elType\":\"widget\",\"settings\":{\"text\":\"EXCLUSIVE PRODUCT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"8e2b050\",\"elType\":\"widget\",\"settings\":{\"content\":\"Join the best web development platform.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"4335a98\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"8ac37e8\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase a License\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"13f83e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b0ddcc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-5.jpg\",\"id\":3705},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"63f520d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e52ed90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d11b75\",\"elType\":\"widget\",\"settings\":{\"text\":\"SUPER EASY TO USE\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"a86040c\",\"elType\":\"widget\",\"settings\":{\"content\":\"No need to write a single line of code.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"182e7b3\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d62f1ec\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#F8F9FA\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0},\"elements\":[{\"id\":\"b9d9e2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"88ced80\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"b42f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"821fb57\",\"elType\":\"widget\",\"settings\":{\"text\":\"JOIN US TODAY\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"e6df2fa\",\"elType\":\"widget\",\"settings\":{\"content\":\"We Provide Robust Services For Everyone.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"eb14f21\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase a License\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebb5570\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ac16d88\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ask Us a Question\",\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"media_type\":\"duo_icon\",\"pix_duo_icon\":\"air-conditioning\",\"char\":\"1\",\"icon_position\":\"left\",\"animation\":\"fade-in-up\",\"delay\":\"400\",\"padding_title\":\"\",\"content_color\":\"body-default\",\"content_size\":\"text-18\",\"content_bold\":\"\",\"padding_content\":\"10px\",\"icon_color\":\"gradient-primary\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-feature\"},{\"id\":\"ab2a6cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlimited possibilities\",\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"media_type\":\"duo_icon\",\"pix_duo_icon\":\"layout-top-panel-3\",\"char\":\"1\",\"icon_position\":\"left\",\"animation\":\"fade-in-up\",\"delay\":\"600\",\"padding_title\":\"\",\"content_color\":\"body-default\",\"content_size\":\"text-18\",\"content_bold\":\"\",\"padding_content\":\"10px\",\"icon_color\":\"gradient-primary\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-feature\"},{\"id\":\"0ba60cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Customize\",\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"media_type\":\"duo_icon\",\"pix_duo_icon\":\"horizontal\",\"char\":\"1\",\"icon_position\":\"left\",\"animation\":\"fade-in-up\",\"delay\":\"800\",\"padding_title\":\"\",\"content_color\":\"body-default\",\"content_size\":\"text-18\",\"content_bold\":\"\",\"padding_content\":\"10px\",\"icon_color\":\"gradient-primary\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-feature\"}],\"isInner\":false},{\"id\":\"4c85f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"052d0ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-cta.png\",\"id\":3693},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"secondary\",\"hover_overlay_opacity\":\"pix-hover-opacity-4\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-pt-200 pix-pb-40\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"white\",\"btn_size\":\"lg\",\"btn_icon\":\"pixicon-bag-2\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\",\"overlay_opacity\":\"pix-opacity-10\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e279d3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":883,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":3663,\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\"}],\"background_slideshow_background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a28ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"8825f4b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c2e5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets_mobile\":0},\"elements\":[{\"id\":\"5fd7771\",\"elType\":\"widget\",\"settings\":{\"embed_code\":\"<iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/uM4InNEGHkM\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen autoplay=\\\"autoplay\\\"><\\/iframe>\",\"aspect\":\"embed-responsive-16by9\",\"animation\":\"fade-in-up\",\"delay\":\"0\",\"size\":\"100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-video-popup\"},{\"id\":\"e50922e\",\"elType\":\"widget\",\"settings\":{\"content\":\"Get The Most Advanced WordPress Theme on Earth!\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"max_width\":\"800px\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"20b6b86\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase a License\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16,3714,'_pixfort_likes','0'),(17,3714,'_elementor_controls_usage','a:17:{s:10:\"pix-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_title\";a:6:{s:5:\"items\";i:1;s:11:\"rounded_img\";i:1;s:5:\"align\";i:1;s:9:\"nav_style\";i:1;s:13:\"overlay_color\";i:1;s:15:\"overlay_opacity\";i:1;}s:13:\"title_section\";a:3:{s:14:\"secondary_font\";i:1;s:11:\"title_color\";i:1;s:10:\"title_size\";i:1;}s:14:\"section_button\";a:7:{s:9:\"btn_color\";i:1;s:8:\"btn_size\";i:1;s:11:\"btn_rounded\";i:1;s:10:\"btn_effect\";i:1;s:16:\"btn_hover_effect\";i:1;s:8:\"btn_icon\";i:1;s:18:\"btn_icon_animation\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_z_index\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:37;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:37;s:16:\"content_position\";i:1;s:5:\"align\";i:2;s:28:\"space_between_widgets_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:9;s:6:\"layout\";i:7;s:13:\"content_width\";i:2;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:14;s:16:\"background_color\";i:13;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_slideshow_gallery\";i:1;s:36:\"background_slideshow_background_size\";i:1;}s:21:\"section_shape_divider\";a:4:{s:20:\"shape_divider_bottom\";i:2;s:26:\"shape_divider_bottom_color\";i:2;s:27:\"shape_divider_bottom_height\";i:2;s:25:\"shape_divider_bottom_flip\";i:2;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:5;s:7:\"padding\";i:12;s:11:\"css_classes\";i:11;s:7:\"z_index\";i:4;s:14:\"padding_mobile\";i:2;}}}}s:10:\"pix-3d-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_title\";a:10:{s:5:\"title\";i:5;s:6:\"bg_img\";i:5;s:13:\"content_align\";i:5;s:11:\"rounded_img\";i:5;s:13:\"overlay_color\";i:5;s:21:\"hover_overlay_opacity\";i:5;s:9:\"animation\";i:5;s:5:\"delay\";i:5;s:13:\"extra_classes\";i:5;s:15:\"overlay_opacity\";i:3;}s:16:\"section_advanced\";a:2:{s:11:\"title_color\";i:5;s:10:\"title_size\";i:1;}s:14:\"section_button\";a:6:{s:8:\"btn_text\";i:5;s:8:\"btn_link\";i:5;s:9:\"btn_color\";i:5;s:8:\"btn_size\";i:5;s:8:\"btn_icon\";i:3;s:18:\"btn_icon_animation\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:12:\"_css_classes\";i:5;}}}}s:9:\"pix-badge\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:4:\"text\";i:11;s:14:\"secondary_font\";i:8;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:6:{s:10:\"text_color\";i:11;s:8:\"bg_color\";i:11;s:11:\"element_div\";i:10;s:9:\"animation\";i:11;s:5:\"delay\";i:11;s:5:\"style\";i:8;}}}}s:9:\"pix-chart\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:7:{s:7:\"percent\";i:2;s:5:\"title\";i:2;s:4:\"text\";i:2;s:6:\"color1\";i:2;s:6:\"color2\";i:2;s:9:\"animation\";i:2;s:5:\"delay\";i:2;}s:15:\"percent_section\";a:1:{s:6:\"p_size\";i:2;}s:13:\"title_section\";a:1:{s:10:\"title_size\";i:2;}}}}s:16:\"pix-sliding-text\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:3:{s:7:\"content\";i:10;s:8:\"position\";i:7;s:9:\"max_width\";i:1;}s:13:\"title_section\";a:3:{s:14:\"secondary_font\";i:10;s:4:\"size\";i:9;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:10;s:15:\"_padding_mobile\";i:1;}}}}s:8:\"pix-text\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:10:{s:7:\"content\";i:11;s:4:\"size\";i:9;s:4:\"bold\";i:7;s:13:\"content_color\";i:11;s:8:\"position\";i:1;s:9:\"max_width\";i:11;s:9:\"animation\";i:11;s:5:\"delay\";i:11;s:17:\"remove_pb_padding\";i:8;s:14:\"secondary_font\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:10:\"pix-button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_button\";a:14:{s:8:\"btn_text\";i:5;s:8:\"btn_link\";i:5;s:9:\"btn_style\";i:5;s:9:\"btn_color\";i:5;s:14:\"btn_text_color\";i:5;s:8:\"btn_size\";i:5;s:11:\"btn_rounded\";i:5;s:16:\"btn_hover_effect\";i:5;s:8:\"btn_icon\";i:5;s:17:\"btn_icon_position\";i:5;s:18:\"btn_icon_animation\";i:5;s:7:\"btn_div\";i:3;s:13:\"btn_animation\";i:5;s:14:\"btn_anim_delay\";i:5;}}}}s:17:\"pix-progress-bars\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"items\";i:1;}}}}s:11:\"pix-numbers\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:6:{s:13:\"numbers_style\";i:2;s:11:\"text_before\";i:2;s:6:\"number\";i:2;s:8:\"duration\";i:2;s:7:\"content\";i:2;s:10:\"text_after\";i:1;}s:13:\"title_section\";a:3:{s:11:\"title_color\";i:2;s:10:\"title_size\";i:2;s:13:\"title_display\";i:2;}s:12:\"text_section\";a:3:{s:13:\"content_color\";i:2;s:12:\"content_size\";i:2;s:16:\"content_position\";i:2;}}}}s:7:\"pix-img\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:3:{s:5:\"image\";i:8;s:11:\"rounded_img\";i:8;s:12:\"pix_scale_in\";i:8;}s:19:\"section_pix_effects\";a:1:{s:5:\"style\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:8;}}}}s:16:\"pix-img-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"items\";i:1;s:11:\"rounded_img\";i:1;}s:19:\"section_pix_effects\";a:1:{s:16:\"add_hover_effect\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:10:\"slider_num\";i:1;s:13:\"slider_effect\";i:1;s:15:\"prevnextbuttons\";i:1;s:10:\"dots_style\";i:1;s:9:\"cellalign\";i:1;s:11:\"cellpadding\";i:1;s:9:\"visible_y\";i:1;s:16:\"visible_overflow\";i:1;s:11:\"slider_wrap\";i:1;}}}}s:11:\"pix-circles\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:7:\"circles\";i:1;}s:14:\"section_button\";a:7:{s:8:\"btn_text\";i:1;s:8:\"btn_link\";i:1;s:9:\"btn_style\";i:1;s:9:\"btn_color\";i:1;s:8:\"btn_icon\";i:1;s:17:\"btn_icon_position\";i:1;s:18:\"btn_icon_animation\";i:1;}}}}s:8:\"pix-icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:4:{s:10:\"media_type\";i:3;s:4:\"icon\";i:3;s:9:\"animation\";i:3;s:5:\"delay\";i:3;}s:12:\"icon_section\";a:2:{s:10:\"icon_color\";i:3;s:9:\"icon_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:3;}}}}s:11:\"pix-feature\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:13:\"section_title\";a:7:{s:5:\"title\";i:3;s:7:\"content\";i:3;s:10:\"media_type\";i:3;s:12:\"pix_duo_icon\";i:3;s:13:\"icon_position\";i:3;s:9:\"animation\";i:3;s:5:\"delay\";i:3;}s:13:\"title_section\";a:1:{s:13:\"padding_title\";i:3;}s:15:\"content_section\";a:4:{s:13:\"content_color\";i:3;s:12:\"content_size\";i:3;s:12:\"content_bold\";i:3;s:15:\"padding_content\";i:3;}s:12:\"icon_section\";a:2:{s:10:\"icon_color\";i:3;s:9:\"icon_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:15:\"pix-video-popup\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:10:\"embed_code\";i:1;s:6:\"aspect\";i:1;s:9:\"animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}}'),(19,118,'_wp_attached_file','2019/12/main-stack-image-2-1.jpg'),(20,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:32:\"2019/12/main-stack-image-2-1.jpg\";s:8:\"filesize\";i:17338;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"main-stack-image-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"main-stack-image-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4033;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:32:\"main-stack-image-2-1-480x400.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15167;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:32:\"main-stack-image-2-1-480x450.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17411;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:32:\"main-stack-image-2-1-480x450.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17411;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:32:\"main-stack-image-2-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14399;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:30:\"main-stack-image-2-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1817;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:32:\"main-stack-image-2-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21,118,'tiny_compress_images','a:15:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:24877;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17338;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:5:\"ratio\";d:0.6969;}s:3:\"end\";i:1587524904;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11029;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11029;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524907;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4396;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4396;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524906;}s:10:\"blog-small\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18968;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14899;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:400;s:5:\"ratio\";d:0.7855;}s:3:\"end\";i:1587524909;}s:15:\"portfolio-small\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20759;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16887;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:450;s:5:\"ratio\";d:0.8135;}s:3:\"end\";i:1587524910;}s:7:\"pix-big\";a:0:{}s:9:\"square-sm\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16097;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:13148;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:5:\"ratio\";d:0.8168;}s:3:\"end\";i:1587524912;}s:14:\"woocommerce-xs\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:1941;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:1868;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:5:\"ratio\";d:0.9624;}s:3:\"end\";i:1587524913;}s:14:\"woocommerce-sm\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15322;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15322;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:380;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524915;}s:14:\"woocommerce-md\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19661;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15869;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:5:\"ratio\";d:0.8071;}s:3:\"end\";i:1587524917;}s:14:\"woocommerce-lg\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21615;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17265;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:480;s:5:\"ratio\";d:0.7988;}s:3:\"end\";i:1587524919;}s:21:\"woocommerce_thumbnail\";a:0:{}s:29:\"woocommerce_gallery_thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:2660;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:2660;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524921;}s:12:\"shop_catalog\";a:0:{}s:14:\"shop_thumbnail\";a:0:{}}'),(22,120,'_wp_attached_file','2019/12/main-stack-image-3.jpg'),(23,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2019/12/main-stack-image-3.jpg\";s:8:\"filesize\";i:28461;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"main-stack-image-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"main-stack-image-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4005;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"main-stack-image-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22719;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"main-stack-image-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25256;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"main-stack-image-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25256;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"main-stack-image-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17996;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"main-stack-image-3-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1675;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"main-stack-image-3-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,120,'tiny_compress_images','a:15:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:38523;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:28461;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:5:\"ratio\";d:0.7388;}s:3:\"end\";i:1587524925;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14040;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14040;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524929;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4481;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4388;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9792;}s:3:\"end\";i:1587524927;}s:10:\"blog-small\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:24799;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:19214;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.7748;}s:3:\"end\";i:1587524930;}s:15:\"portfolio-small\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:27561;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:21334;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"ratio\";d:0.7741;}s:3:\"end\";i:1587524932;}s:7:\"pix-big\";a:0:{}s:9:\"square-sm\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19851;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16539;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:5:\"ratio\";d:0.8332;}s:3:\"end\";i:1587524934;}s:14:\"woocommerce-xs\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:1786;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:1517;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:5:\"ratio\";d:0.8494;}s:3:\"end\";i:1587524935;}s:14:\"woocommerce-sm\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18979;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18979;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:380;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524937;}s:14:\"woocommerce-md\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:24372;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:20094;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:5:\"ratio\";d:0.8245;}s:3:\"end\";i:1587524938;}s:14:\"woocommerce-lg\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:26842;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:20283;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:600;s:5:\"ratio\";d:0.7556;}s:3:\"end\";i:1587524940;}s:21:\"woocommerce_thumbnail\";a:0:{}s:29:\"woocommerce_gallery_thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:2441;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:2198;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:5:\"ratio\";d:0.9005;}s:3:\"end\";i:1587524942;}s:12:\"shop_catalog\";a:0:{}s:14:\"shop_thumbnail\";a:0:{}}'),(25,124,'_wp_attached_file','2019/12/main-stack-image-1-1.jpg'),(26,124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:780;s:6:\"height\";i:970;s:4:\"file\";s:32:\"2019/12/main-stack-image-1-1.jpg\";s:8:\"filesize\";i:35349;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"main-stack-image-1-1-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"main-stack-image-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"main-stack-image-1-1-768x955.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:955;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51649;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:32:\"main-stack-image-1-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22272;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:32:\"main-stack-image-1-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24400;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:32:\"main-stack-image-1-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24400;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:32:\"main-stack-image-1-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17124;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:30:\"main-stack-image-1-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2189;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:32:\"main-stack-image-1-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27,124,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9529651278714675;s:5:\"bytes\";i:7444;s:11:\"size_before\";i:381164;s:10:\"size_after\";i:373720;s:4:\"time\";d:0.3400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:234;s:11:\"size_before\";i:10404;s:10:\"size_after\";i:10170;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:1928;s:11:\"size_before\";i:56648;s:10:\"size_after\";i:54720;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:241;s:11:\"size_before\";i:4806;s:10:\"size_after\";i:4565;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:1445;s:11:\"size_before\";i:51278;s:10:\"size_after\";i:49833;s:4:\"time\";d:0.06;}s:10:\"blog-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.95;s:5:\"bytes\";i:441;s:11:\"size_before\";i:22583;s:10:\"size_after\";i:22142;s:4:\"time\";d:0.01;}s:15:\"portfolio-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.05;s:5:\"bytes\";i:514;s:11:\"size_before\";i:25021;s:10:\"size_after\";i:24507;s:4:\"time\";d:0.02;}s:7:\"pix-big\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24507;s:10:\"size_after\";i:24507;s:4:\"time\";d:0.02;}s:9:\"square-sm\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.76;s:5:\"bytes\";i:305;s:11:\"size_before\";i:17295;s:10:\"size_after\";i:16990;s:4:\"time\";d:0.02;}s:14:\"woocommerce-xs\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.45;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2189;s:10:\"size_after\";i:2004;s:4:\"time\";d:0.01;}s:14:\"woocommerce-sm\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6;s:5:\"bytes\";i:261;s:11:\"size_before\";i:16271;s:10:\"size_after\";i:16010;s:4:\"time\";d:0.01;}s:14:\"woocommerce-md\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.56;s:5:\"bytes\";i:331;s:11:\"size_before\";i:21194;s:10:\"size_after\";i:20863;s:4:\"time\";d:0.01;}s:14:\"woocommerce-lg\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.59;s:5:\"bytes\";i:427;s:11:\"size_before\";i:26904;s:10:\"size_after\";i:26477;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.59;s:5:\"bytes\";i:188;s:11:\"size_before\";i:11809;s:10:\"size_after\";i:11621;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04;s:5:\"bytes\";i:752;s:11:\"size_before\";i:36824;s:10:\"size_after\";i:36072;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:192;s:11:\"size_before\";i:2965;s:10:\"size_after\";i:2773;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11621;s:10:\"size_after\";i:11621;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36072;s:10:\"size_after\";i:36072;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2773;s:10:\"size_after\";i:2773;s:4:\"time\";d:0.01;}}}'),(28,124,'tiny_compress_images','a:18:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:46183;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:35349;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:780;s:6:\"height\";i:970;s:5:\"ratio\";d:0.7654;}s:3:\"end\";i:1587524800;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11416;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11416;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524521;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5267;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5267;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524518;}s:12:\"medium_large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:55352;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39798;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:955;s:5:\"ratio\";d:0.719;}s:3:\"end\";i:1587524803;}s:10:\"blog-small\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:24074;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:19508;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:5:\"ratio\";d:0.8103;}s:3:\"end\";i:1587524805;}s:15:\"portfolio-small\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:26281;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:21075;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"ratio\";d:0.8019;}s:3:\"end\";i:1587524807;}s:7:\"pix-big\";a:0:{}s:9:\"square-sm\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18690;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15571;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:5:\"ratio\";d:0.8331;}s:3:\"end\";i:1587524809;}s:14:\"woocommerce-xs\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:2345;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:2265;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:5:\"ratio\";d:0.9659;}s:3:\"end\";i:1587524811;}s:14:\"woocommerce-sm\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:17668;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17668;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:380;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524537;}s:14:\"woocommerce-md\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:22935;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:19025;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:5:\"ratio\";d:0.8295;}s:3:\"end\";i:1587524813;}s:14:\"woocommerce-lg\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:29352;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:25633;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:640;s:5:\"ratio\";d:0.8733;}s:3:\"end\";i:1587524815;}s:21:\"woocommerce_thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:12806;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:12806;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587524545;}s:18:\"woocommerce_single\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:39407;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:28948;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:746;s:5:\"ratio\";d:0.7346;}s:3:\"end\";i:1587524816;}s:29:\"woocommerce_gallery_thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:3190;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:3155;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:5:\"ratio\";d:0.989;}s:3:\"end\";i:1587524818;}s:12:\"shop_catalog\";a:0:{}s:11:\"shop_single\";a:0:{}s:14:\"shop_thumbnail\";a:0:{}}'),(29,1522,'_wp_attached_file','2020/02/pages-image.jpg'),(30,1522,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1680;s:6:\"height\";i:1120;s:4:\"file\";s:23:\"2020/02/pages-image.jpg\";s:8:\"filesize\";i:74699;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"pages-image-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6094;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"pages-image-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45144;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"pages-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2860;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"pages-image-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27821;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"pages-image-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87128;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:23:\"pages-image-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18955;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:23:\"pages-image-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20022;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:23:\"pages-image-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20022;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:23:\"pages-image-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12053;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:21:\"pages-image-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1458;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:23:\"pages-image-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15458;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:25:\"pages-image-1680x1080.jpg\";s:5:\"width\";i:1680;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103722;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31,1522,'tiny_compress_images','a:21:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:97208;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:74699;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1680;s:6:\"height\";i:1120;s:5:\"ratio\";d:0.7684;}s:3:\"end\";i:1587526192;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6702;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6493;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:0.9688;}s:3:\"end\";i:1587526196;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:50117;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:34934;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:5:\"ratio\";d:0.697;}s:3:\"end\";i:1587526203;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:3114;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:2977;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.956;}s:3:\"end\";i:1587526194;}s:12:\"medium_large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:30757;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:24181;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:5:\"ratio\";d:0.7862;}s:3:\"end\";i:1587526199;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:96465;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:62139;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:5:\"ratio\";d:0.6442;}s:3:\"end\";i:1587526209;}s:10:\"blog-small\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21045;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16230;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:5:\"ratio\";d:0.7712;}s:3:\"end\";i:1587526212;}s:15:\"portfolio-small\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:22213;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16865;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"ratio\";d:0.7592;}s:3:\"end\";i:1587526214;}s:7:\"pix-big\";a:0:{}s:9:\"square-sm\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13488;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10166;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:5:\"ratio\";d:0.7537;}s:3:\"end\";i:1587526216;}s:14:\"woocommerce-xs\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:1552;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:1331;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:5:\"ratio\";d:0.8576;}s:3:\"end\";i:1587526218;}s:14:\"woocommerce-sm\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:12486;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11603;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:380;s:5:\"ratio\";d:0.9293;}s:3:\"end\";i:1587526221;}s:14:\"woocommerce-md\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:17037;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:12741;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:5:\"ratio\";d:0.7478;}s:3:\"end\";i:1587526224;}s:14:\"woocommerce-lg\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20917;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15854;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:640;s:5:\"ratio\";d:0.7579;}s:3:\"end\";i:1587526227;}s:7:\"pix-xxl\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:112904;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:72993;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1680;s:6:\"height\";i:1080;s:5:\"ratio\";d:0.6465;}s:3:\"end\";i:1587526234;}s:21:\"woocommerce_thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8521;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7926;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"ratio\";d:0.9302;}s:3:\"end\";i:1587526236;}s:18:\"woocommerce_single\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20494;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15541;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.7583;}s:3:\"end\";i:1587526239;}s:29:\"woocommerce_gallery_thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:2035;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:1829;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:5:\"ratio\";d:0.8988;}s:3:\"end\";i:1587526260;}s:12:\"shop_catalog\";a:0:{}s:11:\"shop_single\";a:0:{}s:14:\"shop_thumbnail\";a:0:{}}'),(32,2185,'_wp_attached_file','2020/02/portfolio-1.png'),(33,2185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1140;s:4:\"file\";s:23:\"2020/02/portfolio-1.png\";s:8:\"filesize\";i:65779;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"portfolio-1-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26756;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"portfolio-1-1024x641.png\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:257678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"portfolio-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"portfolio-1-768x481.png\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:260107;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"portfolio-1-1536x962.png\";s:5:\"width\";i:1536;s:6:\"height\";i:962;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:977114;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:23:\"portfolio-1-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191267;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:23:\"portfolio-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110192;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:23:\"portfolio-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110192;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:23:\"portfolio-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87860;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:21:\"portfolio-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5003;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:23:\"portfolio-1-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125937;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:25:\"portfolio-1-1820x1080.png\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165242;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,2186,'_wp_attached_file','2020/02/portfolio-2.png'),(35,2186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1140;s:4:\"file\";s:23:\"2020/02/portfolio-2.png\";s:8:\"filesize\";i:31386;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"portfolio-2-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19659;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"portfolio-2-1024x641.png\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"portfolio-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7718;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"portfolio-2-768x481.png\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:235108;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"portfolio-2-1536x962.png\";s:5:\"width\";i:1536;s:6:\"height\";i:962;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:931208;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:23:\"portfolio-2-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170408;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:23:\"portfolio-2-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75637;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:23:\"portfolio-2-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75637;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:23:\"portfolio-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58530;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:21:\"portfolio-2-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2963;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:23:\"portfolio-2-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86533;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:25:\"portfolio-2-1820x1080.png\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82708;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36,2197,'_wp_attached_file','2019/12/card-image-2.jpg'),(37,2197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:840;s:4:\"file\";s:24:\"2019/12/card-image-2.jpg\";s:8:\"filesize\";i:18042;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"card-image-2-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6339;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"card-image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3247;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:24:\"card-image-2-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16590;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:24:\"card-image-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17548;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:24:\"card-image-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17548;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:24:\"card-image-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11126;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:22:\"card-image-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1622;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:24:\"card-image-2-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13557;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38,2205,'_wp_attached_file','2020/02/portfolio-.jpg'),(39,2205,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1140;s:4:\"file\";s:22:\"2020/02/portfolio-.jpg\";s:8:\"filesize\";i:105608;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"portfolio--300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5301;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"portfolio--1024x641.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"portfolio--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3820;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"portfolio--768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17909;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"portfolio--1536x962.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48420;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:22:\"portfolio--622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13636;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:22:\"portfolio--600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15466;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:22:\"portfolio--600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15466;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:22:\"portfolio--400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12115;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:20:\"portfolio--75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1782;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:22:\"portfolio--460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14538;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:24:\"portfolio--1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40,2207,'_wp_attached_file','2019/12/portfolio-4.jpg'),(41,2207,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:910;s:6:\"height\";i:830;s:4:\"file\";s:23:\"2019/12/portfolio-4.jpg\";s:8:\"filesize\";i:8926;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"portfolio-4-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3387;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"portfolio-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1722;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"portfolio-4-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12945;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:23:\"portfolio-4-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7569;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:23:\"portfolio-4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8066;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:23:\"portfolio-4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8066;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:23:\"portfolio-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5131;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:21:\"portfolio-4-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1112;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:23:\"portfolio-4-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6378;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(42,2208,'_wp_attached_file','2020/02/portfolio-3-1.jpg'),(43,2208,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:25:\"2020/02/portfolio-3-1.jpg\";s:8:\"filesize\";i:31442;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"portfolio-3-1-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4132;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"portfolio-3-1-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25989;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"portfolio-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2057;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"portfolio-3-1-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16367;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"portfolio-3-1-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50881;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:25:\"portfolio-3-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10053;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:25:\"portfolio-3-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10557;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:25:\"portfolio-3-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10557;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:25:\"portfolio-3-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6657;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:23:\"portfolio-3-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1214;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:25:\"portfolio-3-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8350;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:27:\"portfolio-3-1-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51236;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44,2210,'_wp_attached_file','2020/02/portfolio-7.jpg'),(45,2210,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:910;s:6:\"height\";i:830;s:4:\"file\";s:23:\"2020/02/portfolio-7.jpg\";s:8:\"filesize\";i:10102;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"portfolio-7-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"portfolio-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"portfolio-7-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14976;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:23:\"portfolio-7-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9089;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:23:\"portfolio-7-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9519;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:23:\"portfolio-7-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9519;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:23:\"portfolio-7-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6155;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:21:\"portfolio-7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1147;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:23:\"portfolio-7-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7652;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46,2219,'_wp_attached_file','2020/02/portfolio-1-2.png'),(47,2219,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:910;s:6:\"height\";i:830;s:4:\"file\";s:25:\"2020/02/portfolio-1-2.png\";s:8:\"filesize\";i:32716;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"portfolio-1-2-300x274.png\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50864;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"portfolio-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14075;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"portfolio-1-2-768x700.png\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:424215;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:25:\"portfolio-1-2-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212368;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:25:\"portfolio-1-2-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159394;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:25:\"portfolio-1-2-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159394;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:25:\"portfolio-1-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91319;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:23:\"portfolio-1-2-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4692;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:25:\"portfolio-1-2-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(48,2220,'_wp_attached_file','2020/02/portfolio-2.jpg'),(49,2220,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:910;s:6:\"height\";i:830;s:4:\"file\";s:23:\"2020/02/portfolio-2.jpg\";s:8:\"filesize\";i:11501;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"portfolio-2-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"portfolio-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2029;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"portfolio-2-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14630;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:23:\"portfolio-2-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8909;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:23:\"portfolio-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9256;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:23:\"portfolio-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9256;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:23:\"portfolio-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6074;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:21:\"portfolio-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1186;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:23:\"portfolio-2-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7477;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,2221,'_wp_attached_file','2020/02/portfolio-3-2.jpg'),(51,2221,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:25:\"2020/02/portfolio-3-2.jpg\";s:8:\"filesize\";i:27251;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"portfolio-3-2-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3771;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"portfolio-3-2-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22534;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"portfolio-3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1939;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"portfolio-3-2-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13970;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"portfolio-3-2-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44694;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:25:\"portfolio-3-2-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8464;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:25:\"portfolio-3-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8762;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:25:\"portfolio-3-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8762;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:25:\"portfolio-3-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5752;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:23:\"portfolio-3-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1197;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:25:\"portfolio-3-2-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7064;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:27:\"portfolio-3-2-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44220;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(52,2222,'_wp_attached_file','2020/02/portfolio-4-1.jpg'),(53,2222,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:25:\"2020/02/portfolio-4-1.jpg\";s:8:\"filesize\";i:34003;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"portfolio-4-1-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4573;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"portfolio-4-1-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26243;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"portfolio-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2282;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"portfolio-4-1-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16640;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"portfolio-4-1-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50895;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:25:\"portfolio-4-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10351;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:25:\"portfolio-4-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10765;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:25:\"portfolio-4-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10765;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:25:\"portfolio-4-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6988;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:23:\"portfolio-4-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1241;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:25:\"portfolio-4-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8658;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:27:\"portfolio-4-1-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52000;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(54,2223,'_wp_attached_file','2020/02/portfolio-5-1.jpg'),(55,2223,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:25:\"2020/02/portfolio-5-1.jpg\";s:8:\"filesize\";i:37645;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"portfolio-5-1-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4779;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"portfolio-5-1-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"portfolio-5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2239;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"portfolio-5-1-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17610;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"portfolio-5-1-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53618;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:25:\"portfolio-5-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11041;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:25:\"portfolio-5-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11394;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:25:\"portfolio-5-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11394;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:25:\"portfolio-5-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7379;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:23:\"portfolio-5-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1221;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:25:\"portfolio-5-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9122;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:27:\"portfolio-5-1-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54589;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(56,2224,'_wp_attached_file','2019/12/portfolio-6-1.jpg'),(57,2224,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:910;s:6:\"height\";i:830;s:4:\"file\";s:25:\"2019/12/portfolio-6-1.jpg\";s:8:\"filesize\";i:9483;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"portfolio-6-1-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3555;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"portfolio-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"portfolio-6-1-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13290;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:25:\"portfolio-6-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7862;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:25:\"portfolio-6-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8255;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:25:\"portfolio-6-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8255;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:25:\"portfolio-6-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5358;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:23:\"portfolio-6-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1155;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:25:\"portfolio-6-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(58,2751,'_wp_attached_file','2020/05/p-item-1.jpg'),(59,2751,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:20:\"2020/05/p-item-1.jpg\";s:8:\"filesize\";i:42540;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"p-item-1-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6795;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"p-item-1-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"p-item-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3374;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"p-item-1-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24482;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"p-item-1-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73030;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:20:\"p-item-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16166;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:20:\"p-item-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16254;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:20:\"p-item-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16254;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:20:\"p-item-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10646;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:18:\"p-item-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1710;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:20:\"p-item-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13032;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-1-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79025;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(60,2752,'_wp_attached_file','2020/05/p-item-2.jpg'),(61,2752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:20:\"2020/05/p-item-2.jpg\";s:8:\"filesize\";i:58045;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"p-item-2-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7562;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"p-item-2-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"p-item-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"p-item-2-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28666;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"p-item-2-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87453;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:20:\"p-item-2-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19262;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:20:\"p-item-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19102;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:20:\"p-item-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19102;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:20:\"p-item-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12138;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:18:\"p-item-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1731;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:20:\"p-item-2-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15024;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-2-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,2753,'_wp_attached_file','2020/05/p-item-3.jpg'),(63,2753,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:20:\"2020/05/p-item-3.jpg\";s:8:\"filesize\";i:36559;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"p-item-3-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6097;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"p-item-3-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33874;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"p-item-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2997;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"p-item-3-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"p-item-3-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65383;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:20:\"p-item-3-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14062;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:20:\"p-item-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14286;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:20:\"p-item-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14286;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:20:\"p-item-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9340;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:18:\"p-item-3-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1603;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:20:\"p-item-3-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11397;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-3-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(64,2754,'_wp_attached_file','2020/05/p-item-4.jpg'),(65,2754,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:20:\"2020/05/p-item-4.jpg\";s:8:\"filesize\";i:45367;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"p-item-4-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6792;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"p-item-4-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38929;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"p-item-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"p-item-4-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24617;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"p-item-4-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75569;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:20:\"p-item-4-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16252;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:20:\"p-item-4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16367;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:20:\"p-item-4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16367;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:20:\"p-item-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10669;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:18:\"p-item-4-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1706;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:20:\"p-item-4-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13016;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-4-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83152;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(66,2759,'_wp_attached_file','2020/05/portfolio-7.jpg'),(67,2759,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:23:\"2020/05/portfolio-7.jpg\";s:8:\"filesize\";i:28466;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"portfolio-7-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3965;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"portfolio-7-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"portfolio-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2057;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"portfolio-7-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14834;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"portfolio-7-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46901;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:23:\"portfolio-7-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8962;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:23:\"portfolio-7-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9388;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:23:\"portfolio-7-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9388;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:23:\"portfolio-7-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6137;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:21:\"portfolio-7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1215;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:23:\"portfolio-7-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7576;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:25:\"portfolio-7-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46460;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(68,2760,'_wp_attached_file','2020/05/portfolio-8.jpg'),(69,2760,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:23:\"2020/05/portfolio-8.jpg\";s:8:\"filesize\";i:27329;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"portfolio-8-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3524;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"portfolio-8-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22337;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"portfolio-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1831;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"portfolio-8-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13591;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"portfolio-8-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45275;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:23:\"portfolio-8-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7980;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:23:\"portfolio-8-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8418;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:23:\"portfolio-8-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8418;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:23:\"portfolio-8-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5405;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:21:\"portfolio-8-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1125;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:23:\"portfolio-8-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6668;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:25:\"portfolio-8-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44316;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(70,2761,'_wp_attached_file','2020/05/portfolio-9.jpg'),(71,2761,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:23:\"2020/05/portfolio-9.jpg\";s:8:\"filesize\";i:26270;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"portfolio-9-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3449;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"portfolio-9-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21597;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"portfolio-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1813;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"portfolio-9-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13199;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"portfolio-9-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43383;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:23:\"portfolio-9-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7751;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:23:\"portfolio-9-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8152;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:23:\"portfolio-9-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8152;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:23:\"portfolio-9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5300;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:21:\"portfolio-9-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1089;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:23:\"portfolio-9-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6556;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:25:\"portfolio-9-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(72,2762,'_wp_attached_file','2020/05/portfolio-10.jpg'),(73,2762,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:24:\"2020/05/portfolio-10.jpg\";s:8:\"filesize\";i:30308;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"portfolio-10-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4410;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"portfolio-10-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"portfolio-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2277;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"portfolio-10-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15810;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"portfolio-10-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48843;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:24:\"portfolio-10-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9896;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:24:\"portfolio-10-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10165;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:24:\"portfolio-10-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10165;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:24:\"portfolio-10-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6630;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:22:\"portfolio-10-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1295;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:24:\"portfolio-10-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8196;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:26:\"portfolio-10-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48635;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(74,2763,'_wp_attached_file','2020/05/portfolio-11.jpg'),(75,2763,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:24:\"2020/05/portfolio-11.jpg\";s:8:\"filesize\";i:26906;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"portfolio-11-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3467;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"portfolio-11-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"portfolio-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1839;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"portfolio-11-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13245;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"portfolio-11-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43890;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:24:\"portfolio-11-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7769;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:24:\"portfolio-11-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8201;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:24:\"portfolio-11-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8201;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:24:\"portfolio-11-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5262;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:22:\"portfolio-11-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1110;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:24:\"portfolio-11-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6560;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:26:\"portfolio-11-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42900;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(76,2764,'_wp_attached_file','2020/05/portfolio-12.jpg'),(77,2764,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:24:\"2020/05/portfolio-12.jpg\";s:8:\"filesize\";i:29831;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"portfolio-12-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4033;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"portfolio-12-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"portfolio-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2087;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"portfolio-12-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15151;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"portfolio-12-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48635;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:24:\"portfolio-12-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9222;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:24:\"portfolio-12-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9619;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:24:\"portfolio-12-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9619;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:24:\"portfolio-12-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6254;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:22:\"portfolio-12-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1234;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:24:\"portfolio-12-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7688;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:26:\"portfolio-12-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(78,2765,'_wp_attached_file','2020/05/portfolio-13.jpg'),(79,2765,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1821;s:6:\"height\";i:1660;s:4:\"file\";s:24:\"2020/05/portfolio-13.jpg\";s:8:\"filesize\";i:30100;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"portfolio-13-300x273.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3848;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"portfolio-13-1024x933.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:933;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22962;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"portfolio-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1960;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"portfolio-13-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14256;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"portfolio-13-1536x1400.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45793;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:24:\"portfolio-13-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8635;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:24:\"portfolio-13-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8974;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:24:\"portfolio-13-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8974;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:24:\"portfolio-13-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5873;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:22:\"portfolio-13-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1154;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:24:\"portfolio-13-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7187;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:26:\"portfolio-13-1821x1080.jpg\";s:5:\"width\";i:1821;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,2766,'_wp_attached_file','2020/05/portfolio-14.jpg'),(81,2766,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:24:\"2020/05/portfolio-14.jpg\";s:8:\"filesize\";i:25479;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"portfolio-14-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3359;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"portfolio-14-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"portfolio-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1719;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"portfolio-14-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12812;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"portfolio-14-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43078;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:24:\"portfolio-14-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7466;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:24:\"portfolio-14-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7885;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:24:\"portfolio-14-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7885;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:24:\"portfolio-14-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5127;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:22:\"portfolio-14-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1072;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:24:\"portfolio-14-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6312;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:26:\"portfolio-14-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(82,2767,'_wp_attached_file','2020/05/portfolio-15.jpg'),(83,2767,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:1660;s:4:\"file\";s:24:\"2020/05/portfolio-15.jpg\";s:8:\"filesize\";i:27305;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"portfolio-15-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3610;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"portfolio-15-1024x934.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"portfolio-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1857;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"portfolio-15-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13864;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"portfolio-15-1536x1401.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45211;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:24:\"portfolio-15-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8247;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:24:\"portfolio-15-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8633;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:24:\"portfolio-15-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8633;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:24:\"portfolio-15-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5545;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:22:\"portfolio-15-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1149;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:24:\"portfolio-15-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6893;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:26:\"portfolio-15-1820x1080.jpg\";s:5:\"width\";i:1820;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,2769,'_wp_attached_file','2020/05/p-item-5.jpg'),(85,2769,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1660;s:6:\"height\";i:2000;s:4:\"file\";s:20:\"2020/05/p-item-5.jpg\";s:8:\"filesize\";i:52269;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"p-item-5-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5052;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"p-item-5-850x1024.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"p-item-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2654;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"p-item-5-768x925.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25509;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"p-item-5-1275x1536.jpg\";s:5:\"width\";i:1275;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58612;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:20:\"p-item-5-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14788;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:20:\"p-item-5-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14951;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:20:\"p-item-5-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14951;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:20:\"p-item-5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8972;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:18:\"p-item-5-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1394;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:20:\"p-item-5-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11036;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-5-1660x1080.jpg\";s:5:\"width\";i:1660;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(86,2770,'_wp_attached_file','2020/05/p-item-6.jpg'),(87,2770,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1660;s:6:\"height\";i:2000;s:4:\"file\";s:20:\"2020/05/p-item-6.jpg\";s:8:\"filesize\";i:37360;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"p-item-6-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4980;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"p-item-6-850x1024.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"p-item-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2667;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"p-item-6-768x925.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25530;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"p-item-6-1275x1536.jpg\";s:5:\"width\";i:1275;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58048;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:20:\"p-item-6-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14168;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:20:\"p-item-6-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14825;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:20:\"p-item-6-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14825;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:20:\"p-item-6-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8986;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:18:\"p-item-6-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1411;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:20:\"p-item-6-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10933;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-6-1660x1080.jpg\";s:5:\"width\";i:1660;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66594;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(88,2771,'_wp_attached_file','2020/05/p-item-7.jpg'),(89,2771,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1660;s:6:\"height\";i:2000;s:4:\"file\";s:20:\"2020/05/p-item-7.jpg\";s:8:\"filesize\";i:45135;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"p-item-7-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5844;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"p-item-7-850x1024.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34027;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"p-item-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3147;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"p-item-7-768x925.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29368;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"p-item-7-1275x1536.jpg\";s:5:\"width\";i:1275;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68362;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:20:\"p-item-7-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17570;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:20:\"p-item-7-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17479;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:20:\"p-item-7-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17479;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:20:\"p-item-7-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10314;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:18:\"p-item-7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1622;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:20:\"p-item-7-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12708;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-7-1660x1080.jpg\";s:5:\"width\";i:1660;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81954;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(90,2801,'_wp_attached_file','2020/05/p-item-11-scaled-1.jpg'),(91,2801,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:30:\"2020/05/p-item-11-scaled-1.jpg\";s:8:\"filesize\";i:114644;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"p-item-11-scaled-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5370;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"p-item-11-scaled-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29655;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"p-item-11-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"p-item-11-scaled-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18791;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"p-item-11-scaled-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52088;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"p-item-11-scaled-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80137;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"p-item-11-scaled-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13865;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"p-item-11-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15262;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"p-item-11-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15262;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"p-item-11-scaled-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11392;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"p-item-11-scaled-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1594;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"p-item-11-scaled-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13387;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:32:\"p-item-11-scaled-1-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65831;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,2802,'_wp_attached_file','2020/05/p-item-12.jpg'),(93,2802,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1660;s:6:\"height\";i:2000;s:4:\"file\";s:21:\"2020/05/p-item-12.jpg\";s:8:\"filesize\";i:33080;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"p-item-12-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3817;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"p-item-12-850x1024.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"p-item-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2177;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"p-item-12-768x925.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19829;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"p-item-12-1275x1536.jpg\";s:5:\"width\";i:1275;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47527;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:21:\"p-item-12-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10555;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:21:\"p-item-12-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10933;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:21:\"p-item-12-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10933;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:21:\"p-item-12-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6643;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:19:\"p-item-12-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1253;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:21:\"p-item-12-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8290;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:23:\"p-item-12-1660x1080.jpg\";s:5:\"width\";i:1660;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50313;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(94,2803,'_wp_attached_file','2020/05/p-item-13.jpg'),(95,2803,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1660;s:6:\"height\";i:2000;s:4:\"file\";s:21:\"2020/05/p-item-13.jpg\";s:8:\"filesize\";i:25738;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"p-item-13-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3014;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"p-item-13-850x1024.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"p-item-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1732;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"p-item-13-768x925.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16045;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"p-item-13-1275x1536.jpg\";s:5:\"width\";i:1275;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40054;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:21:\"p-item-13-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7773;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:21:\"p-item-13-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8228;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:21:\"p-item-13-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8228;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:21:\"p-item-13-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5120;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:19:\"p-item-13-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1068;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:21:\"p-item-13-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6431;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:23:\"p-item-13-1660x1080.jpg\";s:5:\"width\";i:1660;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(96,2804,'_wp_attached_file','2020/05/p-item-14-scaled-1.jpg'),(97,2804,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:30:\"2020/05/p-item-14-scaled-1.jpg\";s:8:\"filesize\";i:117443;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"p-item-14-scaled-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5205;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"p-item-14-scaled-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28553;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"p-item-14-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2669;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"p-item-14-scaled-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17925;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"p-item-14-scaled-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51724;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"p-item-14-scaled-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80746;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"p-item-14-scaled-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13051;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"p-item-14-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13465;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"p-item-14-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13465;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"p-item-14-scaled-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8988;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"p-item-14-scaled-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1432;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"p-item-14-scaled-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10528;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:32:\"p-item-14-scaled-1-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(98,2805,'_wp_attached_file','2020/05/p-item-15.jpg'),(99,2805,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2020/05/p-item-15.jpg\";s:8:\"filesize\";i:50019;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"p-item-15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8894;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"p-item-15-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46489;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"p-item-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4231;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"p-item-15-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30806;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:21:\"p-item-15-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22181;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:21:\"p-item-15-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22226;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:21:\"p-item-15-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22226;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:21:\"p-item-15-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14865;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:19:\"p-item-15-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2000;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:21:\"p-item-15-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17957;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(100,2807,'_wp_attached_file','2020/05/p-item-17.jpg'),(101,2807,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:996;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2020/05/p-item-17.jpg\";s:8:\"filesize\";i:30407;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"p-item-17-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8303;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"p-item-17-850x1024.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42073;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"p-item-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4341;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"p-item-17-768x925.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36437;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:21:\"p-item-17-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24173;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:21:\"p-item-17-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23722;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:21:\"p-item-17-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23722;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:21:\"p-item-17-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15132;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:19:\"p-item-17-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1975;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:21:\"p-item-17-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17783;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-17-996x1080.jpg\";s:5:\"width\";i:996;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52304;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,2808,'_wp_attached_file','2020/05/p-item-18.jpg'),(103,2808,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:996;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2020/05/p-item-18.jpg\";s:8:\"filesize\";i:17894;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"p-item-18-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4603;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"p-item-18-850x1024.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"p-item-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2530;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"p-item-18-768x925.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22441;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:21:\"p-item-18-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12362;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:21:\"p-item-18-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13304;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:21:\"p-item-18-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13304;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:21:\"p-item-18-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8130;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:19:\"p-item-18-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1310;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:21:\"p-item-18-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9938;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-18-996x1080.jpg\";s:5:\"width\";i:996;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(104,2806,'_wp_attached_file','2020/05/p-item-16.jpg'),(105,2806,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:996;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2020/05/p-item-16.jpg\";s:8:\"filesize\";i:33676;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"p-item-16-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8067;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"p-item-16-850x1024.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"p-item-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4208;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"p-item-16-768x925.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37933;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:21:\"p-item-16-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24857;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:21:\"p-item-16-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24209;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:21:\"p-item-16-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24209;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:21:\"p-item-16-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14869;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:19:\"p-item-16-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1916;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:21:\"p-item-16-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17835;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:22:\"p-item-16-996x1080.jpg\";s:5:\"width\";i:996;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(106,3300,'_wp_attached_file','2020/02/software-image-1-1.png'),(107,3300,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/02/software-image-1-1.png\";s:8:\"filesize\";i:24417;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"software-image-1-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8862;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"software-image-1-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:195605;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"software-image-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7645;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"software-image-1-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55149;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"software-image-1-1-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164162;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"software-image-1-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151988;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"software-image-1-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151988;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"software-image-1-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19549;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"software-image-1-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3238;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"software-image-1-1-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91218;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(109,3301,'_wp_attached_file','2020/02/software-image-2-1.png'),(110,3301,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/02/software-image-2-1.png\";s:8:\"filesize\";i:38360;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"software-image-2-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9764;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"software-image-2-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:284804;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"software-image-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9665;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"software-image-2-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50093;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"software-image-2-1-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175211;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"software-image-2-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155793;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"software-image-2-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155793;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"software-image-2-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22238;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"software-image-2-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4118;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"software-image-2-1-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116680;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(112,3302,'_wp_attached_file','2020/02/software-image-3-1.png'),(113,3302,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/02/software-image-3-1.png\";s:8:\"filesize\";i:27149;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"software-image-3-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9227;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"software-image-3-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:228973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"software-image-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8413;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"software-image-3-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55326;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"software-image-3-1-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174374;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"software-image-3-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156057;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"software-image-3-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156057;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"software-image-3-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15684;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"software-image-3-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3759;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"software-image-3-1-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93236;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(115,3303,'_wp_attached_file','2020/02/software-image-4-1.png'),(116,3303,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/02/software-image-4-1.png\";s:8:\"filesize\";i:41176;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"software-image-4-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11489;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"software-image-4-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:278943;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"software-image-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10088;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"software-image-4-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62240;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"software-image-4-1-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172132;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"software-image-4-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168007;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"software-image-4-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168007;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"software-image-4-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22592;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"software-image-4-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4329;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"software-image-4-1-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114158;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(118,3304,'_wp_attached_file','2020/02/software-image-5-1.png'),(119,3304,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/02/software-image-5-1.png\";s:8:\"filesize\";i:31935;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"software-image-5-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10335;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"software-image-5-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:247325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"software-image-5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7924;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"software-image-5-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73561;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"software-image-5-1-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181126;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"software-image-5-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165569;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"software-image-5-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165569;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"software-image-5-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19112;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"software-image-5-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3519;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"software-image-5-1-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89977;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(121,3477,'_wp_attached_file','2020/06/bold-logo-dark.png'),(122,3477,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:193;s:6:\"height\";i:110;s:4:\"file\";s:26:\"2020/06/bold-logo-dark.png\";s:8:\"filesize\";i:1596;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"bold-logo-dark-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3948;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:24:\"bold-logo-dark-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(123,3478,'_wp_attached_file','2020/06/bold-logo.png'),(124,3478,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:193;s:6:\"height\";i:110;s:4:\"file\";s:21:\"2020/06/bold-logo.png\";s:8:\"filesize\";i:1619;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"bold-logo-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2842;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:19:\"bold-logo-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3505;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,3479,'_wp_attached_file','2020/06/bold-img-1-scaled-1.jpg'),(126,3479,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/06/bold-img-1-scaled-1.jpg\";s:8:\"filesize\";i:264285;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"bold-img-1-scaled-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6695;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"bold-img-1-scaled-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"bold-img-1-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3799;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"bold-img-1-scaled-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31489;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"bold-img-1-scaled-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109088;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"bold-img-1-scaled-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178009;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:31:\"bold-img-1-scaled-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21016;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:31:\"bold-img-1-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23266;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:31:\"bold-img-1-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23266;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:31:\"bold-img-1-scaled-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16826;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:29:\"bold-img-1-scaled-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1715;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:31:\"bold-img-1-scaled-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21005;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:33:\"bold-img-1-scaled-1-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145851;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(127,3479,'_wxr_import_parent','3440'),(128,3537,'_wp_attached_file','2020/06/bold-img-2-scaled.jpg'),(129,3537,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2020/06/bold-img-2-scaled.jpg\";s:8:\"filesize\";i:326838;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"bold-img-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7252;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"bold-img-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50599;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"bold-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4610;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"bold-img-2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62707;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"bold-img-2-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109477;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"bold-img-2-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202194;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:22:\"bold-img-2-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30659;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:22:\"bold-img-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31573;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:22:\"bold-img-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31573;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:22:\"bold-img-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18202;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:20:\"bold-img-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2020;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:22:\"bold-img-2-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23180;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:24:\"bold-img-2-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:14:\"original_image\";s:14:\"bold-img-2.jpg\";}'),(130,3537,'_wxr_import_parent','3440'),(131,3663,'_wp_attached_file','2020/06/bold-slider-image-2.jpg'),(132,3663,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2020/06/bold-slider-image-2.jpg\";s:8:\"filesize\";i:18658;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-2-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3639;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"bold-slider-image-2-1024x455.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14090;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2119;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-2-768x341.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9449;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"bold-slider-image-2-1536x683.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26137;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-2-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8930;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9429;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9429;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5827;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:29:\"bold-slider-image-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1313;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-2-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,3663,'_wxr_import_parent','3440'),(134,3665,'_wp_attached_file','2020/06/bold-slider-image-1.jpg'),(135,3665,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2020/06/bold-slider-image-1.jpg\";s:8:\"filesize\";i:17977;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-1-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3328;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"bold-slider-image-1-1024x455.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2127;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-1-768x341.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8726;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"bold-slider-image-1-1536x683.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24786;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8178;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8775;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8775;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5882;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:29:\"bold-slider-image-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1285;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7304;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(136,3665,'_wxr_import_parent','3440'),(137,3666,'_wp_attached_file','2020/06/bold-slider-image-3.jpg'),(138,3666,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2020/06/bold-slider-image-3.jpg\";s:8:\"filesize\";i:19483;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-3-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3625;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"bold-slider-image-3-1024x455.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2168;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-3-768x341.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9707;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"bold-slider-image-3-1536x683.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26805;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-3-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8467;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8974;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8974;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6077;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:29:\"bold-slider-image-3-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1332;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:31:\"bold-slider-image-3-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7383;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,3666,'_wxr_import_parent','3440'),(140,3671,'_wp_attached_file','2020/06/image-1.jpg'),(141,3671,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2020/06/image-1.jpg\";s:8:\"filesize\";i:19844;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5202;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29670;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2924;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18805;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:19:\"image-1-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13257;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:19:\"image-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13472;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:19:\"image-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13472;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:19:\"image-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9963;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:17:\"image-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1389;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:19:\"image-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12861;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(142,3671,'_wxr_import_parent','3440'),(143,3673,'_wp_attached_file','2020/06/image-1.png'),(144,3673,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2020/06/image-1.png\";s:8:\"filesize\";i:58278;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12755;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-1-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150996;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6671;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73387;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:19:\"image-1-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78046;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:19:\"image-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37056;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:19:\"image-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37056;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:19:\"image-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25709;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:17:\"image-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2618;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:19:\"image-1-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61369;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,3673,'_wxr_import_parent','3440'),(146,3676,'_wp_attached_file','2020/06/image-2.jpg'),(147,3676,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:19:\"2020/06/image-2.jpg\";s:8:\"filesize\";i:107972;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16976;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-2-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92907;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7463;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84674;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:19:\"image-2-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39059;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:19:\"image-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44289;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:19:\"image-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44289;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:19:\"image-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30724;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:17:\"image-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2982;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:19:\"image-2-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37619;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:21:\"image-2-1200x1080.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127297;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(148,3676,'_wxr_import_parent','3440'),(149,3677,'_wp_attached_file','2020/06/image-3.png'),(150,3677,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2020/06/image-3.png\";s:8:\"filesize\";i:13376;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-3-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10174;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-3-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5997;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-3-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44039;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:19:\"image-3-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127780;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:19:\"image-3-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20050;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:19:\"image-3-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20050;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:19:\"image-3-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19220;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:17:\"image-3-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2677;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:19:\"image-3-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70755;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(151,3677,'_wxr_import_parent','3440'),(152,3679,'_wp_attached_file','2020/06/slider-image-1.png'),(153,3679,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2020/06/slider-image-1.png\";s:8:\"filesize\";i:22500;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"slider-image-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10358;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"slider-image-1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:298006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"slider-image-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7144;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"slider-image-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96511;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:26:\"slider-image-1-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94489;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:26:\"slider-image-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23342;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:26:\"slider-image-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23342;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:26:\"slider-image-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23132;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:24:\"slider-image-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2970;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:26:\"slider-image-1-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83363;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(154,3679,'_wxr_import_parent','3440'),(155,3681,'_wp_attached_file','2020/06/slider-image-2.png'),(156,3681,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2020/06/slider-image-2.png\";s:8:\"filesize\";i:21338;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"slider-image-2-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12841;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"slider-image-2-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:189991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"slider-image-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"slider-image-2-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83115;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:26:\"slider-image-2-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129457;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:26:\"slider-image-2-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71504;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:26:\"slider-image-2-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71504;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:26:\"slider-image-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48595;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:24:\"slider-image-2-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4810;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:26:\"slider-image-2-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91845;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(157,3681,'_wxr_import_parent','3440'),(158,3682,'_wp_attached_file','2020/06/slider-image-3.png'),(159,3682,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2020/06/slider-image-3.png\";s:8:\"filesize\";i:16748;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"slider-image-3-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10375;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"slider-image-3-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"slider-image-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11198;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"slider-image-3-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77694;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:26:\"slider-image-3-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128285;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:26:\"slider-image-3-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64689;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:26:\"slider-image-3-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64689;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:26:\"slider-image-3-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43667;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:24:\"slider-image-3-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4534;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:26:\"slider-image-3-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94610;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(160,3682,'_wxr_import_parent','3440'),(161,3294,'_menu_item_type','custom'),(162,3294,'_menu_item_menu_item_parent','0'),(163,3294,'_menu_item_object_id','3294'),(164,3294,'_menu_item_object','custom'),(165,3294,'_menu_item_target',''),(166,3294,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(167,3294,'_menu_item_xfn',''),(168,3294,'_menu_item_url','#'),(169,3294,'pix-show-intro','0'),(170,3294,'is_secondary_font','0'),(171,3294,'menu-item-pix_columns_number','2'),(172,3294,'menu-item-pix_columns_line','none'),(173,3294,'menu-item-pix_box_style','default'),(174,3298,'_menu_item_type','custom'),(175,3298,'_menu_item_menu_item_parent','0'),(176,3298,'_menu_item_object_id','3298'),(177,3298,'_menu_item_object','custom'),(178,3298,'_menu_item_target',''),(179,3298,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(180,3298,'_menu_item_xfn',''),(181,3298,'_menu_item_url','#'),(182,3298,'_menu_item_orphaned','1594878436'),(183,3299,'_menu_item_type','custom'),(184,3299,'_menu_item_menu_item_parent','0'),(185,3299,'_menu_item_object_id','3299'),(186,3299,'_menu_item_object','custom'),(187,3299,'_menu_item_target',''),(188,3299,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(189,3299,'_menu_item_xfn',''),(190,3299,'_menu_item_url','#'),(191,3299,'_menu_item_orphaned','1594878445'),(192,3344,'_menu_item_type','custom'),(193,3344,'_menu_item_menu_item_parent','0'),(194,3344,'_menu_item_object_id','3344'),(195,3344,'_menu_item_object','custom'),(196,3344,'_menu_item_target',''),(197,3344,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(198,3344,'_menu_item_xfn',''),(199,3344,'_menu_item_url','#'),(200,3344,'_menu_item_orphaned','1594880246'),(201,3348,'_menu_item_type','custom'),(202,3348,'_menu_item_menu_item_parent','0'),(203,3348,'_menu_item_object_id','3348'),(204,3348,'_menu_item_object','custom'),(205,3348,'_menu_item_target',''),(206,3348,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(207,3348,'_menu_item_xfn',''),(208,3348,'_menu_item_url','#'),(209,3348,'_menu_item_orphaned','1594880255'),(210,3683,'_wp_attached_file','2020/06/slider-image-4.png'),(211,3683,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2020/06/slider-image-4.png\";s:8:\"filesize\";i:18252;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"slider-image-4-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9468;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"slider-image-4-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"slider-image-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"slider-image-4-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54749;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:26:\"slider-image-4-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62456;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:26:\"slider-image-4-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42346;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:26:\"slider-image-4-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42346;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:26:\"slider-image-4-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26070;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:24:\"slider-image-4-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3059;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:26:\"slider-image-4-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43673;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(212,3683,'_wxr_import_parent','3440'),(213,3685,'_wp_attached_file','2020/06/content-image-1.png'),(214,3685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/06/content-image-1.png\";s:8:\"filesize\";i:97803;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"content-image-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31674;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"content-image-1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:307431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"content-image-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"content-image-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167090;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:27:\"content-image-1-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158782;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:27:\"content-image-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138005;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:27:\"content-image-1-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138005;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:27:\"content-image-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87626;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:25:\"content-image-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5956;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:27:\"content-image-1-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130263;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(215,3685,'_wxr_import_parent','3440'),(216,3687,'_wp_attached_file','2020/06/content-image-2.jpg'),(217,3687,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:27:\"2020/06/content-image-2.jpg\";s:8:\"filesize\";i:89477;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"content-image-2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15287;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"content-image-2-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85403;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"content-image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6629;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"content-image-2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77682;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:27:\"content-image-2-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35247;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:27:\"content-image-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37529;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:27:\"content-image-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37529;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:27:\"content-image-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28665;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:25:\"content-image-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2747;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:27:\"content-image-2-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33826;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:29:\"content-image-2-1200x1080.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(218,3687,'_wxr_import_parent','3440'),(219,3688,'_wp_attached_file','2020/06/content-image-3.jpg'),(220,3688,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:27:\"2020/06/content-image-3.jpg\";s:8:\"filesize\";i:90155;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"content-image-3-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12600;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"content-image-3-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"content-image-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6316;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"content-image-3-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62778;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:27:\"content-image-3-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26679;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:27:\"content-image-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27689;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:27:\"content-image-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27689;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:27:\"content-image-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23249;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:25:\"content-image-3-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2610;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:27:\"content-image-3-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28510;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:29:\"content-image-3-1200x1080.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88355;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,3688,'_wxr_import_parent','3440'),(222,3690,'_wp_attached_file','2020/06/app-pages-intro-bg.png'),(223,3690,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2020/06/app-pages-intro-bg.png\";s:8:\"filesize\";i:9529;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"app-pages-intro-bg-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7099;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"app-pages-intro-bg-1024x448.png\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"app-pages-intro-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2529;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"app-pages-intro-bg-768x336.png\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43527;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"app-pages-intro-bg-1536x672.png\";s:5:\"width\";i:1536;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135932;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"app-pages-intro-bg-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71736;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"app-pages-intro-bg-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93763;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"app-pages-intro-bg-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93763;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"app-pages-intro-bg-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5479;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"app-pages-intro-bg-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1155;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"app-pages-intro-bg-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45045;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(224,3690,'_wxr_import_parent','3440'),(225,3693,'_wp_attached_file','2020/06/image-cta.png'),(226,3693,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2020/06/image-cta.png\";s:8:\"filesize\";i:35383;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-cta-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17876;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-cta-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-cta-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10436;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-cta-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73436;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:21:\"image-cta-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:183030;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:21:\"image-cta-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43401;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:21:\"image-cta-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43401;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:21:\"image-cta-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38728;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:19:\"image-cta-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4046;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:21:\"image-cta-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(227,3693,'_wxr_import_parent','3440'),(228,3703,'_wp_attached_file','2020/06/content-image-4.jpg'),(229,3703,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:27:\"2020/06/content-image-4.jpg\";s:8:\"filesize\";i:87337;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"content-image-4-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13284;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"content-image-4-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"content-image-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5812;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"content-image-4-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73024;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:27:\"content-image-4-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34022;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:27:\"content-image-4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35554;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:27:\"content-image-4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35554;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:27:\"content-image-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25503;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:25:\"content-image-4-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2241;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:27:\"content-image-4-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31788;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:29:\"content-image-4-1200x1080.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(230,3703,'_wxr_import_parent','3440'),(231,3705,'_wp_attached_file','2020/06/content-image-5.jpg'),(232,3705,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:27:\"2020/06/content-image-5.jpg\";s:8:\"filesize\";i:72862;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"content-image-5-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10991;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"content-image-5-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"content-image-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5887;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"content-image-5-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53739;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:27:\"content-image-5-622x400.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22076;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:27:\"content-image-5-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23905;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:27:\"content-image-5-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23905;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:27:\"content-image-5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20168;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:25:\"content-image-5-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2349;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:27:\"content-image-5-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24345;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:29:\"content-image-5-1200x1080.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79408;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(233,3705,'_wxr_import_parent','3440'),(234,3711,'_wp_attached_file','2020/06/yellow-favicon.png'),(235,3711,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:26:\"2020/06/yellow-favicon.png\";s:8:\"filesize\";i:376;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"yellow-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3941;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:24:\"yellow-favicon-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2142;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(236,3716,'_elementor_edit_mode','builder'),(237,3716,'_elementor_template_type','kit'),(238,3716,'pix-show-intro','0'),(239,3716,'is_secondary_font','0'),(240,3716,'_elementor_version','2.9.11'),(241,13295,'_menu_item_type','custom'),(242,13295,'_menu_item_menu_item_parent','0'),(243,13295,'_menu_item_object_id','13295'),(244,13295,'_menu_item_object','custom'),(245,13295,'_menu_item_target',''),(246,13295,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(247,13295,'_menu_item_xfn',''),(248,13295,'_menu_item_url','#'),(249,13295,'pix-show-intro','0'),(250,13295,'is_secondary_font','0'),(251,13295,'menu-item-pix_columns_number','2'),(252,13295,'menu-item-pix_columns_line','none'),(253,13295,'menu-item-pix_box_style','default'),(254,13296,'_menu_item_type','custom'),(255,13296,'_menu_item_menu_item_parent','0'),(256,13296,'_menu_item_object_id','13296'),(257,13296,'_menu_item_object','custom'),(258,13296,'_menu_item_target',''),(259,13296,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(260,13296,'_menu_item_xfn',''),(261,13296,'_menu_item_url','#'),(262,13296,'pix-show-intro','0'),(263,13296,'is_secondary_font','0'),(264,13296,'menu-item-pix_is_megamenu','1'),(265,13296,'menu-item-pix_columns_number','2'),(266,13296,'menu-item-pix_columns_line','none'),(267,13296,'menu-item-pix_box_style','default'),(268,13297,'_menu_item_type','custom'),(269,13297,'_menu_item_menu_item_parent','0'),(270,13297,'_menu_item_object_id','13297'),(271,13297,'_menu_item_object','custom'),(272,13297,'_menu_item_target',''),(273,13297,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(274,13297,'_menu_item_xfn',''),(275,13297,'_menu_item_url','#'),(276,13297,'pix-show-intro','0'),(277,13297,'is_secondary_font','0'),(278,13297,'menu-item-pix_is_megamenu','1'),(279,13297,'menu-item-pix_columns_number','2'),(280,13297,'menu-item-pix_columns_line','none'),(281,13297,'menu-item-pix_box_style','default'),(282,13315,'_wp_attached_file','2020/07/menu-full-banner-1.jpg'),(283,13315,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2210;s:6:\"height\";i:228;s:4:\"file\";s:30:\"2020/07/menu-full-banner-1.jpg\";s:8:\"filesize\";i:19489;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"menu-full-banner-1-300x31.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1814;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"menu-full-banner-1-1024x106.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7169;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"menu-full-banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1475;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"menu-full-banner-1-768x79.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4814;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"menu-full-banner-1-1536x158.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12024;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"menu-full-banner-1-2048x211.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18599;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:30:\"menu-full-banner-1-622x228.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3905;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:30:\"menu-full-banner-1-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3793;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:30:\"menu-full-banner-1-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3793;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:30:\"menu-full-banner-1-400x228.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2790;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:28:\"menu-full-banner-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1005;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:30:\"menu-full-banner-1-460x228.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3032;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:31:\"menu-full-banner-1-1920x228.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16598;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(284,13316,'_wp_attached_file','2020/07/banner-menu-1.jpg'),(285,13316,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2020/07/banner-menu-1.jpg\";s:8:\"filesize\";i:49437;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"banner-menu-1-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12087;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"banner-menu-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5329;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:25:\"banner-menu-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29029;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:25:\"banner-menu-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33872;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:25:\"banner-menu-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33872;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:25:\"banner-menu-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22645;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:23:\"banner-menu-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2218;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:25:\"banner-menu-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(286,3306,'_menu_item_type','custom'),(287,3306,'_menu_item_menu_item_parent','13305'),(288,3306,'_menu_item_object_id','3306'),(289,3306,'_menu_item_object','custom'),(290,3306,'_menu_item_target',''),(291,3306,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(292,3306,'_menu_item_xfn',''),(293,3306,'_menu_item_url','#'),(294,3306,'pix-show-intro','0'),(295,3306,'is_secondary_font','0'),(296,3306,'menu-item-pix_columns_number','2'),(297,3306,'menu-item-pix_columns_line','none'),(298,3306,'menu-item-pix_box_style','default'),(299,3308,'_menu_item_type','custom'),(300,3308,'_menu_item_menu_item_parent','13305'),(301,3308,'_menu_item_object_id','3308'),(302,3308,'_menu_item_object','custom'),(303,3308,'_menu_item_target',''),(304,3308,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(305,3308,'_menu_item_xfn',''),(306,3308,'_menu_item_url','#'),(307,3308,'pix-show-intro','0'),(308,3308,'is_secondary_font','0'),(309,3308,'menu-item-pix_columns_number','2'),(310,3308,'menu-item-pix_columns_line','none'),(311,3308,'menu-item-pix_box_style','default'),(312,3310,'_menu_item_type','custom'),(313,3310,'_menu_item_menu_item_parent','13305'),(314,3310,'_menu_item_object_id','3310'),(315,3310,'_menu_item_object','custom'),(316,3310,'_menu_item_target',''),(317,3310,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(318,3310,'_menu_item_xfn',''),(319,3310,'_menu_item_url','#'),(320,3310,'pix-show-intro','0'),(321,3310,'is_secondary_font','0'),(322,3310,'menu-item-pix_columns_number','2'),(323,3310,'menu-item-pix_columns_line','none'),(324,3310,'menu-item-pix_box_style','default'),(325,3311,'_menu_item_type','custom'),(326,3311,'_menu_item_menu_item_parent','13303'),(327,3311,'_menu_item_object_id','3311'),(328,3311,'_menu_item_object','custom'),(329,3311,'_menu_item_target',''),(330,3311,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(331,3311,'_menu_item_xfn',''),(332,3311,'_menu_item_url','#'),(333,3311,'pix-show-intro','0'),(334,3311,'is_secondary_font','0'),(335,3311,'menu-item-pix_columns_number','2'),(336,3311,'menu-item-pix_columns_line','none'),(337,3311,'menu-item-pix_box_style','default'),(338,3314,'_menu_item_type','custom'),(339,3314,'_menu_item_menu_item_parent','13313'),(340,3314,'_menu_item_object_id','3314'),(341,3314,'_menu_item_object','custom'),(342,3314,'_menu_item_target','_blank'),(343,3314,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(344,3314,'_menu_item_xfn',''),(345,3314,'_menu_item_url','https://pixfort.website/redirect?to=essentials'),(346,3314,'pix-show-intro','0'),(347,3314,'is_secondary_font','0'),(348,3314,'menu-item-pix_columns_number','2'),(349,3314,'menu-item-pix_columns_line','none'),(350,3314,'menu-item-pix_is_image_item','1'),(351,3314,'menu-item-pix_box_title','Banner Title'),(352,3314,'menu-item-pix_box_text','Get Essentials Today!'),(353,3314,'menu-item-pix_bg_image','13316'),(354,3314,'menu-item-pix_box_style','default'),(355,3314,'menu-item-pix_is_full_height','1'),(356,3314,'menu-item-pix_is_box_dark','1'),(357,3317,'_menu_item_type','custom'),(358,3317,'_menu_item_menu_item_parent','13312'),(359,3317,'_menu_item_object_id','3317'),(360,3317,'_menu_item_object','custom'),(361,3317,'_menu_item_target',''),(362,3317,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(363,3317,'_menu_item_xfn',''),(364,3317,'_menu_item_url','#'),(365,3317,'pix-show-intro','0'),(366,3317,'is_secondary_font','0'),(367,3317,'menu-item-pix_columns_number','2'),(368,3317,'menu-item-pix_columns_line','none'),(369,3317,'menu-item-pix_box_style','default'),(370,3318,'_menu_item_type','custom'),(371,3318,'_menu_item_menu_item_parent','13307'),(372,3318,'_menu_item_object_id','3318'),(373,3318,'_menu_item_object','custom'),(374,3318,'_menu_item_target',''),(375,3318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(376,3318,'_menu_item_xfn',''),(377,3318,'_menu_item_url','#'),(378,3318,'pix-show-intro','0'),(379,3318,'is_secondary_font','0'),(380,3318,'menu-item-pix_columns_number','2'),(381,3318,'menu-item-pix_columns_line','none'),(382,3318,'menu-item-pix_box_style','default'),(383,3319,'_menu_item_type','custom'),(384,3319,'_menu_item_menu_item_parent','13309'),(385,3319,'_menu_item_object_id','3319'),(386,3319,'_menu_item_object','custom'),(387,3319,'_menu_item_target',''),(388,3319,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(389,3319,'_menu_item_xfn',''),(390,3319,'_menu_item_url','#'),(391,3319,'pix-show-intro','0'),(392,3319,'is_secondary_font','0'),(393,3319,'menu-item-pix_columns_number','2'),(394,3319,'menu-item-pix_columns_line','none'),(395,3319,'menu-item-pix_box_style','default'),(396,3324,'_menu_item_type','custom'),(397,3324,'_menu_item_menu_item_parent','13312'),(398,3324,'_menu_item_object_id','3324'),(399,3324,'_menu_item_object','custom'),(400,3324,'_menu_item_target',''),(401,3324,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(402,3324,'_menu_item_xfn',''),(403,3324,'_menu_item_url','#'),(404,3324,'pix-show-intro','0'),(405,3324,'is_secondary_font','0'),(406,3324,'menu-item-pix_columns_number','2'),(407,3324,'menu-item-pix_columns_line','none'),(408,3324,'menu-item-pix_box_style','default'),(409,3325,'_menu_item_type','custom'),(410,3325,'_menu_item_menu_item_parent','13312'),(411,3325,'_menu_item_object_id','3325'),(412,3325,'_menu_item_object','custom'),(413,3325,'_menu_item_target',''),(414,3325,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(415,3325,'_menu_item_xfn',''),(416,3325,'_menu_item_url','#'),(417,3325,'pix-show-intro','0'),(418,3325,'is_secondary_font','0'),(419,3325,'menu-item-pix_columns_number','2'),(420,3325,'menu-item-pix_columns_line','none'),(421,3325,'menu-item-pix_box_style','default'),(422,13300,'_menu_item_type','custom'),(423,13300,'_menu_item_menu_item_parent','13295'),(424,13300,'_menu_item_object_id','13300'),(425,13300,'_menu_item_object','custom'),(426,13300,'_menu_item_target',''),(427,13300,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(428,13300,'_menu_item_xfn',''),(429,13300,'_menu_item_url','#'),(430,13300,'pix-show-intro','0'),(431,13300,'is_secondary_font','0'),(432,13300,'menu-item-pix_columns_number','2'),(433,13300,'menu-item-pix_columns_line','none'),(434,13300,'menu-item-pix_box_style','default'),(435,13303,'_menu_item_type','custom'),(436,13303,'_menu_item_menu_item_parent','13295'),(437,13303,'_menu_item_object_id','13303'),(438,13303,'_menu_item_object','custom'),(439,13303,'_menu_item_target',''),(440,13303,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(441,13303,'_menu_item_xfn',''),(442,13303,'_menu_item_url','#'),(443,13303,'pix-show-intro','0'),(444,13303,'is_secondary_font','0'),(445,13303,'menu-item-pix_columns_number','2'),(446,13303,'menu-item-pix_columns_line','none'),(447,13303,'menu-item-pix_box_style','default'),(448,13305,'_menu_item_type','custom'),(449,13305,'_menu_item_menu_item_parent','13303'),(450,13305,'_menu_item_object_id','13305'),(451,13305,'_menu_item_object','custom'),(452,13305,'_menu_item_target',''),(453,13305,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(454,13305,'_menu_item_xfn',''),(455,13305,'_menu_item_url','#'),(456,13305,'pix-show-intro','0'),(457,13305,'is_secondary_font','0'),(458,13305,'menu-item-pix_columns_number','2'),(459,13305,'menu-item-pix_columns_line','none'),(460,13305,'menu-item-pix_box_style','default'),(461,13307,'_menu_item_type','custom'),(462,13307,'_menu_item_menu_item_parent','13296'),(463,13307,'_menu_item_object_id','13307'),(464,13307,'_menu_item_object','custom'),(465,13307,'_menu_item_target',''),(466,13307,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(467,13307,'_menu_item_xfn',''),(468,13307,'_menu_item_url','#'),(469,13307,'pix-show-intro','0'),(470,13307,'is_secondary_font','0'),(471,13307,'menu-item-pix_columns_number','3'),(472,13307,'menu-item-pix_columns_line','pix-menu-line-right'),(473,13307,'menu-item-pix_box_style','default'),(474,13307,'menu-item-pix_is_column_item','1'),(475,13307,'menu-item-pix_is_column_padding','1'),(476,13309,'_menu_item_type','custom'),(477,13309,'_menu_item_menu_item_parent','13296'),(478,13309,'_menu_item_object_id','13309'),(479,13309,'_menu_item_object','custom'),(480,13309,'_menu_item_target',''),(481,13309,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(482,13309,'_menu_item_xfn',''),(483,13309,'_menu_item_url','#'),(484,13309,'pix-show-intro','0'),(485,13309,'is_secondary_font','0'),(486,13309,'menu-item-pix_columns_number','3'),(487,13309,'menu-item-pix_columns_line','none'),(488,13309,'menu-item-pix_box_style','default'),(489,13309,'menu-item-pix_is_column_item','1'),(490,13309,'menu-item-pix_is_column_padding','1'),(491,13312,'_menu_item_type','custom'),(492,13312,'_menu_item_menu_item_parent','13296'),(493,13312,'_menu_item_object_id','13312'),(494,13312,'_menu_item_object','custom'),(495,13312,'_menu_item_target',''),(496,13312,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(497,13312,'_menu_item_xfn',''),(498,13312,'_menu_item_url','#'),(499,13312,'pix-show-intro','0'),(500,13312,'is_secondary_font','0'),(501,13312,'menu-item-pix_columns_number','3'),(502,13312,'menu-item-pix_columns_line','pix-menu-line-right'),(503,13312,'menu-item-pix_box_style','default'),(504,13312,'menu-item-pix_is_column_item','1'),(505,13312,'menu-item-pix_is_column_padding','1'),(506,13313,'_menu_item_type','custom'),(507,13313,'_menu_item_menu_item_parent','13296'),(508,13313,'_menu_item_object_id','13313'),(509,13313,'_menu_item_object','custom'),(510,13313,'_menu_item_target',''),(511,13313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(512,13313,'_menu_item_xfn',''),(513,13313,'_menu_item_url','#'),(514,13313,'pix-show-intro','0'),(515,13313,'is_secondary_font','0'),(516,13313,'menu-item-pix_is_column_item','1'),(517,13313,'menu-item-pix_hide_column_label','1'),(518,13313,'menu-item-pix_columns_number','3'),(519,13313,'menu-item-pix_columns_line','none'),(520,13313,'menu-item-pix_box_style','default'),(521,13317,'_menu_item_type','custom'),(522,13317,'_menu_item_menu_item_parent','13295'),(523,13317,'_menu_item_object_id','13317'),(524,13317,'_menu_item_object','custom'),(525,13317,'_menu_item_target',''),(526,13317,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(527,13317,'_menu_item_xfn',''),(528,13317,'_menu_item_url','#'),(529,13317,'pix-show-intro','0'),(530,13317,'is_secondary_font','0'),(531,13317,'menu-item-pix_columns_number','2'),(532,13317,'menu-item-pix_columns_line','none'),(533,13317,'menu-item-pix_box_style','default'),(534,13318,'_menu_item_type','custom'),(535,13318,'_menu_item_menu_item_parent','13303'),(536,13318,'_menu_item_object_id','13318'),(537,13318,'_menu_item_object','custom'),(538,13318,'_menu_item_target',''),(539,13318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(540,13318,'_menu_item_xfn',''),(541,13318,'_menu_item_url','#'),(542,13318,'pix-show-intro','0'),(543,13318,'is_secondary_font','0'),(544,13318,'menu-item-pix_columns_number','2'),(545,13318,'menu-item-pix_columns_line','none'),(546,13318,'menu-item-pix_box_style','default'),(547,13319,'_menu_item_type','custom'),(548,13319,'_menu_item_menu_item_parent','13295'),(549,13319,'_menu_item_object_id','13319'),(550,13319,'_menu_item_object','custom'),(551,13319,'_menu_item_target',''),(552,13319,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(553,13319,'_menu_item_xfn',''),(554,13319,'_menu_item_url','#'),(555,13319,'pix-show-intro','0'),(556,13319,'is_secondary_font','0'),(557,13319,'menu-item-pix_columns_number','2'),(558,13319,'menu-item-pix_columns_line','none'),(559,13319,'menu-item-pix_box_style','default'),(560,3320,'_menu_item_type','custom'),(561,3320,'_menu_item_menu_item_parent','13309'),(562,3320,'_menu_item_object_id','3320'),(563,3320,'_menu_item_object','custom'),(564,3320,'_menu_item_target',''),(565,3320,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(566,3320,'_menu_item_xfn',''),(567,3320,'_menu_item_url','#'),(568,3320,'pix-show-intro','0'),(569,3320,'is_secondary_font','0'),(570,3320,'menu-item-pix_columns_number','2'),(571,3320,'menu-item-pix_columns_line','none'),(572,3320,'menu-item-pix_box_style','default'),(573,3321,'_menu_item_type','custom'),(574,3321,'_menu_item_menu_item_parent','13307'),(575,3321,'_menu_item_object_id','3321'),(576,3321,'_menu_item_object','custom'),(577,3321,'_menu_item_target',''),(578,3321,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(579,3321,'_menu_item_xfn',''),(580,3321,'_menu_item_url','#'),(581,3321,'pix-show-intro','0'),(582,3321,'is_secondary_font','0'),(583,3321,'menu-item-pix_columns_number','2'),(584,3321,'menu-item-pix_columns_line','none'),(585,3321,'menu-item-pix_box_style','default'),(586,3322,'_menu_item_type','custom'),(587,3322,'_menu_item_menu_item_parent','13307'),(588,3322,'_menu_item_object_id','3322'),(589,3322,'_menu_item_object','custom'),(590,3322,'_menu_item_target',''),(591,3322,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(592,3322,'_menu_item_xfn',''),(593,3322,'_menu_item_url','#'),(594,3322,'pix-show-intro','0'),(595,3322,'is_secondary_font','0'),(596,3322,'menu-item-pix_columns_number','2'),(597,3322,'menu-item-pix_columns_line','none'),(598,3322,'menu-item-pix_box_style','default'),(599,3323,'_menu_item_type','custom'),(600,3323,'_menu_item_menu_item_parent','13307'),(601,3323,'_menu_item_object_id','3323'),(602,3323,'_menu_item_object','custom'),(603,3323,'_menu_item_target',''),(604,3323,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(605,3323,'_menu_item_xfn',''),(606,3323,'_menu_item_url','#'),(607,3323,'pix-show-intro','0'),(608,3323,'is_secondary_font','0'),(609,3323,'menu-item-pix_columns_number','2'),(610,3323,'menu-item-pix_columns_line','none'),(611,3323,'menu-item-pix_box_style','default'),(612,3326,'_menu_item_type','custom'),(613,3326,'_menu_item_menu_item_parent','13312'),(614,3326,'_menu_item_object_id','3326'),(615,3326,'_menu_item_object','custom'),(616,3326,'_menu_item_target',''),(617,3326,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(618,3326,'_menu_item_xfn',''),(619,3326,'_menu_item_url','#'),(620,3326,'pix-show-intro','0'),(621,3326,'is_secondary_font','0'),(622,3326,'menu-item-pix_columns_number','2'),(623,3326,'menu-item-pix_columns_line','none'),(624,3326,'menu-item-pix_box_style','default'),(625,3327,'_menu_item_type','custom'),(626,3327,'_menu_item_menu_item_parent','13307'),(627,3327,'_menu_item_object_id','3327'),(628,3327,'_menu_item_object','custom'),(629,3327,'_menu_item_target',''),(630,3327,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(631,3327,'_menu_item_xfn',''),(632,3327,'_menu_item_url','#'),(633,3327,'pix-show-intro','0'),(634,3327,'is_secondary_font','0'),(635,3327,'menu-item-pix_columns_number','2'),(636,3327,'menu-item-pix_columns_line','none'),(637,3327,'menu-item-pix_box_style','default'),(638,3328,'_menu_item_type','custom'),(639,3328,'_menu_item_menu_item_parent','13312'),(640,3328,'_menu_item_object_id','3328'),(641,3328,'_menu_item_object','custom'),(642,3328,'_menu_item_target',''),(643,3328,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(644,3328,'_menu_item_xfn',''),(645,3328,'_menu_item_url','#'),(646,3328,'pix-show-intro','0'),(647,3328,'is_secondary_font','0'),(648,3328,'menu-item-pix_columns_number','2'),(649,3328,'menu-item-pix_columns_line','none'),(650,3328,'menu-item-pix_box_style','default'),(651,3329,'_menu_item_type','custom'),(652,3329,'_menu_item_menu_item_parent','13309'),(653,3329,'_menu_item_object_id','3329'),(654,3329,'_menu_item_object','custom'),(655,3329,'_menu_item_target','_blank'),(656,3329,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(657,3329,'_menu_item_xfn',''),(658,3329,'_menu_item_url','https://pixfort.website/redirect?to=essentials'),(659,3329,'pix-show-intro','0'),(660,3329,'is_secondary_font','0'),(661,3329,'menu-item-pix_columns_number','2'),(662,3329,'menu-item-pix_columns_line','none'),(663,3329,'menu-item-pix_is_image_item','1'),(664,3329,'menu-item-pix_box_title','Banner Title'),(665,3329,'menu-item-pix_box_text','Some short text here!'),(666,3329,'menu-item-pix_box_style','default'),(667,3335,'_menu_item_type','custom'),(668,3335,'_menu_item_menu_item_parent','13330'),(669,3335,'_menu_item_object_id','3335'),(670,3335,'_menu_item_object','custom'),(671,3335,'_menu_item_target',''),(672,3335,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(673,3335,'_menu_item_xfn',''),(674,3335,'_menu_item_url','#'),(675,3335,'pix-show-intro','0'),(676,3335,'is_secondary_font','0'),(677,3335,'menu-item-pix_columns_number','2'),(678,3335,'menu-item-pix_columns_line','none'),(679,3335,'menu-item-pix_box_style','default'),(680,3336,'_menu_item_type','custom'),(681,3336,'_menu_item_menu_item_parent','13330'),(682,3336,'_menu_item_object_id','3336'),(683,3336,'_menu_item_object','custom'),(684,3336,'_menu_item_target',''),(685,3336,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(686,3336,'_menu_item_xfn',''),(687,3336,'_menu_item_url','#'),(688,3336,'pix-show-intro','0'),(689,3336,'is_secondary_font','0'),(690,3336,'menu-item-pix_columns_number','2'),(691,3336,'menu-item-pix_columns_line','none'),(692,3336,'menu-item-pix_box_style','default'),(693,3337,'_menu_item_type','custom'),(694,3337,'_menu_item_menu_item_parent','13330'),(695,3337,'_menu_item_object_id','3337'),(696,3337,'_menu_item_object','custom'),(697,3337,'_menu_item_target',''),(698,3337,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(699,3337,'_menu_item_xfn',''),(700,3337,'_menu_item_url','#'),(701,3337,'pix-show-intro','0'),(702,3337,'is_secondary_font','0'),(703,3337,'menu-item-pix_columns_number','2'),(704,3337,'menu-item-pix_columns_line','none'),(705,3337,'menu-item-pix_box_style','default'),(706,3338,'_menu_item_type','custom'),(707,3338,'_menu_item_menu_item_parent','13330'),(708,3338,'_menu_item_object_id','3338'),(709,3338,'_menu_item_object','custom'),(710,3338,'_menu_item_target',''),(711,3338,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(712,3338,'_menu_item_xfn',''),(713,3338,'_menu_item_url','#'),(714,3338,'pix-show-intro','0'),(715,3338,'is_secondary_font','0'),(716,3338,'menu-item-pix_columns_number','2'),(717,3338,'menu-item-pix_columns_line','none'),(718,3338,'menu-item-pix_box_style','default'),(719,3339,'_menu_item_type','custom'),(720,3339,'_menu_item_menu_item_parent','13330'),(721,3339,'_menu_item_object_id','3339'),(722,3339,'_menu_item_object','custom'),(723,3339,'_menu_item_target',''),(724,3339,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(725,3339,'_menu_item_xfn',''),(726,3339,'_menu_item_url','#'),(727,3339,'pix-show-intro','0'),(728,3339,'is_secondary_font','0'),(729,3339,'menu-item-pix_columns_number','2'),(730,3339,'menu-item-pix_columns_line','none'),(731,3339,'menu-item-pix_box_style','default'),(732,3340,'_menu_item_type','custom'),(733,3340,'_menu_item_menu_item_parent','13331'),(734,3340,'_menu_item_object_id','3340'),(735,3340,'_menu_item_object','custom'),(736,3340,'_menu_item_target',''),(737,3340,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(738,3340,'_menu_item_xfn',''),(739,3340,'_menu_item_url','#'),(740,3340,'pix-show-intro','0'),(741,3340,'is_secondary_font','0'),(742,3340,'menu-item-pix_columns_number','2'),(743,3340,'menu-item-pix_columns_line','none'),(744,3340,'menu-item-pix_box_style','default'),(745,3342,'_menu_item_type','custom'),(746,3342,'_menu_item_menu_item_parent','13331'),(747,3342,'_menu_item_object_id','3342'),(748,3342,'_menu_item_object','custom'),(749,3342,'_menu_item_target',''),(750,3342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(751,3342,'_menu_item_xfn',''),(752,3342,'_menu_item_url','#'),(753,3342,'pix-show-intro','0'),(754,3342,'is_secondary_font','0'),(755,3342,'menu-item-pix_columns_number','2'),(756,3342,'menu-item-pix_columns_line','none'),(757,3342,'menu-item-pix_box_style','default'),(758,3350,'_menu_item_type','custom'),(759,3350,'_menu_item_menu_item_parent','13331'),(760,3350,'_menu_item_object_id','3350'),(761,3350,'_menu_item_object','custom'),(762,3350,'_menu_item_target',''),(763,3350,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(764,3350,'_menu_item_xfn',''),(765,3350,'_menu_item_url','#'),(766,3350,'pix-show-intro','0'),(767,3350,'is_secondary_font','0'),(768,3350,'menu-item-pix_columns_number','2'),(769,3350,'menu-item-pix_columns_line','none'),(770,3350,'menu-item-pix_box_style','default'),(771,3351,'_menu_item_type','custom'),(772,3351,'_menu_item_menu_item_parent','13331'),(773,3351,'_menu_item_object_id','3351'),(774,3351,'_menu_item_object','custom'),(775,3351,'_menu_item_target',''),(776,3351,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(777,3351,'_menu_item_xfn',''),(778,3351,'_menu_item_url','#'),(779,3351,'pix-show-intro','0'),(780,3351,'is_secondary_font','0'),(781,3351,'menu-item-pix_columns_number','2'),(782,3351,'menu-item-pix_columns_line','none'),(783,3351,'menu-item-pix_box_style','default'),(784,3352,'_menu_item_type','custom'),(785,3352,'_menu_item_menu_item_parent','13331'),(786,3352,'_menu_item_object_id','3352'),(787,3352,'_menu_item_object','custom'),(788,3352,'_menu_item_target',''),(789,3352,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(790,3352,'_menu_item_xfn',''),(791,3352,'_menu_item_url','#'),(792,3352,'pix-show-intro','0'),(793,3352,'is_secondary_font','0'),(794,3352,'menu-item-pix_columns_number','2'),(795,3352,'menu-item-pix_columns_line','none'),(796,3352,'menu-item-pix_box_style','default'),(797,13330,'_menu_item_type','custom'),(798,13330,'_menu_item_menu_item_parent','13297'),(799,13330,'_menu_item_object_id','13330'),(800,13330,'_menu_item_object','custom'),(801,13330,'_menu_item_target',''),(802,13330,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(803,13330,'_menu_item_xfn',''),(804,13330,'_menu_item_url','#'),(805,13330,'pix-show-intro','0'),(806,13330,'is_secondary_font','0'),(807,13330,'menu-item-pix_is_column_item','1'),(808,13330,'menu-item-pix_is_column_padding','1'),(809,13330,'menu-item-pix_columns_number','3'),(810,13330,'menu-item-pix_columns_line','none'),(811,13330,'menu-item-pix_box_style','default'),(812,13331,'_menu_item_type','custom'),(813,13331,'_menu_item_menu_item_parent','13297'),(814,13331,'_menu_item_object_id','13331'),(815,13331,'_menu_item_object','custom'),(816,13331,'_menu_item_target',''),(817,13331,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(818,13331,'_menu_item_xfn',''),(819,13331,'_menu_item_url','#'),(820,13331,'pix-show-intro','0'),(821,13331,'is_secondary_font','0'),(822,13331,'menu-item-pix_is_column_item','1'),(823,13331,'menu-item-pix_is_column_padding','1'),(824,13331,'menu-item-pix_columns_number','3'),(825,13331,'menu-item-pix_columns_line','pix-menu-line-right'),(826,13331,'menu-item-pix_box_style','default'),(827,13332,'_wp_page_template','default'),(828,13332,'pix-hide-top-padding','0'),(829,13332,'_pixfort_likes','0'),(830,3341,'_menu_item_type','custom'),(831,3341,'_menu_item_menu_item_parent','13332'),(832,3341,'_menu_item_object_id','3341'),(833,3341,'_menu_item_object','custom'),(834,3341,'_menu_item_target',''),(835,3341,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(836,3341,'_menu_item_xfn',''),(837,3341,'_menu_item_url','#'),(838,3341,'pix-show-intro','0'),(839,3341,'is_secondary_font','0'),(840,3341,'menu-item-pix_columns_number','2'),(841,3341,'menu-item-pix_columns_line','none'),(842,3341,'menu-item-pix_box_style','default'),(843,3343,'_menu_item_type','custom'),(844,3343,'_menu_item_menu_item_parent','13333'),(845,3343,'_menu_item_object_id','3343'),(846,3343,'_menu_item_object','custom'),(847,3343,'_menu_item_target',''),(848,3343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(849,3343,'_menu_item_xfn',''),(850,3343,'_menu_item_url','#'),(851,3343,'pix-show-intro','0'),(852,3343,'is_secondary_font','0'),(853,3343,'menu-item-pix_columns_number','2'),(854,3343,'menu-item-pix_columns_line','none'),(855,3343,'menu-item-pix_box_style','default'),(856,3345,'_menu_item_type','custom'),(857,3345,'_menu_item_menu_item_parent','13332'),(858,3345,'_menu_item_object_id','3345'),(859,3345,'_menu_item_object','custom'),(860,3345,'_menu_item_target',''),(861,3345,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(862,3345,'_menu_item_xfn',''),(863,3345,'_menu_item_url','#'),(864,3345,'pix-show-intro','0'),(865,3345,'is_secondary_font','0'),(866,3345,'menu-item-pix_columns_number','2'),(867,3345,'menu-item-pix_columns_line','none'),(868,3345,'menu-item-pix_box_style','default'),(869,3346,'_menu_item_type','custom'),(870,3346,'_menu_item_menu_item_parent','13333'),(871,3346,'_menu_item_object_id','3346'),(872,3346,'_menu_item_object','custom'),(873,3346,'_menu_item_target',''),(874,3346,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(875,3346,'_menu_item_xfn',''),(876,3346,'_menu_item_url','#'),(877,3346,'pix-show-intro','0'),(878,3346,'is_secondary_font','0'),(879,3346,'menu-item-pix_columns_number','2'),(880,3346,'menu-item-pix_columns_line','none'),(881,3346,'menu-item-pix_box_style','default'),(882,3347,'_menu_item_type','custom'),(883,3347,'_menu_item_menu_item_parent','13333'),(884,3347,'_menu_item_object_id','3347'),(885,3347,'_menu_item_object','custom'),(886,3347,'_menu_item_target','_blank'),(887,3347,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(888,3347,'_menu_item_xfn',''),(889,3347,'_menu_item_url','https://pixfort.website/redirect?to=essentials'),(890,3347,'pix-show-intro','0'),(891,3347,'is_secondary_font','0'),(892,3347,'menu-item-pix_columns_number','2'),(893,3347,'menu-item-pix_columns_line','none'),(894,3347,'menu-item-pix_is_image_item','1'),(895,3347,'menu-item-pix_box_title','Banner Title'),(896,3347,'menu-item-pix_box_text','Some short text here!'),(897,3347,'menu-item-pix_box_style','default'),(898,3349,'_menu_item_type','custom'),(899,3349,'_menu_item_menu_item_parent','13332'),(900,3349,'_menu_item_object_id','3349'),(901,3349,'_menu_item_object','custom'),(902,3349,'_menu_item_target',''),(903,3349,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(904,3349,'_menu_item_xfn',''),(905,3349,'_menu_item_url','#'),(906,3349,'pix-show-intro','0'),(907,3349,'is_secondary_font','0'),(908,3349,'menu-item-pix_columns_number','2'),(909,3349,'menu-item-pix_columns_line','none'),(910,3349,'menu-item-pix_box_style','default'),(911,3353,'_menu_item_type','custom'),(912,3353,'_menu_item_menu_item_parent','13332'),(913,3353,'_menu_item_object_id','3353'),(914,3353,'_menu_item_object','custom'),(915,3353,'_menu_item_target',''),(916,3353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(917,3353,'_menu_item_xfn',''),(918,3353,'_menu_item_url','#'),(919,3353,'pix-show-intro','0'),(920,3353,'is_secondary_font','0'),(921,3353,'menu-item-pix_columns_number','2'),(922,3353,'menu-item-pix_columns_line','none'),(923,3353,'menu-item-pix_box_style','default'),(924,3354,'_menu_item_type','custom'),(925,3354,'_menu_item_menu_item_parent','13332'),(926,3354,'_menu_item_object_id','3354'),(927,3354,'_menu_item_object','custom'),(928,3354,'_menu_item_target',''),(929,3354,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(930,3354,'_menu_item_xfn',''),(931,3354,'_menu_item_url','#'),(932,3354,'pix-show-intro','0'),(933,3354,'is_secondary_font','0'),(934,3354,'menu-item-pix_columns_number','2'),(935,3354,'menu-item-pix_columns_line','none'),(936,3354,'menu-item-pix_box_style','default'),(937,3355,'_menu_item_type','custom'),(938,3355,'_menu_item_menu_item_parent','13334'),(939,3355,'_menu_item_object_id','3355'),(940,3355,'_menu_item_object','custom'),(941,3355,'_menu_item_target','_blank'),(942,3355,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(943,3355,'_menu_item_xfn',''),(944,3355,'_menu_item_url','https://pixfort.website/redirect?to=essentials'),(945,3355,'pix-show-intro','0'),(946,3355,'is_secondary_font','0'),(947,3355,'menu-item-pix_columns_number','2'),(948,3355,'menu-item-pix_columns_line','none'),(949,3355,'menu-item-pix_is_image_item','1'),(950,3355,'menu-item-pix_box_title','Wide Banner Title. It\'s just awesome!'),(951,3355,'menu-item-pix_box_text','Some short text here!'),(952,3355,'menu-item-pix_bg_image','13315'),(953,3355,'menu-item-pix_box_style','default'),(954,3473,'pix-show-intro','0'),(955,3473,'is_secondary_font','0'),(956,3473,'pix-header-drag','{\"topbar\":{\"name\":\"topbar\",\"opts\":[{\"name\":\"background\",\"val\":\"white\"},{\"name\":\"custom_background\",\"val\":\"#333\"},{\"name\":\"color\",\"val\":\"heading-default\"},{\"name\":\"custom_color\",\"val\":\"#333\"},{\"name\":\"bold\",\"val\":true},{\"name\":\"style\",\"val\":\"border-bottom-wide\"},{\"name\":\"line_color\",\"val\":\"gray-2\"}],\"val\":{\"topbar_1\":{\"name\":\"topbar_1\",\"val\":[{\"name\":\"link\",\"val\":[{\"name\":\"text\",\"val\":\"Get the most advanced WordPress theme\"},{\"name\":\"url\",\"val\":\"https://pixfort.website/redirect?to=essentials\"},{\"name\":\"target\",\"val\":true},{\"name\":\"arrow\",\"val\":true}]}]},\"topbar_2\":{\"name\":\"topbar_2\",\"val\":[{\"name\":\"text\",\"val\":[{\"name\":\"text\",\"val\":\"Follow us on\"}]},{\"name\":\"social\"}]},\"topbar_3\":{\"name\":\"topbar_3\",\"val\":[]}}},\"header\":{\"name\":\"header\",\"opts\":[{\"name\":\"background\",\"val\":\"white\"},{\"name\":\"scroll_background\",\"val\":\"light-blur\"},{\"name\":\"scroll_custom_background\",\"val\":\"#333\"},{\"name\":\"color\",\"val\":\"heading-default\"},{\"name\":\"custom_color\",\"val\":\"#333\"},{\"name\":\"scroll_color\",\"val\":\"heading-default\"},{\"name\":\"bold\",\"val\":true},{\"name\":\"style\",\"val\":\"\"},{\"name\":\"line_color\",\"val\":\"gray-1\"},{\"name\":\"header_shadow\",\"val\":\"\"}],\"val\":{\"header_1\":{\"name\":\"header_1\",\"val\":[{\"name\":\"logo\",\"val\":[{\"name\":\"height\",\"val\":\"35px\"}]},{\"name\":\"divider\",\"val\":[{\"name\":\"divider_size\",\"val\":\"mx-2\"},{\"name\":\"divider_color\",\"val\":\"gray-2\"},{\"name\":\"divider_color_scroll\",\"val\":\"\"},{\"name\":\"divider_height\",\"val\":\"pix-sm\"}]},{\"name\":\"language\"},{\"name\":\"menu\",\"val\":[{\"name\":\"menu\",\"val\":\"menu-bold\"},{\"name\":\"is_bold\",\"val\":true},{\"name\":\"is_right_float\",\"val\":true},{\"name\":\"is_right_drop\",\"val\":false},{\"name\":\"drop_bg\",\"val\":\"white\"},{\"name\":\"dark_mode\",\"val\":false}]},{\"name\":\"divider\",\"val\":[{\"name\":\"divider_size\",\"val\":\"mx-2\"},{\"name\":\"divider_color\",\"val\":\"gray-2\"},{\"name\":\"divider_color_scroll\",\"val\":\"dark-opacity-1\"},{\"name\":\"divider_height\",\"val\":\"pix-sm\"}]},{\"name\":\"cart\"},{\"name\":\"search\"},{\"name\":\"btn\",\"val\":[{\"name\":\"text\",\"val\":\"Get Essentials Now\"},{\"name\":\"url\",\"val\":\"https://pixfort.website/redirect?to=essentials\"},{\"name\":\"bold\",\"val\":true},{\"name\":\"secondary\",\"val\":false},{\"name\":\"target\",\"val\":true},{\"name\":\"btn_style\",\"val\":\"\"},{\"name\":\"btn_color\",\"val\":\"secondary\"},{\"name\":\"custom_btn_color\",\"val\":\"#333\"},{\"name\":\"custom_btn_text_color\",\"val\":\"#fff\"},{\"name\":\"btn_rounded\",\"val\":true}]}]}}},\"stack\":{\"name\":\"stack\",\"opts\":[{\"name\":\"background\",\"val\":\"transparent\"},{\"name\":\"custom_background\",\"val\":\"#333\"},{\"name\":\"color\",\"val\":\"body-default\"},{\"name\":\"custom_color\",\"val\":\"#333\"},{\"name\":\"bold\",\"val\":true},{\"name\":\"style\",\"val\":\"\"},{\"name\":\"line_color\",\"val\":\"gray-1\"}],\"val\":{\"stack_1\":{\"name\":\"stack_1\",\"val\":[]},\"stack_2\":{\"name\":\"stack_2\",\"val\":[]},\"stack_3\":{\"name\":\"stack_3\",\"val\":[]}}},\"m_topbar\":{\"name\":\"m_topbar\",\"opts\":[{\"name\":\"background\",\"val\":\"white\"},{\"name\":\"custom_background\",\"val\":\"#333\"},{\"name\":\"color\",\"val\":\"body-default\"},{\"name\":\"custom_color\",\"val\":\"#333\"},{\"name\":\"bold\",\"val\":true},{\"name\":\"style\",\"val\":\"border-bottom-wide\"},{\"name\":\"line_color\",\"val\":\"gray-2\"}],\"val\":{\"m_topbar_1\":{\"name\":\"m_topbar_1\",\"val\":[{\"name\":\"social\"},{\"name\":\"btn\",\"val\":[{\"name\":\"text\",\"val\":\"Get Essentials Now\"},{\"name\":\"url\",\"val\":\"https://pixfort.website/redirect?to=essentials\"},{\"name\":\"btn_popup_id\",\"val\":\"\"},{\"name\":\"bold\",\"val\":true},{\"name\":\"secondary\",\"val\":false},{\"name\":\"target\",\"val\":true},{\"name\":\"btn_style\",\"val\":\"\"},{\"name\":\"btn_color\",\"val\":\"secondary\"},{\"name\":\"btn_text_color\",\"val\":\"\"},{\"name\":\"custom_btn_color\",\"val\":\"#333\"},{\"name\":\"custom_btn_text_color\",\"val\":\"#fff\"},{\"name\":\"btn_rounded\",\"val\":true}]}],\"opts\":[{\"name\":\"align\",\"val\":\"d-flex\"}]}}},\"m_header\":{\"name\":\"m_header\",\"opts\":[{\"name\":\"background\",\"val\":\"white\"},{\"name\":\"custom_background\",\"val\":\"#333\"},{\"name\":\"color\",\"val\":\"body-default\"},{\"name\":\"custom_color\",\"val\":\"#333\"},{\"name\":\"bold\",\"val\":true},{\"name\":\"style\",\"val\":\"\"},{\"name\":\"line_color\",\"val\":\"gray-1\"}],\"val\":{\"m_header_1\":{\"name\":\"m_header_1\",\"val\":[{\"name\":\"logo\",\"val\":[{\"name\":\"height\",\"val\":\"35px\"}]},{\"name\":\"menu\"}]}}},\"m_stack\":{\"name\":\"m_stack\",\"val\":{\"m_stack_1\":{\"name\":\"m_stack_1\",\"val\":[]}}}}'),(957,3473,'_wpb_vc_js_status','false'),(958,3473,'pix-header-style',''),(959,3778,'pix-show-intro','0'),(960,3778,'is_secondary_font','0'),(961,3778,'_wp_page_template','templates/template-blog-right-sidebar.php'),(962,3778,'pix-hide-top-padding','0'),(963,3778,'_pixfort_likes','0'),(964,3808,'pix-show-intro','0'),(965,3808,'is_secondary_font','0'),(966,3808,'_wp_page_template','default'),(967,3808,'_wpb_vc_js_status','false'),(968,3808,'_elementor_edit_mode','builder'),(969,3808,'_elementor_template_type','wp-post'),(970,3808,'_elementor_version','2.9.11'),(971,3808,'_elementor_data','[{\"id\":\"291b651\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"bg-gradient-primary\"},\"elements\":[{\"id\":\"689e974\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a4e11de\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18771d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.661},\"elements\":[{\"id\":\"b0b9db7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-logo.png\",\"id\":3478},\"rounded_img\":\"rounded-0\",\"height\":\"40px\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"0b3df79\",\"elType\":\"widget\",\"settings\":{\"content\":\"Say hello to the most advanced multipurpose WordPress theme ever made on themeforest.\",\"size\":\"text-24\",\"secondary_font\":\"secondary-font\",\"content_color\":\"dark-opacity-5\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"200\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true},{\"id\":\"13866d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732,\"content_position\":\"center\"},\"elements\":[{\"id\":\"040ad2d\",\"elType\":\"widget\",\"settings\":{\"content\":\"Reinventing the way you create websites, say hi to the most powerful WordPress theme available on the market.\",\"size\":\"text-24\",\"bold\":\"\",\"content_color\":\"dark-opacity-5\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"200\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true},{\"id\":\"15a5d23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.891,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"21d25e6\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"icon\":\"pixicon-facebook3\",\"item_link\":\"#\",\"has_color\":\"\",\"item_color\":\"\",\"item_custom_color\":\"\",\"_id\":\"7048e28\"},{\"icon\":\"pixicon-twitter\",\"item_link\":\"#\",\"has_color\":\"\",\"item_color\":\"\",\"item_custom_color\":\"\",\"_id\":\"0708e4a\"},{\"icon\":\"pixicon-instagram2\",\"item_link\":\"#\",\"has_color\":\"\",\"item_color\":\"\",\"item_custom_color\":\"\",\"_id\":\"527c044\"},{\"icon\":\"pixicon-snapchat\",\"item_link\":\"#\",\"has_color\":\"\",\"item_color\":\"\",\"item_custom_color\":\"\",\"_id\":\"acd5d1f\"}],\"item_size\":\"custom\",\"item_custom_size\":\"30px\",\"items_color\":\"dark-opacity-5\",\"items_style\":\"1\",\"animation\":\"fade-in-up\",\"delay\":\"400\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63b7c33\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(10, 10, 10, 0.1)\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa0e76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48d6b0e\",\"elType\":\"widget\",\"settings\":{\"content\":\"<strong>Essentials<\\/strong> by <strong>pixfort<\\/strong> \\u00a9 All rights reserved\",\"secondary_font\":\"secondary-font\",\"content_color\":\"dark-opacity-5\",\"position\":\"text-center\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(972,3808,'_elementor_controls_usage','a:5:{s:7:\"pix-img\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"image\";i:1;s:11:\"rounded_img\";i:1;s:6:\"height\";i:1;}}}}s:8:\"pix-text\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:10:{s:7:\"content\";i:3;s:4:\"size\";i:2;s:14:\"secondary_font\";i:2;s:13:\"content_color\";i:3;s:9:\"max_width\";i:3;s:9:\"animation\";i:3;s:5:\"delay\";i:3;s:4:\"bold\";i:1;s:8:\"position\";i:1;s:17:\"remove_pb_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}}}s:16:\"pix-social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:7:{s:5:\"items\";i:1;s:9:\"item_size\";i:1;s:16:\"item_custom_size\";i:1;s:11:\"items_color\";i:1;s:11:\"items_style\";i:1;s:9:\"animation\";i:1;s:5:\"delay\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:11:\"css_classes\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}}'),(974,13333,'_menu_item_type','custom'),(975,13333,'_menu_item_menu_item_parent','13297'),(976,13333,'_menu_item_object_id','13333'),(977,13333,'_menu_item_object','custom'),(978,13333,'_menu_item_target',''),(979,13333,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(980,13333,'_menu_item_xfn',''),(981,13333,'_menu_item_url','#'),(982,13333,'pix-show-intro','0'),(983,13333,'is_secondary_font','0'),(984,13333,'menu-item-pix_is_column_item','1'),(985,13333,'menu-item-pix_is_column_padding','1'),(986,13333,'menu-item-pix_columns_number','3'),(987,13333,'menu-item-pix_columns_line','pix-menu-line-right'),(988,13333,'menu-item-pix_box_style','default'),(989,13334,'_menu_item_type','custom'),(990,13334,'_menu_item_menu_item_parent','13297'),(991,13334,'_menu_item_object_id','13334'),(992,13334,'_menu_item_object','custom'),(993,13334,'_menu_item_target',''),(994,13334,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(995,13334,'_menu_item_xfn',''),(996,13334,'_menu_item_url','#'),(997,13334,'pix-show-intro','0'),(998,13334,'is_secondary_font','0'),(999,13334,'menu-item-pix_is_column_item','1'),(1000,13334,'menu-item-pix_columns_number','3'),(1001,13334,'menu-item-pix_columns_line','none'),(1002,13334,'menu-item-pix_box_style','default'),(1003,13334,'menu-item-pix_is_column_padding','1'),(1004,13335,'_menu_item_type','custom'),(1005,13335,'_menu_item_menu_item_parent','13297'),(1006,13335,'_menu_item_object_id','13335'),(1007,13335,'_menu_item_object','custom'),(1008,13335,'_menu_item_target',''),(1009,13335,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1010,13335,'_menu_item_xfn',''),(1011,13335,'_menu_item_url','#'),(1012,13335,'pix-show-intro','0'),(1013,13335,'is_secondary_font','0'),(1014,13335,'menu-item-pix_is_column_item','1'),(1015,13335,'menu-item-pix_columns_number','12'),(1016,13335,'menu-item-pix_columns_line','none'),(1017,13335,'menu-item-pix_box_style','default'),(1018,13335,'menu-item-pix_hide_column_label','1'),(1021,1208,'_pixfort_likes','0'),(1022,1208,'_pixfort_likes','0'),(1023,1208,'_pixfort_likes','0'),(1024,1208,'pix-show-intro','0'),(1025,1208,'is_secondary_font','0'),(1026,1208,'_pixfort_likes','0'),(1027,1208,'pix-show-intro','0'),(1028,1208,'is_secondary_font','0'),(1029,1208,'_pixfort_likes','0'),(1030,1208,'pix-show-intro','0'),(1031,1208,'is_secondary_font','0'),(1032,1208,'pix-show-intro','0'),(1033,1208,'is_secondary_font','0'),(1034,1208,'pix-show-intro','0'),(1035,1208,'is_secondary_font','0'),(1036,1208,'_pixfort_likes','2'),(1037,1208,'_thumbnail_id','3303'),(1038,1208,'_dp_original','345'),(1039,1208,'pix-post-quote','Everything should be made as simple as possible, but not simpler.'),(1040,1208,'pix-post-quote-citation','Albert Einstein'),(1041,1208,'_wp_old_slug','building-a-new-platform-2'),(1042,1208,'_wxr_import_has_attachment_refs','1'),(1043,1208,'_wxr_import_has_attachment_refs','1'),(1046,1212,'_pixfort_likes','0'),(1047,1212,'_pixfort_likes','0'),(1048,1212,'_pixfort_likes','0'),(1049,1212,'pix-show-intro','0'),(1050,1212,'is_secondary_font','0'),(1051,1212,'_pixfort_likes','0'),(1052,1212,'pix-show-intro','0'),(1053,1212,'is_secondary_font','0'),(1054,1212,'_pixfort_likes','0'),(1055,1212,'pix-show-intro','0'),(1056,1212,'is_secondary_font','0'),(1057,1212,'pix-show-intro','0'),(1058,1212,'is_secondary_font','0'),(1059,1212,'pix-show-intro','0'),(1060,1212,'pix-show-intro','0'),(1061,1212,'is_secondary_font','0'),(1062,1212,'is_secondary_font','0'),(1063,1212,'_pixfort_likes','0'),(1064,1212,'_thumbnail_id','3301'),(1065,1212,'pix-post-quote',''),(1066,1212,'pix-post-quote-citation',''),(1067,1212,'_dp_original','1208'),(1068,1212,'pix-post-link','https://themeforest.net/user/pixfort'),(1069,1212,'_wp_old_slug','great-link-example'),(1070,1212,'_wxr_import_has_attachment_refs','1'),(1071,1212,'_wxr_import_has_attachment_refs','1'),(1074,1217,'_pixfort_likes','0'),(1075,1217,'_pixfort_likes','0'),(1076,1217,'_pixfort_likes','0'),(1077,1217,'pix-show-intro','0'),(1078,1217,'is_secondary_font','0'),(1079,1217,'_pixfort_likes','0'),(1080,1217,'pix-show-intro','0'),(1081,1217,'is_secondary_font','0'),(1082,1217,'_pixfort_likes','0'),(1083,1217,'pix-show-intro','0'),(1084,1217,'is_secondary_font','0'),(1085,1217,'pix-show-intro','0'),(1086,1217,'is_secondary_font','0'),(1087,1217,'pix-show-intro','0'),(1088,1217,'pix-show-intro','0'),(1089,1217,'pix-show-intro','0'),(1090,1217,'is_secondary_font','0'),(1091,1217,'is_secondary_font','0'),(1092,1217,'is_secondary_font','0'),(1093,1217,'_pixfort_likes','0'),(1094,1217,'_thumbnail_id','3302'),(1095,1217,'pix-post-quote',''),(1096,1217,'pix-post-quote-citation',''),(1097,1217,'pix-post-link','https://themeforest.net/user/pixfort'),(1098,1217,'_dp_original','1212'),(1099,1217,'enclosure','https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2020/02/skanews.wav\n2425124\naudio/wav\n'),(1100,1217,'_wp_old_slug','great-audio-example'),(1101,1217,'_wxr_import_has_attachment_refs','1'),(1102,1217,'_wxr_import_has_attachment_refs','1'),(1105,1265,'_pixfort_likes','0'),(1107,1265,'_pixfort_likes','0'),(1108,1265,'_pixfort_likes','0'),(1109,1265,'pix-show-intro','0'),(1110,1265,'is_secondary_font','0'),(1111,1265,'_pixfort_likes','0'),(1112,1265,'pix-show-intro','0'),(1113,1265,'is_secondary_font','0'),(1114,1265,'_pixfort_likes','0'),(1115,1265,'pix-show-intro','0'),(1116,1265,'is_secondary_font','0'),(1117,1265,'pix-show-intro','0'),(1118,1265,'is_secondary_font','0'),(1119,1265,'pix-show-intro','0'),(1120,1265,'pix-show-intro','0'),(1121,1265,'pix-show-intro','0'),(1122,1265,'pix-show-intro','0'),(1123,1265,'is_secondary_font','0'),(1124,1265,'is_secondary_font','0'),(1125,1265,'is_secondary_font','0'),(1126,1265,'is_secondary_font','0'),(1127,1265,'_pixfort_likes','0'),(1128,1265,'_thumbnail_id','3300'),(1129,1265,'pix-post-quote',''),(1130,1265,'pix-post-quote-citation',''),(1131,1265,'pix-post-link','https://themeforest.net/user/pixfort'),(1132,1265,'_dp_original','1217'),(1133,1265,'pix-post-video','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/uM4InNEGHkM\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1134,1265,'_wp_old_slug','great-video-example'),(1135,1265,'_wxr_import_has_attachment_refs','1'),(1136,1265,'_wxr_import_has_attachment_refs','1'),(1139,3106,'_pixfort_likes','0'),(1141,3106,'_pixfort_likes','0'),(1142,3106,'_pixfort_likes','0'),(1143,3106,'pix-show-intro','0'),(1144,3106,'is_secondary_font','0'),(1145,3106,'_pixfort_likes','0'),(1146,3106,'pix-show-intro','0'),(1147,3106,'is_secondary_font','0'),(1148,3106,'pix-show-intro','0'),(1149,3106,'is_secondary_font','0'),(1150,3106,'_pixfort_likes','0'),(1151,3106,'_pixfort_likes','2'),(1152,3106,'pix-show-intro','0'),(1153,3106,'pix-show-intro','0'),(1154,3106,'pix-show-intro','0'),(1155,3106,'is_secondary_font','0'),(1156,3106,'is_secondary_font','0'),(1157,3106,'is_secondary_font','0'),(1158,3106,'_thumbnail_id','3304'),(1159,3106,'pix-post-quote','Everything should be made as simple as possible, but not simpler.'),(1160,3106,'pix-post-quote-citation','Albert Einstein'),(1161,3106,'_dp_original','1208'),(1162,3106,'_wp_old_date','2020-05-13'),(1163,3106,'_wp_old_slug','hello-world-3'),(1164,3106,'_wxr_import_has_attachment_refs','1'),(1165,3106,'_wxr_import_has_attachment_refs','1'),(1166,3124,'pix-show-intro','0'),(1167,3124,'is_secondary_font','0'),(1168,3124,'_wp_page_template','default'),(1169,3124,'pix-popup-size','col-12 col-sm-8'),(1170,3124,'_wpb_vc_js_status','false'),(1171,3124,'_elementor_edit_mode','builder'),(1172,3124,'_elementor_template_type','wp-post'),(1173,3124,'_elementor_version','2.9.11'),(1174,3124,'_elementor_data','[{\"id\":\"98e8265\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"f01cd9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b1a569b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Last updated June 26, 2020\",\"delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"f5c7696\",\"elType\":\"widget\",\"settings\":{\"title\":\"Essentials Cookie Policy Popup\",\"delay\":\"0\",\"title_size\":\"h4\",\"position\":\"text-left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-heading\"},{\"id\":\"badfe1f\",\"elType\":\"widget\",\"settings\":{\"content\":\"This Cookie Policy popup is included with Essentials!\",\"delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"7ade646\",\"elType\":\"widget\",\"settings\":{\"content\":\"This Cookie Policy explains how pixfort (\\\"Company\\\", \\\"we\\\", \\\"us\\\", and \\\"our\\\") uses cookies and similar technologies to recognize you when you visit our websites at https:\\/\\/pixfort.com, (\\\"Websites\\\"). It explains what these technologies are and why we use them, as well as your rights to control our use of them.\\n\\nIn some cases we may use cookies to collect personal information, or that becomes personal information if we combine it with other information.\",\"bold\":\"\",\"delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"6f5e035\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are cookies?\",\"delay\":\"0\",\"title_size\":\"h5\",\"position\":\"text-left\"},\"elements\":[],\"widgetType\":\"pix-heading\"},{\"id\":\"c8143bb\",\"elType\":\"widget\",\"settings\":{\"content\":\"Cookies are small data files that are placed on your computer or mobile device when you visit a website. Cookies are widely used by website owners in order to make their websites work, or to work more efficiently, as well as to provide reporting information.\\n\\nCookies set by the website owner (in this case, pixfort) are called \\\"first party cookies\\\". Cookies set by parties other than the website owner are called \\\"third party cookies\\\". Third party cookies enable third party features or functionality to be provided on or through the website (e.g. like advertising, interactive content and analytics). The parties that set these third party cookies can recognize your computer both when it visits the website in question and also when it visits certain other websites.\",\"bold\":\"\",\"delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"f1cf8b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why do we use cookies?\",\"delay\":\"0\",\"title_size\":\"h5\",\"position\":\"text-left\"},\"elements\":[],\"widgetType\":\"pix-heading\"},{\"id\":\"7c58a07\",\"elType\":\"widget\",\"settings\":{\"content\":\"We use first and third party cookies for several reasons. Some cookies are required for technical reasons in order for our Websites to operate, and we refer to these as \\\"essential\\\" or \\\"strictly necessary\\\" cookies. Other cookies also enable us to track and target the interests of our users to enhance the experience on our Online Properties. Third parties serve cookies through our Websites for advertising, analytics and other purposes. This is described in more detail below.\\n\\nThe specific types of first and third party cookies served through our Websites and the purposes they perform are described below (please note that the specific cookies served may vary depending on the specific Online Properties you visit):\",\"bold\":\"\",\"delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"5f5f5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can I control cookies?\",\"delay\":\"0\",\"title_size\":\"h5\",\"position\":\"text-left\"},\"elements\":[],\"widgetType\":\"pix-heading\"},{\"id\":\"5974caf\",\"elType\":\"widget\",\"settings\":{\"content\":\"You have the right to decide whether to accept or reject cookies. You can exercise your cookie rights by setting your preferences in the Cookie Consent Manager. The Cookie Consent Manager allows you to select which categories of cookies you accept or reject. Essential cookies cannot be rejected as they are strictly necessary to provide you with services.\\n<br>\\nThe Cookie Consent Manager can be found in the notification banner and on our website. If you choose to reject cookies, you may still use our website though your access to some functionality and areas of our website may be restricted. You may also set or amend your web browser controls to accept or refuse cookies. As the means by which you can refuse cookies through your web browser controls vary from browser-to-browser, you should visit your browser\'s help menu for more information.\",\"bold\":\"\",\"delay\":\"0\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"0f0e6bb\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Have a question? Contact us today\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"primary-light\",\"btn_icon\":\"pixicon-phone\",\"btn_icon_animation\":\"yes\",\"btn_full\":\"yes\",\"btn_anim_delay\":\"400\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1175,3124,'_elementor_controls_usage','a:6:{s:9:\"pix-badge\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"text\";i:1;}}}}s:11:\"pix-heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}s:13:\"title_section\";a:2:{s:10:\"title_size\";i:4;s:8:\"position\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:8:\"pix-text\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:7:\"content\";i:5;s:4:\"bold\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:10:\"pix-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:8:\"btn_text\";i:1;s:8:\"btn_link\";i:1;s:9:\"btn_color\";i:1;s:8:\"btn_icon\";i:1;s:18:\"btn_icon_animation\";i:1;s:8:\"btn_full\";i:1;s:14:\"btn_anim_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(1176,3211,'pix-show-intro','0'),(1177,3211,'is_secondary_font','0'),(1178,3211,'_wp_page_template','default'),(1179,3211,'pix-popup-size','col-12 col-sm-6'),(1180,3211,'_wpb_vc_js_status','false'),(1181,3211,'_elementor_edit_mode','builder'),(1182,3211,'_elementor_template_type','wp-post'),(1183,3211,'_elementor_version','2.9.11'),(1184,3211,'_elementor_data','[{\"id\":\"d5128cd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/popups\\/wp-content\\/uploads\\/sites\\/32\\/2020\\/06\\/bg-6.png\",\"id\":3045},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"73d4abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"442889c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Beautiful application screens\",\"text_color\":\"white\",\"bg_color\":\"dark-opacity-2\",\"element_div\":\"text-center\",\"delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"ce4fddf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/popups\\/wp-content\\/uploads\\/sites\\/32\\/2020\\/06\\/download-popup.png\",\"id\":3056},\"rounded_img\":\"rounded-0\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"pix_infinite_animation\":\"pix-bounce-sm\",\"pix_infinite_speed\":\"pix-duration-md\",\"img_div\":\"text-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"14bc543\",\"elType\":\"widget\",\"settings\":{\"content\":\"Download Popup\",\"max_width\":\"800px\",\"secondary_font\":\"secondary-font\",\"size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"1c06d2a\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"size\":\"text-18\",\"bold\":\"\",\"content_color\":\"body-default\",\"position\":\"text-center\",\"max_width\":\"480px\",\"delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"30cd72c\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_target\":\"true\",\"btn_style\":\"blink\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_effect\":\"3\",\"btn_hover_effect\":\"3\",\"btn_icon\":\"pixicon-arrow-circle-down\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_anim_delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-button\"},{\"id\":\"88e8cf4\",\"elType\":\"widget\",\"settings\":{\"circles\":[{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/popups\\/wp-content\\/uploads\\/sites\\/32\\/2020\\/06\\/icon-circle-1.png\",\"id\":3059},\"title\":\"Secure Platform\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"bf28100\"},{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/popups\\/wp-content\\/uploads\\/sites\\/32\\/2020\\/06\\/icon-circle-2.png\",\"id\":3060},\"title\":\"Worldwide\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"85f00d5\"},{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/popups\\/wp-content\\/uploads\\/sites\\/32\\/2020\\/06\\/icon-circle-3.png\",\"id\":3061},\"title\":\"Online Shop\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"354b7a6\"}],\"effect\":\"2\",\"hover_effect\":\"2\",\"circles_align\":\"justify-content-center\",\"btn_text\":\"\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-circles\"}],\"isInner\":false}],\"isInner\":false}]'),(1185,3211,'_elementor_controls_usage','a:8:{s:9:\"pix-badge\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"text_color\";i:1;s:8:\"bg_color\";i:1;s:11:\"element_div\";i:1;}}}}s:7:\"pix-img\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"image\";i:1;s:11:\"rounded_img\";i:1;s:22:\"pix_infinite_animation\";i:1;s:18:\"pix_infinite_speed\";i:1;s:7:\"img_div\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"pix-sliding-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:7:\"content\";i:1;s:9:\"max_width\";i:1;}s:13:\"title_section\";a:2:{s:14:\"secondary_font\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:8:\"pix-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:6:{s:7:\"content\";i:1;s:4:\"size\";i:1;s:4:\"bold\";i:1;s:13:\"content_color\";i:1;s:8:\"position\";i:1;s:9:\"max_width\";i:1;}}}}s:10:\"pix-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_button\";a:12:{s:8:\"btn_text\";i:1;s:8:\"btn_link\";i:1;s:10:\"btn_target\";i:1;s:9:\"btn_style\";i:1;s:9:\"btn_color\";i:1;s:14:\"btn_text_color\";i:1;s:8:\"btn_size\";i:1;s:10:\"btn_effect\";i:1;s:16:\"btn_hover_effect\";i:1;s:8:\"btn_icon\";i:1;s:18:\"btn_icon_animation\";i:1;s:7:\"btn_div\";i:1;}}}}s:11:\"pix-circles\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:4:{s:7:\"circles\";i:1;s:6:\"effect\";i:1;s:12:\"hover_effect\";i:1;s:13:\"circles_align\";i:1;}s:14:\"section_button\";a:1:{s:8:\"btn_text\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(1186,3211,'_wxr_import_has_attachment_refs','1'),(1187,3211,'_wxr_import_has_attachment_refs','1'),(1188,13336,'_elementor_edit_mode','builder'),(1189,13336,'_elementor_template_type','wp-page'),(1190,13336,'_elementor_version','2.9.13'),(1191,13336,'_wp_page_template','default'),(1192,13336,'_elementor_data','[{\"id\":\"ee9ba0d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"dd3f253\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"81aa816\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\",\"id\":3663},\"alt\":\"\",\"title\":\"Think you know Bold? Think deeper.\",\"text\":\"\",\"btn_text\":\"Purchase Essentials\",\"link\":\"http:\\/\\/pixfort.website\\/redirect?to=essentials\",\"target\":\"yes\",\"_id\":\"836cc5b\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-1.jpg\",\"id\":3665},\"alt\":\"\",\"title\":\"Build an online business in minutes.\",\"text\":\"\",\"btn_text\":\"Purchase Essentials\",\"link\":\"http:\\/\\/pixfort.website\\/redirect?to=essentials\",\"target\":\"yes\",\"_id\":\"501cf0b\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-3.jpg\",\"id\":3666},\"alt\":\"\",\"title\":\"Think you know Bold? Think deeper.\",\"text\":\"\",\"btn_text\":\"Purchase Essentials\",\"link\":\"http:\\/\\/pixfort.website\\/redirect?to=essentials\",\"target\":\"yes\",\"_id\":\"9e2daea\"}],\"rounded_img\":\"rounded-10\",\"align\":\"text-center\",\"nav_style\":\"circles\",\"overlay_color\":\"gradient-primary\",\"overlay_opacity\":\"pix-opacity-2\",\"delay\":\"0\",\"secondary_font\":\"secondary-font\",\"title_color\":\"white\",\"title_size\":\"h1\",\"btn_color\":\"gray-8\",\"btn_size\":\"xl\",\"btn_rounded\":\"btn-rounded\",\"btn_effect\":\"6\",\"btn_hover_effect\":\"6\",\"btn_icon\":\"pixicon-bag-2\",\"btn_icon_animation\":\"yes\",\"_z_index\":1,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07aa361\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#F8F9FA\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"z_index\":0},\"elements\":[{\"id\":\"4f9bda0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e22772\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Creating Beautiful Sites Today with Essentials\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/05\\/portfolio-10.jpg\",\"id\":2762},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"secondary\",\"hover_overlay_opacity\":\"pix-hover-opacity-2\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-120\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"white\",\"btn_size\":\"lg\",\"btn_icon\":\"pixicon-bars-menu\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"},{\"id\":\"bd62c60\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\"},\"elements\":[{\"id\":\"dd7ccd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c72a0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Speed Test Results\",\"text_color\":\"heading-default\",\"bg_color\":\"gray-1\",\"element_div\":\"text-center\",\"animation\":\"fade-in-left\",\"delay\":\"600\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"e2d6ea9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6020b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e3518c7\",\"elType\":\"widget\",\"settings\":{\"percent\":\"75\",\"title\":\"Our Solution\",\"text\":\"\",\"color1\":\"#3AC4FF\",\"color2\":\"#037EF3\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"p_size\":\"h6\",\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"pix-chart\"}],\"isInner\":true},{\"id\":\"649273c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"639364b\",\"elType\":\"widget\",\"settings\":{\"percent\":\"55\",\"title\":\"Competitors speed\",\"text\":\"\",\"color1\":\"#FFDD00\",\"color2\":\"#FBB034\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"p_size\":\"h6\",\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"pix-chart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f8cb4c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Creating Beautiful Sites Today with Essentials\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/05\\/p-item-13.jpg\",\"id\":2803},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"heading-default\",\"overlay_opacity\":\"pix-opacity-10\",\"hover_overlay_opacity\":\"pix-hover-opacity-0\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-120\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"white\",\"btn_size\":\"lg\",\"btn_icon\":\"pixicon-bars-menu\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"}],\"isInner\":false},{\"id\":\"d53f973\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8c870ed\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"14138a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bd25277\",\"elType\":\"widget\",\"settings\":{\"text\":\"LIMITED TIME DISCOUNT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-center\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"7a31ea2\",\"elType\":\"widget\",\"settings\":{\"content\":\"We Provide Robust Services For Every Type of Business.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"1bd6ff2\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"position\":\"text-center\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"8bfd772\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Learn more about pricing\",\"btn_link\":\"#pix_section_pricing\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2877ed6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"08d4a50\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\"},\"elements\":[{\"id\":\"98b7f5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5527af\",\"elType\":\"widget\",\"settings\":{\"text\":\"List of Skills\",\"text_color\":\"heading-default\",\"bg_color\":\"gray-1\",\"element_div\":\"text-center\",\"animation\":\"fade-in-left\",\"delay\":\"600\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"a920c2a\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"title\":\"WordPress\",\"value\":\"90\",\"text_color\":\"heading-default\",\"text_custom_color\":\"\",\"item_color\":\"gradient-primary\",\"item_custom_color\":\"\",\"bg_color\":\"dark-opacity-1\",\"bg_custom_color\":\"\",\"_id\":\"e7de764\"},{\"title\":\"Marketing\",\"value\":\"65\",\"text_color\":\"heading-default\",\"text_custom_color\":\"\",\"item_color\":\"gradient-primary\",\"item_custom_color\":\"\",\"bg_color\":\"dark-opacity-1\",\"bg_custom_color\":\"\",\"_id\":\"9a16882\"},{\"title\":\"Web Design\",\"value\":\"80\",\"text_color\":\"heading-default\",\"text_custom_color\":\"\",\"item_color\":\"gradient-primary\",\"item_custom_color\":\"\",\"bg_color\":\"dark-opacity-1\",\"bg_custom_color\":\"\",\"_id\":\"d64e155\"}]},\"elements\":[],\"widgetType\":\"pix-progress-bars\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2232390\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build premium products for the web.\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2019\\/12\\/main-stack-image-3.jpg\",\"id\":120},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"gradient-primary\",\"hover_overlay_opacity\":\"pix-hover-opacity-2\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-120\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"gray-8\",\"btn_size\":\"lg\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"},{\"id\":\"82a4284\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\"},\"elements\":[{\"id\":\"d98acb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5cd6040\",\"elType\":\"widget\",\"settings\":{\"text\":\"Financial Results\",\"text_color\":\"heading-default\",\"bg_color\":\"gray-1\",\"element_div\":\"text-center\",\"animation\":\"fade-in-left\",\"delay\":\"600\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"305d536\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5914546\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7a195c3\",\"elType\":\"widget\",\"settings\":{\"numbers_style\":\"numbers-stack\",\"text_before\":\"+\",\"number\":\"150\",\"duration\":\"2000\",\"content\":\"Team members\",\"title_color\":\"gradient-primary\",\"title_size\":\"h1\",\"title_display\":\"display-2\",\"content_color\":\"heading-default\",\"content_size\":\"h5\",\"content_position\":\"text-center\"},\"elements\":[],\"widgetType\":\"pix-numbers\"}],\"isInner\":true},{\"id\":\"9ab12d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc9fda8\",\"elType\":\"widget\",\"settings\":{\"numbers_style\":\"numbers-stack\",\"text_before\":\"+\",\"number\":\"8\",\"duration\":\"2000\",\"text_after\":\"K\",\"content\":\"Happy clients\",\"title_color\":\"gradient-primary\",\"title_size\":\"h1\",\"title_display\":\"display-2\",\"content_color\":\"heading-default\",\"content_size\":\"h5\",\"content_position\":\"text-center\"},\"elements\":[],\"widgetType\":\"pix-numbers\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ceaf59e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join our Community\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\",\"id\":3663},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"white\",\"overlay_opacity\":\"pix-opacity-10\",\"hover_overlay_opacity\":\"pix-hover-opacity-2\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-80\",\"title_color\":\"heading-default\",\"title_size\":\"h3\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"gray-8\",\"btn_size\":\"lg\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8259a4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#FFFFFF\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dbd6a5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d88409\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"3cdf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f6da456\",\"elType\":\"widget\",\"settings\":{\"content\":\"We Provide Robust Services For Every Type of Business.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"92b942d\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Learn more about pricing\",\"btn_link\":\"#pix_section_pricing\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d313e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba98d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-1.png\",\"id\":3673},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"d4d2e7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-2.jpg\",\"id\":3676},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"38d3bd6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-3.png\",\"id\":3677},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a34f657\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"290403a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#111111\",\"background_color_b\":\"#333333\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]}},\"elements\":[{\"id\":\"62d824c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":809,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#111111\",\"background_color_b\":\"#333333\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"pix-scale-in\"},\"elements\":[{\"id\":\"9a66973\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0061cbe\",\"elType\":\"widget\",\"settings\":{\"text\":\"LIMITED TIME DISCOUNT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"dark-opacity-7\",\"bg_color\":\"gradient-primary\",\"style\":\"6\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"2475789\",\"elType\":\"widget\",\"settings\":{\"content\":\"Build a business with affordable prices.\",\"position\":\"left\",\"secondary_font\":\"secondary-font\",\"text_color\":\"white\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"11457df\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"size\":\"text-24\",\"bold\":\"\",\"content_color\":\"light-opacity-7\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"895c61d\",\"elType\":\"widget\",\"settings\":{\"content\":\"It\\u2019s a magical piece of glass.[pix_br]\\nIt\\u2019s so fast most PC laptops can\\u2019t catch up.\",\"size\":\"text-20\",\"secondary_font\":\"secondary-font\",\"content_color\":\"white\",\"max_width\":\"500px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"1204147\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"content_color\":\"light-opacity-7\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"c558dc3\",\"elType\":\"widget\",\"settings\":{\"content\":\"It\\u2019s a magical piece of glass.[pix_br]\\nIt\\u2019s so fast most PC laptops can\\u2019t catch up.\",\"size\":\"text-20\",\"secondary_font\":\"secondary-font\",\"content_color\":\"white\",\"max_width\":\"500px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"2d6bcec\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"content_color\":\"light-opacity-7\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"5188955\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-1.png\",\"id\":3679},\"alt\":\"\",\"link\":\"\",\"target\":\"yes\",\"_id\":\"6bb6e44\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-2.png\",\"id\":3681},\"alt\":\"\",\"link\":\"\",\"target\":\"yes\",\"_id\":\"c0f96b9\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-3.png\",\"id\":3682},\"alt\":\"\",\"link\":\"\",\"target\":\"yes\",\"_id\":\"d96c29a\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-4.png\",\"id\":3683},\"alt\":\"\",\"link\":\"\",\"target\":\"yes\",\"_id\":\"cddb40d\"}],\"rounded_img\":\"rounded-10\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"add_hover_effect\":\"2\",\"slider_num\":\"1\",\"slider_effect\":\"pix-circular-left\",\"prevnextbuttons\":\"\",\"dots_style\":\"light-dots\",\"cellalign\":\"left\",\"cellpadding\":\"pix-p-20\",\"autoplay_time\":\"1500\",\"visible_y\":\"pix-overflow-y-visible\",\"visible_overflow\":\"pix-overflow-all-visible\",\"slider_wrap\":\"\"},\"elements\":[],\"widgetType\":\"pix-img-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e821e9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4042d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":9.978},\"elements\":[],\"isInner\":false},{\"id\":\"f4562d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.39},\"elements\":[{\"id\":\"5137b66\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"112cdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beb5eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"TOP SELLER THEME\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"e789ff1\",\"elType\":\"widget\",\"settings\":{\"content\":\"Made for any type of business worldwide.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"201d123\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"45c733c\",\"elType\":\"widget\",\"settings\":{\"circles\":[{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-3.jpg\",\"id\":3666},\"title\":\"Secure Platform\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"2debfee\"},{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\",\"id\":3663},\"title\":\"Worldwide\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"03bf9dc\"},{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-1.jpg\",\"id\":3665},\"title\":\"Online Shop\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"998ffa8\"}],\"btn_text\":\"Check all categories\",\"btn_link\":\"#\",\"btn_style\":\"link\",\"btn_color\":\"gray-5\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-circles\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bde9c9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.965},\"elements\":[{\"id\":\"c5a62fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-1.png\",\"id\":3685},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e1c9649\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"8cf94ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"db8235d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-2.jpg\",\"id\":3687},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false},{\"id\":\"44c5f25\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e3d3ca\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"7080a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fd6e46\",\"elType\":\"widget\",\"settings\":{\"text\":\"SPECIAL OFFER BY PIXFORT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"42af88f\",\"elType\":\"widget\",\"settings\":{\"content\":\"Create cool & colorful boxes in seconds.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"6fabc2c\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"16249f0\",\"elType\":\"widget\",\"settings\":{\"media_type\":\"icon\",\"char\":\"1\",\"icon\":\"pixicon-speedometer\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"icon_color\":\"body-default\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-icon\"},{\"id\":\"b914dc7\",\"elType\":\"widget\",\"settings\":{\"media_type\":\"icon\",\"char\":\"1\",\"icon\":\"pixicon-add-slides\",\"animation\":\"fade-in-up\",\"delay\":\"400\",\"icon_color\":\"body-default\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-icon\"},{\"id\":\"9961a00\",\"elType\":\"widget\",\"settings\":{\"media_type\":\"icon\",\"char\":\"1\",\"icon\":\"pixicon-bag-5\",\"animation\":\"fade-in-up\",\"delay\":\"600\",\"icon_color\":\"body-default\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e651c65\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d9fd575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-3.jpg\",\"id\":3688},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52f8862\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":1,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9276ebe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ce120b1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a643289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a636319\",\"elType\":\"widget\",\"settings\":{\"text\":\"IMPROVED USER INTERFACE\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"f61357e\",\"elType\":\"widget\",\"settings\":{\"content\":\"It\'s super easy to use Essentials theme.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"94ff9b8\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"706a679\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-4.jpg\",\"id\":3703},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false},{\"id\":\"a8f52ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d851bd4\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"035da96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7317a\",\"elType\":\"widget\",\"settings\":{\"text\":\"EXCLUSIVE PRODUCT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"8e2b050\",\"elType\":\"widget\",\"settings\":{\"content\":\"Join the best web development platform.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"4335a98\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"8ac37e8\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase a License\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"13f83e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b0ddcc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-5.jpg\",\"id\":3705},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"63f520d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e52ed90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d11b75\",\"elType\":\"widget\",\"settings\":{\"text\":\"SUPER EASY TO USE\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"a86040c\",\"elType\":\"widget\",\"settings\":{\"content\":\"No need to write a single line of code.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"182e7b3\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d62f1ec\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#F8F9FA\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0},\"elements\":[{\"id\":\"b9d9e2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"88ced80\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\"},\"elements\":[{\"id\":\"b42f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"821fb57\",\"elType\":\"widget\",\"settings\":{\"text\":\"JOIN US TODAY\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"e6df2fa\",\"elType\":\"widget\",\"settings\":{\"content\":\"We Provide Robust Services For Everyone.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"eb14f21\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase a License\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebb5570\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ac16d88\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ask Us a Question\",\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"media_type\":\"duo_icon\",\"pix_duo_icon\":\"air-conditioning\",\"char\":\"1\",\"icon_position\":\"left\",\"animation\":\"fade-in-up\",\"delay\":\"400\",\"padding_title\":\"\",\"content_color\":\"body-default\",\"content_size\":\"text-18\",\"content_bold\":\"\",\"padding_content\":\"10px\",\"icon_color\":\"gradient-primary\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-feature\"},{\"id\":\"ab2a6cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlimited possibilities\",\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"media_type\":\"duo_icon\",\"pix_duo_icon\":\"layout-top-panel-3\",\"char\":\"1\",\"icon_position\":\"left\",\"animation\":\"fade-in-up\",\"delay\":\"600\",\"padding_title\":\"\",\"content_color\":\"body-default\",\"content_size\":\"text-18\",\"content_bold\":\"\",\"padding_content\":\"10px\",\"icon_color\":\"gradient-primary\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-feature\"},{\"id\":\"0ba60cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Customize\",\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"media_type\":\"duo_icon\",\"pix_duo_icon\":\"horizontal\",\"char\":\"1\",\"icon_position\":\"left\",\"animation\":\"fade-in-up\",\"delay\":\"800\",\"padding_title\":\"\",\"content_color\":\"body-default\",\"content_size\":\"text-18\",\"content_bold\":\"\",\"padding_content\":\"10px\",\"icon_color\":\"gradient-primary\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-feature\"}],\"isInner\":false},{\"id\":\"4c85f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"052d0ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-cta.png\",\"id\":3693},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"secondary\",\"hover_overlay_opacity\":\"pix-hover-opacity-4\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-pt-200 pix-pb-40\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"white\",\"btn_size\":\"lg\",\"btn_icon\":\"pixicon-bag-2\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\",\"overlay_opacity\":\"pix-opacity-10\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e279d3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":883,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":3663,\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\"}],\"background_slideshow_background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a28ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"8825f4b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c2e5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets_mobile\":0},\"elements\":[{\"id\":\"5fd7771\",\"elType\":\"widget\",\"settings\":{\"embed_code\":\"<iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/uM4InNEGHkM\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen autoplay=\\\"autoplay\\\"><\\/iframe>\",\"aspect\":\"embed-responsive-16by9\",\"animation\":\"fade-in-up\",\"delay\":\"0\",\"size\":\"100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-video-popup\"},{\"id\":\"e50922e\",\"elType\":\"widget\",\"settings\":{\"content\":\"Get The Most Advanced WordPress Theme on Earth!\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"max_width\":\"800px\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"20b6b86\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase a License\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1193,13336,'_elementor_controls_usage','a:17:{s:10:\"pix-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_title\";a:6:{s:5:\"items\";i:1;s:11:\"rounded_img\";i:1;s:5:\"align\";i:1;s:9:\"nav_style\";i:1;s:13:\"overlay_color\";i:1;s:15:\"overlay_opacity\";i:1;}s:13:\"title_section\";a:3:{s:14:\"secondary_font\";i:1;s:11:\"title_color\";i:1;s:10:\"title_size\";i:1;}s:14:\"section_button\";a:7:{s:9:\"btn_color\";i:1;s:8:\"btn_size\";i:1;s:11:\"btn_rounded\";i:1;s:10:\"btn_effect\";i:1;s:16:\"btn_hover_effect\";i:1;s:8:\"btn_icon\";i:1;s:18:\"btn_icon_animation\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_z_index\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:37;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:37;s:16:\"content_position\";i:1;s:5:\"align\";i:2;s:28:\"space_between_widgets_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:9;s:6:\"layout\";i:7;s:13:\"content_width\";i:2;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:14;s:16:\"background_color\";i:13;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_slideshow_gallery\";i:1;s:36:\"background_slideshow_background_size\";i:1;}s:21:\"section_shape_divider\";a:4:{s:20:\"shape_divider_bottom\";i:2;s:26:\"shape_divider_bottom_color\";i:2;s:27:\"shape_divider_bottom_height\";i:2;s:25:\"shape_divider_bottom_flip\";i:2;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:5;s:7:\"padding\";i:12;s:11:\"css_classes\";i:11;s:7:\"z_index\";i:4;s:14:\"padding_mobile\";i:2;}}}}s:10:\"pix-3d-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_title\";a:10:{s:5:\"title\";i:5;s:6:\"bg_img\";i:5;s:13:\"content_align\";i:5;s:11:\"rounded_img\";i:5;s:13:\"overlay_color\";i:5;s:21:\"hover_overlay_opacity\";i:5;s:9:\"animation\";i:5;s:5:\"delay\";i:5;s:13:\"extra_classes\";i:5;s:15:\"overlay_opacity\";i:3;}s:16:\"section_advanced\";a:2:{s:11:\"title_color\";i:5;s:10:\"title_size\";i:1;}s:14:\"section_button\";a:6:{s:8:\"btn_text\";i:5;s:8:\"btn_link\";i:5;s:9:\"btn_color\";i:5;s:8:\"btn_size\";i:5;s:8:\"btn_icon\";i:3;s:18:\"btn_icon_animation\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:12:\"_css_classes\";i:5;}}}}s:9:\"pix-badge\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:4:\"text\";i:11;s:14:\"secondary_font\";i:8;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:6:{s:10:\"text_color\";i:11;s:8:\"bg_color\";i:11;s:11:\"element_div\";i:10;s:9:\"animation\";i:11;s:5:\"delay\";i:11;s:5:\"style\";i:8;}}}}s:9:\"pix-chart\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:7:{s:7:\"percent\";i:2;s:5:\"title\";i:2;s:4:\"text\";i:2;s:6:\"color1\";i:2;s:6:\"color2\";i:2;s:9:\"animation\";i:2;s:5:\"delay\";i:2;}s:15:\"percent_section\";a:1:{s:6:\"p_size\";i:2;}s:13:\"title_section\";a:1:{s:10:\"title_size\";i:2;}}}}s:16:\"pix-sliding-text\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:3:{s:7:\"content\";i:10;s:8:\"position\";i:7;s:9:\"max_width\";i:1;}s:13:\"title_section\";a:3:{s:14:\"secondary_font\";i:10;s:4:\"size\";i:9;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:10;s:15:\"_padding_mobile\";i:1;}}}}s:8:\"pix-text\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:10:{s:7:\"content\";i:11;s:4:\"size\";i:9;s:4:\"bold\";i:7;s:13:\"content_color\";i:11;s:8:\"position\";i:1;s:9:\"max_width\";i:11;s:9:\"animation\";i:11;s:5:\"delay\";i:11;s:17:\"remove_pb_padding\";i:8;s:14:\"secondary_font\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:10:\"pix-button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_button\";a:14:{s:8:\"btn_text\";i:5;s:8:\"btn_link\";i:5;s:9:\"btn_style\";i:5;s:9:\"btn_color\";i:5;s:14:\"btn_text_color\";i:5;s:8:\"btn_size\";i:5;s:11:\"btn_rounded\";i:5;s:16:\"btn_hover_effect\";i:5;s:8:\"btn_icon\";i:5;s:17:\"btn_icon_position\";i:5;s:18:\"btn_icon_animation\";i:5;s:7:\"btn_div\";i:3;s:13:\"btn_animation\";i:5;s:14:\"btn_anim_delay\";i:5;}}}}s:17:\"pix-progress-bars\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"items\";i:1;}}}}s:11:\"pix-numbers\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:6:{s:13:\"numbers_style\";i:2;s:11:\"text_before\";i:2;s:6:\"number\";i:2;s:8:\"duration\";i:2;s:7:\"content\";i:2;s:10:\"text_after\";i:1;}s:13:\"title_section\";a:3:{s:11:\"title_color\";i:2;s:10:\"title_size\";i:2;s:13:\"title_display\";i:2;}s:12:\"text_section\";a:3:{s:13:\"content_color\";i:2;s:12:\"content_size\";i:2;s:16:\"content_position\";i:2;}}}}s:7:\"pix-img\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:3:{s:5:\"image\";i:8;s:11:\"rounded_img\";i:8;s:12:\"pix_scale_in\";i:8;}s:19:\"section_pix_effects\";a:1:{s:5:\"style\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:8;}}}}s:16:\"pix-img-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"items\";i:1;s:11:\"rounded_img\";i:1;}s:19:\"section_pix_effects\";a:1:{s:16:\"add_hover_effect\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:10:\"slider_num\";i:1;s:13:\"slider_effect\";i:1;s:15:\"prevnextbuttons\";i:1;s:10:\"dots_style\";i:1;s:9:\"cellalign\";i:1;s:11:\"cellpadding\";i:1;s:9:\"visible_y\";i:1;s:16:\"visible_overflow\";i:1;s:11:\"slider_wrap\";i:1;}}}}s:11:\"pix-circles\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:7:\"circles\";i:1;}s:14:\"section_button\";a:7:{s:8:\"btn_text\";i:1;s:8:\"btn_link\";i:1;s:9:\"btn_style\";i:1;s:9:\"btn_color\";i:1;s:8:\"btn_icon\";i:1;s:17:\"btn_icon_position\";i:1;s:18:\"btn_icon_animation\";i:1;}}}}s:8:\"pix-icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:4:{s:10:\"media_type\";i:3;s:4:\"icon\";i:3;s:9:\"animation\";i:3;s:5:\"delay\";i:3;}s:12:\"icon_section\";a:2:{s:10:\"icon_color\";i:3;s:9:\"icon_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:3;}}}}s:11:\"pix-feature\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:13:\"section_title\";a:7:{s:5:\"title\";i:3;s:7:\"content\";i:3;s:10:\"media_type\";i:3;s:12:\"pix_duo_icon\";i:3;s:13:\"icon_position\";i:3;s:9:\"animation\";i:3;s:5:\"delay\";i:3;}s:13:\"title_section\";a:1:{s:13:\"padding_title\";i:3;}s:15:\"content_section\";a:4:{s:13:\"content_color\";i:3;s:12:\"content_size\";i:3;s:12:\"content_bold\";i:3;s:15:\"padding_content\";i:3;}s:12:\"icon_section\";a:2:{s:10:\"icon_color\";i:3;s:9:\"icon_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:15:\"pix-video-popup\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:10:\"embed_code\";i:1;s:6:\"aspect\";i:1;s:9:\"animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}}'),(1194,13337,'_wp_page_template','default'),(1195,13337,'_elementor_edit_mode','builder'),(1196,13337,'_elementor_template_type','wp-post'),(1197,13337,'_elementor_version','2.9.11'),(1198,13337,'_elementor_data','[{\"id\":\"291b651\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"bg-gradient-primary\"},\"elements\":[{\"id\":\"689e974\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a4e11de\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18771d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.661},\"elements\":[{\"id\":\"b0b9db7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-logo.png\",\"id\":3478},\"rounded_img\":\"rounded-0\",\"height\":\"40px\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"0b3df79\",\"elType\":\"widget\",\"settings\":{\"content\":\"Say hello to the most advanced multipurpose WordPress theme ever made on themeforest.\",\"size\":\"text-24\",\"secondary_font\":\"secondary-font\",\"content_color\":\"dark-opacity-5\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"200\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true},{\"id\":\"13866d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.732,\"content_position\":\"center\"},\"elements\":[{\"id\":\"040ad2d\",\"elType\":\"widget\",\"settings\":{\"content\":\"Reinventing the way you create websites, say hi to the most powerful WordPress theme available on the market.\",\"size\":\"text-24\",\"bold\":\"\",\"content_color\":\"dark-opacity-5\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"200\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true},{\"id\":\"15a5d23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.891,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"21d25e6\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"icon\":\"pixicon-facebook3\",\"item_link\":\"#\",\"has_color\":\"\",\"item_color\":\"\",\"item_custom_color\":\"\",\"_id\":\"7048e28\"},{\"icon\":\"pixicon-twitter\",\"item_link\":\"#\",\"has_color\":\"\",\"item_color\":\"\",\"item_custom_color\":\"\",\"_id\":\"0708e4a\"},{\"icon\":\"pixicon-instagram2\",\"item_link\":\"#\",\"has_color\":\"\",\"item_color\":\"\",\"item_custom_color\":\"\",\"_id\":\"527c044\"},{\"icon\":\"pixicon-snapchat\",\"item_link\":\"#\",\"has_color\":\"\",\"item_color\":\"\",\"item_custom_color\":\"\",\"_id\":\"acd5d1f\"}],\"item_size\":\"custom\",\"item_custom_size\":\"30px\",\"items_color\":\"dark-opacity-5\",\"items_style\":\"1\",\"animation\":\"fade-in-up\",\"delay\":\"400\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63b7c33\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(10, 10, 10, 0.1)\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa0e76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48d6b0e\",\"elType\":\"widget\",\"settings\":{\"content\":\"<strong>Essentials<\\/strong> by <strong>pixfort<\\/strong> \\u00a9 All rights reserved\",\"secondary_font\":\"secondary-font\",\"content_color\":\"dark-opacity-5\",\"position\":\"text-center\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1199,13337,'_elementor_controls_usage','a:5:{s:7:\"pix-img\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"image\";i:1;s:11:\"rounded_img\";i:1;s:6:\"height\";i:1;}}}}s:8:\"pix-text\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:10:{s:7:\"content\";i:3;s:4:\"size\";i:2;s:14:\"secondary_font\";i:2;s:13:\"content_color\";i:3;s:9:\"max_width\";i:3;s:9:\"animation\";i:3;s:5:\"delay\";i:3;s:4:\"bold\";i:1;s:8:\"position\";i:1;s:17:\"remove_pb_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}}}s:16:\"pix-social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:7:{s:5:\"items\";i:1;s:9:\"item_size\";i:1;s:16:\"item_custom_size\";i:1;s:11:\"items_color\";i:1;s:11:\"items_style\";i:1;s:9:\"animation\";i:1;s:5:\"delay\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:11:\"css_classes\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}}'),(1202,3714,'_elementor_page_assets','a:0:{}'),(1204,3808,'_elementor_page_assets','a:0:{}'),(1206,3211,'_elementor_page_assets','a:0:{}'),(1209,13339,'is_secondary_font','0'),(1210,13339,'_form','<label> Your name\n [text* your-name autocomplete:name] </label>\n\n<label> Your email\n [email* your-email autocomplete:email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]'),(1211,13339,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:50:\"[_site_title] <wordpress@test.buildfivefriday.com>\";s:4:\"body\";s:163:\"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 [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";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;}'),(1212,13339,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:50:\"[_site_title] <wordpress@test.buildfivefriday.com>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(1213,13339,'_messages','a:12:{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:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";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:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),(1214,13339,'_additional_settings',''),(1215,13339,'_locale','en_US'),(1216,13340,'_wp_attached_file','woocommerce-placeholder.png'),(1217,13340,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12560;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67801;}s:14:\"pix-blog-small\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-622x400.png\";s:5:\"width\";i:622;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92976;}s:19:\"pix-portfolio-small\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39054;}s:7:\"pix-big\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39054;}s:13:\"pix-square-sm\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19852;}s:18:\"pix-woocommerce-xs\";a:5:{s:4:\"file\";s:33:\"woocommerce-placeholder-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1592;}s:18:\"pix-woocommerce-md\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52209;}s:7:\"pix-xxl\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1200x1080.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134600;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1218,13341,'is_secondary_font','0'),(1219,13342,'is_secondary_font','0'),(1220,13343,'is_secondary_font','0'),(1221,13344,'is_secondary_font','0'),(1222,13345,'is_secondary_font','0'),(1223,5,'_elementor_css','a:6:{s:4:\"time\";i:1671554756;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1226,3714,'_edit_lock','1671569136:1'),(1227,3808,'_elementor_css','a:6:{s:4:\"time\";i:1671565041;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1228,13347,'_elementor_edit_mode','builder'),(1229,13347,'_elementor_template_type','wp-page'),(1230,13347,'_elementor_version','3.9.1'),(1231,13347,'_wp_page_template','default'),(1232,13347,'_elementor_data','[{\"id\":\"ee9ba0d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"dd3f253\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"81aa816\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\",\"id\":3663},\"title\":\"Think you know Bold? Think deeper.\",\"btn_text\":\"Purchase Essentials\",\"link\":\"http:\\/\\/pixfort.website\\/redirect?to=essentials\",\"_id\":\"836cc5b\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-1.jpg\",\"id\":3665},\"title\":\"Build an online business in minutes.\",\"btn_text\":\"Purchase Essentials\",\"link\":\"http:\\/\\/pixfort.website\\/redirect?to=essentials\",\"_id\":\"501cf0b\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-3.jpg\",\"id\":3666},\"title\":\"Think you know Bold? Think deeper.\",\"btn_text\":\"Purchase Essentials\",\"link\":\"http:\\/\\/pixfort.website\\/redirect?to=essentials\",\"_id\":\"9e2daea\"}],\"rounded_img\":\"rounded-10\",\"align\":\"text-center\",\"nav_style\":\"circles\",\"overlay_color\":\"gradient-primary\",\"overlay_opacity\":\"pix-opacity-2\",\"delay\":\"0\",\"secondary_font\":\"secondary-font\",\"title_color\":\"white\",\"title_size\":\"h1\",\"btn_color\":\"gray-8\",\"btn_size\":\"xl\",\"btn_rounded\":\"btn-rounded\",\"btn_effect\":\"6\",\"btn_hover_effect\":\"6\",\"btn_icon\":\"pixicon-bag-2\",\"btn_icon_animation\":\"yes\",\"_z_index\":1,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"autoplay_time\":\"2500\",\"btn_anim_delay\":\"0\"},\"elements\":[],\"widgetType\":\"pix-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07aa361\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#F8F9FA\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"z_index\":0,\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4f9bda0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e22772\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Creating Beautiful Sites Today with Essentials\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/05\\/portfolio-10.jpg\",\"id\":2762},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"secondary\",\"hover_overlay_opacity\":\"pix-hover-opacity-2\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-120\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"white\",\"btn_size\":\"lg\",\"btn_icon\":\"pixicon-bars-menu\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"},{\"id\":\"bd62c60\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"dd7ccd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c72a0de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Speed Test Results\",\"text_color\":\"heading-default\",\"bg_color\":\"gray-1\",\"element_div\":\"text-center\",\"animation\":\"fade-in-left\",\"delay\":\"600\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"e2d6ea9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"6020b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e3518c7\",\"elType\":\"widget\",\"settings\":{\"percent\":\"75\",\"title\":\"Our Solution\",\"text\":\"\",\"color1\":\"#3AC4FF\",\"color2\":\"#037EF3\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"p_size\":\"h6\",\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"pix-chart\"}],\"isInner\":true},{\"id\":\"649273c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"639364b\",\"elType\":\"widget\",\"settings\":{\"percent\":\"55\",\"title\":\"Competitors speed\",\"text\":\"\",\"color1\":\"#FFDD00\",\"color2\":\"#FBB034\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"p_size\":\"h6\",\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"pix-chart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f8cb4c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Creating Beautiful Sites Today with Essentials\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/05\\/p-item-13.jpg\",\"id\":2803},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"heading-default\",\"overlay_opacity\":\"pix-opacity-10\",\"hover_overlay_opacity\":\"pix-hover-opacity-0\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-120\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"white\",\"btn_size\":\"lg\",\"btn_icon\":\"pixicon-bars-menu\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"}],\"isInner\":false},{\"id\":\"d53f973\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8c870ed\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"14138a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bd25277\",\"elType\":\"widget\",\"settings\":{\"text\":\"LIMITED TIME DISCOUNT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-center\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"7a31ea2\",\"elType\":\"widget\",\"settings\":{\"content\":\"We Provide Robust Services For Every Type of Business.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"1bd6ff2\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"position\":\"text-center\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"8bfd772\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Learn more about pricing\",\"btn_link\":\"#pix_section_pricing\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2877ed6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"08d4a50\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"98b7f5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5527af\",\"elType\":\"widget\",\"settings\":{\"text\":\"List of Skills\",\"text_color\":\"heading-default\",\"bg_color\":\"gray-1\",\"element_div\":\"text-center\",\"animation\":\"fade-in-left\",\"delay\":\"600\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"a920c2a\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"title\":\"WordPress\",\"value\":\"90\",\"text_color\":\"heading-default\",\"item_color\":\"gradient-primary\",\"bg_color\":\"dark-opacity-1\",\"_id\":\"e7de764\"},{\"title\":\"Marketing\",\"value\":\"65\",\"text_color\":\"heading-default\",\"item_color\":\"gradient-primary\",\"bg_color\":\"dark-opacity-1\",\"_id\":\"9a16882\"},{\"title\":\"Web Design\",\"value\":\"80\",\"text_color\":\"heading-default\",\"item_color\":\"gradient-primary\",\"bg_color\":\"dark-opacity-1\",\"_id\":\"d64e155\"}]},\"elements\":[],\"widgetType\":\"pix-progress-bars\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2232390\",\"elType\":\"widget\",\"settings\":{\"title\":\"We build premium products for the web.\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2019\\/12\\/main-stack-image-3.jpg\",\"id\":120},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"gradient-primary\",\"hover_overlay_opacity\":\"pix-hover-opacity-2\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-120\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"gray-8\",\"btn_size\":\"lg\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"},{\"id\":\"82a4284\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"d98acb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5cd6040\",\"elType\":\"widget\",\"settings\":{\"text\":\"Financial Results\",\"text_color\":\"heading-default\",\"bg_color\":\"gray-1\",\"element_div\":\"text-center\",\"animation\":\"fade-in-left\",\"delay\":\"600\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"305d536\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"5914546\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7a195c3\",\"elType\":\"widget\",\"settings\":{\"numbers_style\":\"numbers-stack\",\"text_before\":\"+\",\"number\":\"150\",\"duration\":\"2000\",\"content\":\"Team members\",\"title_color\":\"gradient-primary\",\"title_size\":\"h1\",\"title_display\":\"display-2\",\"content_color\":\"heading-default\",\"content_size\":\"h5\",\"content_position\":\"text-center\"},\"elements\":[],\"widgetType\":\"pix-numbers\"}],\"isInner\":true},{\"id\":\"9ab12d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bc9fda8\",\"elType\":\"widget\",\"settings\":{\"numbers_style\":\"numbers-stack\",\"text_before\":\"+\",\"number\":\"8\",\"duration\":\"2000\",\"text_after\":\"K\",\"content\":\"Happy clients\",\"title_color\":\"gradient-primary\",\"title_size\":\"h1\",\"title_display\":\"display-2\",\"content_color\":\"heading-default\",\"content_size\":\"h5\",\"content_position\":\"text-center\"},\"elements\":[],\"widgetType\":\"pix-numbers\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ceaf59e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join our Community\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\",\"id\":3663},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"white\",\"overlay_opacity\":\"pix-opacity-10\",\"hover_overlay_opacity\":\"pix-hover-opacity-2\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-py-80\",\"title_color\":\"heading-default\",\"title_size\":\"h3\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"gray-8\",\"btn_size\":\"lg\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8259a4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#FFFFFF\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"dbd6a5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d88409\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"sticky-top pix-sticky-top-adjust\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3cdf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f6da456\",\"elType\":\"widget\",\"settings\":{\"content\":\"We Provide Robust Services For Every Type of Business.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"92b942d\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Learn more about pricing\",\"btn_link\":\"#pix_section_pricing\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d313e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba98d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-1.png\",\"id\":3673},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"d4d2e7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-2.jpg\",\"id\":3676},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"38d3bd6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-3.png\",\"id\":3677},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a34f657\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"290403a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#111111\",\"background_color_b\":\"#333333\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]}},\"elements\":[{\"id\":\"62d824c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":809,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#111111\",\"background_color_b\":\"#333333\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"pix-scale-in\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"9a66973\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0061cbe\",\"elType\":\"widget\",\"settings\":{\"text\":\"LIMITED TIME DISCOUNT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"dark-opacity-7\",\"bg_color\":\"gradient-primary\",\"style\":\"6\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"2475789\",\"elType\":\"widget\",\"settings\":{\"content\":\"Build a business with affordable prices.\",\"position\":\"left\",\"secondary_font\":\"secondary-font\",\"text_color\":\"white\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"11457df\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"size\":\"text-24\",\"bold\":\"\",\"content_color\":\"light-opacity-7\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"895c61d\",\"elType\":\"widget\",\"settings\":{\"content\":\"It\\u2019s a magical piece of glass.[pix_br]\\nIt\\u2019s so fast most PC laptops can\\u2019t catch up.\",\"size\":\"text-20\",\"secondary_font\":\"secondary-font\",\"content_color\":\"white\",\"max_width\":\"500px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"1204147\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"content_color\":\"light-opacity-7\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"c558dc3\",\"elType\":\"widget\",\"settings\":{\"content\":\"It\\u2019s a magical piece of glass.[pix_br]\\nIt\\u2019s so fast most PC laptops can\\u2019t catch up.\",\"size\":\"text-20\",\"secondary_font\":\"secondary-font\",\"content_color\":\"white\",\"max_width\":\"500px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"2d6bcec\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"content_color\":\"light-opacity-7\",\"max_width\":\"400px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"5188955\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-1.png\",\"id\":3679},\"_id\":\"6bb6e44\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-2.png\",\"id\":3681},\"_id\":\"c0f96b9\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-3.png\",\"id\":3682},\"_id\":\"d96c29a\"},{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/slider-image-4.png\",\"id\":3683},\"_id\":\"cddb40d\"}],\"rounded_img\":\"rounded-10\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"add_hover_effect\":\"2\",\"slider_num\":\"1\",\"slider_effect\":\"pix-circular-left\",\"prevnextbuttons\":\"\",\"dots_style\":\"light-dots\",\"cellalign\":\"left\",\"cellpadding\":\"pix-p-20\",\"autoplay_time\":\"1500\",\"visible_y\":\"pix-overflow-y-visible\",\"visible_overflow\":\"pix-overflow-all-visible\",\"slider_wrap\":\"\"},\"elements\":[],\"widgetType\":\"pix-img-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e821e9d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b4042d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":9.978},\"elements\":[],\"isInner\":false},{\"id\":\"f4562d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.39},\"elements\":[{\"id\":\"5137b66\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"112cdc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beb5eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"TOP SELLER THEME\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"e789ff1\",\"elType\":\"widget\",\"settings\":{\"content\":\"Made for any type of business worldwide.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"201d123\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"45c733c\",\"elType\":\"widget\",\"settings\":{\"circles\":[{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-3.jpg\",\"id\":3666},\"title\":\"Secure Platform\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"2debfee\"},{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\",\"id\":3663},\"title\":\"Worldwide\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"03bf9dc\"},{\"img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-1.jpg\",\"id\":3665},\"title\":\"Online Shop\",\"link\":\"#\",\"color\":\"pix-bg-custom\",\"_id\":\"998ffa8\"}],\"btn_text\":\"Check all categories\",\"btn_link\":\"#\",\"btn_style\":\"link\",\"btn_color\":\"gray-5\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"delay\":\"1000\"},\"elements\":[],\"widgetType\":\"pix-circles\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bde9c9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.965},\"elements\":[{\"id\":\"c5a62fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-1.png\",\"id\":3685},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e1c9649\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8cf94ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"db8235d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-2.jpg\",\"id\":3687},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false},{\"id\":\"44c5f25\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e3d3ca\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7080a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fd6e46\",\"elType\":\"widget\",\"settings\":{\"text\":\"SPECIAL OFFER BY PIXFORT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"42af88f\",\"elType\":\"widget\",\"settings\":{\"content\":\"Create cool & colorful boxes in seconds.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"6fabc2c\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"16249f0\",\"elType\":\"widget\",\"settings\":{\"media_type\":\"icon\",\"char\":\"1\",\"icon\":\"pixicon-speedometer\",\"animation\":\"fade-in-up\",\"delay\":\"200\",\"icon_color\":\"body-default\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-icon\"},{\"id\":\"b914dc7\",\"elType\":\"widget\",\"settings\":{\"media_type\":\"icon\",\"char\":\"1\",\"icon\":\"pixicon-add-slides\",\"animation\":\"fade-in-up\",\"delay\":\"400\",\"icon_color\":\"body-default\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-icon\"},{\"id\":\"9961a00\",\"elType\":\"widget\",\"settings\":{\"media_type\":\"icon\",\"char\":\"1\",\"icon\":\"pixicon-bag-5\",\"animation\":\"fade-in-up\",\"delay\":\"600\",\"icon_color\":\"body-default\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e651c65\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d9fd575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-3.jpg\",\"id\":3688},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52f8862\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":1,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"9276ebe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ce120b1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"a643289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a636319\",\"elType\":\"widget\",\"settings\":{\"text\":\"IMPROVED USER INTERFACE\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"f61357e\",\"elType\":\"widget\",\"settings\":{\"content\":\"It\'s super easy to use Essentials theme.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"94ff9b8\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"706a679\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-4.jpg\",\"id\":3703},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"}],\"isInner\":false},{\"id\":\"a8f52ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d851bd4\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"035da96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7317a\",\"elType\":\"widget\",\"settings\":{\"text\":\"EXCLUSIVE PRODUCT\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"8e2b050\",\"elType\":\"widget\",\"settings\":{\"content\":\"Join the best web development platform.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"4335a98\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"},{\"id\":\"8ac37e8\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase a License\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"13f83e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b0ddcc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/content-image-5.jpg\",\"id\":3705},\"rounded_img\":\"rounded-10\",\"pix_scale_in\":\"pix-scale-in\",\"xaxis\":\"0\",\"yaxis\":\"0\",\"delay\":\"0\",\"style\":\"3\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-img\"},{\"id\":\"63f520d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e52ed90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d11b75\",\"elType\":\"widget\",\"settings\":{\"text\":\"SUPER EASY TO USE\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"a86040c\",\"elType\":\"widget\",\"settings\":{\"content\":\"No need to write a single line of code.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"182e7b3\",\"elType\":\"widget\",\"settings\":{\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.\",\"size\":\"text-20\",\"bold\":\"\",\"content_color\":\"body-default\",\"max_width\":\"700px\",\"animation\":\"fade-in-up\",\"delay\":\"1000\",\"remove_pb_padding\":\"m-0\"},\"elements\":[],\"widgetType\":\"pix-text\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d62f1ec\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#F8F9FA\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b9d9e2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"88ced80\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"sticky-top pix-sticky-top-adjust\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b42f5ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"821fb57\",\"elType\":\"widget\",\"settings\":{\"text\":\"JOIN US TODAY\",\"secondary_font\":\"secondary-font\",\"text_color\":\"heading-default\",\"bg_color\":\"white\",\"style\":\"4\",\"element_div\":\"text-left\",\"animation\":\"fade-in\",\"delay\":\"\"},\"elements\":[],\"widgetType\":\"pix-badge\"},{\"id\":\"e6df2fa\",\"elType\":\"widget\",\"settings\":{\"content\":\"We Provide Robust Services For Everyone.\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"position\":\"left\"},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"eb14f21\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase a License\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebb5570\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ac16d88\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ask Us a Question\",\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"media_type\":\"duo_icon\",\"pix_duo_icon\":\"air-conditioning\",\"char\":\"1\",\"icon_position\":\"left\",\"animation\":\"fade-in-up\",\"delay\":\"400\",\"padding_title\":\"\",\"content_color\":\"body-default\",\"content_size\":\"text-18\",\"content_bold\":\"\",\"padding_content\":\"10px\",\"icon_color\":\"gradient-primary\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-feature\"},{\"id\":\"ab2a6cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlimited possibilities\",\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"media_type\":\"duo_icon\",\"pix_duo_icon\":\"layout-top-panel-3\",\"char\":\"1\",\"icon_position\":\"left\",\"animation\":\"fade-in-up\",\"delay\":\"600\",\"padding_title\":\"\",\"content_color\":\"body-default\",\"content_size\":\"text-18\",\"content_bold\":\"\",\"padding_content\":\"10px\",\"icon_color\":\"gradient-primary\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-feature\"},{\"id\":\"0ba60cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Customize\",\"content\":\"This is just a simple text made for this unique and awesome template, you can replace it with any text.\",\"media_type\":\"duo_icon\",\"pix_duo_icon\":\"horizontal\",\"char\":\"1\",\"icon_position\":\"left\",\"animation\":\"fade-in-up\",\"delay\":\"800\",\"padding_title\":\"\",\"content_color\":\"body-default\",\"content_size\":\"text-18\",\"content_bold\":\"\",\"padding_content\":\"10px\",\"icon_color\":\"gradient-primary\",\"icon_size\":\"36\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-feature\"}],\"isInner\":false},{\"id\":\"4c85f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"052d0ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"bg_img\":{\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/image-cta.png\",\"id\":3693},\"content_align\":\"center\",\"rounded_img\":\"rounded-10\",\"overlay_color\":\"secondary\",\"hover_overlay_opacity\":\"pix-hover-opacity-4\",\"animation\":\"slide-in-up\",\"delay\":\"200\",\"extra_classes\":\"pix-pt-200 pix-pb-40\",\"title_color\":\"white\",\"btn_text\":\"Purchase Essentials\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_color\":\"white\",\"btn_size\":\"lg\",\"btn_icon\":\"pixicon-bag-2\",\"btn_icon_animation\":\"yes\",\"btn_anim_delay\":\"0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"pix-scale-in\",\"overlay_opacity\":\"pix-opacity-10\"},\"elements\":[],\"widgetType\":\"pix-3d-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e279d3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":883,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":3663,\"url\":\"https:\\/\\/essentials.pixfort.com\\/bold\\/wp-content\\/uploads\\/sites\\/13\\/2020\\/06\\/bold-slider-image-2.jpg\"}],\"background_slideshow_background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f8a28ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"8825f4b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"pix-scale-in shadow-lg shadow-hover-lg rounded-10\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3c2e5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets_mobile\":0},\"elements\":[{\"id\":\"5fd7771\",\"elType\":\"widget\",\"settings\":{\"embed_code\":\"<iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/uM4InNEGHkM\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen autoplay=\\\"autoplay\\\"><\\/iframe>\",\"aspect\":\"embed-responsive-16by9\",\"animation\":\"fade-in-up\",\"delay\":\"0\",\"size\":\"100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"pix-video-popup\"},{\"id\":\"e50922e\",\"elType\":\"widget\",\"settings\":{\"content\":\"Get The Most Advanced WordPress Theme on Earth!\",\"secondary_font\":\"secondary-font\",\"size\":\"h2\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"max_width\":\"800px\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pix-sliding-text\"},{\"id\":\"20b6b86\",\"elType\":\"widget\",\"settings\":{\"btn_text\":\"Purchase a License\",\"btn_link\":\"https:\\/\\/pixfort.website\\/redirect?to=essentials\",\"btn_style\":\"outline\",\"btn_color\":\"gray-2\",\"btn_text_color\":\"heading-default\",\"btn_size\":\"lg\",\"btn_rounded\":\"btn-rounded\",\"btn_hover_effect\":\"2\",\"btn_icon\":\"pixicon-angle-right\",\"btn_icon_position\":\"after\",\"btn_icon_animation\":\"yes\",\"btn_div\":\"text-center\",\"btn_animation\":\"fade-in-up\",\"btn_anim_delay\":\"2000\"},\"elements\":[],\"widgetType\":\"pix-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f1f678a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e6332b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1233,13347,'_elementor_controls_usage','a:17:{s:10:\"pix-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_title\";a:6:{s:5:\"items\";i:1;s:11:\"rounded_img\";i:1;s:5:\"align\";i:1;s:9:\"nav_style\";i:1;s:13:\"overlay_color\";i:1;s:15:\"overlay_opacity\";i:1;}s:13:\"title_section\";a:3:{s:14:\"secondary_font\";i:1;s:11:\"title_color\";i:1;s:10:\"title_size\";i:1;}s:14:\"section_button\";a:7:{s:9:\"btn_color\";i:1;s:8:\"btn_size\";i:1;s:11:\"btn_rounded\";i:1;s:10:\"btn_effect\";i:1;s:16:\"btn_hover_effect\";i:1;s:8:\"btn_icon\";i:1;s:18:\"btn_icon_animation\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_z_index\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:37;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:37;s:16:\"content_position\";i:1;s:5:\"align\";i:2;s:28:\"space_between_widgets_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:9;s:6:\"layout\";i:7;s:13:\"content_width\";i:2;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:14;s:16:\"background_color\";i:13;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_slideshow_gallery\";i:1;s:36:\"background_slideshow_background_size\";i:1;}s:21:\"section_shape_divider\";a:4:{s:20:\"shape_divider_bottom\";i:2;s:26:\"shape_divider_bottom_color\";i:2;s:27:\"shape_divider_bottom_height\";i:2;s:25:\"shape_divider_bottom_flip\";i:2;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:5;s:7:\"padding\";i:12;s:11:\"css_classes\";i:11;s:7:\"z_index\";i:4;s:14:\"padding_mobile\";i:2;}}}}s:10:\"pix-3d-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_title\";a:10:{s:5:\"title\";i:5;s:6:\"bg_img\";i:5;s:13:\"content_align\";i:5;s:11:\"rounded_img\";i:5;s:13:\"overlay_color\";i:5;s:21:\"hover_overlay_opacity\";i:5;s:9:\"animation\";i:5;s:5:\"delay\";i:5;s:13:\"extra_classes\";i:5;s:15:\"overlay_opacity\";i:3;}s:16:\"section_advanced\";a:2:{s:11:\"title_color\";i:5;s:10:\"title_size\";i:1;}s:14:\"section_button\";a:6:{s:8:\"btn_text\";i:5;s:8:\"btn_link\";i:5;s:9:\"btn_color\";i:5;s:8:\"btn_size\";i:5;s:8:\"btn_icon\";i:3;s:18:\"btn_icon_animation\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:12:\"_css_classes\";i:5;}}}}s:9:\"pix-badge\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:4:\"text\";i:11;s:14:\"secondary_font\";i:8;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:6:{s:10:\"text_color\";i:11;s:8:\"bg_color\";i:11;s:11:\"element_div\";i:10;s:9:\"animation\";i:11;s:5:\"delay\";i:11;s:5:\"style\";i:8;}}}}s:9:\"pix-chart\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:7:{s:7:\"percent\";i:2;s:5:\"title\";i:2;s:4:\"text\";i:2;s:6:\"color1\";i:2;s:6:\"color2\";i:2;s:9:\"animation\";i:2;s:5:\"delay\";i:2;}s:15:\"percent_section\";a:1:{s:6:\"p_size\";i:2;}s:13:\"title_section\";a:1:{s:10:\"title_size\";i:2;}}}}s:16:\"pix-sliding-text\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:3:{s:7:\"content\";i:10;s:8:\"position\";i:7;s:9:\"max_width\";i:1;}s:13:\"title_section\";a:3:{s:14:\"secondary_font\";i:10;s:4:\"size\";i:9;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:10;s:15:\"_padding_mobile\";i:1;}}}}s:8:\"pix-text\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:10:{s:7:\"content\";i:11;s:4:\"size\";i:9;s:4:\"bold\";i:7;s:13:\"content_color\";i:11;s:8:\"position\";i:1;s:9:\"max_width\";i:11;s:9:\"animation\";i:11;s:5:\"delay\";i:11;s:17:\"remove_pb_padding\";i:8;s:14:\"secondary_font\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:10:\"pix-button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_button\";a:14:{s:8:\"btn_text\";i:5;s:8:\"btn_link\";i:5;s:9:\"btn_style\";i:5;s:9:\"btn_color\";i:5;s:14:\"btn_text_color\";i:5;s:8:\"btn_size\";i:5;s:11:\"btn_rounded\";i:5;s:16:\"btn_hover_effect\";i:5;s:8:\"btn_icon\";i:5;s:17:\"btn_icon_position\";i:5;s:18:\"btn_icon_animation\";i:5;s:7:\"btn_div\";i:3;s:13:\"btn_animation\";i:5;s:14:\"btn_anim_delay\";i:5;}}}}s:17:\"pix-progress-bars\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"items\";i:1;}}}}s:11:\"pix-numbers\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:6:{s:13:\"numbers_style\";i:2;s:11:\"text_before\";i:2;s:6:\"number\";i:2;s:8:\"duration\";i:2;s:7:\"content\";i:2;s:10:\"text_after\";i:1;}s:13:\"title_section\";a:3:{s:11:\"title_color\";i:2;s:10:\"title_size\";i:2;s:13:\"title_display\";i:2;}s:12:\"text_section\";a:3:{s:13:\"content_color\";i:2;s:12:\"content_size\";i:2;s:16:\"content_position\";i:2;}}}}s:7:\"pix-img\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:3:{s:5:\"image\";i:8;s:11:\"rounded_img\";i:8;s:12:\"pix_scale_in\";i:8;}s:19:\"section_pix_effects\";a:1:{s:5:\"style\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:8;}}}}s:16:\"pix-img-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"items\";i:1;s:11:\"rounded_img\";i:1;}s:19:\"section_pix_effects\";a:1:{s:16:\"add_hover_effect\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:10:\"slider_num\";i:1;s:13:\"slider_effect\";i:1;s:15:\"prevnextbuttons\";i:1;s:10:\"dots_style\";i:1;s:9:\"cellalign\";i:1;s:11:\"cellpadding\";i:1;s:9:\"visible_y\";i:1;s:16:\"visible_overflow\";i:1;s:11:\"slider_wrap\";i:1;}}}}s:11:\"pix-circles\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:7:\"circles\";i:1;}s:14:\"section_button\";a:7:{s:8:\"btn_text\";i:1;s:8:\"btn_link\";i:1;s:9:\"btn_style\";i:1;s:9:\"btn_color\";i:1;s:8:\"btn_icon\";i:1;s:17:\"btn_icon_position\";i:1;s:18:\"btn_icon_animation\";i:1;}}}}s:8:\"pix-icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:4:{s:10:\"media_type\";i:3;s:4:\"icon\";i:3;s:9:\"animation\";i:3;s:5:\"delay\";i:3;}s:12:\"icon_section\";a:2:{s:10:\"icon_color\";i:3;s:9:\"icon_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:3;}}}}s:11:\"pix-feature\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:13:\"section_title\";a:7:{s:5:\"title\";i:3;s:7:\"content\";i:3;s:10:\"media_type\";i:3;s:12:\"pix_duo_icon\";i:3;s:13:\"icon_position\";i:3;s:9:\"animation\";i:3;s:5:\"delay\";i:3;}s:13:\"title_section\";a:1:{s:13:\"padding_title\";i:3;}s:15:\"content_section\";a:4:{s:13:\"content_color\";i:3;s:12:\"content_size\";i:3;s:12:\"content_bold\";i:3;s:15:\"padding_content\";i:3;}s:12:\"icon_section\";a:2:{s:10:\"icon_color\";i:3;s:9:\"icon_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:15:\"pix-video-popup\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:10:\"embed_code\";i:1;s:6:\"aspect\";i:1;s:9:\"animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}}'),(1234,13347,'_elementor_page_assets','a:0:{}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `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 NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text 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 NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) 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=InnoDB AUTO_INCREMENT=13348 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2022-08-08 16:22:07','2022-08-08 16:22:07','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2022-08-08 16:22:07','2022-08-08 16:22:07','',0,'http://test.buildfivefriday.com/?p=1',0,'post','',1),(2,1,'2022-08-08 16:22:07','2022-08-08 16:22:07','<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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ña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://test.buildfivefriday.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2022-08-08 16:22:07','2022-08-08 16:22:07','',0,'http://test.buildfivefriday.com/?page_id=2',0,'page','',0),(3,1,'2022-08-08 16:22:07','2022-08-08 16:22:07','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://test.buildfivefriday.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, 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><!-- /wp:paragraph --><!-- wp:paragraph --><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 "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2022-08-08 16:22:07','2022-08-08 16:22:07','',0,'http://test.buildfivefriday.com/?page_id=3',0,'page','',0),(4,1,'2022-08-08 16:22:14','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-08-08 16:22:14','0000-00-00 00:00:00','',0,'http://test.buildfivefriday.com/?p=4',0,'post','',0),(5,1,'2022-08-08 16:23:24','2022-08-08 16:23:24','','Default Kit','','publish','closed','closed','','default-kit','','','2022-08-08 16:23:24','2022-08-08 16:23:24','',0,'http://test.buildfivefriday.com/?p=5',0,'elementor_library','',0),(6,1,'2022-12-20 15:01:09','2022-12-20 15:01:09','','One Click Demo Import - log_file_2022-12-20__15-01-09','','inherit','open','closed','','one-click-demo-import-log_file_2022-12-20__15-01-09','','','2022-12-20 15:01:09','2022-12-20 15:01:09','',0,'http://test.buildfivefriday.com/wp-content/uploads/2022/12/log_file_2022-12-20__15-01-09.txt',0,'attachment','text/plain',0),(118,1,'2020-04-22 03:08:22','2020-04-22 03:08:22','','main-stack-image-2','','inherit','open','closed','','main-stack-image-2-2','','','2020-04-22 03:08:22','2020-04-22 03:08:22','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-2-1.jpg',0,'attachment','image/jpeg',0),(120,1,'2020-04-22 03:08:43','2020-04-22 03:08:43','','main-stack-image-3','','inherit','open','closed','','main-stack-image-3-2','','','2020-04-22 03:08:43','2020-04-22 03:08:43','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3.jpg',0,'attachment','image/jpeg',0),(124,1,'2020-04-22 03:06:38','2020-04-22 03:06:38','','main-stack-image-1','','inherit','open','closed','','main-stack-image-1','','','2020-04-22 03:06:38','2020-04-22 03:06:38','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-1-1.jpg',0,'attachment','image/jpeg',0),(1208,1,'2020-02-14 02:39:53','2020-02-14 02:39:53','<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<p></p>\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"align\":\"wide\",\"id\":312,\"sizeSlug\":\"large\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-large is-style-default\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-2.jpg\" alt=\"\" class=\"wp-image-312\"/><figcaption>This is a simple text</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:media-text {\"mediaId\":316,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-3.jpg\" alt=\"\" class=\"wp-image-316\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"level\":4} -->\n<h4><strong>Get the most advanced WordPress theme.</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The wait is over. Design better and spend less time without restricting creative freedom. Combine seamlessly fitting layouts, customize everything.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:spacer {\"height\":45} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<!-- /wp:paragraph -->','Add languages to your website','','publish','open','open','','add-multiple-languages-to-your-site','','','2020-02-14 02:39:53','2020-02-14 02:39:53','',0,'https://essentials.pixfort.com/original/?p=1208',0,'post','',0),(1212,1,'2020-02-14 03:09:18','2020-02-14 03:09:18','<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<p></p>\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"align\":\"wide\",\"id\":312,\"sizeSlug\":\"large\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-large is-style-default\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-2.jpg\" alt=\"\" class=\"wp-image-312\"/><figcaption>This is a simple text</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:media-text {\"mediaId\":316,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-3.jpg\" alt=\"\" class=\"wp-image-316\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"level\":4} -->\n<h4><strong>Get the most advanced WordPress theme.</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The wait is over. Design better and spend less time without restricting creative freedom. Combine seamlessly fitting layouts, customize everything.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:spacer {\"height\":45} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<!-- /wp:paragraph -->','Create any website like a pro','','publish','open','open','','create-fast-and-cool-websites-like-a-pro','','','2020-02-14 03:09:18','2020-02-14 03:09:18','',0,'https://essentials.pixfort.com/original/?p=1212',0,'post','',0),(1217,1,'2020-02-15 01:09:55','2020-02-15 01:09:55','<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<p></p>\n\n<!-- wp:audio {\"id\":1227} -->\n<figure class=\"wp-block-audio\"><audio controls src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2020/02/skanews.wav\"></audio><figcaption>This is a simple dummy audio file</figcaption></figure>\n<!-- /wp:audio -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"align\":\"wide\",\"id\":312,\"sizeSlug\":\"large\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-large is-style-default\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-2.jpg\" alt=\"\" class=\"wp-image-312\"/><figcaption>This is a simple text</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:media-text {\"mediaId\":316,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-3.jpg\" alt=\"\" class=\"wp-image-316\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"level\":4} -->\n<h4><strong>Get the most advanced WordPress theme.</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The wait is over. Design better and spend less time without restricting creative freedom. Combine seamlessly fitting layouts, customize everything.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:spacer {\"height\":45} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<!-- /wp:paragraph -->','It\'s time to say Hello to Essentials theme','','publish','open','open','','its-time-to-say-hello-to-essentials-theme','','','2020-02-15 01:09:55','2020-02-15 01:09:55','',0,'https://essentials.pixfort.com/original/?p=1217',0,'post','',0),(1265,1,'2020-02-15 03:01:41','2020-02-15 03:01:41','<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<p></p>\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"align\":\"wide\",\"id\":312,\"sizeSlug\":\"large\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-large is-style-default\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-2.jpg\" alt=\"\" class=\"wp-image-312\"/><figcaption>This is a simple text</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:media-text {\"mediaId\":316,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-3.jpg\" alt=\"\" class=\"wp-image-316\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"level\":4} -->\n<h4><strong>Get the most advanced WordPress theme.</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The wait is over. Design better and spend less time without restricting creative freedom. Combine seamlessly fitting layouts, customize everything.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:spacer {\"height\":45} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<!-- /wp:paragraph -->','Say Salut to Essentials theme','','publish','open','open','','say-salut-to-the-most-advanced-theme','','','2020-02-15 03:01:41','2020-02-15 03:01:41','',0,'https://essentials.pixfort.com/original/?p=1265',0,'post','',0),(1522,1,'2020-04-22 03:29:45','2020-04-22 03:29:45','','pages-image','','inherit','open','closed','','pages-image','','','2020-04-22 03:29:45','2020-04-22 03:29:45','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/pages-image.jpg',0,'attachment','image/jpeg',0),(2185,1,'2020-04-20 03:38:06','2020-04-20 03:38:06','','portfolio-1','','inherit','open','closed','','portfolio-1','','','2020-04-20 03:38:06','2020-04-20 03:38:06','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-1.png',0,'attachment','image/png',0),(2186,1,'2020-04-20 03:38:10','2020-04-20 03:38:10','','portfolio-2','','inherit','open','closed','','portfolio-2','','','2020-04-20 03:38:10','2020-04-20 03:38:10','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-2.png',0,'attachment','image/png',0),(2197,1,'2020-04-21 23:23:09','2020-04-21 23:23:09','','card-image','','inherit','open','closed','','card-image-3','','','2020-04-21 23:23:09','2020-04-21 23:23:09','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/card-image-2.jpg',0,'attachment','image/jpeg',0),(2205,1,'2020-04-22 00:36:41','2020-04-22 00:36:41','','portfolio-','','inherit','open','closed','','portfolio-5','','','2020-04-22 00:36:41','2020-04-22 00:36:41','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-.jpg',0,'attachment','image/jpeg',0),(2207,1,'2020-04-22 00:48:50','2020-04-22 00:48:50','','portfolio-4','','inherit','open','closed','','portfolio-4','','','2020-04-22 00:48:50','2020-04-22 00:48:50','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/portfolio-4.jpg',0,'attachment','image/jpeg',0),(2208,1,'2020-04-22 00:49:07','2020-04-22 00:49:07','','portfolio-3','','inherit','open','closed','','portfolio-3-2','','','2020-04-22 00:49:07','2020-04-22 00:49:07','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-3-1.jpg',0,'attachment','image/jpeg',0),(2210,1,'2020-04-22 00:55:45','2020-04-22 00:55:45','','portfolio-7','','inherit','open','closed','','portfolio-7','','','2020-04-22 00:55:45','2020-04-22 00:55:45','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-7.jpg',0,'attachment','image/jpeg',0),(2219,1,'2020-04-22 01:36:08','2020-04-22 01:36:08','','portfolio-1','','inherit','open','closed','','portfolio-1-4','','','2020-04-22 01:36:08','2020-04-22 01:36:08','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-1-2.png',0,'attachment','image/png',0),(2220,1,'2020-04-22 01:43:25','2020-04-22 01:43:25','','portfolio-2','','inherit','open','closed','','portfolio-2-4','','','2020-04-22 01:43:25','2020-04-22 01:43:25','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-2.jpg',0,'attachment','image/jpeg',0),(2221,1,'2020-04-22 01:44:45','2020-04-22 01:44:45','','portfolio-3','','inherit','open','closed','','portfolio-3-3','','','2020-04-22 01:44:45','2020-04-22 01:44:45','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-3-2.jpg',0,'attachment','image/jpeg',0),(2222,1,'2020-04-22 01:45:26','2020-04-22 01:45:26','','portfolio-4','','inherit','open','closed','','portfolio-4-3','','','2020-04-22 01:45:26','2020-04-22 01:45:26','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-4-1.jpg',0,'attachment','image/jpeg',0),(2223,1,'2020-05-02 00:35:46','2020-05-02 00:35:46','','portfolio-5','','inherit','open','closed','','portfolio-5-3','','','2020-05-02 00:35:46','2020-05-02 00:35:46','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/02/portfolio-5-1.jpg',0,'attachment','image/jpeg',0),(2224,1,'2020-04-22 01:46:39','2020-04-22 01:46:39','','portfolio-6','','inherit','open','closed','','portfolio-6-3','','','2020-04-22 01:46:39','2020-04-22 01:46:39','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/portfolio-6-1.jpg',0,'attachment','image/jpeg',0),(2751,1,'2020-05-02 10:59:59','2020-05-02 10:59:59','','p-item-1','','inherit','open','closed','','p-item-1','','','2020-05-02 10:59:59','2020-05-02 10:59:59','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-1.jpg',0,'attachment','image/jpeg',0),(2752,1,'2020-05-02 10:59:57','2020-05-02 10:59:57','','p-item-2','','inherit','open','closed','','p-item-2','','','2020-05-02 10:59:57','2020-05-02 10:59:57','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-2.jpg',0,'attachment','image/jpeg',0),(2753,1,'2020-05-02 11:04:37','2020-05-02 11:04:37','','p-item-3','','inherit','open','closed','','p-item-3','','','2020-05-02 11:04:37','2020-05-02 11:04:37','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-3.jpg',0,'attachment','image/jpeg',0),(2754,1,'2020-05-02 11:04:41','2020-05-02 11:04:41','','p-item-4','','inherit','open','closed','','p-item-4','','','2020-05-02 11:04:41','2020-05-02 11:04:41','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-4.jpg',0,'attachment','image/jpeg',0),(2759,1,'2020-05-02 13:08:18','2020-05-02 13:08:18','','portfolio-7','','inherit','open','closed','','portfolio-7-2','','','2020-05-02 13:08:18','2020-05-02 13:08:18','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-7.jpg',0,'attachment','image/jpeg',0),(2760,1,'2020-05-02 13:08:21','2020-05-02 13:08:21','','portfolio-8','','inherit','open','closed','','portfolio-8','','','2020-05-02 13:08:21','2020-05-02 13:08:21','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-8.jpg',0,'attachment','image/jpeg',0),(2761,1,'2020-05-02 13:08:24','2020-05-02 13:08:24','','portfolio-9','','inherit','open','closed','','portfolio-9','','','2020-05-02 13:08:24','2020-05-02 13:08:24','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-9.jpg',0,'attachment','image/jpeg',0),(2762,1,'2020-05-02 13:08:27','2020-05-02 13:08:27','','portfolio-10','','inherit','open','closed','','portfolio-10','','','2020-05-02 13:08:27','2020-05-02 13:08:27','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10.jpg',0,'attachment','image/jpeg',0),(2763,1,'2020-05-02 13:08:29','2020-05-02 13:08:29','','portfolio-11','','inherit','open','closed','','portfolio-11','','','2020-05-02 13:08:29','2020-05-02 13:08:29','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-11.jpg',0,'attachment','image/jpeg',0),(2764,1,'2020-05-02 13:08:33','2020-05-02 13:08:33','','portfolio-12','','inherit','open','closed','','portfolio-12','','','2020-05-02 13:08:33','2020-05-02 13:08:33','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-12.jpg',0,'attachment','image/jpeg',0),(2765,1,'2020-05-02 13:08:36','2020-05-02 13:08:36','','portfolio-13','','inherit','open','closed','','portfolio-13','','','2020-05-02 13:08:36','2020-05-02 13:08:36','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-13.jpg',0,'attachment','image/jpeg',0),(2766,1,'2020-05-02 13:08:39','2020-05-02 13:08:39','','portfolio-14','','inherit','open','closed','','portfolio-14','','','2020-05-02 13:08:39','2020-05-02 13:08:39','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-14.jpg',0,'attachment','image/jpeg',0),(2767,1,'2020-05-02 13:08:41','2020-05-02 13:08:41','','portfolio-15','','inherit','open','closed','','portfolio-15','','','2020-05-02 13:08:41','2020-05-02 13:08:41','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-15.jpg',0,'attachment','image/jpeg',0),(2769,1,'2020-05-02 13:40:54','2020-05-02 13:40:54','','p-item-5','','inherit','open','closed','','p-item-5','','','2020-05-02 13:40:54','2020-05-02 13:40:54','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-5.jpg',0,'attachment','image/jpeg',0),(2770,1,'2020-05-02 13:40:57','2020-05-02 13:40:57','','p-item-6','','inherit','open','closed','','p-item-6','','','2020-05-02 13:40:57','2020-05-02 13:40:57','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-6.jpg',0,'attachment','image/jpeg',0),(2771,1,'2020-05-02 13:41:00','2020-05-02 13:41:00','','p-item-7','','inherit','open','closed','','p-item-7','','','2020-05-02 13:41:00','2020-05-02 13:41:00','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-7.jpg',0,'attachment','image/jpeg',0),(2801,1,'2020-05-03 10:09:01','2020-05-03 10:09:01','','p-item-11','','inherit','open','closed','','p-item-11','','','2020-05-03 10:09:01','2020-05-03 10:09:01','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-11-scaled-1.jpg',0,'attachment','image/jpeg',0),(2802,1,'2020-05-03 10:09:05','2020-05-03 10:09:05','','p-item-12','','inherit','open','closed','','p-item-12','','','2020-05-03 10:09:05','2020-05-03 10:09:05','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-12.jpg',0,'attachment','image/jpeg',0),(2803,1,'2020-05-03 10:09:08','2020-05-03 10:09:08','','p-item-13','','inherit','open','closed','','p-item-13','','','2020-05-03 10:09:08','2020-05-03 10:09:08','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13.jpg',0,'attachment','image/jpeg',0),(2804,1,'2020-05-03 10:09:11','2020-05-03 10:09:11','','p-item-14','','inherit','open','closed','','p-item-14','','','2020-05-03 10:09:11','2020-05-03 10:09:11','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-14-scaled-1.jpg',0,'attachment','image/jpeg',0),(2805,1,'2020-05-03 11:11:58','2020-05-03 11:11:58','','p-item-15','','inherit','open','closed','','p-item-15','','','2020-05-03 11:11:58','2020-05-03 11:11:58','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-15.jpg',0,'attachment','image/jpeg',0),(2806,1,'2020-05-03 12:41:51','2020-05-03 12:41:51','','p-item-16','','inherit','open','closed','','p-item-16','','','2020-05-03 12:41:51','2020-05-03 12:41:51','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-16.jpg',0,'attachment','image/jpeg',0),(2807,1,'2020-05-03 12:17:11','2020-05-03 12:17:11','','p-item-17','','inherit','open','closed','','p-item-17','','','2020-05-03 12:17:11','2020-05-03 12:17:11','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-17.jpg',0,'attachment','image/jpeg',0),(2808,1,'2020-05-03 12:17:12','2020-05-03 12:17:12','','p-item-18','','inherit','open','closed','','p-item-18','','','2020-05-03 12:17:12','2020-05-03 12:17:12','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-18.jpg',0,'attachment','image/jpeg',0),(3106,1,'2020-01-13 23:04:08','2020-01-13 23:04:08','<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<p></p>\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"align\":\"wide\",\"id\":312,\"sizeSlug\":\"large\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-large is-style-default\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-2.jpg\" alt=\"\" class=\"wp-image-312\"/><figcaption>This is a simple text</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":38} -->\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:media-text {\"mediaId\":316,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://essentials.pixfort.com/original/wp-content/uploads/sites/4/2019/12/image-3.jpg\" alt=\"\" class=\"wp-image-316\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"level\":4} -->\n<h4><strong>Get the most advanced WordPress theme.</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The wait is over. Design better and spend less time without restricting creative freedom. Combine seamlessly fitting layouts, customize everything.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:spacer {\"height\":45} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>\n<!-- /wp:paragraph -->','Hello world, this is Essentials theme','','publish','open','open','','hello-world-this-is-essentials-theme','','','2020-01-13 23:04:08','2020-01-13 23:04:08','',0,'https://essentials.pixfort.com/startup/?p=3106',0,'post','',0),(3124,1,'2020-06-29 22:46:32','2020-06-29 22:46:32','<h6 >Last updated June 26, 2020</h6> \n <h4 style=\"background-image:url() !important;\" data-anim-type=\"\" data-anim-delay=\"\">Essentials Cookie Policy Popup</h4> \n This Cookie Policy popup is included with Essentials! \n This Cookie Policy explains how pixfort (\"Company\", \"we\", \"us\", and \"our\") uses cookies and similar technologies to recognize you when you visit our websites at https://pixfort.com, (\"Websites\"). It explains what these technologies are and why we use them, as well as your rights to control our use of them.\nIn some cases we may use cookies to collect personal information, or that becomes personal information if we combine it with other information. \n <h5 style=\"background-image:url() !important;\" data-anim-type=\"\" data-anim-delay=\"\">What are cookies?</h5> \n Cookies are small data files that are placed on your computer or mobile device when you visit a website. Cookies are widely used by website owners in order to make their websites work, or to work more efficiently, as well as to provide reporting information.\nCookies set by the website owner (in this case, pixfort) are called \"first party cookies\". Cookies set by parties other than the website owner are called \"third party cookies\". Third party cookies enable third party features or functionality to be provided on or through the website (e.g. like advertising, interactive content and analytics). The parties that set these third party cookies can recognize your computer both when it visits the website in question and also when it visits certain other websites. \n <h5 style=\"background-image:url() !important;\" data-anim-type=\"\" data-anim-delay=\"\">Why do we use cookies?</h5> \n We use first and third party cookies for several reasons. Some cookies are required for technical reasons in order for our Websites to operate, and we refer to these as \"essential\" or \"strictly necessary\" cookies. Other cookies also enable us to track and target the interests of our users to enhance the experience on our Online Properties. Third parties serve cookies through our Websites for advertising, analytics and other purposes. This is described in more detail below.\nThe specific types of first and third party cookies served through our Websites and the purposes they perform are described below (please note that the specific cookies served may vary depending on the specific Online Properties you visit): \n <h5 style=\"background-image:url() !important;\" data-anim-type=\"\" data-anim-delay=\"\">How can I control cookies?</h5> \n You have the right to decide whether to accept or reject cookies. You can exercise your cookie rights by setting your preferences in the Cookie Consent Manager. The Cookie Consent Manager allows you to select which categories of cookies you accept or reject. Essential cookies cannot be rejected as they are strictly necessary to provide you with services.\n<br>\nThe Cookie Consent Manager can be found in the notification banner and on our website. If you choose to reject cookies, you may still use our website though your access to some functionality and areas of our website may be restricted. You may also set or amend your web browser controls to accept or refuse cookies. As the means by which you can refuse cookies through your web browser controls vary from browser-to-browser, you should visit your browser\'s help menu for more information. \n <a href=\"https://pixfort.website/redirect?to=essentials\" > Have a question? Contact us today</a>','Cookie policy popup Elementor','','publish','closed','closed','','cookie-policy-popup-elementor','','','2020-06-29 22:46:32','2020-06-29 22:46:32','',0,'https://essentials.pixfort.com/popups/?post_type=pixpopup&p=3124',0,'pixpopup','',0),(3211,1,'2020-06-30 00:37:53','2020-06-30 00:37:53','<h6 >Beautiful application screens</h6> \n <img style=\"height:auto;\" srcset=\"https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/download-popup-300x199.png 300w, https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/download-popup.png 702w\" src=\"https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/download-popup.png\" alt=\"\" /> \n <h3 data-class=\"text-heading-default\" data-style=\"\">Download Popup</h3> \n This is just a simple text made for this unique and awesome template, you can replace it with any text. \n <a href=\"https://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener noreferrer\"> Purchase Essentials</a> \n <a data-anim-type=\"fade-in-left\" data-anim-delay=\"1000\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Secure Platform\"><img src=\"https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-1.png\" srcset=\"https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-1.png 180w, https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-1-150x150.png 150w, https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-1-75x75.png 75w\" loading=\"lazy\" alt=\"\" /></a><a data-anim-type=\"fade-in-left\" data-anim-delay=\"1100\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Worldwide\"><img src=\"https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-2.png\" srcset=\"https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-2.png 180w, https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-2-150x150.png 150w, https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-2-75x75.png 75w\" loading=\"lazy\" alt=\"\" /></a><a data-anim-type=\"fade-in-left\" data-anim-delay=\"1200\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Online Shop\"><img src=\"https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-3.png\" srcset=\"https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-3.png 180w, https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-3-150x150.png 150w, https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/06/icon-circle-3-75x75.png 75w\" loading=\"lazy\" alt=\"\" /></a>','Download popup Elementor','','publish','closed','closed','','download-popup-elementor','','','2020-06-30 00:37:53','2020-06-30 00:37:53','',0,'https://essentials.pixfort.com/popups/?post_type=pixpopup&p=3211',0,'pixpopup','',0),(3294,1,'2020-07-15 04:50:29','2020-07-15 04:50:29','','Home','','publish','closed','closed','','home','','','2020-07-15 04:50:29','2020-07-15 04:50:29','',0,'https://essentials.pixfort.com/popups/?p=3294',1,'nav_menu_item','',0),(3298,1,'2020-07-16 05:47:16','0000-00-00 00:00:00','','Great Features','','draft','closed','closed','','','','','2020-07-16 05:47:16','0000-00-00 00:00:00','',0,'https://essentials.pixfort.com/popups/?p=3298',1,'nav_menu_item','',0),(3299,1,'2020-07-16 05:47:25','0000-00-00 00:00:00','','New Design','','draft','closed','closed','','','','','2020-07-16 05:47:25','0000-00-00 00:00:00','',0,'https://essentials.pixfort.com/popups/?p=3299',1,'nav_menu_item','',0),(3300,1,'2020-05-21 00:15:29','2020-05-21 00:15:29','','software-image-1','','inherit','open','closed','','software-image-1','','','2022-12-20 15:03:24','2022-12-20 15:03:24','',1265,'https://essentials.pixfort.com/saas/wp-content/uploads/sites/3/2020/02/software-image-1.png',0,'attachment','image/png',0),(3301,1,'2020-05-21 00:15:32','2020-05-21 00:15:32','','software-image-2','','inherit','open','closed','','software-image-2','','','2022-12-20 15:03:24','2022-12-20 15:03:24','',1265,'https://essentials.pixfort.com/saas/wp-content/uploads/sites/3/2020/02/software-image-2.png',0,'attachment','image/png',0),(3302,1,'2020-05-21 00:15:34','2020-05-21 00:15:34','','software-image-3','','inherit','open','closed','','software-image-3','','','2022-12-20 15:03:24','2022-12-20 15:03:24','',1265,'https://essentials.pixfort.com/saas/wp-content/uploads/sites/3/2020/02/software-image-3.png',0,'attachment','image/png',0),(3303,1,'2020-05-21 00:15:36','2020-05-21 00:15:36','','software-image-4','','inherit','open','closed','','software-image-4','','','2022-12-20 15:03:24','2022-12-20 15:03:24','',1265,'https://essentials.pixfort.com/saas/wp-content/uploads/sites/3/2020/02/software-image-4.png',0,'attachment','image/png',0),(3304,1,'2020-05-21 00:15:37','2020-05-21 00:15:37','','software-image-5','','inherit','open','closed','','software-image-5','','','2022-12-20 15:03:24','2022-12-20 15:03:24','',1265,'https://essentials.pixfort.com/saas/wp-content/uploads/sites/3/2020/02/software-image-5.png',0,'attachment','image/png',0),(3306,1,'2020-07-16 05:49:57','2020-07-16 05:49:57','','Submenu item','','publish','closed','closed','','submenu-item-3','','','2020-07-16 05:49:57','2020-07-16 05:49:57','',0,'https://essentials.pixfort.com/popups/?p=3306',8,'nav_menu_item','',0),(3308,1,'2020-07-16 05:53:02','2020-07-16 05:53:02','','Submenu item','','publish','closed','closed','','submenu-item-5','','','2020-07-16 05:53:02','2020-07-16 05:53:02','',0,'https://essentials.pixfort.com/popups/?p=3308',9,'nav_menu_item','',0),(3310,1,'2020-07-16 05:53:02','2020-07-16 05:53:02','','Submenu item','','publish','closed','closed','','submenu-item-6','','','2020-07-16 05:53:02','2020-07-16 05:53:02','',0,'https://essentials.pixfort.com/popups/?p=3310',10,'nav_menu_item','',0),(3311,1,'2020-07-16 05:56:12','2020-07-16 05:56:12','','Submenu item','','publish','closed','closed','','submenu-item-8','','','2020-07-16 05:56:12','2020-07-16 05:56:12','',0,'https://essentials.pixfort.com/popups/?p=3311',6,'nav_menu_item','',0),(3314,1,'2020-07-16 06:02:17','2020-07-16 06:02:17','','Banner Link Here','','publish','closed','closed','','banner-here','','','2020-07-16 06:02:17','2020-07-16 06:02:17','',0,'https://essentials.pixfort.com/popups/?p=3314',15,'nav_menu_item','',0),(3317,1,'2020-07-16 06:04:38','2020-07-16 06:04:38','','Column item','','publish','closed','closed','','column-item','','','2020-07-16 06:04:38','2020-07-16 06:04:38','',0,'https://essentials.pixfort.com/popups/?p=3317',17,'nav_menu_item','',0),(3318,1,'2020-07-16 06:04:39','2020-07-16 06:04:39','','Column item','','publish','closed','closed','','column-item-2','','','2020-07-16 06:04:39','2020-07-16 06:04:39','',0,'https://essentials.pixfort.com/popups/?p=3318',23,'nav_menu_item','',0),(3319,1,'2020-07-16 06:04:40','2020-07-16 06:04:40','','Column item','','publish','closed','closed','','column-item-3','','','2020-07-16 06:04:40','2020-07-16 06:04:40','',0,'https://essentials.pixfort.com/popups/?p=3319',29,'nav_menu_item','',0),(3320,1,'2020-07-16 06:08:43','2020-07-16 06:08:43','','Column item','','publish','closed','closed','','column-item-12','','','2020-07-16 06:08:43','2020-07-16 06:08:43','',0,'https://essentials.pixfort.com/popups/?p=3320',30,'nav_menu_item','',0),(3321,1,'2020-07-16 06:08:40','2020-07-16 06:08:40','','Column item','','publish','closed','closed','','column-item-11','','','2020-07-16 06:08:40','2020-07-16 06:08:40','',0,'https://essentials.pixfort.com/popups/?p=3321',27,'nav_menu_item','',0),(3322,1,'2020-07-16 06:08:38','2020-07-16 06:08:38','','Column item','','publish','closed','closed','','column-item-10','','','2020-07-16 06:08:38','2020-07-16 06:08:38','',0,'https://essentials.pixfort.com/popups/?p=3322',26,'nav_menu_item','',0),(3323,1,'2020-07-16 06:08:34','2020-07-16 06:08:34','','Column item','','publish','closed','closed','','column-item-8','','','2020-07-16 06:08:34','2020-07-16 06:08:34','',0,'https://essentials.pixfort.com/popups/?p=3323',24,'nav_menu_item','',0),(3324,1,'2020-07-16 06:08:30','2020-07-16 06:08:30','','Column item','','publish','closed','closed','','column-item-4','','','2020-07-16 06:08:30','2020-07-16 06:08:30','',0,'https://essentials.pixfort.com/popups/?p=3324',18,'nav_menu_item','',0),(3325,1,'2020-07-16 06:08:31','2020-07-16 06:08:31','','Column item','','publish','closed','closed','','column-item-5','','','2020-07-16 06:08:31','2020-07-16 06:08:31','',0,'https://essentials.pixfort.com/popups/?p=3325',19,'nav_menu_item','',0),(3326,1,'2020-07-16 06:08:32','2020-07-16 06:08:32','','Column item','','publish','closed','closed','','column-item-6','','','2020-07-16 06:08:32','2020-07-16 06:08:32','',0,'https://essentials.pixfort.com/popups/?p=3326',20,'nav_menu_item','',0),(3327,1,'2020-07-16 06:08:36','2020-07-16 06:08:36','','Column item','','publish','closed','closed','','column-item-9','','','2020-07-16 06:08:36','2020-07-16 06:08:36','',0,'https://essentials.pixfort.com/popups/?p=3327',25,'nav_menu_item','',0),(3328,1,'2020-07-16 06:08:33','2020-07-16 06:08:33','','Column item','','publish','closed','closed','','column-item-7','','','2020-07-16 06:08:33','2020-07-16 06:08:33','',0,'https://essentials.pixfort.com/popups/?p=3328',21,'nav_menu_item','',0),(3329,1,'2020-07-16 06:08:46','2020-07-16 06:08:46','','Inner Column Banner Link','','publish','closed','closed','','small-banner','','','2020-07-16 06:08:46','2020-07-16 06:08:46','',0,'https://essentials.pixfort.com/popups/?p=3329',31,'nav_menu_item','',0),(3335,1,'2020-07-16 06:21:29','2020-07-16 06:21:29','','Column item','','publish','closed','closed','','column-item-13','','','2020-07-16 06:21:29','2020-07-16 06:21:29','',0,'https://essentials.pixfort.com/popups/?p=3335',34,'nav_menu_item','',0),(3336,1,'2020-07-16 06:21:30','2020-07-16 06:21:30','','Column item','','publish','closed','closed','','column-item-14','','','2020-07-16 06:21:30','2020-07-16 06:21:30','',0,'https://essentials.pixfort.com/popups/?p=3336',35,'nav_menu_item','',0),(3337,1,'2020-07-16 06:21:31','2020-07-16 06:21:31','','Column item','','publish','closed','closed','','column-item-15','','','2020-07-16 06:21:31','2020-07-16 06:21:31','',0,'https://essentials.pixfort.com/popups/?p=3337',36,'nav_menu_item','',0),(3338,1,'2020-07-16 06:21:32','2020-07-16 06:21:32','','Column item','','publish','closed','closed','','column-item-16','','','2020-07-16 06:21:32','2020-07-16 06:21:32','',0,'https://essentials.pixfort.com/popups/?p=3338',37,'nav_menu_item','',0),(3339,1,'2020-07-16 06:21:33','2020-07-16 06:21:33','','Column item','','publish','closed','closed','','column-item-17','','','2020-07-16 06:21:33','2020-07-16 06:21:33','',0,'https://essentials.pixfort.com/popups/?p=3339',38,'nav_menu_item','',0),(3340,1,'2020-07-16 06:21:35','2020-07-16 06:21:35','','Column item','','publish','closed','closed','','column-item-18','','','2020-07-16 06:21:35','2020-07-16 06:21:35','',0,'https://essentials.pixfort.com/popups/?p=3340',40,'nav_menu_item','',0),(3341,1,'2020-07-16 06:21:38','2020-07-16 06:21:38','','Column item','','publish','closed','closed','','column-item-23','','','2020-07-16 06:21:38','2020-07-16 06:21:38','',0,'https://essentials.pixfort.com/popups/?p=3341',46,'nav_menu_item','',0),(3342,1,'2020-07-16 06:21:37','2020-07-16 06:21:37','','Column item','','publish','closed','closed','','column-item-21','','','2020-07-16 06:21:37','2020-07-16 06:21:37','',0,'https://essentials.pixfort.com/popups/?p=3342',43,'nav_menu_item','',0),(3343,1,'2020-07-16 06:21:42','2020-07-16 06:21:42','','Column item','','publish','closed','closed','','column-item-28','','','2020-07-16 06:21:42','2020-07-16 06:21:42','',0,'https://essentials.pixfort.com/popups/?p=3343',52,'nav_menu_item','',0),(3344,1,'2020-07-16 06:17:25','0000-00-00 00:00:00','','Column item','','draft','closed','closed','','','','','2020-07-16 06:17:25','0000-00-00 00:00:00','',0,'https://essentials.pixfort.com/popups/?p=3344',1,'nav_menu_item','',0),(3345,1,'2020-07-16 06:21:40','2020-07-16 06:21:40','','Column item','','publish','closed','closed','','column-item-25','','','2020-07-16 06:21:40','2020-07-16 06:21:40','',0,'https://essentials.pixfort.com/popups/?p=3345',48,'nav_menu_item','',0),(3346,1,'2020-07-16 06:21:42','2020-07-16 06:21:42','','Column item','','publish','closed','closed','','column-item-29','','','2020-07-16 06:21:42','2020-07-16 06:21:42','',0,'https://essentials.pixfort.com/popups/?p=3346',53,'nav_menu_item','',0),(3347,1,'2020-07-16 06:21:43','2020-07-16 06:21:43','','Inner Column Banner Link','','publish','closed','closed','','inner-column-banner-link','','','2020-07-16 06:21:43','2020-07-16 06:21:43','',0,'https://essentials.pixfort.com/popups/?p=3347',54,'nav_menu_item','',0),(3348,1,'2020-07-16 06:17:35','0000-00-00 00:00:00','','Column item','','draft','closed','closed','','','','','2020-07-16 06:17:35','0000-00-00 00:00:00','',0,'https://essentials.pixfort.com/popups/?p=3348',1,'nav_menu_item','',0),(3349,1,'2020-07-16 06:21:39','2020-07-16 06:21:39','','Column item','','publish','closed','closed','','column-item-24','','','2020-07-16 06:21:39','2020-07-16 06:21:39','',0,'https://essentials.pixfort.com/popups/?p=3349',47,'nav_menu_item','',0),(3350,1,'2020-07-16 06:21:36','2020-07-16 06:21:36','','Column item','','publish','closed','closed','','column-item-19','','','2020-07-16 06:21:36','2020-07-16 06:21:36','',0,'https://essentials.pixfort.com/popups/?p=3350',41,'nav_menu_item','',0),(3351,1,'2020-07-16 06:21:36','2020-07-16 06:21:36','','Column item','','publish','closed','closed','','column-item-20','','','2020-07-16 06:21:36','2020-07-16 06:21:36','',0,'https://essentials.pixfort.com/popups/?p=3351',42,'nav_menu_item','',0),(3352,1,'2020-07-16 06:21:37','2020-07-16 06:21:37','','Column item','','publish','closed','closed','','column-item-22','','','2020-07-16 06:21:37','2020-07-16 06:21:37','',0,'https://essentials.pixfort.com/popups/?p=3352',44,'nav_menu_item','',0),(3353,1,'2020-07-16 06:21:40','2020-07-16 06:21:40','','Column item','','publish','closed','closed','','column-item-26','','','2020-07-16 06:21:40','2020-07-16 06:21:40','',0,'https://essentials.pixfort.com/popups/?p=3353',49,'nav_menu_item','',0),(3354,1,'2020-07-16 06:21:41','2020-07-16 06:21:41','','Column item','','publish','closed','closed','','column-item-27','','','2020-07-16 06:21:41','2020-07-16 06:21:41','',0,'https://essentials.pixfort.com/popups/?p=3354',50,'nav_menu_item','',0),(3355,1,'2020-07-16 06:21:44','2020-07-16 06:21:44','','Wide Banner Link.','','publish','closed','closed','','wide-banner-link','','','2020-07-16 06:21:44','2020-07-16 06:21:44','',0,'https://essentials.pixfort.com/popups/?p=3355',56,'nav_menu_item','',0),(3473,1,'2020-06-04 22:30:04','2020-06-04 22:30:04','','Header Bold','','publish','closed','closed','','header-bold','','','2020-06-04 22:30:04','2020-06-04 22:30:04','',0,'https://essentials.pixfort.com/bold/?post_type=pixheader&p=3473',0,'pixheader','',0),(3477,1,'2020-06-04 22:39:11','2020-06-04 22:39:11','','bold-logo-dark','','inherit','open','closed','','bold-logo-dark','','','2020-06-04 22:39:11','2020-06-04 22:39:11','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-logo-dark.png',0,'attachment','image/png',0),(3478,1,'2020-06-04 22:39:11','2020-06-04 22:39:11','','bold-logo','','inherit','open','closed','','bold-logo','','','2020-06-04 22:39:11','2020-06-04 22:39:11','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-logo.png',0,'attachment','image/png',0),(3479,1,'2020-06-04 22:47:54','2020-06-04 22:47:54','','bold-img-1','','inherit','open','closed','','bold-img-1','','','2020-06-04 22:47:54','2020-06-04 22:47:54','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-img-1.jpg',0,'attachment','image/jpeg',0),(3537,1,'2020-06-05 00:14:08','2020-06-05 00:14:08','','bold-img-2','','inherit','open','closed','','bold-img-2','','','2020-06-05 00:14:08','2020-06-05 00:14:08','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-img-2.jpg',0,'attachment','image/jpeg',0),(3663,1,'2020-06-13 16:00:31','2020-06-13 16:00:31','','bold-slider-image-2','','inherit','open','closed','','bold-slider-image-2','','','2020-06-13 16:00:31','2020-06-13 16:00:31','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2.jpg',0,'attachment','image/jpeg',0),(3665,1,'2020-06-13 16:04:55','2020-06-13 16:04:55','','bold-slider-image-1','','inherit','open','closed','','bold-slider-image-1','','','2020-06-13 16:04:55','2020-06-13 16:04:55','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1.jpg',0,'attachment','image/jpeg',0),(3666,1,'2020-06-13 16:04:56','2020-06-13 16:04:56','','bold-slider-image-3','','inherit','open','closed','','bold-slider-image-3','','','2020-06-13 16:04:56','2020-06-13 16:04:56','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3.jpg',0,'attachment','image/jpeg',0),(3671,1,'2020-06-13 16:18:27','2020-06-13 16:18:27','','image-1','','inherit','open','closed','','image-1','','','2020-06-13 16:18:27','2020-06-13 16:18:27','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1.jpg',0,'attachment','image/jpeg',0),(3673,1,'2020-06-13 16:20:02','2020-06-13 16:20:02','','image-1','','inherit','open','closed','','image-1-2','','','2020-06-13 16:20:02','2020-06-13 16:20:02','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1.png',0,'attachment','image/png',0),(3676,1,'2020-06-13 16:26:48','2020-06-13 16:26:48','','image-2','','inherit','open','closed','','image-2','','','2020-06-13 16:26:48','2020-06-13 16:26:48','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-2.jpg',0,'attachment','image/jpeg',0),(3677,1,'2020-06-13 16:26:51','2020-06-13 16:26:51','','image-3','','inherit','open','closed','','image-3','','','2020-06-13 16:26:51','2020-06-13 16:26:51','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3.png',0,'attachment','image/png',0),(3679,1,'2020-06-13 16:35:32','2020-06-13 16:35:32','','slider-image-1','','inherit','open','closed','','slider-image-1','','','2020-06-13 16:35:32','2020-06-13 16:35:32','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-1.png',0,'attachment','image/png',0),(3681,1,'2020-06-13 16:50:11','2020-06-13 16:50:11','','slider-image-2','','inherit','open','closed','','slider-image-2','','','2020-06-13 16:50:11','2020-06-13 16:50:11','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-2.png',0,'attachment','image/png',0),(3682,1,'2020-06-13 16:50:13','2020-06-13 16:50:13','','slider-image-3','','inherit','open','closed','','slider-image-3','','','2020-06-13 16:50:13','2020-06-13 16:50:13','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-3.png',0,'attachment','image/png',0),(3683,1,'2020-06-13 16:50:14','2020-06-13 16:50:14','','slider-image-4','','inherit','open','closed','','slider-image-4','','','2020-06-13 16:50:14','2020-06-13 16:50:14','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-4.png',0,'attachment','image/png',0),(3685,1,'2020-06-13 17:14:18','2020-06-13 17:14:18','','content-image-1','','inherit','open','closed','','content-image-1','','','2020-06-13 17:14:18','2020-06-13 17:14:18','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-1.png',0,'attachment','image/png',0),(3687,1,'2020-06-13 17:38:18','2020-06-13 17:38:18','','content-image-2','','inherit','open','closed','','content-image-2','','','2020-06-13 17:38:18','2020-06-13 17:38:18','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-2.jpg',0,'attachment','image/jpeg',0),(3688,1,'2020-06-13 17:38:20','2020-06-13 17:38:20','','content-image-3','','inherit','open','closed','','content-image-3','','','2020-06-13 17:38:20','2020-06-13 17:38:20','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-3.jpg',0,'attachment','image/jpeg',0),(3690,1,'2020-06-13 17:39:28','2020-06-13 17:39:28','','app-pages-intro-bg','','inherit','open','closed','','app-pages-intro-bg','','','2020-06-13 17:39:28','2020-06-13 17:39:28','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/app-pages-intro-bg.png',0,'attachment','image/png',0),(3693,1,'2020-06-13 17:53:50','2020-06-13 17:53:50','','image-cta','','inherit','open','closed','','image-cta','','','2020-06-13 17:53:50','2020-06-13 17:53:50','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta.png',0,'attachment','image/png',0),(3703,1,'2020-06-14 08:43:22','2020-06-14 08:43:22','','content-image-4','','inherit','open','closed','','content-image-4','','','2020-06-14 08:43:22','2020-06-14 08:43:22','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-4.jpg',0,'attachment','image/jpeg',0),(3705,1,'2020-06-14 08:44:20','2020-06-14 08:44:20','','content-image-5','','inherit','open','closed','','content-image-5','','','2020-06-14 08:44:20','2020-06-14 08:44:20','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-5.jpg',0,'attachment','image/jpeg',0),(3711,1,'2020-06-14 08:59:57','2020-06-14 08:59:57','','yellow-favicon','','inherit','open','closed','','yellow-favicon','','','2020-06-14 08:59:57','2020-06-14 08:59:57','',0,'https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/yellow-favicon.png',0,'attachment','image/png',0),(3714,1,'2020-06-15 08:57:05','2020-06-15 08:57:05','<img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg 1800w\" />\n <h1 data-anim-type=\"fade-in-up\" data-anim-delay=\"1000\" style=\"\">Think you know Bold? Think deeper.</h1><a href=\"http://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener noreferrer\"> Purchase Essentials</a>\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1.jpg\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1.jpg 1800w\" />\n <h1 data-anim-type=\"fade-in-up\" data-anim-delay=\"1000\" style=\"\">Build an online business in minutes.</h1><a href=\"http://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener noreferrer\"> Purchase Essentials</a>\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg 1800w\" />\n <h1 data-anim-type=\"fade-in-up\" data-anim-delay=\"1000\" style=\"\">Think you know Bold? Think deeper.</h1><a href=\"http://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener noreferrer\"> Purchase Essentials</a>\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg\" />\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1.jpg\" />\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg\" />\n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-300x274.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-1024x934.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-768x700.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-1536x1401.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/portfolio-10.jpg 1820w\" data-src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-1024x934.jpg\" loading=\"lazy\" alt=\"\"><h2 style=\"\">Start Creating Beautiful Sites Today with Essentials</h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" > Purchase Essentials</a> \n <h6 data-anim-type=\"fade-in-left\" data-anim-delay=\"600\">Speed Test Results</h6> \n <h6 data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">75%</h6><h6 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">Our Solution</h6><p data-anim-type=\"fade-in-up\" data-anim-delay=\"200\" style=\"\"></p>\n <h6 data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">55%</h6><h6 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">Competitors speed</h6><p data-anim-type=\"fade-in-up\" data-anim-delay=\"200\" style=\"\"></p>\n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-249x300.jpg 249w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-850x1024.jpg 850w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-768x925.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-1275x1536.jpg 1275w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/p-item-13.jpg 1660w\" data-src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-850x1024.jpg\" loading=\"lazy\" alt=\"\"><h2 style=\"\">Start Creating Beautiful Sites Today with Essentials</h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" > Purchase Essentials</a> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">LIMITED TIME DISCOUNT</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">We Provide Robust Services For Every Type of Business.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <a href=\"#pix_section_pricing\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Learn more about pricing </a> \n <h6 data-anim-type=\"fade-in-left\" data-anim-delay=\"600\">List of Skills</h6> \n WordPress0%Marketing0%Web Design0% \n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-300x300.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-150x150.jpg 150w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-400x400.jpg 400w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-75x75.jpg 75w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-380x380.jpg 380w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-460x460.jpg 460w, http://test.buildfivefriday.com/wp-content/uploads/2019/12/main-stack-image-3.jpg 600w\" data-src=\"http://test.buildfivefriday.com/wp-content/uploads/2019/12/main-stack-image-3.jpg\" loading=\"lazy\" alt=\"\"><h2 style=\"\">We build premium products for the web.</h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" >Purchase Essentials</a> \n <h6 data-anim-type=\"fade-in-left\" data-anim-delay=\"600\">Financial Results</h6> \n <h1>+0</h1><h5 style=\"\">Team members</h5>\n <h1>+0K</h1><h5 style=\"\">Happy clients</h5>\n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg 1800w\" data-src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1024x455.jpg\" loading=\"lazy\" alt=\"\"><h3 style=\"\">Join our Community</h3><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" >Purchase Essentials</a> \n <h2 data-class=\"text-heading-default\" data-style=\"\">We Provide Robust Services For Every Type of Business.</h2> \n <a href=\"#pix_section_pricing\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Learn more about pricing </a> \n <img style=\"height:auto;\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-1.png 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1-300x225.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1-1024x768.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1-768x576.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1-600x450.png 600w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-1.png\" alt=\"\" /> \n <img style=\"height:auto;\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-2.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-2-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-2-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-2-768x960.jpg 768w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-2.jpg\" alt=\"\" /> \n <img style=\"height:auto;\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-3.png 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3-300x225.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3-1024x768.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3-768x576.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3-600x450.png 600w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-3.png\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">LIMITED TIME DISCOUNT</h6> \n <h1 data-class=\"text-white\" data-style=\"\">Build a business with affordable prices.</h1> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <p >It’s a magical piece of glass.<br />\nIt’s so fast most PC laptops can’t catch up.</p> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <p >It’s a magical piece of glass.<br />\nIt’s so fast most PC laptops can’t catch up.</p> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <img srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-1-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-1-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-1-768x461.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-1.png 1500w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-1.png\" alt=\"\" style=\"\"/><img srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-2-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-2-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-2-768x461.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-2.png 1200w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-2.png\" alt=\"\" style=\"\"/><img srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-3-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-3-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-3-768x461.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-3.png 1200w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-3.png\" alt=\"\" style=\"\"/><img srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-4-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-4-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-4-768x461.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-4.png 1200w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-4.png\" alt=\"\" style=\"\"/> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">TOP SELLER THEME</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">Made for any type of business worldwide.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <a data-anim-type=\"fade-in-left\" data-anim-delay=\"1000\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Secure Platform\"><img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-460x460.jpg\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg 1800w\" loading=\"lazy\" alt=\"\" /></a><a data-anim-type=\"fade-in-left\" data-anim-delay=\"1100\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Worldwide\"><img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-460x460.jpg\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg 1800w\" loading=\"lazy\" alt=\"\" /></a><a data-anim-type=\"fade-in-left\" data-anim-delay=\"1200\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Online Shop\"><img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-460x460.jpg\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1.jpg 1800w\" loading=\"lazy\" alt=\"\" /></a><a href=\"#\" data-anim-type=\"fade-in-left\" data-anim-delay=\"1300\" >Check all categories </a> \n <img style=\"height:auto;\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-1.png 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-1-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-1-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-1-768x461.png 768w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-1.png\" alt=\"\" /> \n <img style=\"height:auto;\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-2.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-2-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-2-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-2-768x960.jpg 768w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-2.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">SPECIAL OFFER BY PIXFORT</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">Create cool & colorful boxes in seconds.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <img style=\"height:auto;\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-3.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-3-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-3-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-3-768x960.jpg 768w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-3.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">IMPROVED USER INTERFACE</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">It\'s super easy to use Essentials theme.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <img style=\"height:auto;\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-4.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-4-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-4-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-4-768x960.jpg 768w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-4.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">EXCLUSIVE PRODUCT</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">Join the best web development platform.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <a href=\"https://pixfort.website/redirect?to=essentials\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Purchase a License </a> \n <img style=\"height:auto;\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-5.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-5-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-5-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-5-768x960.jpg 768w\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-5.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">SUPER EASY TO USE</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">No need to write a single line of code.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">JOIN US TODAY</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">We Provide Robust Services For Everyone.</h2> \n <a href=\"https://pixfort.website/redirect?to=essentials\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Purchase a License </a> \n<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <defs></defs>\n <g id=\"Stockholm-icons-/-Electric-/-Air-conditioning\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M3,3 L21,3 C21.5522847,3 22,3.44771525 22,4 L22,11 C22,11.5522847 21.5522847,12 21,12 L3,12 C2.44771525,12 2,11.5522847 2,11 L2,4 C2,3.44771525 2.44771525,3 3,3 Z M5,8 C4.44771525,8 4,8.44771525 4,9 C4,9.55228475 4.44771525,10 5,10 L19,10 C19.5522847,10 20,9.55228475 20,9 C20,8.44771525 19.5522847,8 19,8 L5,8 Z\" id=\"Combined-Shape\" fill=\"#000000\"></path>\n <path d=\"M17.2914283,14.2943612 L18.7085717,15.7056388 C17.6611931,16.7573706 17.6647221,18.4590358 18.7164539,19.5064144 C18.8065164,19.5961041 18.902828,19.6792918 19.0046636,19.755351 L19.5984004,20.1988028 L18.4015996,21.8011972 L17.8078628,21.3577454 C17.6302443,21.2250852 17.4622605,21.0799918 17.3051762,20.9235577 C15.4707777,19.096752 15.4646226,16.1287596 17.2914283,14.2943612 Z M11.2914283,15.2943612 L12.7085717,16.7056388 C11.6611931,17.7573706 11.6647221,19.4590358 12.7164539,20.5064144 C12.8065164,20.5961041 12.902828,20.6792918 13.0046636,20.755351 L13.5984004,21.1988028 L12.4015996,22.8011972 L11.8078628,22.3577454 C11.6302443,22.2250852 11.4622605,22.0799918 11.3051762,21.9235577 C9.47077775,20.096752 9.4646226,17.1287596 11.2914283,15.2943612 Z M5.29142832,14.2943612 L6.70857168,15.7056388 C5.66119311,16.7573706 5.66472209,18.4590358 6.71645389,19.5064144 C6.80651638,19.5961041 6.90282804,19.6792918 7.00466363,19.755351 L7.59840039,20.1988028 L6.40159961,21.8011972 L5.80786284,21.3577454 C5.63024431,21.2250852 5.46226047,21.0799918 5.30517622,20.9235577 C3.47077775,19.096752 3.4646226,16.1287596 5.29142832,14.2943612 Z\" id=\"Combined-Shape\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"0.3\"></path>\n </g>\n</svg><h5 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"500\">Ask Us a Question</h5>This is just a simple text made for this unique and awesome template, you can replace it with any text. \n<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <defs></defs>\n <g id=\"Stockholm-icons-/-Layout-/-Layout-top-panel-3\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M3,4 L20,4 C20.5522847,4 21,4.44771525 21,5 L21,7 C21,7.55228475 20.5522847,8 20,8 L3,8 C2.44771525,8 2,7.55228475 2,7 L2,5 C2,4.44771525 2.44771525,4 3,4 Z M3,10 L13,10 C13.5522847,10 14,10.4477153 14,11 L14,19 C14,19.5522847 13.5522847,20 13,20 L3,20 C2.44771525,20 2,19.5522847 2,19 L2,11 C2,10.4477153 2.44771525,10 3,10 Z\" id=\"Combined-Shape\" fill=\"#000000\"></path>\n <rect id=\"Rectangle-7-Copy-2\" fill=\"#000000\" opacity=\"0.3\" x=\"16\" y=\"10\" width=\"5\" height=\"10\" rx=\"1\"></rect>\n </g>\n</svg>\n<h5 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"700\">Unlimited possibilities</h5>This is just a simple text made for this unique and awesome template, you can replace it with any text. \n<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <defs></defs>\n <g id=\"Stockholm-icons-/-Design-/-Horizontal\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M21,12 C21,12.5522847 20.5522847,13 20,13 L19,13 C18.4477153,13 18,12.5522847 18,12 C18,11.4477153 18.4477153,11 19,11 L20,11 C20.5522847,11 21,11.4477153 21,12 Z M16,12 C16,12.5522847 15.5522847,13 15,13 L14,13 C13.4477153,13 13,12.5522847 13,12 C13,11.4477153 13.4477153,11 14,11 L15,11 C15.5522847,11 16,11.4477153 16,12 Z M11,12 C11,12.5522847 10.5522847,13 10,13 L9,13 C8.44771525,13 8,12.5522847 8,12 C8,11.4477153 8.44771525,11 9,11 L10,11 C10.5522847,11 11,11.4477153 11,12 Z M6,12 C6,12.5522847 5.55228475,13 5,13 L4,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4477153 3.44771525,11 4,11 L5,11 C5.55228475,11 6,11.4477153 6,12 Z\" id=\"Combined-Shape\" fill=\"#000000\"></path>\n <path d=\"M14.9596876,21 L9.04031242,21 C8.76417005,21 8.54031242,20.7761424 8.54031242,20.5 C8.54031242,20.3864643 8.5789528,20.276309 8.64987802,20.1876525 L11.6095656,16.488043 C11.7820704,16.272412 12.0967166,16.2374514 12.3123475,16.4099561 C12.3411799,16.433022 12.3673685,16.4592107 12.3904344,16.488043 L15.350122,20.1876525 C15.5226268,20.4032834 15.4876661,20.7179296 15.2720351,20.8904344 C15.1833786,20.9613596 15.0732233,21 14.9596876,21 Z M9.04031242,3 L14.9596876,3 C15.23583,3 15.4596876,3.22385763 15.4596876,3.5 C15.4596876,3.61353575 15.4210472,3.723691 15.350122,3.81234752 L12.3904344,7.51195699 C12.2179296,7.72758796 11.9032834,7.76254865 11.6876525,7.59004388 C11.6588201,7.56697799 11.6326315,7.54078935 11.6095656,7.51195699 L8.64987802,3.81234752 C8.47737324,3.59671656 8.51233393,3.28207037 8.7279649,3.1095656 C8.81662142,3.03864038 8.92677668,3 9.04031242,3 Z\" id=\"Combined-Shape\" fill=\"#000000\" opacity=\"0.3\"></path>\n </g>\n</svg><h5 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"900\">Easy to Customize</h5>This is just a simple text made for this unique and awesome template, you can replace it with any text. \n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-300x225.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-1024x768.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-768x576.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-600x450.png 600w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-cta.png 1200w\" data-src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-1024x768.png\" loading=\"lazy\" alt=\"\"><h2 style=\"\"></h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" > Purchase Essentials</a> \n <a href=\"#\" data-aspect=\"embed-responsive-16by9\" data-content=\"<iframe width="560" height="315" src="https://www.youtube.com/embed/uM4InNEGHkM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen autoplay="autoplay"></iframe>\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ><path d=\"M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18c.62-.39.62-1.29 0-1.69L9.54 5.98C8.87 5.55 8 6.03 8 6.82z\"/></svg>\n</a> \n <h2 data-class=\"text-heading-default\" data-style=\"\">Get The Most Advanced WordPress Theme on Earth!</h2> \n <a href=\"https://pixfort.website/redirect?to=essentials\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Purchase a License </a>','Homepage Bold Elementor','','publish','closed','closed','','homepage-bold-elementor','','','2022-12-20 15:03:24','2022-12-20 15:03:24','',0,'https://essentials.pixfort.com/bold/?page_id=3714',0,'page','',0),(3716,1,'2020-06-15 08:57:11','2020-06-15 08:57:11','','Default Kit','','publish','closed','closed','','default-kit-2','','','2020-06-15 08:57:11','2020-06-15 08:57:11','',0,'https://essentials.pixfort.com/bold/?elementor_library=default-kit',0,'elementor_library','',0),(3778,1,'2020-06-18 00:42:23','2020-06-18 00:42:23','','Blog','','publish','closed','closed','','blog','','','2020-06-18 00:42:23','2020-06-18 00:42:23','',0,'https://essentials.pixfort.com/bold/?page_id=3778',0,'page','',0),(3808,1,'2020-06-24 21:40:53','2020-06-24 21:40:53','<img style=\"width:auto;max-height:40px;\" srcset=\"\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-logo.png\" alt=\"\" /> \n <p >Say hello to the most advanced multipurpose WordPress theme ever made on themeforest.</p> \n <p >Reinventing the way you create websites, say hi to the most powerful WordPress theme available on the market.</p> \n <a href=\"#\" data-anim-type=\"fade-in-up\" data-anim-delay=\"400\"></a><a href=\"#\" data-anim-type=\"fade-in-up\" data-anim-delay=\"500\"></a><a href=\"#\" data-anim-type=\"fade-in-up\" data-anim-delay=\"600\"></a><a href=\"#\" data-anim-type=\"fade-in-up\" data-anim-delay=\"700\"></a> \n <p ><strong>Essentials</strong> by <strong>pixfort</strong> © All rights reserved</p>','Footer Bold Elementor','','publish','closed','closed','','footer-bold-elementor','','','2022-12-20 15:03:25','2022-12-20 15:03:25','',0,'https://essentials.pixfort.com/bold/?post_type=pixfooter&p=3808',0,'pixfooter','',0),(13295,1,'2020-07-15 04:50:29','2020-07-15 04:50:29','','Dropdown','','publish','closed','closed','','multilevel-dropdown','','','2020-07-15 04:50:29','2020-07-15 04:50:29','',0,'https://essentials.pixfort.com/popups/?p=13295',2,'nav_menu_item','',0),(13296,1,'2020-07-15 04:50:29','2020-07-15 04:50:29','','MegaMenu 1','','publish','closed','closed','','megamenu-1','','','2020-07-15 04:50:29','2020-07-15 04:50:29','',0,'https://essentials.pixfort.com/popups/?p=13296',13,'nav_menu_item','',0),(13297,1,'2020-07-15 04:50:29','2020-07-15 04:50:29','','MegaMenu 2','','publish','closed','closed','','megamenu-2','','','2020-07-15 04:50:29','2020-07-15 04:50:29','',0,'https://essentials.pixfort.com/popups/?p=13297',32,'nav_menu_item','',0),(13300,1,'2020-07-16 05:49:56','2020-07-16 05:49:56','','Dropdown item','','publish','closed','closed','','dropdown-item','','','2020-07-16 05:49:56','2020-07-16 05:49:56','',0,'https://essentials.pixfort.com/popups/?p=13300',3,'nav_menu_item','',0),(13303,1,'2020-07-16 05:49:56','2020-07-16 05:49:56','','Submenu Level 1','','publish','closed','closed','','submenu','','','2020-07-16 05:49:56','2020-07-16 05:49:56','',0,'https://essentials.pixfort.com/popups/?p=13303',5,'nav_menu_item','',0),(13305,1,'2020-07-16 05:49:57','2020-07-16 05:49:57','','Submenu Level 2','','publish','closed','closed','','submenu-item-2','','','2020-07-16 05:49:57','2020-07-16 05:49:57','',0,'https://essentials.pixfort.com/popups/?p=13305',7,'nav_menu_item','',0),(13307,1,'2020-07-16 05:53:01','2020-07-16 05:53:01','','Column 2','','publish','closed','closed','','submenu-item-4','','','2020-07-16 05:53:01','2020-07-16 05:53:01','',0,'https://essentials.pixfort.com/popups/?p=13307',22,'nav_menu_item','',0),(13309,1,'2020-07-16 05:53:03','2020-07-16 05:53:03','','Column 3','','publish','closed','closed','','submenu-item-7','','','2020-07-16 05:53:03','2020-07-16 05:53:03','',0,'https://essentials.pixfort.com/popups/?p=13309',28,'nav_menu_item','',0),(13312,1,'2020-07-16 05:56:14','2020-07-16 05:56:14','','Column 1','','publish','closed','closed','','submenu-item-9','','','2020-07-16 05:56:14','2020-07-16 05:56:14','',0,'https://essentials.pixfort.com/popups/?p=13312',16,'nav_menu_item','',0),(13313,1,'2020-07-16 06:02:16','2020-07-16 06:02:16','','Column Banner','','publish','closed','closed','','banner-column','','','2020-07-16 06:02:16','2020-07-16 06:02:16','',0,'https://essentials.pixfort.com/popups/?p=13313',14,'nav_menu_item','',0),(13315,1,'2020-07-16 06:00:23','2020-07-16 06:00:23','','menu-full-banner','','inherit','open','closed','','menu-full-banner','','','2020-07-16 06:00:23','2020-07-16 06:00:23','',0,'https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/07/menu-full-banner.jpg',0,'attachment','image/jpeg',0),(13316,1,'2020-07-16 06:01:15','2020-07-16 06:01:15','','banner-menu','','inherit','open','closed','','banner-menu','','','2020-07-16 06:01:15','2020-07-16 06:01:15','',0,'https://essentials.pixfort.com/popups/wp-content/uploads/sites/32/2020/07/banner-menu.jpg',0,'attachment','image/jpeg',0),(13317,1,'2020-07-16 05:49:56','2020-07-16 05:49:56','','Dropdown item','','publish','closed','closed','','dropdown-item-2','','','2020-07-16 05:49:56','2020-07-16 05:49:56','',0,'https://essentials.pixfort.com/popups/?p=3301',4,'nav_menu_item','',0),(13318,1,'2020-07-16 05:49:57','2020-07-16 05:49:57','','Submenu item','','publish','closed','closed','','submenu-item','','','2020-07-16 05:49:57','2020-07-16 05:49:57','',0,'https://essentials.pixfort.com/popups/?p=3304',11,'nav_menu_item','',0),(13319,1,'2020-07-16 05:49:58','2020-07-16 05:49:58','','Dropdown item','','publish','closed','closed','','dropdown-item-3','','','2020-07-16 05:49:58','2020-07-16 05:49:58','',0,'https://essentials.pixfort.com/popups/?p=3302',12,'nav_menu_item','',0),(13330,1,'2020-07-16 06:21:28','2020-07-16 06:21:28','','Column 1','','publish','closed','closed','','column-1','','','2020-07-16 06:21:28','2020-07-16 06:21:28','',0,'https://essentials.pixfort.com/popups/?p=13330',33,'nav_menu_item','',0),(13331,1,'2020-07-16 06:21:34','2020-07-16 06:21:34','','Column 2','','publish','closed','closed','','column-2','','','2020-07-16 06:21:34','2020-07-16 06:21:34','',0,'https://essentials.pixfort.com/popups/?p=13331',39,'nav_menu_item','',0),(13332,1,'2020-05-27 21:40:51','2020-05-27 21:40:51','<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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ña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://essentials.pixfort.com/marketing/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":60} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://essentials.pixfort.com/marketing/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":103} -->\n<div style=\"height:103px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Sample Page','','publish','closed','open','','sample-page-2','','','2020-05-27 21:40:51','2020-05-27 21:40:51','',0,'https://essentials.pixfort.com/bold/?page_id=2',0,'page','',0),(13333,1,'2020-07-16 06:21:38','2020-07-16 06:21:38','','Column 3','','publish','closed','closed','','column-3','','','2020-07-16 06:21:38','2020-07-16 06:21:38','',0,'https://essentials.pixfort.com/popups/?p=13332',45,'nav_menu_item','',0),(13334,1,'2020-07-16 06:21:41','2020-07-16 06:21:41','','Column 4','','publish','closed','closed','','column-4','','','2020-07-16 06:21:41','2020-07-16 06:21:41','',0,'https://essentials.pixfort.com/popups/?p=13333',51,'nav_menu_item','',0),(13335,1,'2020-07-16 06:21:44','2020-07-16 06:21:44','','Full width column','','publish','closed','closed','','column-item-30','','','2020-07-16 06:21:44','2020-07-16 06:21:44','',0,'https://essentials.pixfort.com/popups/?p=13334',55,'nav_menu_item','',0),(13336,1,'2020-06-15 08:57:05','2020-06-15 08:57:05','<img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2.jpg\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1536x683.jpg 1536w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2.jpg 1800w\" />\n <h1 data-anim-type=\"fade-in-up\" data-anim-delay=\"1000\" style=\"\">Think you know Bold? Think deeper.</h1><a href=\"http://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener noreferrer\"> Purchase Essentials</a>\n <img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1.jpg\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-1536x683.jpg 1536w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1.jpg 1800w\" />\n <h1 data-anim-type=\"fade-in-up\" data-anim-delay=\"1000\" style=\"\">Build an online business in minutes.</h1><a href=\"http://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener noreferrer\"> Purchase Essentials</a>\n <img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3.jpg\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-1536x683.jpg 1536w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3.jpg 1800w\" />\n <h1 data-anim-type=\"fade-in-up\" data-anim-delay=\"1000\" style=\"\">Think you know Bold? Think deeper.</h1><a href=\"http://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener noreferrer\"> Purchase Essentials</a>\n <img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2.jpg\" />\n <img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1.jpg\" />\n <img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3.jpg\" />\n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-300x274.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-1024x934.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-768x700.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-1536x1401.jpg 1536w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10.jpg 1820w\" data-src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/portfolio-10-1024x934.jpg\" loading=\"lazy\" alt=\"\"><h2 style=\"\">Start Creating Beautiful Sites Today with Essentials</h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" > Purchase Essentials</a> \n <h6 data-anim-type=\"fade-in-left\" data-anim-delay=\"600\">Speed Test Results</h6> \n <h6 data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">75%</h6><h6 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">Our Solution</h6><p data-anim-type=\"fade-in-up\" data-anim-delay=\"200\" style=\"\"></p>\n <h6 data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">55%</h6><h6 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">Competitors speed</h6><p data-anim-type=\"fade-in-up\" data-anim-delay=\"200\" style=\"\"></p>\n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-249x300.jpg 249w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-850x1024.jpg 850w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-768x925.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-1275x1536.jpg 1275w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13.jpg 1660w\" data-src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/05/p-item-13-850x1024.jpg\" loading=\"lazy\" alt=\"\"><h2 style=\"\">Start Creating Beautiful Sites Today with Essentials</h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" > Purchase Essentials</a> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">LIMITED TIME DISCOUNT</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">We Provide Robust Services For Every Type of Business.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <a href=\"#pix_section_pricing\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Learn more about pricing </a> \n <h6 data-anim-type=\"fade-in-left\" data-anim-delay=\"600\">List of Skills</h6> \n WordPress0%Marketing0%Web Design0% \n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-300x300.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-150x150.jpg 150w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-400x400.jpg 400w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-75x75.jpg 75w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-380x380.jpg 380w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3-460x460.jpg 460w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3.jpg 600w\" data-src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2019/12/main-stack-image-3.jpg\" loading=\"lazy\" alt=\"\"><h2 style=\"\">We build premium products for the web.</h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" >Purchase Essentials</a> \n <h6 data-anim-type=\"fade-in-left\" data-anim-delay=\"600\">Financial Results</h6> \n <h1>+0</h1><h5 style=\"\">Team members</h5>\n <h1>+0K</h1><h5 style=\"\">Happy clients</h5>\n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1536x683.jpg 1536w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2.jpg 1800w\" data-src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1024x455.jpg\" loading=\"lazy\" alt=\"\"><h3 style=\"\">Join our Community</h3><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" >Purchase Essentials</a> \n <h2 data-class=\"text-heading-default\" data-style=\"\">We Provide Robust Services For Every Type of Business.</h2> \n <a href=\"#pix_section_pricing\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Learn more about pricing </a> \n <img style=\"height:auto;\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1.png 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1-300x225.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1-1024x768.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1-768x576.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1-600x450.png 600w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-1.png\" alt=\"\" /> \n <img style=\"height:auto;\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-2.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-2-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-2-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-2-768x960.jpg 768w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-2.jpg\" alt=\"\" /> \n <img style=\"height:auto;\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3.png 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3-300x225.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3-1024x768.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3-768x576.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3-600x450.png 600w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-3.png\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">LIMITED TIME DISCOUNT</h6> \n <h1 data-class=\"text-white\" data-style=\"\">Build a business with affordable prices.</h1> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <p >It’s a magical piece of glass.<br />\nIt’s so fast most PC laptops can’t catch up.</p> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <p >It’s a magical piece of glass.<br />\nIt’s so fast most PC laptops can’t catch up.</p> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <img srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-1-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-1-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-1-768x461.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-1.png 1500w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-1.png\" alt=\"\" style=\"\"/><img srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-2-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-2-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-2-768x461.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-2.png 1200w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-2.png\" alt=\"\" style=\"\"/><img srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-3-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-3-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-3-768x461.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-3.png 1200w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-3.png\" alt=\"\" style=\"\"/><img srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-4-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-4-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-4-768x461.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-4.png 1200w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/slider-image-4.png\" alt=\"\" style=\"\"/> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">TOP SELLER THEME</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">Made for any type of business worldwide.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <a data-anim-type=\"fade-in-left\" data-anim-delay=\"1000\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Secure Platform\"><img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-460x460.jpg\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3-1536x683.jpg 1536w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-3.jpg 1800w\" loading=\"lazy\" alt=\"\" /></a><a data-anim-type=\"fade-in-left\" data-anim-delay=\"1100\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Worldwide\"><img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-460x460.jpg\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2-1536x683.jpg 1536w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-2.jpg 1800w\" loading=\"lazy\" alt=\"\" /></a><a data-anim-type=\"fade-in-left\" data-anim-delay=\"1200\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Online Shop\"><img src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-460x460.jpg\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-300x133.jpg 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-1024x455.jpg 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-768x341.jpg 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1-1536x683.jpg 1536w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-slider-image-1.jpg 1800w\" loading=\"lazy\" alt=\"\" /></a><a href=\"#\" data-anim-type=\"fade-in-left\" data-anim-delay=\"1300\" >Check all categories </a> \n <img style=\"height:auto;\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-1.png 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-1-300x180.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-1-1024x614.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-1-768x461.png 768w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-1.png\" alt=\"\" /> \n <img style=\"height:auto;\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-2.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-2-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-2-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-2-768x960.jpg 768w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-2.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">SPECIAL OFFER BY PIXFORT</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">Create cool & colorful boxes in seconds.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <img style=\"height:auto;\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-3.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-3-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-3-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-3-768x960.jpg 768w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-3.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">IMPROVED USER INTERFACE</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">It\'s super easy to use Essentials theme.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <img style=\"height:auto;\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-4.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-4-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-4-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-4-768x960.jpg 768w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-4.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">EXCLUSIVE PRODUCT</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">Join the best web development platform.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <a href=\"https://pixfort.website/redirect?to=essentials\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Purchase a License </a> \n <img style=\"height:auto;\" srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-5.jpg 1200w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-5-240x300.jpg 240w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-5-819x1024.jpg 819w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-5-768x960.jpg 768w\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/content-image-5.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">SUPER EASY TO USE</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">No need to write a single line of code.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">JOIN US TODAY</h6> \n <h2 data-class=\"text-heading-default\" data-style=\"\">We Provide Robust Services For Everyone.</h2> \n <a href=\"https://pixfort.website/redirect?to=essentials\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Purchase a License </a> \n<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <defs></defs>\n <g id=\"Stockholm-icons-/-Electric-/-Air-conditioning\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M3,3 L21,3 C21.5522847,3 22,3.44771525 22,4 L22,11 C22,11.5522847 21.5522847,12 21,12 L3,12 C2.44771525,12 2,11.5522847 2,11 L2,4 C2,3.44771525 2.44771525,3 3,3 Z M5,8 C4.44771525,8 4,8.44771525 4,9 C4,9.55228475 4.44771525,10 5,10 L19,10 C19.5522847,10 20,9.55228475 20,9 C20,8.44771525 19.5522847,8 19,8 L5,8 Z\" id=\"Combined-Shape\" fill=\"#000000\"></path>\n <path d=\"M17.2914283,14.2943612 L18.7085717,15.7056388 C17.6611931,16.7573706 17.6647221,18.4590358 18.7164539,19.5064144 C18.8065164,19.5961041 18.902828,19.6792918 19.0046636,19.755351 L19.5984004,20.1988028 L18.4015996,21.8011972 L17.8078628,21.3577454 C17.6302443,21.2250852 17.4622605,21.0799918 17.3051762,20.9235577 C15.4707777,19.096752 15.4646226,16.1287596 17.2914283,14.2943612 Z M11.2914283,15.2943612 L12.7085717,16.7056388 C11.6611931,17.7573706 11.6647221,19.4590358 12.7164539,20.5064144 C12.8065164,20.5961041 12.902828,20.6792918 13.0046636,20.755351 L13.5984004,21.1988028 L12.4015996,22.8011972 L11.8078628,22.3577454 C11.6302443,22.2250852 11.4622605,22.0799918 11.3051762,21.9235577 C9.47077775,20.096752 9.4646226,17.1287596 11.2914283,15.2943612 Z M5.29142832,14.2943612 L6.70857168,15.7056388 C5.66119311,16.7573706 5.66472209,18.4590358 6.71645389,19.5064144 C6.80651638,19.5961041 6.90282804,19.6792918 7.00466363,19.755351 L7.59840039,20.1988028 L6.40159961,21.8011972 L5.80786284,21.3577454 C5.63024431,21.2250852 5.46226047,21.0799918 5.30517622,20.9235577 C3.47077775,19.096752 3.4646226,16.1287596 5.29142832,14.2943612 Z\" id=\"Combined-Shape\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"0.3\"></path>\n </g>\n</svg><h5 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"500\">Ask Us a Question</h5>This is just a simple text made for this unique and awesome template, you can replace it with any text. \n<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <defs></defs>\n <g id=\"Stockholm-icons-/-Layout-/-Layout-top-panel-3\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M3,4 L20,4 C20.5522847,4 21,4.44771525 21,5 L21,7 C21,7.55228475 20.5522847,8 20,8 L3,8 C2.44771525,8 2,7.55228475 2,7 L2,5 C2,4.44771525 2.44771525,4 3,4 Z M3,10 L13,10 C13.5522847,10 14,10.4477153 14,11 L14,19 C14,19.5522847 13.5522847,20 13,20 L3,20 C2.44771525,20 2,19.5522847 2,19 L2,11 C2,10.4477153 2.44771525,10 3,10 Z\" id=\"Combined-Shape\" fill=\"#000000\"></path>\n <rect id=\"Rectangle-7-Copy-2\" fill=\"#000000\" opacity=\"0.3\" x=\"16\" y=\"10\" width=\"5\" height=\"10\" rx=\"1\"></rect>\n </g>\n</svg>\n<h5 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"700\">Unlimited possibilities</h5>This is just a simple text made for this unique and awesome template, you can replace it with any text. \n<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <defs></defs>\n <g id=\"Stockholm-icons-/-Design-/-Horizontal\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M21,12 C21,12.5522847 20.5522847,13 20,13 L19,13 C18.4477153,13 18,12.5522847 18,12 C18,11.4477153 18.4477153,11 19,11 L20,11 C20.5522847,11 21,11.4477153 21,12 Z M16,12 C16,12.5522847 15.5522847,13 15,13 L14,13 C13.4477153,13 13,12.5522847 13,12 C13,11.4477153 13.4477153,11 14,11 L15,11 C15.5522847,11 16,11.4477153 16,12 Z M11,12 C11,12.5522847 10.5522847,13 10,13 L9,13 C8.44771525,13 8,12.5522847 8,12 C8,11.4477153 8.44771525,11 9,11 L10,11 C10.5522847,11 11,11.4477153 11,12 Z M6,12 C6,12.5522847 5.55228475,13 5,13 L4,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4477153 3.44771525,11 4,11 L5,11 C5.55228475,11 6,11.4477153 6,12 Z\" id=\"Combined-Shape\" fill=\"#000000\"></path>\n <path d=\"M14.9596876,21 L9.04031242,21 C8.76417005,21 8.54031242,20.7761424 8.54031242,20.5 C8.54031242,20.3864643 8.5789528,20.276309 8.64987802,20.1876525 L11.6095656,16.488043 C11.7820704,16.272412 12.0967166,16.2374514 12.3123475,16.4099561 C12.3411799,16.433022 12.3673685,16.4592107 12.3904344,16.488043 L15.350122,20.1876525 C15.5226268,20.4032834 15.4876661,20.7179296 15.2720351,20.8904344 C15.1833786,20.9613596 15.0732233,21 14.9596876,21 Z M9.04031242,3 L14.9596876,3 C15.23583,3 15.4596876,3.22385763 15.4596876,3.5 C15.4596876,3.61353575 15.4210472,3.723691 15.350122,3.81234752 L12.3904344,7.51195699 C12.2179296,7.72758796 11.9032834,7.76254865 11.6876525,7.59004388 C11.6588201,7.56697799 11.6326315,7.54078935 11.6095656,7.51195699 L8.64987802,3.81234752 C8.47737324,3.59671656 8.51233393,3.28207037 8.7279649,3.1095656 C8.81662142,3.03864038 8.92677668,3 9.04031242,3 Z\" id=\"Combined-Shape\" fill=\"#000000\" opacity=\"0.3\"></path>\n </g>\n</svg><h5 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"900\">Easy to Customize</h5>This is just a simple text made for this unique and awesome template, you can replace it with any text. \n <img src=\"https://essentials.pixfort.com/bold/wp-content/plugins/essentials-core/functions/images/placeholder.png\" data-srcset=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-300x225.png 300w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-1024x768.png 1024w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-768x576.png 768w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-600x450.png 600w, https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta.png 1200w\" data-src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/image-cta-1024x768.png\" loading=\"lazy\" alt=\"\"><h2 style=\"\"></h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" > Purchase Essentials</a> \n <a href=\"#\" data-aspect=\"embed-responsive-16by9\" data-content=\"<iframe width="560" height="315" src="https://www.youtube.com/embed/uM4InNEGHkM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen autoplay="autoplay"></iframe>\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ><path d=\"M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18c.62-.39.62-1.29 0-1.69L9.54 5.98C8.87 5.55 8 6.03 8 6.82z\"/></svg>\n</a> \n <h2 data-class=\"text-heading-default\" data-style=\"\">Get The Most Advanced WordPress Theme on Earth!</h2> \n <a href=\"https://pixfort.website/redirect?to=essentials\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Purchase a License </a>','Homepage Bold Elementor','','inherit','closed','closed','','3714-revision-v1','','','2020-06-15 08:57:05','2020-06-15 08:57:05','',3714,'http://test.buildfivefriday.com/?p=13336',0,'revision','',0),(13337,1,'2020-06-24 21:40:53','2020-06-24 21:40:53','<img style=\"width:auto;max-height:40px;\" srcset=\"\" src=\"https://essentials.pixfort.com/bold/wp-content/uploads/sites/13/2020/06/bold-logo.png\" alt=\"\" /> \n <p >Say hello to the most advanced multipurpose WordPress theme ever made on themeforest.</p> \n <p >Reinventing the way you create websites, say hi to the most powerful WordPress theme available on the market.</p> \n <a href=\"#\" data-anim-type=\"fade-in-up\" data-anim-delay=\"400\"></a><a href=\"#\" data-anim-type=\"fade-in-up\" data-anim-delay=\"500\"></a><a href=\"#\" data-anim-type=\"fade-in-up\" data-anim-delay=\"600\"></a><a href=\"#\" data-anim-type=\"fade-in-up\" data-anim-delay=\"700\"></a> \n <p ><strong>Essentials</strong> by <strong>pixfort</strong> © All rights reserved</p>','Footer Bold Elementor','','inherit','closed','closed','','3808-revision-v1','','','2020-06-24 21:40:53','2020-06-24 21:40:53','',3808,'http://test.buildfivefriday.com/?p=13337',0,'revision','',0),(13339,1,'2022-12-20 15:07:16','2022-12-20 15:07:16','<label> Your name\n [text* your-name autocomplete:name] </label>\n\n<label> Your email\n [email* your-email autocomplete:email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@test.buildfivefriday.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 [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@test.buildfivefriday.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2022-12-20 15:07:16','2022-12-20 15:07:16','',0,'http://test.buildfivefriday.com/?post_type=wpcf7_contact_form&p=13339',0,'wpcf7_contact_form','',0),(13340,1,'2022-12-20 15:07:30','2022-12-20 15:07:30','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2022-12-20 15:07:30','2022-12-20 15:07:30','',0,'http://test.buildfivefriday.com/wp-content/uploads/2022/12/woocommerce-placeholder.png',0,'attachment','image/png',0),(13341,1,'2022-12-20 15:07:31','2022-12-20 15:07:31','','Shop','','publish','closed','closed','','shop','','','2022-12-20 15:07:31','2022-12-20 15:07:31','',0,'http://test.buildfivefriday.com/shop/',0,'page','',0),(13342,1,'2022-12-20 15:07:31','2022-12-20 15:07:31','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2022-12-20 15:07:31','2022-12-20 15:07:31','',0,'http://test.buildfivefriday.com/cart/',0,'page','',0),(13343,1,'2022-12-20 15:07:31','2022-12-20 15:07:31','<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2022-12-20 15:07:31','2022-12-20 15:07:31','',0,'http://test.buildfivefriday.com/checkout/',0,'page','',0),(13344,1,'2022-12-20 15:07:31','2022-12-20 15:07:31','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2022-12-20 15:07:31','2022-12-20 15:07:31','',0,'http://test.buildfivefriday.com/my-account/',0,'page','',0),(13345,1,'2022-12-20 15:07:31','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2022-12-20 15:07:31','0000-00-00 00:00:00','',0,'http://test.buildfivefriday.com/?page_id=13345',0,'page','',0),(13347,1,'2022-12-20 19:59:15','2022-12-20 19:59:15','<img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg\" data-srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-300x133.jpg 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-1024x455.jpg 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-768x341.jpg 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg 1800w\" alt=\"\" />\n <h1 data-anim-type=\"fade-in-up\" data-anim-delay=\"1000\" style=\"\">Think you know Bold? Think deeper.</h1><a href=\"http://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener\"> Purchase Essentials</a>\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1.jpg\" data-srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-300x133.jpg 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-1024x455.jpg 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-768x341.jpg 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1.jpg 1800w\" alt=\"\" />\n <h1 data-anim-type=\"fade-in-up\" data-anim-delay=\"1000\" style=\"\">Build an online business in minutes.</h1><a href=\"http://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener\"> Purchase Essentials</a>\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg\" data-srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-300x133.jpg 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-1024x455.jpg 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-768x341.jpg 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg 1800w\" alt=\"\" />\n <h1 data-anim-type=\"fade-in-up\" data-anim-delay=\"1000\" style=\"\">Think you know Bold? Think deeper.</h1><a href=\"http://pixfort.website/redirect?to=essentials\" target=\"_blank\" rel=\"noopener\"> Purchase Essentials</a>\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg\" alt=\"\" />\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1.jpg\" alt=\"\" />\n <img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg\" alt=\"\" />\n <img src=\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/loading.webp\" data-srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/05/portfolio-10-300x274.jpg 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/portfolio-10-1024x934.jpg 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/portfolio-10-768x700.jpg 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/portfolio-10-1536x1401.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/portfolio-10.jpg 1820w\" data-src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/05/portfolio-10-1024x934.jpg\" loading=\"lazy\" alt=\"\"><h2 style=\"\">Start Creating Beautiful Sites Today with Essentials</h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" > Purchase Essentials</a> \n <h6 data-anim-type=\"fade-in-left\" data-anim-delay=\"600\">Speed Test Results</h6> \n <h6 data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">75%</h6><h6 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">Our Solution</h6><p data-anim-type=\"fade-in-up\" data-anim-delay=\"200\" style=\"\"></p>\n <h6 data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">55%</h6><h6 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"200\">Competitors speed</h6><p data-anim-type=\"fade-in-up\" data-anim-delay=\"200\" style=\"\"></p>\n <img src=\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/loading.webp\" data-srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/05/p-item-13-249x300.jpg 249w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/p-item-13-850x1024.jpg 850w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/p-item-13-768x925.jpg 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/p-item-13-1275x1536.jpg 1275w, http://test.buildfivefriday.com/wp-content/uploads/2020/05/p-item-13.jpg 1660w\" data-src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/05/p-item-13-850x1024.jpg\" loading=\"lazy\" alt=\"\"><h2 style=\"\">Start Creating Beautiful Sites Today with Essentials</h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" > Purchase Essentials</a> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">LIMITED TIME DISCOUNT</h6> \n <h2 data-class=\"secondary-font text-heading-default\" data-style=\"\">We Provide Robust Services For Every Type of Business.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <a href=\"#pix_section_pricing\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Learn more about pricing </a> \n <h6 data-anim-type=\"fade-in-left\" data-anim-delay=\"600\">List of Skills</h6> \n WordPress0%Marketing0%Web Design0% \n <img src=\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/loading.webp\" data-srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2019/12/main-stack-image-3-300x300.jpg 300w, http://test.buildfivefriday.com/wp-content/uploads/2019/12/main-stack-image-3-150x150.jpg 150w, http://test.buildfivefriday.com/wp-content/uploads/2019/12/main-stack-image-3-400x400.jpg 400w, http://test.buildfivefriday.com/wp-content/uploads/2019/12/main-stack-image-3-75x75.jpg 75w, http://test.buildfivefriday.com/wp-content/uploads/2019/12/main-stack-image-3-460x460.jpg 460w, http://test.buildfivefriday.com/wp-content/uploads/2019/12/main-stack-image-3.jpg 600w\" data-src=\"http://test.buildfivefriday.com/wp-content/uploads/2019/12/main-stack-image-3.jpg\" loading=\"lazy\" alt=\"\"><h2 style=\"\">We build premium products for the web.</h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" >Purchase Essentials</a> \n <h6 data-anim-type=\"fade-in-left\" data-anim-delay=\"600\">Financial Results</h6> \n <h1>+0</h1><h5 style=\"\">Team members</h5>\n <h1>+0K</h1><h5 style=\"\">Happy clients</h5>\n <img src=\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/loading.webp\" data-srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-300x133.jpg 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-1024x455.jpg 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-768x341.jpg 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg 1800w\" data-src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-1024x455.jpg\" loading=\"lazy\" alt=\"\"><h3 style=\"\">Join our Community</h3><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" >Purchase Essentials</a> \n <h2 data-class=\"secondary-font text-heading-default\" data-style=\"\">We Provide Robust Services For Every Type of Business.</h2> \n <a href=\"#pix_section_pricing\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Learn more about pricing </a> \n <img style=\"height:auto;\" width=\"1200\" height=\"900\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-1.png 1200w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-1-300x225.png 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-1-1024x768.png 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-1-768x576.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-1-600x450.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-1.png\" alt=\"\" /> \n <img style=\"height:auto;\" width=\"1200\" height=\"1500\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-2.jpg 1200w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-2-240x300.jpg 240w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-2-819x1024.jpg 819w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-2-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-2.jpg\" alt=\"\" /> \n <img style=\"height:auto;\" width=\"1200\" height=\"900\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-3.png 1200w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-3-300x225.png 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-3-1024x768.png 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-3-768x576.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-3-600x450.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-3.png\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">LIMITED TIME DISCOUNT</h6> \n <h1 data-class=\"secondary-font text-white\" data-style=\"\">Build a business with affordable prices.</h1> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <p >It’s a magical piece of glass.<br />\nIt’s so fast most PC laptops can’t catch up.</p> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <p >It’s a magical piece of glass.<br />\nIt’s so fast most PC laptops can’t catch up.</p> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text.</p> \n <img width=\"1500\" height=\"900\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-1-300x180.png 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-1-1024x614.png 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-1-768x461.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-1.png 1500w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-1.png\" alt=\"\" style=\"\"/><img width=\"1200\" height=\"720\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-2-300x180.png 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-2-1024x614.png 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-2-768x461.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-2.png 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-2.png\" alt=\"\" style=\"\"/><img width=\"1200\" height=\"720\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-3-300x180.png 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-3-1024x614.png 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-3-768x461.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-3.png 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-3.png\" alt=\"\" style=\"\"/><img width=\"1200\" height=\"720\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-4-300x180.png 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-4-1024x614.png 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-4-768x461.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-4.png 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/slider-image-4.png\" alt=\"\" style=\"\"/> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">TOP SELLER THEME</h6> \n <h2 data-class=\"secondary-font text-heading-default\" data-style=\"\">Made for any type of business worldwide.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <a data-anim-type=\"fade-in-left\" data-anim-delay=\"1000\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Secure Platform\"><img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-460x460.jpg\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-300x133.jpg 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-1024x455.jpg 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-768x341.jpg 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-3.jpg 1800w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"60\" height=\"60\" loading=\"lazy\" alt=\"\" /></a><a data-anim-type=\"fade-in-left\" data-anim-delay=\"1100\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Worldwide\"><img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-460x460.jpg\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-300x133.jpg 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-1024x455.jpg 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-768x341.jpg 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-2.jpg 1800w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"60\" height=\"60\" loading=\"lazy\" alt=\"\" /></a><a data-anim-type=\"fade-in-left\" data-anim-delay=\"1200\" href=\"#\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Online Shop\"><img src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-460x460.jpg\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-300x133.jpg 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-1024x455.jpg 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-768x341.jpg 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1-1536x683.jpg 1536w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/bold-slider-image-1.jpg 1800w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"60\" height=\"60\" loading=\"lazy\" alt=\"\" /></a><a href=\"#\" data-anim-type=\"fade-in-left\" data-anim-delay=\"1300\" >Check all categories </a> \n <img style=\"height:auto;\" width=\"1200\" height=\"720\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-1.png 1200w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-1-300x180.png 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-1-1024x614.png 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-1-768x461.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-1.png\" alt=\"\" /> \n <img style=\"height:auto;\" width=\"1200\" height=\"1500\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-2.jpg 1200w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-2-240x300.jpg 240w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-2-819x1024.jpg 819w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-2-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-2.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">SPECIAL OFFER BY PIXFORT</h6> \n <h2 data-class=\"secondary-font text-heading-default\" data-style=\"\">Create cool & colorful boxes in seconds.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <img style=\"height:auto;\" width=\"1200\" height=\"1500\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-3.jpg 1200w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-3-240x300.jpg 240w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-3-819x1024.jpg 819w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-3-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-3.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">IMPROVED USER INTERFACE</h6> \n <h2 data-class=\"secondary-font text-heading-default\" data-style=\"\">It\'s super easy to use Essentials theme.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <img style=\"height:auto;\" width=\"1200\" height=\"1500\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-4.jpg 1200w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-4-240x300.jpg 240w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-4-819x1024.jpg 819w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-4-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-4.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">EXCLUSIVE PRODUCT</h6> \n <h2 data-class=\"secondary-font text-heading-default\" data-style=\"\">Join the best web development platform.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <a href=\"https://pixfort.website/redirect?to=essentials\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Purchase a License </a> \n <img style=\"height:auto;\" width=\"1200\" height=\"1500\" srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-5.jpg 1200w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-5-240x300.jpg 240w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-5-819x1024.jpg 819w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-5-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/content-image-5.jpg\" alt=\"\" /> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">SUPER EASY TO USE</h6> \n <h2 data-class=\"secondary-font text-heading-default\" data-style=\"\">No need to write a single line of code.</h2> \n <p >This is just a simple text made for this unique and awesome template, you can replace it with any text you want in seconds.</p> \n <h6 data-anim-type=\"fade-in\" data-anim-delay=\"\">JOIN US TODAY</h6> \n <h2 data-class=\"secondary-font text-heading-default\" data-style=\"\">We Provide Robust Services For Everyone.</h2> \n <a href=\"https://pixfort.website/redirect?to=essentials\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Purchase a License </a> \n <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"> <defs></defs> <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <path d=\"M3,3 L21,3 C21.5522847,3 22,3.44771525 22,4 L22,11 C22,11.5522847 21.5522847,12 21,12 L3,12 C2.44771525,12 2,11.5522847 2,11 L2,4 C2,3.44771525 2.44771525,3 3,3 Z M5,8 C4.44771525,8 4,8.44771525 4,9 C4,9.55228475 4.44771525,10 5,10 L19,10 C19.5522847,10 20,9.55228475 20,9 C20,8.44771525 19.5522847,8 19,8 L5,8 Z\" fill=\"#000000\"></path> <path d=\"M17.2914283,14.2943612 L18.7085717,15.7056388 C17.6611931,16.7573706 17.6647221,18.4590358 18.7164539,19.5064144 C18.8065164,19.5961041 18.902828,19.6792918 19.0046636,19.755351 L19.5984004,20.1988028 L18.4015996,21.8011972 L17.8078628,21.3577454 C17.6302443,21.2250852 17.4622605,21.0799918 17.3051762,20.9235577 C15.4707777,19.096752 15.4646226,16.1287596 17.2914283,14.2943612 Z M11.2914283,15.2943612 L12.7085717,16.7056388 C11.6611931,17.7573706 11.6647221,19.4590358 12.7164539,20.5064144 C12.8065164,20.5961041 12.902828,20.6792918 13.0046636,20.755351 L13.5984004,21.1988028 L12.4015996,22.8011972 L11.8078628,22.3577454 C11.6302443,22.2250852 11.4622605,22.0799918 11.3051762,21.9235577 C9.47077775,20.096752 9.4646226,17.1287596 11.2914283,15.2943612 Z M5.29142832,14.2943612 L6.70857168,15.7056388 C5.66119311,16.7573706 5.66472209,18.4590358 6.71645389,19.5064144 C6.80651638,19.5961041 6.90282804,19.6792918 7.00466363,19.755351 L7.59840039,20.1988028 L6.40159961,21.8011972 L5.80786284,21.3577454 C5.63024431,21.2250852 5.46226047,21.0799918 5.30517622,20.9235577 C3.47077775,19.096752 3.4646226,16.1287596 5.29142832,14.2943612 Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"0.3\"></path> </g> </svg><h5 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"500\">Ask Us a Question</h5>This is just a simple text made for this unique and awesome template, you can replace it with any text. \n <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"> <defs></defs> <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <path d=\"M3,4 L20,4 C20.5522847,4 21,4.44771525 21,5 L21,7 C21,7.55228475 20.5522847,8 20,8 L3,8 C2.44771525,8 2,7.55228475 2,7 L2,5 C2,4.44771525 2.44771525,4 3,4 Z M3,10 L13,10 C13.5522847,10 14,10.4477153 14,11 L14,19 C14,19.5522847 13.5522847,20 13,20 L3,20 C2.44771525,20 2,19.5522847 2,19 L2,11 C2,10.4477153 2.44771525,10 3,10 Z\" fill=\"#000000\"></path> <rect id=\"Rectangle-7-Copy-2\" fill=\"#000000\" opacity=\"0.3\" x=\"16\" y=\"10\" width=\"5\" height=\"10\" rx=\"1\"></rect> </g> </svg><h5 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"700\">Unlimited possibilities</h5>This is just a simple text made for this unique and awesome template, you can replace it with any text. \n <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"> <defs></defs> <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <path d=\"M21,12 C21,12.5522847 20.5522847,13 20,13 L19,13 C18.4477153,13 18,12.5522847 18,12 C18,11.4477153 18.4477153,11 19,11 L20,11 C20.5522847,11 21,11.4477153 21,12 Z M16,12 C16,12.5522847 15.5522847,13 15,13 L14,13 C13.4477153,13 13,12.5522847 13,12 C13,11.4477153 13.4477153,11 14,11 L15,11 C15.5522847,11 16,11.4477153 16,12 Z M11,12 C11,12.5522847 10.5522847,13 10,13 L9,13 C8.44771525,13 8,12.5522847 8,12 C8,11.4477153 8.44771525,11 9,11 L10,11 C10.5522847,11 11,11.4477153 11,12 Z M6,12 C6,12.5522847 5.55228475,13 5,13 L4,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4477153 3.44771525,11 4,11 L5,11 C5.55228475,11 6,11.4477153 6,12 Z\" fill=\"#000000\"></path> <path d=\"M14.9596876,21 L9.04031242,21 C8.76417005,21 8.54031242,20.7761424 8.54031242,20.5 C8.54031242,20.3864643 8.5789528,20.276309 8.64987802,20.1876525 L11.6095656,16.488043 C11.7820704,16.272412 12.0967166,16.2374514 12.3123475,16.4099561 C12.3411799,16.433022 12.3673685,16.4592107 12.3904344,16.488043 L15.350122,20.1876525 C15.5226268,20.4032834 15.4876661,20.7179296 15.2720351,20.8904344 C15.1833786,20.9613596 15.0732233,21 14.9596876,21 Z M9.04031242,3 L14.9596876,3 C15.23583,3 15.4596876,3.22385763 15.4596876,3.5 C15.4596876,3.61353575 15.4210472,3.723691 15.350122,3.81234752 L12.3904344,7.51195699 C12.2179296,7.72758796 11.9032834,7.76254865 11.6876525,7.59004388 C11.6588201,7.56697799 11.6326315,7.54078935 11.6095656,7.51195699 L8.64987802,3.81234752 C8.47737324,3.59671656 8.51233393,3.28207037 8.7279649,3.1095656 C8.81662142,3.03864038 8.92677668,3 9.04031242,3 Z\" fill=\"#000000\" opacity=\"0.3\"></path> </g> </svg><h5 style=\"\" data-anim-type=\"fade-in-up\" data-anim-delay=\"900\">Easy to Customize</h5>This is just a simple text made for this unique and awesome template, you can replace it with any text. \n <img src=\"http://test.buildfivefriday.com/wp-content/plugins/pixfort-core/functions/images/loading.webp\" data-srcset=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-cta-300x225.png 300w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-cta-1024x768.png 1024w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-cta-768x576.png 768w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-cta-600x450.png 600w, http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-cta.png 1200w\" data-src=\"http://test.buildfivefriday.com/wp-content/uploads/2020/06/image-cta-1024x768.png\" loading=\"lazy\" alt=\"\"><h2 style=\"\"></h2><p style=\"\"></p><a href=\"https://pixfort.website/redirect?to=essentials\" > Purchase Essentials</a> \n <a href=\"#\" data-aspect=\"embed-responsive-16by9\" data-content=\"<iframe width="560" height="315" src="https://www.youtube.com/embed/uM4InNEGHkM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen autoplay="autoplay"></iframe>\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ><path d=\"M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18c.62-.39.62-1.29 0-1.69L9.54 5.98C8.87 5.55 8 6.03 8 6.82z\"/></svg>\n</a> \n <h2 data-class=\"secondary-font text-heading-default\" data-style=\"\">Get The Most Advanced WordPress Theme on Earth!</h2> \n <a href=\"https://pixfort.website/redirect?to=essentials\" data-anim-type=\"fade-in-up\" data-anim-delay=\"2000\" >Purchase a License </a>','Homepage Bold Elementor','','inherit','closed','closed','','3714-autosave-v1','','','2022-12-20 19:59:16','2022-12-20 19:59:16','',3714,'http://test.buildfivefriday.com/?p=13347',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_css`
--
DROP TABLE IF EXISTS `wp_revslider_css`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_css` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`settings` longtext DEFAULT NULL,
`hover` longtext DEFAULT NULL,
`advanced` longtext DEFAULT NULL,
`params` longtext NOT NULL,
PRIMARY KEY (`id`),
KEY `handle_index` (`handle`(64))
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_css`
--
LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
/*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_css_bkp`
--
DROP TABLE IF EXISTS `wp_revslider_css_bkp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_css_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`settings` longtext DEFAULT NULL,
`hover` longtext DEFAULT NULL,
`advanced` longtext DEFAULT NULL,
`params` longtext NOT NULL,
PRIMARY KEY (`id`),
KEY `handle_index` (`handle`(64))
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_css_bkp`
--
LOCK TABLES `wp_revslider_css_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css_bkp` DISABLE KEYS */;
INSERT INTO `wp_revslider_css_bkp` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');
/*!40000 ALTER TABLE `wp_revslider_css_bkp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_layer_animations`
--
DROP TABLE IF EXISTS `wp_revslider_layer_animations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_layer_animations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`params` text NOT NULL,
`settings` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_layer_animations`
--
LOCK TABLES `wp_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_layer_animations_bkp`
--
DROP TABLE IF EXISTS `wp_revslider_layer_animations_bkp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_layer_animations_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`params` text NOT NULL,
`settings` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_layer_animations_bkp`
--
LOCK TABLES `wp_revslider_layer_animations_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations_bkp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_navigations`
--
DROP TABLE IF EXISTS `wp_revslider_navigations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_navigations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`type` varchar(191) NOT NULL,
`css` longtext NOT NULL,
`markup` longtext NOT NULL,
`settings` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_navigations`
--
LOCK TABLES `wp_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_navigations_bkp`
--
DROP TABLE IF EXISTS `wp_revslider_navigations_bkp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_navigations_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`type` varchar(191) NOT NULL,
`css` longtext NOT NULL,
`markup` longtext NOT NULL,
`settings` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_navigations_bkp`
--
LOCK TABLES `wp_revslider_navigations_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations_bkp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_sliders`
--
DROP TABLE IF EXISTS `wp_revslider_sliders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_sliders` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` tinytext NOT NULL,
`alias` tinytext DEFAULT NULL,
`params` longtext NOT NULL,
`settings` text DEFAULT NULL,
`type` varchar(191) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `type_index` (`type`(8))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_sliders`
--
LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_sliders_bkp`
--
DROP TABLE IF EXISTS `wp_revslider_sliders_bkp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_sliders_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` tinytext NOT NULL,
`alias` tinytext DEFAULT NULL,
`params` longtext NOT NULL,
`settings` text DEFAULT NULL,
`type` varchar(191) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `type_index` (`type`(8))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_sliders_bkp`
--
LOCK TABLES `wp_revslider_sliders_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_sliders_bkp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_slides`
--
DROP TABLE IF EXISTS `wp_revslider_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_slides`
--
LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_slides_bkp`
--
DROP TABLE IF EXISTS `wp_revslider_slides_bkp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_slides_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_slides_bkp`
--
LOCK TABLES `wp_revslider_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_static_slides`
--
DROP TABLE IF EXISTS `wp_revslider_static_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_static_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL,
PRIMARY KEY (`id`),
KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_static_slides`
--
LOCK TABLES `wp_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_static_slides_bkp`
--
DROP TABLE IF EXISTS `wp_revslider_static_slides_bkp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_static_slides_bkp` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL,
PRIMARY KEY (`id`),
KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_static_slides_bkp`
--
LOCK TABLES `wp_revslider_static_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_sbi_feed_caches`
--
DROP TABLE IF EXISTS `wp_sbi_feed_caches`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sbi_feed_caches` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`feed_id` varchar(255) NOT NULL DEFAULT '',
`cache_key` varchar(255) NOT NULL DEFAULT '',
`cache_value` longtext NOT NULL DEFAULT '',
`cron_update` varchar(20) NOT NULL DEFAULT 'yes',
`last_updated` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `feed_id` (`feed_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_sbi_feed_caches`
--
LOCK TABLES `wp_sbi_feed_caches` WRITE;
/*!40000 ALTER TABLE `wp_sbi_feed_caches` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sbi_feed_caches` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_sbi_feeds`
--
DROP TABLE IF EXISTS `wp_sbi_feeds`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sbi_feeds` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`feed_name` text NOT NULL DEFAULT '',
`feed_title` text NOT NULL DEFAULT '',
`settings` longtext NOT NULL DEFAULT '',
`author` bigint(20) unsigned NOT NULL DEFAULT 1,
`status` varchar(255) NOT NULL DEFAULT '',
`last_modified` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `author` (`author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_sbi_feeds`
--
LOCK TABLES `wp_sbi_feeds` WRITE;
/*!40000 ALTER TABLE `wp_sbi_feeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sbi_feeds` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_sbi_instagram_feed_locator`
--
DROP TABLE IF EXISTS `wp_sbi_instagram_feed_locator`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sbi_instagram_feed_locator` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`feed_id` varchar(50) NOT NULL DEFAULT '',
`post_id` bigint(20) unsigned NOT NULL,
`html_location` varchar(50) NOT NULL DEFAULT 'unknown',
`shortcode_atts` longtext NOT NULL,
`last_update` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `feed_id` (`feed_id`),
KEY `post_id` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_sbi_instagram_feed_locator`
--
LOCK TABLES `wp_sbi_instagram_feed_locator` WRITE;
/*!40000 ALTER TABLE `wp_sbi_instagram_feed_locator` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sbi_instagram_feed_locator` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_sbi_instagram_feeds_posts`
--
DROP TABLE IF EXISTS `wp_sbi_instagram_feeds_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sbi_instagram_feeds_posts` (
`record_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`id` int(11) unsigned NOT NULL,
`instagram_id` varchar(1000) NOT NULL DEFAULT '',
`feed_id` varchar(1000) NOT NULL DEFAULT '',
`hashtag` varchar(1000) NOT NULL DEFAULT '',
PRIMARY KEY (`record_id`),
KEY `hashtag` (`hashtag`(191)),
KEY `feed_id` (`feed_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_sbi_instagram_feeds_posts`
--
LOCK TABLES `wp_sbi_instagram_feeds_posts` WRITE;
/*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_sbi_instagram_posts`
--
DROP TABLE IF EXISTS `wp_sbi_instagram_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sbi_instagram_posts` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`created_on` datetime DEFAULT NULL,
`instagram_id` varchar(1000) NOT NULL DEFAULT '',
`time_stamp` datetime DEFAULT NULL,
`top_time_stamp` datetime DEFAULT NULL,
`json_data` longtext NOT NULL DEFAULT '',
`media_id` varchar(1000) NOT NULL DEFAULT '',
`sizes` varchar(1000) NOT NULL DEFAULT '',
`aspect_ratio` decimal(4,2) NOT NULL DEFAULT 0.00,
`images_done` tinyint(1) NOT NULL DEFAULT 0,
`last_requested` date DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_sbi_instagram_posts`
--
LOCK TABLES `wp_sbi_instagram_posts` WRITE;
/*!40000 ALTER TABLE `wp_sbi_instagram_posts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sbi_instagram_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_sbi_sources`
--
DROP TABLE IF EXISTS `wp_sbi_sources`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sbi_sources` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`account_id` varchar(255) NOT NULL DEFAULT '',
`account_type` varchar(255) NOT NULL DEFAULT '',
`privilege` varchar(255) NOT NULL DEFAULT '',
`access_token` varchar(1000) NOT NULL DEFAULT '',
`username` varchar(255) NOT NULL DEFAULT '',
`info` text NOT NULL DEFAULT '',
`error` text NOT NULL DEFAULT '',
`expires` datetime NOT NULL,
`last_updated` datetime NOT NULL,
`author` bigint(20) unsigned NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `account_type` (`account_type`(191)),
KEY `author` (`author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_sbi_sources`
--
LOCK TABLES `wp_sbi_sources` WRITE;
/*!40000 ALTER TABLE `wp_sbi_sources` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sbi_sources` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(1208,2,0),(1208,3,0),(1208,5,0),(1208,7,0),(1208,8,0),(1208,16,0),(1212,2,0),(1212,3,0),(1212,5,0),(1212,7,0),(1212,8,0),(1212,17,0),(1217,2,0),(1217,3,0),(1217,5,0),(1217,7,0),(1217,8,0),(1217,18,0),(1265,2,0),(1265,3,0),(1265,5,0),(1265,7,0),(1265,8,0),(1265,19,0),(3106,2,0),(3106,3,0),(3106,5,0),(3106,7,0),(3106,8,0),(3106,16,0),(3294,15,0),(3306,15,0),(3308,15,0),(3310,15,0),(3311,15,0),(3314,15,0),(3317,15,0),(3318,15,0),(3319,15,0),(3320,15,0),(3321,15,0),(3322,15,0),(3323,15,0),(3324,15,0),(3325,15,0),(3326,15,0),(3327,15,0),(3328,15,0),(3329,15,0),(3335,15,0),(3336,15,0),(3337,15,0),(3338,15,0),(3339,15,0),(3340,15,0),(3341,15,0),(3342,15,0),(3343,15,0),(3345,15,0),(3346,15,0),(3347,15,0),(3349,15,0),(3350,15,0),(3351,15,0),(3352,15,0),(3353,15,0),(3354,15,0),(3355,15,0),(13295,15,0),(13296,15,0),(13297,15,0),(13300,15,0),(13303,15,0),(13305,15,0),(13307,15,0),(13309,15,0),(13312,15,0),(13313,15,0),(13317,15,0),(13318,15,0),(13319,15,0),(13330,15,0),(13331,15,0),(13333,15,0),(13334,15,0),(13335,15,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `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) NOT NULL DEFAULT '',
`description` longtext 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=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'category','',0,5),(3,3,'category','',0,5),(4,4,'category','',0,0),(5,5,'post_tag','',0,5),(6,6,'post_tag','',0,0),(7,7,'post_tag','',0,5),(8,8,'post_tag','',0,5),(9,9,'post_tag','',0,0),(10,10,'portfolio-types','',0,0),(11,11,'elementor_library_type','',0,0),(12,12,'portfolio-types','',0,0),(13,13,'elementor_library_type','',0,0),(14,14,'portfolio-types','',0,0),(15,15,'nav_menu','',0,56),(16,16,'post_format','',0,2),(17,17,'post_format','',0,1),(18,18,'post_format','',0,1),(19,19,'post_format','',0,1),(20,20,'product_type','',0,0),(21,21,'product_type','',0,0),(22,22,'product_type','',0,0),(23,23,'product_type','',0,0),(24,24,'product_visibility','',0,0),(25,25,'product_visibility','',0,0),(26,26,'product_visibility','',0,0),(27,27,'product_visibility','',0,0),(28,28,'product_visibility','',0,0),(29,29,'product_visibility','',0,0),(30,30,'product_visibility','',0,0),(31,31,'product_visibility','',0,0),(32,32,'product_visibility','',0,0),(33,33,'product_cat','',0,0),(34,34,'mwb_booking_service','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,34,'mwb_mbfw_service_cost','180'),(2,34,'mwb_mbfw_is_service_cost_multiply_people','yes'),(3,34,'mwb_mbfw_is_service_cost_multiply_duration','yes'),(4,34,'mwb_mbfw_is_service_optional',''),(5,34,'mwb_mbfw_is_service_hidden',''),(6,34,'mwb_mbfw_is_service_has_quantity',''),(7,34,'mwb_mbfw_service_minimum_quantity',''),(8,34,'mwb_mbfw_service_maximum_quantity','');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Articles','articles',0),(3,'Post Types','post-types',0),(4,'Updates','updates',0),(5,'Design','design',0),(6,'Essentials','essentials',0),(7,'Products','products',0),(8,'WordPress','wordpress',0),(9,'WprdPress','wprdpress',0),(10,'Clients','clients',0),(11,'page','page',0),(12,'Projects','projects',0),(13,'section','section',0),(14,'Types','types',0),(15,'Default Essentials Menu','default-essentials-menu',0),(16,'Quote','post-format-quote',0),(17,'Link','post-format-link',0),(18,'Audio','post-format-audio',0),(19,'Video','post-format-video',0),(20,'simple','simple',0),(21,'grouped','grouped',0),(22,'variable','variable',0),(23,'external','external',0),(24,'exclude-from-search','exclude-from-search',0),(25,'exclude-from-catalog','exclude-from-catalog',0),(26,'featured','featured',0),(27,'outofstock','outofstock',0),(28,'rated-1','rated-1',0),(29,'rated-2','rated-2',0),(30,'rated-3','rated-3',0),(31,'rated-4','rated-4',0),(32,'rated-5','rated-5',0),(33,'Uncategorized','uncategorized',0),(34,'Simulator Session','simulator-session',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','Jason'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"c22fc9e655b988c19b7ee8c3aac4e6bdf09ef38f805f8130923f86952deafde2\";a:4:{s:10:\"expiration\";i:1671721096;s:2:\"ip\";s:15:\"102.165.196.235\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:106.0) Gecko/20100101 Firefox/106.0\";s:5:\"login\";i:1671548296;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"102.165.196.0\";}'),(19,1,'_woocommerce_tracks_anon_id','woo:KeTW89mQD4gvuUyeES8x7TRE'),(20,1,'wc_last_active','1671494400');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'Jason','$P$BS7O4XFvaR4nFqIV4OSgxRoVHpxGDF0','jason','jasonm@fivefriday.com','http://test.buildfivefriday.com','2022-08-08 16:22:07','',0,'Jason');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_admin_note_actions`
--
DROP TABLE IF EXISTS `wp_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_admin_note_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`note_id` bigint(20) unsigned NOT NULL,
`name` varchar(255) NOT NULL,
`label` varchar(255) NOT NULL,
`query` longtext NOT NULL,
`status` varchar(255) NOT NULL,
`actioned_text` varchar(255) NOT NULL,
`nonce_action` varchar(255) DEFAULT NULL,
`nonce_name` varchar(255) DEFAULT NULL,
PRIMARY KEY (`action_id`),
KEY `note_id` (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=759 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_admin_note_actions`
--
LOCK TABLES `wp_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_note_actions` VALUES (43,37,'notify-refund-returns-page','Edit page','http://test.buildfivefriday.com/wp-admin/post.php?post=13345&action=edit','actioned','',NULL,NULL),(44,38,'connect','Connect','?page=wc-addons§ion=helper','unactioned','',NULL,NULL),(717,1,'browse_extensions','Browse extensions','http://test.buildfivefriday.com/wp-admin/admin.php?page=wc-addons','unactioned','',NULL,NULL),(718,2,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned','',NULL,NULL),(719,3,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned','',NULL,NULL),(720,4,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL),(721,5,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL),(722,6,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL),(723,7,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned','',NULL,NULL),(724,8,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),(725,9,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned','',NULL,NULL),(726,10,'update-wc-subscriptions-3-0-15','View latest version','http://test.buildfivefriday.com/wp-admin/&page=wc-addons§ion=helper','actioned','',NULL,NULL),(727,11,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),(728,14,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(729,15,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(730,16,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(731,16,'dismiss','Dismiss','','actioned','',NULL,NULL),(732,17,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(733,17,'dismiss','Dismiss','','actioned','',NULL,NULL),(734,18,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(735,18,'dismiss','Dismiss','','actioned','',NULL,NULL),(736,19,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(737,19,'dismiss','Dismiss','','actioned','',NULL,NULL),(738,20,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned','',NULL,NULL),(739,21,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/feedback-on-woocommerce-navigation','actioned','',NULL,NULL),(740,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(741,22,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),(742,23,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(743,23,'dismiss','Dismiss','','actioned','',NULL,NULL),(744,24,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned','',NULL,NULL),(745,25,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL),(746,26,'wc-admin-wisepad3','Grow my business offline','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3','actioned','',NULL,NULL),(747,27,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned','',NULL,NULL),(748,27,'dismiss','Dismiss','','actioned','',NULL,NULL),(749,28,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned','',NULL,NULL),(750,28,'dismiss','Dismiss','','actioned','',NULL,NULL),(751,29,'woocommerce_admin_deprecation_q4_2022','Deactivate WooCommerce Admin','http://test.buildfivefriday.com/wp-admin/plugins.php','actioned','',NULL,NULL),(752,30,'tiktok-targeted-q4-2022-click','Launch a campaign','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-targeted-q4-2022-click','unactioned','',NULL,NULL),(753,31,'paypal_paylater_g3_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g3_q4_22','unactioned','',NULL,NULL),(754,32,'paypal_paylater_g2_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22','unactioned','',NULL,NULL),(755,33,'google_listings_ads_custom_attribute_mapping_q4_2022','Learn more','https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping','actioned','',NULL,NULL),(756,34,'wc-admin-manualauthcapture','Learn more','https://woocommerce.com/document/woocommerce-payments/settings-guide/authorize-and-capture/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-manualauthcapture','actioned','',NULL,NULL),(757,35,'apple_pay_square_q422','Enable Apple Pay','http://test.buildfivefriday.com/wp-admin/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=square_credit_card','unactioned','',NULL,NULL),(758,36,'apple_pay_wcpay_q422','Enable Apple Pay','http://test.buildfivefriday.com/wp-admin/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments','unactioned','',NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_admin_notes`
--
DROP TABLE IF EXISTS `wp_wc_admin_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_admin_notes` (
`note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`type` varchar(20) NOT NULL,
`locale` varchar(20) NOT NULL,
`title` longtext NOT NULL,
`content` longtext NOT NULL,
`content_data` longtext DEFAULT NULL,
`status` varchar(200) NOT NULL,
`source` varchar(200) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_reminder` datetime DEFAULT NULL,
`is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
`layout` varchar(20) NOT NULL DEFAULT '',
`image` varchar(200) DEFAULT NULL,
`is_deleted` tinyint(1) NOT NULL DEFAULT 0,
`is_read` tinyint(1) NOT NULL DEFAULT 0,
`icon` varchar(200) NOT NULL DEFAULT 'info',
PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_admin_notes`
--
LOCK TABLES `wp_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_notes` VALUES (1,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(2,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(3,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(4,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(5,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(6,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(7,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(8,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(9,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(10,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(11,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(12,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(13,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(14,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(15,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(16,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(17,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(18,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(19,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(20,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2022-12-20 15:07:40',NULL,0,'plain','',0,0,'info'),(21,'ecomm-wc-navigation-survey','info','en_US','We’d like your feedback on the WooCommerce navigation','We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(22,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(23,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(24,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins > Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(25,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(26,'wc-admin-wisepad3','marketing','en_US','Take your business on the go in Canada with WooCommerce In-Person Payments','Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(27,'woocommerce-payments-august-2022-need-to-update','update','en_US','Action required: Please update WooCommerce Payments','An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(28,'woocommerce-payments-august-2022-store-patched','update','en_US','WooCommerce Payments has been automatically updated','You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(29,'woocommerce_admin_deprecation_q4_2022','info','en_US','WooCommerce Admin is part of WooCommerce!','To make sure your store continues to run smoothly, check that WooCommerce is up-to-date – at least version 6.5 – and then disable the WooCommerce Admin plugin.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(30,'tiktok-targeted-q4-2022','marketing','en_US','Get $200 in ad credit from TikTok after you spend $20 on your first campaign','Reach one billion shoppers with TikTok for WooCommerce this holiday season! Sync your product catalog, capture insights, and create ad campaigns right from your dashboard. Connect your store today to unlock this limited time offer! <a href=\"https://ads.tiktok.com/help/article?aid=10011326\">Terms & conditions apply</a>.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(31,'paypal_paylater_g3_q4_22','marketing','en_US','Turn browsers into buyers with Pay Later','Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4 & Pay Monthly, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(32,'paypal_paylater_g2_q4_22','marketing','en_US','Upgrade to PayPal Payments to offer Pay Later at checkout','PayPal Pay Later is included in PayPal Payments at no additional cost to you. Customers can spread their payments over time while you get paid up front. \r\nThere’s never been a better time to upgrade your PayPal plugin. Simply download it and connect with a PayPal Business account.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(33,'google_listings_ads_custom_attribute_mapping_q4_2022','marketing','en_US','Our latest improvement to the Google Listings & Ads extension: Attribute Mapping','You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(34,'wc-admin-manualauthcapture','marketing','en_US','Miss fewer manual payments in WooCommerce Payments','Using WooCommerce Payments to manually authorize and capture payments? We’ve introduced a simplified and more efficient process, so you can miss fewer payments and continue to grow your revenue.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(35,'apple_pay_square_q422','marketing','en_US','Grow your business with Apple Pay','Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Enable Apple Pay with Square by selecting Settings > Payments > Square.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(36,'apple_pay_wcpay_q422','marketing','en_US','Grow your business with Apple Pay','Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Confirm Apple Pay is enabled by selecting Payments > Settings and making sure Enable express checkouts is checked.','{}','pending','woocommerce.com','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(37,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info'),(38,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2022-12-20 15:07:41',NULL,0,'plain','',0,0,'info');
/*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_category_lookup`
--
DROP TABLE IF EXISTS `wp_wc_category_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_category_lookup` (
`category_tree_id` bigint(20) unsigned NOT NULL,
`category_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_category_lookup`
--
LOCK TABLES `wp_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_category_lookup` VALUES (33,33);
/*!40000 ALTER TABLE `wp_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_customer_lookup`
--
DROP TABLE IF EXISTS `wp_wc_customer_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_customer_lookup` (
`customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned DEFAULT NULL,
`username` varchar(60) NOT NULL DEFAULT '',
`first_name` varchar(255) NOT NULL,
`last_name` varchar(255) NOT NULL,
`email` varchar(100) DEFAULT NULL,
`date_last_active` timestamp NULL DEFAULT NULL,
`date_registered` timestamp NULL DEFAULT NULL,
`country` char(2) NOT NULL DEFAULT '',
`postcode` varchar(20) NOT NULL DEFAULT '',
`city` varchar(100) NOT NULL DEFAULT '',
`state` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`customer_id`),
UNIQUE KEY `user_id` (`user_id`),
KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_customer_lookup`
--
LOCK TABLES `wp_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_customer_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_download_log`
--
DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_download_log` (
`download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`permission_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`user_ip_address` varchar(100) DEFAULT '',
PRIMARY KEY (`download_log_id`),
KEY `permission_id` (`permission_id`),
KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_download_log`
--
LOCK TABLES `wp_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_order_coupon_lookup`
--
DROP TABLE IF EXISTS `wp_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_coupon_lookup` (
`order_id` bigint(20) unsigned NOT NULL,
`coupon_id` bigint(20) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`discount_amount` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_id`,`coupon_id`),
KEY `coupon_id` (`coupon_id`),
KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_order_coupon_lookup`
--
LOCK TABLES `wp_wc_order_coupon_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_order_product_lookup`
--
DROP TABLE IF EXISTS `wp_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_product_lookup` (
`order_item_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`variation_id` bigint(20) unsigned NOT NULL,
`customer_id` bigint(20) unsigned DEFAULT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`product_qty` int(11) NOT NULL,
`product_net_revenue` double NOT NULL DEFAULT 0,
`product_gross_revenue` double NOT NULL DEFAULT 0,
`coupon_amount` double NOT NULL DEFAULT 0,
`tax_amount` double NOT NULL DEFAULT 0,
`shipping_amount` double NOT NULL DEFAULT 0,
`shipping_tax_amount` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`),
KEY `product_id` (`product_id`),
KEY `customer_id` (`customer_id`),
KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_order_product_lookup`
--
LOCK TABLES `wp_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_order_stats`
--
DROP TABLE IF EXISTS `wp_wc_order_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_stats` (
`order_id` bigint(20) unsigned NOT NULL,
`parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`num_items_sold` int(11) NOT NULL DEFAULT 0,
`total_sales` double NOT NULL DEFAULT 0,
`tax_total` double NOT NULL DEFAULT 0,
`shipping_total` double NOT NULL DEFAULT 0,
`net_total` double NOT NULL DEFAULT 0,
`returning_customer` tinyint(1) DEFAULT NULL,
`status` varchar(200) NOT NULL,
`customer_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_id`),
KEY `date_created` (`date_created`),
KEY `customer_id` (`customer_id`),
KEY `status` (`status`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_order_stats`
--
LOCK TABLES `wp_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_order_tax_lookup`
--
DROP TABLE IF EXISTS `wp_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_tax_lookup` (
`order_id` bigint(20) unsigned NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`shipping_tax` double NOT NULL DEFAULT 0,
`order_tax` double NOT NULL DEFAULT 0,
`total_tax` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_id`,`tax_rate_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_order_tax_lookup`
--
LOCK TABLES `wp_wc_order_tax_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_tax_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_tax_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_product_attributes_lookup`
--
DROP TABLE IF EXISTS `wp_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_attributes_lookup` (
`product_id` bigint(20) NOT NULL,
`product_or_parent_id` bigint(20) NOT NULL,
`taxonomy` varchar(32) NOT NULL,
`term_id` bigint(20) NOT NULL,
`is_variation_attribute` tinyint(1) NOT NULL,
`in_stock` tinyint(1) NOT NULL,
PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_product_attributes_lookup`
--
LOCK TABLES `wp_wc_product_attributes_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_product_download_directories`
--
DROP TABLE IF EXISTS `wp_wc_product_download_directories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_download_directories` (
`url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(256) NOT NULL,
`enabled` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`url_id`),
KEY `url` (`url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_product_download_directories`
--
LOCK TABLES `wp_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `wp_wc_product_download_directories` VALUES (1,'file:///home/buildfft/public_html/wp-content/uploads/woocommerce_uploads/',1),(2,'http://test.buildfivefriday.com/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `wp_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_product_meta_lookup`
--
DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_meta_lookup` (
`product_id` bigint(20) NOT NULL,
`sku` varchar(100) DEFAULT '',
`virtual` tinyint(1) DEFAULT 0,
`downloadable` tinyint(1) DEFAULT 0,
`min_price` decimal(19,4) DEFAULT NULL,
`max_price` decimal(19,4) DEFAULT NULL,
`onsale` tinyint(1) DEFAULT 0,
`stock_quantity` double DEFAULT NULL,
`stock_status` varchar(100) DEFAULT 'instock',
`rating_count` bigint(20) DEFAULT 0,
`average_rating` decimal(3,2) DEFAULT 0.00,
`total_sales` bigint(20) DEFAULT 0,
`tax_status` varchar(100) DEFAULT 'taxable',
`tax_class` varchar(100) DEFAULT '',
PRIMARY KEY (`product_id`),
KEY `virtual` (`virtual`),
KEY `downloadable` (`downloadable`),
KEY `stock_status` (`stock_status`),
KEY `stock_quantity` (`stock_quantity`),
KEY `onsale` (`onsale`),
KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_product_meta_lookup`
--
LOCK TABLES `wp_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_rate_limits`
--
DROP TABLE IF EXISTS `wp_wc_rate_limits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_rate_limits` (
`rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`rate_limit_key` varchar(200) NOT NULL,
`rate_limit_expiry` bigint(20) unsigned NOT NULL,
`rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`rate_limit_id`),
UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_rate_limits`
--
LOCK TABLES `wp_wc_rate_limits` WRITE;
/*!40000 ALTER TABLE `wp_wc_rate_limits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_rate_limits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_reserved_stock`
--
DROP TABLE IF EXISTS `wp_wc_reserved_stock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_reserved_stock` (
`order_id` bigint(20) NOT NULL,
`product_id` bigint(20) NOT NULL,
`stock_quantity` double NOT NULL DEFAULT 0,
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_reserved_stock`
--
LOCK TABLES `wp_wc_reserved_stock` WRITE;
/*!40000 ALTER TABLE `wp_wc_reserved_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_reserved_stock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_tax_rate_classes`
--
DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_tax_rate_classes` (
`tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_class_id`),
UNIQUE KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_tax_rate_classes`
--
LOCK TABLES `wp_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wp_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_webhooks`
--
DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_webhooks` (
`webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`status` varchar(200) NOT NULL,
`name` text NOT NULL,
`user_id` bigint(20) unsigned NOT NULL,
`delivery_url` text NOT NULL,
`secret` text NOT NULL,
`topic` varchar(200) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`api_version` smallint(4) NOT NULL,
`failure_count` smallint(10) NOT NULL DEFAULT 0,
`pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`webhook_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_webhooks`
--
LOCK TABLES `wp_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_api_keys`
--
DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_api_keys` (
`key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`description` varchar(200) DEFAULT NULL,
`permissions` varchar(10) NOT NULL,
`consumer_key` char(64) NOT NULL,
`consumer_secret` char(43) NOT NULL,
`nonces` longtext DEFAULT NULL,
`truncated_key` char(7) NOT NULL,
`last_access` datetime DEFAULT NULL,
PRIMARY KEY (`key_id`),
KEY `consumer_key` (`consumer_key`),
KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_api_keys`
--
LOCK TABLES `wp_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--
DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
`attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`attribute_name` varchar(200) NOT NULL,
`attribute_label` varchar(200) DEFAULT NULL,
`attribute_type` varchar(20) NOT NULL,
`attribute_orderby` varchar(20) NOT NULL,
`attribute_public` int(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`attribute_id`),
KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--
LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--
DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
`permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`download_id` varchar(36) NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`order_key` varchar(200) NOT NULL,
`user_email` varchar(200) NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`downloads_remaining` varchar(9) DEFAULT NULL,
`access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access_expires` datetime DEFAULT NULL,
`download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`permission_id`),
KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
KEY `order_id` (`order_id`),
KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--
LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_log`
--
DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_log` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`level` smallint(4) NOT NULL,
`source` varchar(200) NOT NULL,
`message` longtext NOT NULL,
`context` longtext DEFAULT NULL,
PRIMARY KEY (`log_id`),
KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_log`
--
LOCK TABLES `wp_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--
DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `order_item_id` (`order_item_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--
LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_order_items`
--
DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_order_items` (
`order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_name` text NOT NULL,
`order_item_type` varchar(200) NOT NULL DEFAULT '',
`order_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_order_items`
--
LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`payment_token_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `payment_token_id` (`payment_token_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--
LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_payment_tokens`
--
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
`token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`gateway_id` varchar(200) NOT NULL,
`token` text NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`type` varchar(200) NOT NULL,
`is_default` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`token_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--
LOCK TABLES `wp_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_sessions`
--
DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_sessions` (
`session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`session_key` char(32) NOT NULL,
`session_value` longtext NOT NULL,
`session_expiry` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`session_id`),
UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_sessions`
--
LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES (1,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:742:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:21:\"jasonm@fivefriday.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}',1671721660);
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_id` bigint(20) unsigned NOT NULL,
`location_code` varchar(200) NOT NULL,
`location_type` varchar(40) NOT NULL,
PRIMARY KEY (`location_id`),
KEY `location_id` (`location_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--
LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
`zone_id` bigint(20) unsigned NOT NULL,
`instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`method_id` varchar(200) NOT NULL,
`method_order` bigint(20) unsigned NOT NULL,
`is_enabled` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--
LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zones`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
`zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_name` varchar(200) NOT NULL,
`zone_order` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--
LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--
DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`location_code` varchar(200) NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`location_type` varchar(40) NOT NULL,
PRIMARY KEY (`location_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--
LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_tax_rates`
--
DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
`tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`tax_rate_country` varchar(2) NOT NULL DEFAULT '',
`tax_rate_state` varchar(200) NOT NULL DEFAULT '',
`tax_rate` varchar(8) NOT NULL DEFAULT '',
`tax_rate_name` varchar(200) NOT NULL DEFAULT '',
`tax_rate_priority` bigint(20) unsigned NOT NULL,
`tax_rate_compound` int(1) NOT NULL DEFAULT 0,
`tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
`tax_rate_order` bigint(20) unsigned NOT NULL,
`tax_rate_class` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_id`),
KEY `tax_rate_country` (`tax_rate_country`),
KEY `tax_rate_state` (`tax_rate_state`(2)),
KEY `tax_rate_class` (`tax_rate_class`(10)),
KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_tax_rates`
--
LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-10-21 22:02:15