-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: July 14, 2020, 6:59 pm
-- Server version: 10.3.23
-- PHP Version: 7.3.6

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


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

--
-- Database: `rayahinc_wp986`
--

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

--
-- Table structure for table `wptm_actionscheduler_actions`
--

CREATE TABLE `wptm_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_ci 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` (`claim_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wptm_actionscheduler_actions`
--

INSERT INTO `wptm_actionscheduler_actions` VALUES
(49, 'action_scheduler/migration_hook', 'complete', '2020-06-09 13:50:03', '2020-06-09 13:50:03', '[]', 'O:30:"ActionScheduler_SimpleSchedule":2:{s:22:"\0*\0scheduled_timestamp";i:1591710603;s:41:"\0ActionScheduler_SimpleSchedule\0timestamp";i:1591710603;}', 1, 1, '2020-06-09 13:50:10', '2020-06-09 13:50:10', 0, NULL),
(50, 'action_scheduler/migration_hook', 'complete', '2020-06-09 13:51:10', '2020-06-09 13:51:10', '[]', 'O:30:"ActionScheduler_SimpleSchedule":2:{s:22:"\0*\0scheduled_timestamp";i:1591710670;s:41:"\0ActionScheduler_SimpleSchedule\0timestamp";i:1591710670;}', 1, 1, '2020-06-09 13:53:17', '2020-06-09 13:53:17', 0, NULL),
(51, 'wpforms_process_entry_emails_meta_cleanup', 'canceled', '2020-06-10 00:00:00', '2020-06-10 00:00:00', '{"tasks_meta_id":1}', 'O:32:"ActionScheduler_IntervalSchedule":5:{s:22:"\0*\0scheduled_timestamp";i:1591747200;s:18:"\0*\0first_timestamp";i:1591747200;s:13:"\0*\0recurrence";i:86400;s:49:"\0ActionScheduler_IntervalSchedule\0start_timestamp";i:1591747200;s:53:"\0ActionScheduler_IntervalSchedule\0interval_in_seconds";i:86400;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(52, 'wpforms_admin_notifications_update', 'complete', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '{"tasks_meta_id":2}', 'O:28:"ActionScheduler_NullSchedule":0:{}', 2, 1, '2020-06-09 13:50:16', '2020-06-09 13:50:16', 0, NULL);

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

--
-- Table structure for table `wptm_actionscheduler_claims`
--

CREATE TABLE `wptm_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wptm_actionscheduler_groups`
--

CREATE TABLE `wptm_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wptm_actionscheduler_groups`
--

INSERT INTO `wptm_actionscheduler_groups` VALUES
(1, 'action-scheduler-migration'),
(2, 'wpforms');

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

--
-- Table structure for table `wptm_actionscheduler_logs`
--

CREATE TABLE `wptm_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL 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  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wptm_actionscheduler_logs`
--

INSERT INTO `wptm_actionscheduler_logs` VALUES
(1, 49, 'action created', '2020-06-09 13:49:03', '2020-06-09 13:49:03'),
(2, 49, 'action started via WP Cron', '2020-06-09 13:50:10', '2020-06-09 13:50:10'),
(3, 49, 'action complete via WP Cron', '2020-06-09 13:50:10', '2020-06-09 13:50:10'),
(4, 50, 'action created', '2020-06-09 13:50:10', '2020-06-09 13:50:10'),
(5, 51, 'action created', '2020-06-09 13:50:11', '2020-06-09 13:50:11'),
(6, 52, 'action created', '2020-06-09 13:50:11', '2020-06-09 13:50:11'),
(7, 52, 'action started via Async Request', '2020-06-09 13:50:16', '2020-06-09 13:50:16'),
(8, 52, 'action complete via Async Request', '2020-06-09 13:50:16', '2020-06-09 13:50:16'),
(9, 50, 'action started via WP Cron', '2020-06-09 13:53:17', '2020-06-09 13:53:17'),
(10, 50, 'action complete via WP Cron', '2020-06-09 13:53:17', '2020-06-09 13:53:17'),
(11, 51, 'action canceled', '2020-06-09 15:15:03', '2020-06-09 15:15:03');

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

--
-- Table structure for table `wptm_commentmeta`
--

CREATE TABLE `wptm_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci 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;

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

--
-- Table structure for table `wptm_comments`
--

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

--
-- Dumping data for table `wptm_comments`
--

INSERT INTO `wptm_comments` VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2020-06-02 16:53:42', '2020-06-02 16:53:42', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0);

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

--
-- Table structure for table `wptm_links`
--

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

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

--
-- Table structure for table `wptm_options`
--

CREATE TABLE `wptm_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wptm_options`
--

INSERT INTO `wptm_options` VALUES
(1, 'siteurl', 'http://stg.rayahin.com', 'yes'),
(2, 'home', 'http://stg.rayahin.com', 'yes'),
(3, 'blogname', 'Saint George Orthodox Christian Cathedral', 'yes'),
(4, 'blogdescription', 'Charleston, WV', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'david@rayahin.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:92:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s: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:38:"index.php?&page_id=2&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:1:{i:0;s:23:"elementor/elementor.php";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:4:{i:0;s:83:"/home/rayahinc/stg.rayahin.com/wp-content/themes/azuma/content-archive-download.php";i:1;s:65:"/home/rayahinc/stg.rayahin.com/wp-content/themes/azuma/footer.php";i:2;s:64:"/home/rayahinc/stg.rayahin.com/wp-content/themes/azuma/style.css";i:3;s:0:"";}', 'no'),
(40, 'template', 'azuma', 'yes'),
(41, 'stylesheet', 'azuma', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '47018', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:5:{i:1;a:0:{}s:12:"_multiwidget";i:1;i:3;a:0:{}i:4;a:0:{}i:6;a:4:{s:5:"title";s:15:"COVID-19 NOTICE";s:4:"text";s:213:"Please note access to the parish has been limited in accordance with guidance issued by His Eminence, Metropolitan Joseph.\r\n\r\nFor more information about these changes to protocol, please contact the parish office.";s:6:"filter";b:1;s:6:"visual";b:1;}}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:2:{s:23:"elementor/elementor.php";a:2:{i:0;s:21:"Elementor\\Maintenance";i:1;s:9:"uninstall";}s:33:"instagram-feed/instagram-feed.php";s:22:"sb_instagram_uninstall";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '2', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '59', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'admin_email_lifespan', '1606668822', 'yes'),
(94, 'initial_db_version', '47018', 'yes'),
(95, 'wptm_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(96, 'fresh_site', '0', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_meta', 'a:4:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;i:4;a:0:{}i:6;a:0:{}}', 'yes'),
(102, 'sidebars_widgets', 'a:15:{s:19:"wp_inactive_widgets";a:9:{i:0;s:6:"meta-4";i:1;s:8:"search-2";i:2;s:14:"recent-posts-2";i:3;s:17:"recent-comments-2";i:4;s:10:"archives-2";i:5;s:12:"categories-2";i:6;s:6:"meta-2";i:7;s:10:"calendar-3";i:8;s:6:"text-4";}s:13:"azuma-sidebar";a:1:{i:0;s:6:"text-3";}s:22:"azuma-sidebar-homepage";a:0:{}s:18:"azuma-sidebar-page";a:0:{}s:18:"azuma-sidebar-shop";a:0:{}s:17:"azuma-sidebar-edd";a:0:{}s:26:"azuma-sidebar-shop-filters";a:0:{}s:13:"azuma-top-bar";a:0:{}s:16:"azuma-offers-bar";a:1:{i:0;s:6:"text-6";}s:25:"azuma-homepage-large-area";a:0:{}s:18:"azuma-above-footer";a:0:{}s:13:"azuma-footer1";a:1:{i:0;s:10:"calendar-6";}s:13:"azuma-footer2";a:1:{i:0;s:13:"custom_html-4";}s:13:"azuma-footer3";a:1:{i:0;s:13:"custom_html-3";}s:13:"array_version";i:3;}', 'yes'),
(103, 'cron', 'a:6:{i:1594750067;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:1594752824;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:1594788822;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:1594832022;a:2:{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;}}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:1594832044;a:3:{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;}}s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(104, 'widget_pages', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:0:{}}', 'yes'),
(105, 'widget_calendar', 'a:4:{s:12:"_multiwidget";i:1;i:3;a:0:{}i:5;a:0:{}i:6;a:1:{s:5:"title";s:0:"";}}', 'yes'),
(106, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_media_image', 'a:4:{s:12:"_multiwidget";i:1;i:3;a:15:{s:4:"size";s:6:"medium";s:5:"width";i:1224;s:6:"height";i:918;s:7:"caption";s:0:"";s:3:"alt";s:0:"";s:9:"link_type";s:6:"custom";s:8:"link_url";s:0:"";s:13:"image_classes";s:0:"";s:12:"link_classes";s:0:"";s:8:"link_rel";s:0:"";s:17:"link_target_blank";b:0;s:11:"image_title";s:0:"";s:13:"attachment_id";i:17;s:3:"url";s:95:"http://stg.rayahin.com/wp-content/uploads/2020/06/Laidley-Tower-downtown-Charleston-300x225.jpg";s:5:"title";s:0:"";}i:4;a:15:{s:4:"size";s:4:"full";s:5:"width";i:140;s:6:"height";i:158;s:7:"caption";s:0:"";s:3:"alt";s:0:"";s:9:"link_type";s:6:"custom";s:8:"link_url";s:0:"";s:13:"image_classes";s:0:"";s:12:"link_classes";s:0:"";s:8:"link_rel";s:0:"";s:17:"link_target_blank";b:0;s:11:"image_title";s:0:"";s:13:"attachment_id";i:75;s:3:"url";s:68:"http://stg.rayahin.com/wp-content/uploads/2020/06/PeterPaul-Only.png";s:5:"title";s:0:"";}i:6;a:0:{}}', 'yes'),
(108, 'widget_media_gallery', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:6:{s:5:"title";s:0:"";s:3:"ids";a:1:{i:0;i:75;}s:7:"columns";i:3;s:4:"size";s:9:"thumbnail";s:9:"link_type";s:4:"post";s:14:"orderby_random";b:0;}}', 'yes'),
(109, 'widget_media_video', 'a:4:{s:12:"_multiwidget";i:1;i:3;a:0:{}i:5;a:11:{s:7:"preload";s:8:"metadata";s:4:"loop";b:0;s:7:"content";s:0:"";s:3:"mp4";s:0:"";s:3:"m4v";s:0:"";s:4:"webm";s:0:"";s:3:"ogv";s:0:"";s:3:"flv";s:0:"";s:13:"attachment_id";i:0;s:3:"url";s:43:"https://www.youtube.com/watch?v=nWT4N11Yy18";s:5:"title";s:0:"";}i:6;a:11:{s:7:"preload";s:8:"metadata";s:4:"loop";b:0;s:7:"content";s:0:"";s:3:"mp4";s:0:"";s:3:"m4v";s:0:"";s:4:"webm";s:0:"";s:3:"ogv";s:0:"";s:3:"flv";s:0:"";s:13:"attachment_id";i:0;s:3:"url";s:43:"https://www.youtube.com/watch?v=nWT4N11Yy18";s:5:"title";s:0:"";}}', 'yes'),
(110, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:3:{s:12:"_multiwidget";i:1;i:3;a:2:{s:5:"title";s:0:"";s:7:"content";s:750:"<figure class="wp-block-embed-youtube alignwide wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio wp-embed-aspect-4-3">\r\n<div class="wp-block-embed__wrapper" style="text-align: center;"><iframe title="Saint George Orthodox Christian Cathedral" src="https://www.youtube.com/embed/live_stream?channel=UCrvn4wCTrFjyM1CKAHPe8Sg&amp;autoplay=1" width="500" height="250" frameborder="0" allowfullscreen="allowfullscreen"></iframe><a href="https://www.youtube.com/embed/live_stream?channel=UCrvn4wCTrFjyM1CKAHPe8Sg" rel="noopener" target="_blank"></a></div>\r\n<div class="wp-block-embed__wrapper" style="text-align: center;"><span style="font-family: ''book antiqua''; font-size: 20px;"><em></em></span></div>\r\n</figure>";}i:4;a:2:{s:5:"title";s:0:"";s:7:"content";s:97:"<img src=”http://stg.rayahin.com/wp-content/uploads/2020/06/PeterPaul-Only.png” alt=”” />";}}', 'yes'),
(113, 'recovery_keys', 'a:0:{}', 'yes'),
(114, 'theme_mods_twentytwenty', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1591117066;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";}s:9:"sidebar-2";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-2";}}}}', 'yes'),
(134, 'can_compress_scripts', '0', 'no'),
(143, 'current_theme', 'Azuma', 'yes'),
(144, 'theme_mods_rosa2-lite', 'a:5:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:-1;s:27:"pixassist_new_theme_version";a:3:{s:11:"new_version";s:5:"0.0.1";s:7:"package";s:0:"";s:3:"url";s:0:"";}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1591117640;s:4:"data";a:1:{s:19:"wp_inactive_widgets";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}}}}', 'yes'),
(145, 'theme_switched', '', 'yes'),
(153, 'pixassist_options', 'a:1:{s:18:"allow_data_collect";b:0;}', 'yes'),
(156, 'pixelgrade_assistant_version', '1.3.2', 'yes'),
(157, 'pixassist_activated_themes', 'a:9:{s:5:"azuma";a:5:{s:8:"template";s:5:"azuma";s:4:"name";s:5:"Azuma";s:6:"author";s:10:"UXL Themes";s:7:"version";s:5:"1.2.8";s:16:"active_timestamp";i:1591715006;}s:7:"shuttle";a:5:{s:8:"template";s:7:"shuttle";s:4:"name";s:7:"Shuttle";s:6:"author";s:13:"ShuttleThemes";s:7:"version";s:5:"1.2.8";s:16:"active_timestamp";i:1591711281;}s:8:"big-blue";a:5:{s:8:"template";s:8:"big-blue";s:4:"name";s:8:"Big Blue";s:6:"author";s:11:"WP Dev Shed";s:7:"version";s:3:"1.9";s:16:"active_timestamp";i:1591711145;}s:11:"pure-simple";a:5:{s:8:"template";s:11:"pure-simple";s:4:"name";s:17:"Pure &amp; Simple";s:6:"author";s:16:"StyledThemes.com";s:7:"version";s:5:"3.2.0";s:16:"active_timestamp";i:1591710812;}s:8:"keenshot";a:5:{s:8:"template";s:8:"keenshot";s:4:"name";s:8:"Keenshot";s:6:"author";s:8:"Keendevs";s:7:"version";s:5:"2.0.4";s:16:"active_timestamp";i:1591710516;}s:11:"catch-vogue";a:5:{s:8:"template";s:11:"catch-vogue";s:4:"name";s:11:"Catch Vogue";s:6:"author";s:12:"Catch Themes";s:7:"version";s:3:"1.4";s:16:"active_timestamp";i:1591125144;}s:8:"ivanicof";a:5:{s:8:"template";s:8:"ivanicof";s:4:"name";s:8:"ivanicof";s:6:"author";s:16:"J.Rafael simarro";s:7:"version";s:6:"1.0.17";s:16:"active_timestamp";i:1591120526;}s:8:"illusive";a:5:{s:8:"template";s:8:"illusive";s:4:"name";s:8:"illusive";s:6:"author";s:10:"VineThemes";s:7:"version";s:5:"1.5.8";s:16:"active_timestamp";i:1591117640;}s:10:"rosa2-lite";a:5:{s:8:"template";s:10:"rosa2-lite";s:4:"name";s:10:"Rosa2 Lite";s:6:"author";s:10:"Pixelgrade";s:7:"version";s:5:"1.1.6";s:16:"active_timestamp";i:1591117575;}}', 'no'),
(161, 'theme_mods_illusive', 'a:10:{i:0;b:0;s:34:"pixassist_install_notice_dismissed";b:0;s:33:"pixassist_rating_notice_dismissed";b:0;s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";s:0:"";s:24:"illusive_slider_category";i:1;s:28:"illusive_general_search_icon";b:1;s:27:"pixassist_new_theme_version";a:3:{s:11:"new_version";s:5:"0.0.1";s:7:"package";s:0:"";s:3:"url";s:0:"";}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1591118196;s:4:"data";a:7:{s:19:"wp_inactive_widgets";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:7:"sidebar";a:0:{}s:12:"below-slider";a:0:{}s:11:"footer-left";a:0:{}s:13:"footer-center";a:0:{}s:12:"footer-right";a:0:{}s:9:"sidebar-2";a:0:{}}}}', 'yes'),
(162, 'widget_illusive_about_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(163, 'widget_illusive_social_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(164, 'widget_illusive_recent_news_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(168, 'category_children', 'a:0:{}', 'yes'),
(172, 'theme_mods_catch-vogue', 'a:20:{i:0;b:0;s:33:"pixassist_rating_notice_dismissed";b:0;s:18:"nav_menu_locations";a:1:{s:6:"menu-1";i:2;}s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:26;s:16:"header_textcolor";s:5:"blank";s:12:"header_image";s:95:"http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston.jpg";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:18;s:3:"url";s:95:"http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston.jpg";s:13:"thumbnail_url";s:95:"http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston.jpg";s:6:"height";i:1440;s:5:"width";i:1920;}s:32:"catch_vogue_header_media_opacity";i:30;s:30:"catch_vogue_header_media_image";s:79:"http://stg.rayahin.com/wp-content/uploads/2020/06/Untitled-3-e1591117713648.png";s:16:"background_image";s:0:"";s:35:"catch_vogue_hero_content_visibility";s:8:"disabled";s:33:"catch_vogue_hero_content_bg_image";s:0:"";s:24:"catch_vogue_hero_content";i:24;s:25:"catch_vogue_slider_option";s:8:"disabled";s:25:"catch_vogue_slider_page_1";i:19;s:42:"catch_vogue_primary_subtitle_popup_disable";b:0;s:30:"catch_vogue_logo_slider_option";s:8:"disabled";s:27:"pixassist_new_theme_version";a:3:{s:11:"new_version";s:5:"0.0.1";s:7:"package";s:0:"";s:3:"url";s:0:"";}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1591710516;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:9:{i:0;s:6:"meta-4";i:1;s:8:"search-2";i:2;s:14:"recent-posts-2";i:3;s:17:"recent-comments-2";i:4;s:10:"archives-2";i:5;s:12:"categories-2";i:6;s:6:"meta-2";i:7;s:10:"calendar-3";i:8;s:6:"text-4";}s:9:"sidebar-1";a:1:{i:0;s:6:"text-3";}}}}', 'yes'),
(173, 'widget_ct-social', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:0:{}}', 'yes'),
(182, 'ect_service', 'a:1:{s:6:"status";i:1;}', 'yes'),
(183, 'ect_food_menu', 'a:1:{s:6:"status";i:0;}', 'yes'),
(184, 'recently_activated', 'a:5:{s:51:"essential-content-types/essential-content-types.php";i:1591715703;s:47:"one-click-demo-import/one-click-demo-import.php";i:1591715703;s:45:"pixelgrade-assistant/pixelgrade-assistant.php";i:1591715703;s:33:"instagram-feed/instagram-feed.php";i:1591715703;s:24:"wpforms-lite/wpforms.php";i:1591715703;}', 'yes'),
(185, 'jetpack_portfolio', '1', 'yes'),
(186, 'nav_menu_options', 'a:1:{s:8:"auto_add";a:0:{}}', 'yes'),
(190, 'theme_mods_pure-simple', 'a:6:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:2;}s:33:"pixassist_rating_notice_dismissed";b:0;s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1591711144;s:4:"data";a:20:{s:19:"wp_inactive_widgets";a:9:{i:0;s:6:"meta-4";i:1;s:8:"search-2";i:2;s:14:"recent-posts-2";i:3;s:17:"recent-comments-2";i:4;s:10:"archives-2";i:5;s:12:"categories-2";i:6;s:6:"meta-2";i:7;s:10:"calendar-3";i:8;s:6:"text-4";}s:9:"blogright";a:1:{i:0;s:6:"text-3";}s:8:"blogleft";a:0:{}s:9:"pageright";a:0:{}s:8:"pageleft";a:0:{}s:6:"banner";a:0:{}s:12:"featuredtop1";a:0:{}s:12:"featuredtop2";a:0:{}s:12:"featuredtop3";a:0:{}s:12:"featuredtop4";a:0:{}s:15:"featuredbottom1";a:0:{}s:15:"featuredbottom2";a:0:{}s:15:"featuredbottom3";a:0:{}s:15:"featuredbottom4";a:0:{}s:7:"bottom1";a:0:{}s:7:"bottom2";a:0:{}s:7:"bottom3";a:0:{}s:7:"bottom4";a:0:{}s:3:"cta";a:0:{}s:6:"footer";a:0:{}}}s:27:"pixassist_new_theme_version";a:3:{s:11:"new_version";s:5:"0.0.1";s:7:"package";s:0:"";s:3:"url";s:0:"";}}', 'yes'),
(191, 'jetpack_testimonial', '1', 'yes'),
(192, 'widget_puresimple_custom_content', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(206, 'theme_mods_ivanicof', 'a:6:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:6:"menu-1";i:2;}s:33:"pixassist_rating_notice_dismissed";b:0;s:18:"custom_css_post_id";i:-1;s:27:"pixassist_new_theme_version";a:3:{s:11:"new_version";s:5:"0.0.1";s:7:"package";s:0:"";s:3:"url";s:0:"";}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1591125148;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:9:{i:0;s:6:"meta-4";i:1;s:8:"search-2";i:2;s:14:"recent-posts-2";i:3;s:17:"recent-comments-2";i:4;s:10:"archives-2";i:5;s:12:"categories-2";i:6;s:6:"meta-2";i:7;s:10:"calendar-3";i:8;s:6:"text-4";}s:9:"sidebar-1";a:1:{i:0;s:6:"text-3";}}}}', 'yes'),
(207, 'widget_ivanicof_instagram', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(218, 'theme_switched_via_customizer', '', 'yes'),
(219, 'customize_stashed_theme_mods', 'a:0:{}', 'no'),
(226, '_transient_health-check-site-status-result', '{"good":7,"recommended":9,"critical":1}', 'yes'),
(249, 'theme_mods_keenshot', 'a:5:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:2;}s:33:"pixassist_rating_notice_dismissed";b:0;s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1591710808;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:9:{i:0;s:6:"meta-4";i:1;s:8:"search-2";i:2;s:14:"recent-posts-2";i:3;s:17:"recent-comments-2";i:4;s:10:"archives-2";i:5;s:12:"categories-2";i:6;s:6:"meta-2";i:7;s:10:"calendar-3";i:8;s:6:"text-4";}s:7:"sidebar";a:1:{i:0;s:6:"text-3";}s:9:"instagram";a:0:{}s:14:"footer_widgets";a:0:{}}}}', 'yes'),
(252, 'widget_keenshot_contact_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(253, 'widget_keenshot_copyright_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(259, 'action_scheduler_hybrid_store_demarkation', '48', 'yes'),
(260, 'schema-ActionScheduler_StoreSchema', '3.0.1591710538', 'yes'),
(261, 'schema-ActionScheduler_LoggerSchema', '2.0.1591710538', 'yes'),
(262, 'wpforms_version', '1.6.0.2', 'yes'),
(263, 'wpforms_activated', 'a:1:{s:4:"lite";i:1591710538;}', 'yes'),
(267, 'action_scheduler_lock_async-request-runner', '1591715738', 'yes'),
(268, 'wpforms_version_lite', '1.6.0.2', 'yes'),
(269, 'elementor_version', '2.9.11', 'yes'),
(270, 'widget_wpforms-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(271, 'widget_instagram-feed-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(278, 'sbi_rating_notice', 'pending', 'no'),
(282, 'elementor_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:4:"hero";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:247:"["404 page","about","archive","call to action","clients","contact","faq","features","footer","header","hero","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:4:"5525";s:5:"title";s:8:"About 14";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png";s:12:"tmpl_created";s:10:"1520443532";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"10";s:11:"trend_index";s:1:"6";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:1;a:14:{s:2:"id";s:5:"10107";s:5:"title";s:34:"Classic | Promotion | Announcement";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png";s:12:"tmpl_created";s:10:"1547851373";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"248";s:11:"trend_index";s:3:"160";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:2;a:14:{s:2:"id";s:4:"5533";s:5:"title";s:8:"About 15";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png";s:12:"tmpl_created";s:10:"1520443534";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"27";s:11:"trend_index";s:2:"13";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:3;a:14:{s:2:"id";s:4:"5575";s:5:"title";s:5:"CTA 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png";s:12:"tmpl_created";s:10:"1520443543";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"15";s:11:"trend_index";s:1:"7";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:4;a:14:{s:2:"id";s:4:"5615";s:5:"title";s:10:"Features 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png";s:12:"tmpl_created";s:10:"1520443551";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"30";s:11:"trend_index";s:2:"19";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:5;a:14:{s:2:"id";s:4:"5624";s:5:"title";s:10:"Features 5";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png";s:12:"tmpl_created";s:10:"1520443553";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"73";s:11:"trend_index";s:2:"62";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:6;a:14:{s:2:"id";s:4:"5684";s:5:"title";s:5:"FAQ 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png";s:12:"tmpl_created";s:10:"1520443565";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"69";s:11:"trend_index";s:2:"68";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:7;a:14:{s:2:"id";s:5:"10158";s:5:"title";s:17:"Classic | Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png";s:12:"tmpl_created";s:10:"1547852227";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-contact/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"277";s:11:"trend_index";s:3:"199";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:8;a:14:{s:2:"id";s:4:"5693";s:5:"title";s:5:"FAQ 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png";s:12:"tmpl_created";s:10:"1520443567";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"198";s:11:"trend_index";s:3:"254";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:9;a:14:{s:2:"id";s:4:"5703";s:5:"title";s:6:"FAQ 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png";s:12:"tmpl_created";s:10:"1520443569";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"28";s:11:"trend_index";s:2:"20";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:10;a:14:{s:2:"id";s:4:"5711";s:5:"title";s:5:"FAQ 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png";s:12:"tmpl_created";s:10:"1520443571";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"190";s:11:"trend_index";s:3:"159";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:11;a:14:{s:2:"id";s:5:"10190";s:5:"title";s:30:"Classic | Register | Subscribe";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png";s:12:"tmpl_created";s:10:"1547885703";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"250";s:11:"trend_index";s:3:"204";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:12;a:14:{s:2:"id";s:4:"5719";s:5:"title";s:5:"FAQ 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png";s:12:"tmpl_created";s:10:"1520443573";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"121";s:11:"trend_index";s:3:"107";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:13;a:14:{s:2:"id";s:4:"5729";s:5:"title";s:5:"FAQ 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png";s:12:"tmpl_created";s:10:"1520443575";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"304";s:11:"trend_index";s:3:"313";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:14;a:14:{s:2:"id";s:4:"5737";s:5:"title";s:6:"FAQ 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png";s:12:"tmpl_created";s:10:"1520443576";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"158";s:11:"trend_index";s:3:"140";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:15;a:14:{s:2:"id";s:4:"5746";s:5:"title";s:6:"FAQ 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png";s:12:"tmpl_created";s:10:"1520443578";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"195";s:11:"trend_index";s:3:"177";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:16;a:14:{s:2:"id";s:4:"5755";s:5:"title";s:5:"FAQ 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png";s:12:"tmpl_created";s:10:"1520443580";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"98";s:11:"trend_index";s:3:"101";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:17;a:14:{s:2:"id";s:4:"5764";s:5:"title";s:5:"FAQ 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png";s:12:"tmpl_created";s:10:"1520443582";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"313";s:11:"trend_index";s:3:"331";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:18;a:14:{s:2:"id";s:5:"10256";s:5:"title";s:20:"Classic | Sale | Pop";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png";s:12:"tmpl_created";s:10:"1547888909";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-3/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"429";s:11:"trend_index";s:3:"400";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:19;a:14:{s:2:"id";s:4:"5773";s:5:"title";s:7:"Hero 11";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png";s:12:"tmpl_created";s:10:"1520443584";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"33";s:11:"trend_index";s:2:"30";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:20;a:14:{s:2:"id";s:5:"10267";s:5:"title";s:29:"Classic | Contact | Christmas";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png";s:12:"tmpl_created";s:10:"1547889047";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"312";s:11:"trend_index";s:3:"234";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:21;a:14:{s:2:"id";s:4:"5783";s:5:"title";s:7:"Hero 10";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png";s:12:"tmpl_created";s:10:"1520443586";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"339";s:11:"trend_index";s:3:"349";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:22;a:14:{s:2:"id";s:4:"5792";s:5:"title";s:6:"Hero 9";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png";s:12:"tmpl_created";s:10:"1520443588";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"220";s:11:"trend_index";s:3:"232";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:23;a:14:{s:2:"id";s:4:"5801";s:5:"title";s:6:"Hero 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png";s:12:"tmpl_created";s:10:"1520443589";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"18";s:11:"trend_index";s:1:"9";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:24;a:14:{s:2:"id";s:4:"5811";s:5:"title";s:6:"Hero 8";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png";s:12:"tmpl_created";s:10:"1520443591";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"116";s:11:"trend_index";s:2:"99";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:25;a:14:{s:2:"id";s:5:"10307";s:5:"title";s:43:"Fly In | Promotion | Christmas | Teddy Bear";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png";s:12:"tmpl_created";s:10:"1547893266";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"589";s:11:"trend_index";s:3:"532";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:26;a:14:{s:2:"id";s:4:"5820";s:5:"title";s:9:"Contact 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png";s:12:"tmpl_created";s:10:"1520443593";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"176";s:11:"trend_index";s:3:"163";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:27;a:14:{s:2:"id";s:5:"10318";s:5:"title";s:27:"Classic | Contact | Bicycle";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png";s:12:"tmpl_created";s:10:"1547893367";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/classic-contact-2/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"349";s:11:"trend_index";s:3:"301";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:28;a:14:{s:2:"id";s:4:"5828";s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png";s:12:"tmpl_created";s:10:"1520443595";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"296";s:11:"trend_index";s:3:"334";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:29;a:14:{s:2:"id";s:4:"5836";s:5:"title";s:10:"Contact 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png";s:12:"tmpl_created";s:10:"1520443597";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"117";s:11:"trend_index";s:2:"91";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:30;a:14:{s:2:"id";s:5:"10339";s:5:"title";s:22:"Fly In | Contact | Spa";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png";s:12:"tmpl_created";s:10:"1547893603";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"398";s:11:"trend_index";s:3:"333";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:31;a:14:{s:2:"id";s:4:"5844";s:5:"title";s:10:"Contact 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png";s:12:"tmpl_created";s:10:"1520443599";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"285";s:11:"trend_index";s:3:"282";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:32;a:14:{s:2:"id";s:5:"10352";s:5:"title";s:23:"Fly In | Contact | Wine";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png";s:12:"tmpl_created";s:10:"1547915335";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/fly-in-contact/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"440";s:11:"trend_index";s:3:"373";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:33;a:14:{s:2:"id";s:4:"5852";s:5:"title";s:6:"CTA 34";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png";s:12:"tmpl_created";s:10:"1520443600";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"504";s:11:"trend_index";s:3:"490";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:34;a:14:{s:2:"id";s:4:"5947";s:5:"title";s:7:"Stats 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png";s:12:"tmpl_created";s:10:"1520443621";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"340";s:11:"trend_index";s:3:"294";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:35;a:14:{s:2:"id";s:5:"10372";s:5:"title";s:29:"Fly In | Register | Subscribe";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png";s:12:"tmpl_created";s:10:"1547915554";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"588";s:11:"trend_index";s:3:"582";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:36;a:14:{s:2:"id";s:4:"5956";s:5:"title";s:7:"Stats 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png";s:12:"tmpl_created";s:10:"1520443623";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"500";s:11:"trend_index";s:3:"496";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:37;a:14:{s:2:"id";s:5:"10382";s:5:"title";s:35:"Bottom Bar | Announcement | Cookies";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png";s:12:"tmpl_created";s:10:"1547916616";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"287";s:11:"trend_index";s:3:"261";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:38;a:14:{s:2:"id";s:4:"5963";s:5:"title";s:10:"Features 7";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png";s:12:"tmpl_created";s:10:"1520443626";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"63";s:11:"trend_index";s:2:"66";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:39;a:14:{s:2:"id";s:4:"5974";s:5:"title";s:10:"Features 4";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png";s:12:"tmpl_created";s:10:"1520443629";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"62";s:11:"trend_index";s:2:"57";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:40;a:14:{s:2:"id";s:4:"5983";s:5:"title";s:10:"Features 3";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png";s:12:"tmpl_created";s:10:"1520443630";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:11:"["featues"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"235";s:11:"trend_index";s:3:"245";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:41;a:14:{s:2:"id";s:4:"5991";s:5:"title";s:11:"Features 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png";s:12:"tmpl_created";s:10:"1520443632";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"120";s:11:"trend_index";s:3:"118";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:42;a:14:{s:2:"id";s:4:"5999";s:5:"title";s:7:"Team 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png";s:12:"tmpl_created";s:10:"1520443634";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"85";s:11:"trend_index";s:2:"77";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:43;a:14:{s:2:"id";s:5:"10434";s:5:"title";s:27:"Classic | Sale | Headphones";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png";s:12:"tmpl_created";s:10:"1547961950";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-6/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"373";s:11:"trend_index";s:3:"413";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:44;a:14:{s:2:"id";s:4:"6008";s:5:"title";s:6:"Team 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png";s:12:"tmpl_created";s:10:"1520443636";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"68";s:11:"trend_index";s:2:"64";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:45;a:14:{s:2:"id";s:5:"10444";s:5:"title";s:17:"Classic | Contact";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png";s:12:"tmpl_created";s:10:"1547962029";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/classic-contact-3/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"400";s:11:"trend_index";s:3:"362";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:46;a:14:{s:2:"id";s:4:"6027";s:5:"title";s:7:"About 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png";s:12:"tmpl_created";s:10:"1520443639";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"38";s:11:"trend_index";s:2:"23";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:47;a:14:{s:2:"id";s:4:"6036";s:5:"title";s:7:"About 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png";s:12:"tmpl_created";s:10:"1520443641";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"86";s:11:"trend_index";s:2:"69";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:48;a:14:{s:2:"id";s:5:"10467";s:5:"title";s:27:"Bottom Bar | Contact | Lego";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png";s:12:"tmpl_created";s:10:"1547962277";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"650";s:11:"trend_index";s:3:"664";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:49;a:14:{s:2:"id";s:4:"6044";s:5:"title";s:11:"Features 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png";s:12:"tmpl_created";s:10:"1520443643";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"65";s:11:"trend_index";s:2:"45";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:50;a:14:{s:2:"id";s:4:"6053";s:5:"title";s:10:"Features 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png";s:12:"tmpl_created";s:10:"1520443645";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"167";s:11:"trend_index";s:3:"144";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:51;a:14:{s:2:"id";s:5:"10487";s:5:"title";s:18:"Slide In | Contact";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png";s:12:"tmpl_created";s:10:"1547964527";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"514";s:11:"trend_index";s:3:"505";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:52;a:14:{s:2:"id";s:4:"6063";s:5:"title";s:7:"Stats 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png";s:12:"tmpl_created";s:10:"1520443647";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"159";s:11:"trend_index";s:3:"173";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:53;a:14:{s:2:"id";s:5:"10498";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png";s:12:"tmpl_created";s:10:"1547964616";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-7/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"433";s:11:"trend_index";s:3:"299";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:54;a:14:{s:2:"id";s:4:"6071";s:5:"title";s:8:"Stats 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png";s:12:"tmpl_created";s:10:"1520443649";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"160";s:11:"trend_index";s:3:"178";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:55;a:14:{s:2:"id";s:4:"6079";s:5:"title";s:7:"Stats 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png";s:12:"tmpl_created";s:10:"1520443651";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"269";s:11:"trend_index";s:3:"237";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:56;a:14:{s:2:"id";s:5:"10519";s:5:"title";s:27:"Hello Bar | Promotion | App";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png";s:12:"tmpl_created";s:10:"1547964801";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"546";s:11:"trend_index";s:3:"562";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:57;a:14:{s:2:"id";s:4:"6089";s:5:"title";s:7:"Stats 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png";s:12:"tmpl_created";s:10:"1520443653";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"179";s:11:"trend_index";s:3:"157";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:58;a:14:{s:2:"id";s:4:"6097";s:5:"title";s:7:"Stats 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png";s:12:"tmpl_created";s:10:"1520443655";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"263";s:11:"trend_index";s:3:"327";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:59;a:14:{s:2:"id";s:4:"6106";s:5:"title";s:7:"Stats 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png";s:12:"tmpl_created";s:10:"1520443657";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"332";s:11:"trend_index";s:3:"317";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:60;a:14:{s:2:"id";s:4:"6114";s:5:"title";s:7:"Stats 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png";s:12:"tmpl_created";s:10:"1520443659";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"371";s:11:"trend_index";s:3:"377";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:61;a:14:{s:2:"id";s:4:"6122";s:5:"title";s:7:"About 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png";s:12:"tmpl_created";s:10:"1520443661";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"37";s:11:"trend_index";s:2:"24";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:62;a:14:{s:2:"id";s:5:"10569";s:5:"title";s:15:"Slide In | Sale";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png";s:12:"tmpl_created";s:10:"1547967812";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/popups/slide-in-sale/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"498";s:11:"trend_index";s:3:"611";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:63;a:14:{s:2:"id";s:4:"6135";s:5:"title";s:8:"About 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png";s:12:"tmpl_created";s:10:"1520443663";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"83";s:11:"trend_index";s:2:"92";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:64;a:14:{s:2:"id";s:4:"6144";s:5:"title";s:7:"Team 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png";s:12:"tmpl_created";s:10:"1520443664";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"155";s:11:"trend_index";s:3:"137";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:65;a:14:{s:2:"id";s:5:"10590";s:5:"title";s:19:"Full Screen | Login";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png";s:12:"tmpl_created";s:10:"1547967978";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-6/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"473";s:11:"trend_index";s:3:"488";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:66;a:14:{s:2:"id";s:4:"6152";s:5:"title";s:7:"Stats 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png";s:12:"tmpl_created";s:10:"1520443666";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"238";s:11:"trend_index";s:3:"276";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:67;a:14:{s:2:"id";s:5:"10600";s:5:"title";s:18:"Slide In | Contact";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png";s:12:"tmpl_created";s:10:"1547968080";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"460";s:11:"trend_index";s:3:"407";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:68;a:14:{s:2:"id";s:4:"6162";s:5:"title";s:11:"Services 31";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png";s:12:"tmpl_created";s:10:"1520443668";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"335";s:11:"trend_index";s:3:"447";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:69;a:14:{s:2:"id";s:4:"6170";s:5:"title";s:8:"Stats 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png";s:12:"tmpl_created";s:10:"1520443670";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"325";s:11:"trend_index";s:3:"335";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:70;a:14:{s:2:"id";s:5:"10622";s:5:"title";s:34:"Full Screen | Contact | Headphones";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png";s:12:"tmpl_created";s:10:"1547969678";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"522";s:11:"trend_index";s:3:"464";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:71;a:14:{s:2:"id";s:4:"6178";s:5:"title";s:8:"Stats 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png";s:12:"tmpl_created";s:10:"1520443676";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"377";s:11:"trend_index";s:3:"403";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:72;a:14:{s:2:"id";s:5:"10633";s:5:"title";s:23:"Slide In | Login | Lego";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png";s:12:"tmpl_created";s:10:"1547969858";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/slide-in-login/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"610";s:11:"trend_index";s:3:"617";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:73;a:14:{s:2:"id";s:4:"6186";s:5:"title";s:8:"Stats 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png";s:12:"tmpl_created";s:10:"1520443678";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"479";s:11:"trend_index";s:3:"405";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:74;a:14:{s:2:"id";s:5:"10644";s:5:"title";s:26:"Fly In | Contact | Webinar";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png";s:12:"tmpl_created";s:10:"1547970814";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"455";s:11:"trend_index";s:3:"415";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:75;a:14:{s:2:"id";s:4:"6196";s:5:"title";s:10:"Features 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png";s:12:"tmpl_created";s:10:"1520443680";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"105";s:11:"trend_index";s:2:"95";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:76;a:14:{s:2:"id";s:5:"10654";s:5:"title";s:31:"Full Screen | Login | Christmas";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png";s:12:"tmpl_created";s:10:"1547970917";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"605";s:11:"trend_index";s:3:"598";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:77;a:14:{s:2:"id";s:4:"6204";s:5:"title";s:10:"Features 8";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png";s:12:"tmpl_created";s:10:"1520443681";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"215";s:11:"trend_index";s:3:"207";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:78;a:14:{s:2:"id";s:5:"10664";s:5:"title";s:34:"Slide In | Contact | Gym | Fitness";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png";s:12:"tmpl_created";s:10:"1547973928";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"512";s:11:"trend_index";s:3:"553";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:79;a:14:{s:2:"id";s:4:"6212";s:5:"title";s:11:"Features 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png";s:12:"tmpl_created";s:10:"1520443684";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"77";s:11:"trend_index";s:2:"74";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:80;a:14:{s:2:"id";s:5:"10675";s:5:"title";s:35:"Full Screen | Login | Gym | Fitness";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png";s:12:"tmpl_created";s:10:"1547974110";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-login-4/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"499";s:11:"trend_index";s:3:"376";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:81;a:14:{s:2:"id";s:4:"6220";s:5:"title";s:10:"Features 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png";s:12:"tmpl_created";s:10:"1520443685";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"82";s:11:"trend_index";s:2:"86";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:82;a:14:{s:2:"id";s:4:"6230";s:5:"title";s:6:"Hero 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png";s:12:"tmpl_created";s:10:"1520443687";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"375";s:11:"trend_index";s:3:"491";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:83;a:14:{s:2:"id";s:4:"9719";s:5:"title";s:30:"Classic | Subscribe | Register";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png";s:12:"tmpl_created";s:10:"1547976107";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"424";s:11:"trend_index";s:3:"210";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:84;a:14:{s:2:"id";s:4:"6239";s:5:"title";s:6:"Hero 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png";s:12:"tmpl_created";s:10:"1520443689";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"26";s:11:"trend_index";s:2:"18";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:85;a:14:{s:2:"id";s:4:"6249";s:5:"title";s:6:"Hero 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png";s:12:"tmpl_created";s:10:"1520443691";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"57";s:11:"trend_index";s:2:"40";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:86;a:14:{s:2:"id";s:4:"6258";s:5:"title";s:6:"Hero 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png";s:12:"tmpl_created";s:10:"1520443693";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"416";s:11:"trend_index";s:3:"500";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:87;a:14:{s:2:"id";s:5:"10137";s:5:"title";s:34:"Full Screen | Contact | Restaurant";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png";s:12:"tmpl_created";s:10:"1547976342";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-contact/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"523";s:11:"trend_index";s:3:"525";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:88;a:14:{s:2:"id";s:4:"6266";s:5:"title";s:6:"Hero 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png";s:12:"tmpl_created";s:10:"1520443695";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"52";s:11:"trend_index";s:2:"41";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:89;a:14:{s:2:"id";s:5:"10244";s:5:"title";s:17:"Bottom Bar | Sale";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png";s:12:"tmpl_created";s:10:"1547976402";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"572";s:11:"trend_index";s:3:"591";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:90;a:14:{s:2:"id";s:4:"6274";s:5:"title";s:6:"Hero 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png";s:12:"tmpl_created";s:10:"1520443698";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"95";s:11:"trend_index";s:2:"90";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:91;a:14:{s:2:"id";s:4:"6017";s:5:"title";s:6:"CTA 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png";s:12:"tmpl_created";s:10:"1520520331";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"152";s:11:"trend_index";s:2:"98";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:92;a:14:{s:2:"id";s:5:"10127";s:5:"title";s:35:"Fly In | Announcement | Maintenance";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png";s:12:"tmpl_created";s:10:"1547984061";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"624";s:11:"trend_index";s:3:"688";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:93;a:14:{s:2:"id";s:4:"4826";s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png";s:12:"tmpl_created";s:10:"1520520544";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"260";s:11:"trend_index";s:3:"258";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:94;a:14:{s:2:"id";s:4:"4835";s:5:"title";s:14:"Testimonial 16";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png";s:12:"tmpl_created";s:10:"1520520546";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"376";s:11:"trend_index";s:3:"363";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:95;a:14:{s:2:"id";s:4:"4843";s:5:"title";s:14:"Testimonial 18";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png";s:12:"tmpl_created";s:10:"1520520548";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"403";s:11:"trend_index";s:3:"430";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:96;a:14:{s:2:"id";s:4:"4854";s:5:"title";s:14:"Testimonial 13";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png";s:12:"tmpl_created";s:10:"1520520549";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"568";s:11:"trend_index";s:3:"625";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:97;a:14:{s:2:"id";s:4:"4863";s:5:"title";s:14:"Testimonial 19";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png";s:12:"tmpl_created";s:10:"1520520551";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"245";s:11:"trend_index";s:3:"158";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:98;a:14:{s:2:"id";s:5:"10776";s:5:"title";s:33:"Fly In | Contact | Social | Share";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png";s:12:"tmpl_created";s:10:"1548047055";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"627";s:11:"trend_index";s:3:"658";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:99;a:14:{s:2:"id";s:4:"4871";s:5:"title";s:14:"Testimonial 12";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png";s:12:"tmpl_created";s:10:"1520520552";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"243";s:11:"trend_index";s:3:"305";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:100;a:14:{s:2:"id";s:5:"10785";s:5:"title";s:33:"Fly In | Contact | Social | Share";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png";s:12:"tmpl_created";s:10:"1548047593";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"459";s:11:"trend_index";s:3:"366";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:101;a:14:{s:2:"id";s:4:"4880";s:5:"title";s:14:"Testimonial 20";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg";s:12:"tmpl_created";s:10:"1520520554";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"392";s:11:"trend_index";s:3:"508";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:102;a:14:{s:2:"id";s:4:"4889";s:5:"title";s:14:"Testimonial 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg";s:12:"tmpl_created";s:10:"1520520556";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"505";s:11:"trend_index";s:3:"541";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:103;a:14:{s:2:"id";s:4:"4897";s:5:"title";s:14:"Testimonial 21";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png";s:12:"tmpl_created";s:10:"1520520557";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"72";s:11:"trend_index";s:2:"73";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:104;a:14:{s:2:"id";s:4:"4905";s:5:"title";s:14:"Testimonial 22";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png";s:12:"tmpl_created";s:10:"1520520559";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"113";s:11:"trend_index";s:3:"125";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:105;a:14:{s:2:"id";s:4:"4913";s:5:"title";s:14:"Testimonial 23";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png";s:12:"tmpl_created";s:10:"1520520561";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"229";s:11:"trend_index";s:3:"274";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:106;a:14:{s:2:"id";s:4:"4921";s:5:"title";s:14:"Testimonial 10";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png";s:12:"tmpl_created";s:10:"1520520562";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"210";s:11:"trend_index";s:3:"227";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:107;a:14:{s:2:"id";s:4:"4929";s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png";s:12:"tmpl_created";s:10:"1520520564";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"42";s:11:"trend_index";s:2:"44";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:108;a:14:{s:2:"id";s:4:"4939";s:5:"title";s:13:"Testimonial 9";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png";s:12:"tmpl_created";s:10:"1520520565";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"89";s:11:"trend_index";s:2:"96";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:109;a:14:{s:2:"id";s:4:"4947";s:5:"title";s:14:"Testimonial 27";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png";s:12:"tmpl_created";s:10:"1520520567";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"192";s:11:"trend_index";s:3:"240";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:110;a:14:{s:2:"id";s:4:"4955";s:5:"title";s:14:"Testimonial 29";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png";s:12:"tmpl_created";s:10:"1520520569";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"341";s:11:"trend_index";s:3:"323";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:111;a:14:{s:2:"id";s:4:"4963";s:5:"title";s:14:"Testimonial 25";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png";s:12:"tmpl_created";s:10:"1520520570";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"391";s:11:"trend_index";s:3:"386";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:112;a:14:{s:2:"id";s:4:"4971";s:5:"title";s:14:"Testimonial 26";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png";s:12:"tmpl_created";s:10:"1520520572";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"579";s:11:"trend_index";s:3:"550";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:113;a:14:{s:2:"id";s:4:"4979";s:5:"title";s:14:"Testimonial 15";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png";s:12:"tmpl_created";s:10:"1520520573";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"515";s:11:"trend_index";s:3:"528";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:114;a:14:{s:2:"id";s:4:"4987";s:5:"title";s:14:"Testimonial 17";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png";s:12:"tmpl_created";s:10:"1520520575";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"150";s:11:"trend_index";s:3:"138";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:115;a:14:{s:2:"id";s:4:"4995";s:5:"title";s:14:"Testimonial 14";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png";s:12:"tmpl_created";s:10:"1520520577";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"369";s:11:"trend_index";s:3:"607";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:116;a:14:{s:2:"id";s:4:"5007";s:5:"title";s:11:"Portfolio 7";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png";s:12:"tmpl_created";s:10:"1520520578";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"41";s:11:"trend_index";s:2:"31";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:117;a:14:{s:2:"id";s:4:"5019";s:5:"title";s:11:"Portfolio 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png";s:12:"tmpl_created";s:10:"1520520580";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"164";s:11:"trend_index";s:3:"189";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:118;a:14:{s:2:"id";s:4:"5027";s:5:"title";s:12:"Portfolio 11";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png";s:12:"tmpl_created";s:10:"1520520581";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"299";s:11:"trend_index";s:3:"355";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:119;a:14:{s:2:"id";s:5:"10794";s:5:"title";s:34:"Classic | Contact | Social | Share";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png";s:12:"tmpl_created";s:10:"1548067619";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"426";s:11:"trend_index";s:3:"374";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:120;a:14:{s:2:"id";s:4:"5037";s:5:"title";s:12:"Portfolio 12";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png";s:12:"tmpl_created";s:10:"1520520583";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"268";s:11:"trend_index";s:3:"265";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:121;a:14:{s:2:"id";s:4:"5057";s:5:"title";s:12:"Portfolio 13";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png";s:12:"tmpl_created";s:10:"1520520586";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"228";s:11:"trend_index";s:3:"279";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:122;a:14:{s:2:"id";s:4:"5071";s:5:"title";s:12:"Portfolio 14";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png";s:12:"tmpl_created";s:10:"1520520588";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"274";s:11:"trend_index";s:3:"315";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:123;a:14:{s:2:"id";s:5:"10871";s:5:"title";s:20:"Bottom Bar | Contact";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png";s:12:"tmpl_created";s:10:"1548074396";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"632";s:11:"trend_index";s:3:"674";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:124;a:14:{s:2:"id";s:4:"5082";s:5:"title";s:11:"Portfolio 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png";s:12:"tmpl_created";s:10:"1520520589";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"482";s:11:"trend_index";s:3:"544";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:125;a:14:{s:2:"id";s:5:"10936";s:5:"title";s:25:"Full Screen | Toggle Menu";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png";s:12:"tmpl_created";s:10:"1548874587";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"436";s:11:"trend_index";s:3:"359";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:126;a:14:{s:2:"id";s:4:"5090";s:5:"title";s:12:"Portfolio 15";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png";s:12:"tmpl_created";s:10:"1520520591";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"172";s:11:"trend_index";s:3:"192";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:127;a:14:{s:2:"id";s:4:"5098";s:5:"title";s:12:"Portfolio 16";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png";s:12:"tmpl_created";s:10:"1520520593";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"154";s:11:"trend_index";s:3:"121";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:128;a:14:{s:2:"id";s:4:"5107";s:5:"title";s:11:"Portfolio 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png";s:12:"tmpl_created";s:10:"1520520594";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"356";s:11:"trend_index";s:3:"463";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:129;a:14:{s:2:"id";s:5:"10964";s:5:"title";s:59:"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png";s:12:"tmpl_created";s:10:"1550039106";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"574";s:11:"trend_index";s:3:"600";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:130;a:14:{s:2:"id";s:4:"5115";s:5:"title";s:12:"Portfolio 17";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png";s:12:"tmpl_created";s:10:"1520520596";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"24";s:11:"trend_index";s:2:"15";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:131;a:14:{s:2:"id";s:5:"10992";s:5:"title";s:59:"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png";s:12:"tmpl_created";s:10:"1550072007";s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"620";s:11:"trend_index";s:3:"614";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:132;a:14:{s:2:"id";s:4:"5125";s:5:"title";s:11:"Portfolio 6";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png";s:12:"tmpl_created";s:10:"1520520597";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"222";s:11:"trend_index";s:3:"238";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:133;a:14:{s:2:"id";s:5:"11005";s:5:"title";s:50:"Classic | Promotion | Love | Valentine&#8217;s Day";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png";s:12:"tmpl_created";s:10:"1550073303";s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"615";s:11:"trend_index";s:3:"662";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:134;a:14:{s:2:"id";s:4:"5133";s:5:"title";s:12:"Portfolio 18";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png";s:12:"tmpl_created";s:10:"1520520599";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"168";s:11:"trend_index";s:3:"165";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:135;a:14:{s:2:"id";s:4:"5141";s:5:"title";s:12:"Portfolio 10";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png";s:12:"tmpl_created";s:10:"1520520601";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"363";s:11:"trend_index";s:3:"494";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:136;a:14:{s:2:"id";s:4:"5149";s:5:"title";s:11:"Portfolio 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png";s:12:"tmpl_created";s:10:"1520520602";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"357";s:11:"trend_index";s:3:"512";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:137;a:14:{s:2:"id";s:4:"5542";s:5:"title";s:6:"CTA 19";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png";s:12:"tmpl_created";s:10:"1520520681";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"162";s:11:"trend_index";s:3:"155";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:138;a:14:{s:2:"id";s:4:"5550";s:5:"title";s:6:"CTA 33";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png";s:12:"tmpl_created";s:10:"1520520682";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"254";s:11:"trend_index";s:3:"260";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:139;a:14:{s:2:"id";s:4:"5558";s:5:"title";s:5:"CTA 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png";s:12:"tmpl_created";s:10:"1520520684";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"132";s:11:"trend_index";s:3:"136";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:140;a:14:{s:2:"id";s:4:"5567";s:5:"title";s:5:"CTA 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png";s:12:"tmpl_created";s:10:"1520520685";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"151";s:11:"trend_index";s:3:"106";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:141;a:14:{s:2:"id";s:5:"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";s:10:"1564642380";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"169";s:11:"trend_index";s:3:"102";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:142;a:14:{s:2:"id";s:4:"5583";s:5:"title";s:6:"CTA 26";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png";s:12:"tmpl_created";s:10:"1520520689";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"146";s:11:"trend_index";s:2:"46";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:143;a:14:{s:2:"id";s:5:"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";s:10:"1564642385";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"129";s:11:"trend_index";s:2:"53";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:144;a:14:{s:2:"id";s:4:"5591";s:5:"title";s:5:"CTA 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png";s:12:"tmpl_created";s:10:"1520520691";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"126";s:11:"trend_index";s:3:"170";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:145;a:14:{s:2:"id";s:5:"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";s:10:"1564642389";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:36:"["404","Digital Agency","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"343";s:11:"trend_index";s:3:"266";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:146;a:14:{s:2:"id";s:4:"5599";s:5:"title";s:5:"CTA 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png";s:12:"tmpl_created";s:10:"1520520693";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"257";s:11:"trend_index";s:3:"236";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:147;a:14:{s:2:"id";s:5:"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";s:10:"1564642395";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Digital Agency","header","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"51";s:11:"trend_index";s:2:"14";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:148;a:14:{s:2:"id";s:4:"5607";s:5:"title";s:6:"CTA 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png";s:12:"tmpl_created";s:10:"1520520695";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"54";s:11:"trend_index";s:2:"11";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:149;a:14:{s:2:"id";s:5:"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";s:10:"1564642399";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Digital Agency","footer","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"200";s:11:"trend_index";s:3:"132";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:150;a:14:{s:2:"id";s:4:"5634";s:5:"title";s:6:"CTA 24";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png";s:12:"tmpl_created";s:10:"1520520699";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"171";s:11:"trend_index";s:3:"223";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:151;a:14:{s:2:"id";s:4:"5642";s:5:"title";s:6:"CTA 25";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png";s:12:"tmpl_created";s:10:"1520520701";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"213";s:11:"trend_index";s:3:"209";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:152;a:14:{s:2:"id";s:4:"5650";s:5:"title";s:5:"CTA 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png";s:12:"tmpl_created";s:10:"1520520702";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"94";s:11:"trend_index";s:2:"80";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:153;a:14:{s:2:"id";s:4:"5658";s:5:"title";s:5:"CTA 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png";s:12:"tmpl_created";s:10:"1520520704";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"184";s:11:"trend_index";s:3:"162";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:154;a:14:{s:2:"id";s:4:"5667";s:5:"title";s:5:"CTA 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png";s:12:"tmpl_created";s:10:"1520520705";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"157";s:11:"trend_index";s:3:"225";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:155;a:14:{s:2:"id";s:4:"5675";s:5:"title";s:5:"CTA 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png";s:12:"tmpl_created";s:10:"1520520707";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"359";s:11:"trend_index";s:3:"408";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:156;a:14:{s:2:"id";s:4:"5860";s:5:"title";s:6:"CTA 17";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png";s:12:"tmpl_created";s:10:"1520520746";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"125";s:11:"trend_index";s:2:"71";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:157;a:14:{s:2:"id";s:4:"5869";s:5:"title";s:6:"CTA 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png";s:12:"tmpl_created";s:10:"1520520747";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"305";s:11:"trend_index";s:3:"399";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:158;a:14:{s:2:"id";s:4:"5877";s:5:"title";s:6:"CTA 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png";s:12:"tmpl_created";s:10:"1520520749";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"492";s:11:"trend_index";s:3:"549";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:159;a:14:{s:2:"id";s:5:"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";s:10:"1567393182";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/classic-sale-gym/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"635";s:11:"trend_index";s:3:"599";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:160;a:14:{s:2:"id";s:4:"5885";s:5:"title";s:6:"CTA 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png";s:12:"tmpl_created";s:10:"1520520751";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"270";s:11:"trend_index";s:3:"220";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:161;a:14:{s:2:"id";s:5:"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";s:10:"1567393219";s:6:"author";s:9:"Elementor";s:3:"url";s:100:"https://library.elementor.com/blocks/gym/?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:16:"["Gym","header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"246";s:11:"trend_index";s:3:"105";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:162;a:14:{s:2:"id";s:4:"5893";s:5:"title";s:6:"CTA 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png";s:12:"tmpl_created";s:10:"1520520752";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"247";s:11:"trend_index";s:3:"309";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:163;a:14:{s:2:"id";s:5:"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";s:10:"1567393224";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:16:"["footer","Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"306";s:11:"trend_index";s:3:"211";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:164;a:14:{s:2:"id";s:4:"5904";s:5:"title";s:6:"CTA 27";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png";s:12:"tmpl_created";s:10:"1520520754";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"464";s:11:"trend_index";s:3:"509";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:165;a:14:{s:2:"id";s:5:"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";s:10:"1567393229";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"430";s:11:"trend_index";s:3:"414";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:166;a:14:{s:2:"id";s:4:"5912";s:5:"title";s:6:"CTA 28";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png";s:12:"tmpl_created";s:10:"1520520755";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"590";s:11:"trend_index";s:3:"624";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:167;a:14:{s:2:"id";s:5:"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";s:10:"1567393296";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"410";s:11:"trend_index";s:3:"281";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:168;a:14:{s:2:"id";s:4:"5921";s:5:"title";s:6:"CTA 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png";s:12:"tmpl_created";s:10:"1520520757";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"258";s:11:"trend_index";s:3:"244";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:169;a:14:{s:2:"id";s:5:"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";s:10:"1567393309";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:13:"["404","Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"621";s:11:"trend_index";s:3:"577";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:170;a:14:{s:2:"id";s:4:"5930";s:5:"title";s:6:"CTA 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png";s:12:"tmpl_created";s:10:"1520520758";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"71";s:11:"trend_index";s:2:"85";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:171;a:14:{s:2:"id";s:4:"5939";s:5:"title";s:6:"CTA 10";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png";s:12:"tmpl_created";s:10:"1520520760";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"177";s:11:"trend_index";s:3:"202";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:172;a:14:{s:2:"id";s:4:"7596";s:5:"title";s:8:"Header 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg";s:12:"tmpl_created";s:10:"1521546999";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"36";s:11:"trend_index";s:2:"33";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:173;a:14:{s:2:"id";s:4:"7615";s:5:"title";s:8:"Header 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg";s:12:"tmpl_created";s:10:"1521547237";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"29";s:11:"trend_index";s:2:"27";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:174;a:14:{s:2:"id";s:4:"7627";s:5:"title";s:8:"Footer 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png";s:12:"tmpl_created";s:10:"1521547332";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"114";s:11:"trend_index";s:3:"139";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:175;a:14:{s:2:"id";s:5:"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";s:10:"1569429896";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"600";s:11:"trend_index";s:3:"529";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:176;a:14:{s:2:"id";s:4:"7638";s:5:"title";s:8:"Footer 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png";s:12:"tmpl_created";s:10:"1521547502";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"122";s:11:"trend_index";s:3:"114";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:177;a:14:{s:2:"id";s:5:"11877";s:5:"title";s:27:"Portfolio &#8211; Project 3";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png";s:12:"tmpl_created";s:10:"1569429954";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"613";s:11:"trend_index";s:3:"631";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:178;a:14:{s:2:"id";s:4:"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";s:10:"1521547761";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"48";s:11:"trend_index";s:2:"81";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:179;a:14:{s:2:"id";s:5:"11870";s:5:"title";s:27:"Portfolio &#8211; Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";s:10:"1569429964";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"595";s:11:"trend_index";s:3:"578";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:180;a:14:{s:2:"id";s:4:"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";s:10:"1521557736";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"106";s:11:"trend_index";s:3:"151";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:181;a:14:{s:2:"id";s:5:"11861";s:5:"title";s:27:"Portfolio &#8211; Project 1";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png";s:12:"tmpl_created";s:10:"1569429975";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"584";s:11:"trend_index";s:3:"613";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:182;a:14:{s:2:"id";s:4:"7686";s:5:"title";s:12:"Blog Posts 1";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png";s:12:"tmpl_created";s:10:"1521558047";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:26:"["archive","Blog","posts"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"119";s:11:"trend_index";s:3:"143";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:183;a:14:{s:2:"id";s:5:"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";s:10:"1569429983";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"471";s:11:"trend_index";s:3:"437";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:184;a:14:{s:2:"id";s:4:"4676";s:5:"title";s:8:"Footer 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png";s:12:"tmpl_created";s:10:"1522014215";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"230";s:11:"trend_index";s:3:"275";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:185;a:14:{s:2:"id";s:5:"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";s:10:"1569430010";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"331";s:11:"trend_index";s:3:"191";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:186;a:14:{s:2:"id";s:4:"7997";s:5:"title";s:10:"footer 014";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg";s:12:"tmpl_created";s:10:"1524582343";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"84";s:11:"trend_index";s:2:"63";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:187;a:14:{s:2:"id";s:5:"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";s:10:"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";s:1:"0";s:16:"popularity_index";s:3:"291";s:11:"trend_index";s:3:"156";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:188;a:14:{s:2:"id";s:4:"7982";s:5:"title";s:10:"footer 013";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg";s:12:"tmpl_created";s:10:"1524582468";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"221";s:11:"trend_index";s:3:"263";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:189;a:14:{s:2:"id";s:5:"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";s:10:"1569430019";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["creative portfolio","footer","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"311";s:11:"trend_index";s:3:"161";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:190;a:14:{s:2:"id";s:4:"7959";s:5:"title";s:10:"footer 012";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg";s:12:"tmpl_created";s:10:"1524582605";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"189";s:11:"trend_index";s:3:"213";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:191;a:14:{s:2:"id";s:5:"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";s:10:"1569430070";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"521";s:11:"trend_index";s:3:"385";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:192;a:14:{s:2:"id";s:4:"7950";s:5:"title";s:10:"footer 011";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg";s:12:"tmpl_created";s:10:"1524582631";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"255";s:11:"trend_index";s:3:"318";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:193;a:14:{s:2:"id";s:4:"7937";s:5:"title";s:10:"footer 010";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg";s:12:"tmpl_created";s:10:"1524582665";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"204";s:11:"trend_index";s:3:"190";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:194;a:14:{s:2:"id";s:5:"11897";s:5:"title";s:27:"Portfolio &#8211; Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";s:10:"1569494236";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"664";s:11:"trend_index";s:3:"677";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:195;a:14:{s:2:"id";s:4:"7927";s:5:"title";s:9:"footer 09";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg";s:12:"tmpl_created";s:10:"1524582691";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"178";s:11:"trend_index";s:3:"179";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:196;a:14:{s:2:"id";s:5:"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";s:10:"1571907344";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";s:1:"0";s:16:"popularity_index";s:3:"337";s:11:"trend_index";s:3:"171";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:197;a:14:{s:2:"id";s:4:"7917";s:5:"title";s:9:"footer 08";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg";s:12:"tmpl_created";s:10:"1524582788";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"96";s:11:"trend_index";s:2:"82";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:198;a:14:{s:2:"id";s:4:"7904";s:5:"title";s:9:"footer 07";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg";s:12:"tmpl_created";s:10:"1524582814";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"202";s:11:"trend_index";s:3:"328";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:199;a:14:{s:2:"id";s:4:"7837";s:5:"title";s:9:"footer 01";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg";s:12:"tmpl_created";s:10:"1524582852";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"444";s:11:"trend_index";s:3:"536";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:200;a:14:{s:2:"id";s:4:"7852";s:5:"title";s:9:"footer 02";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg";s:12:"tmpl_created";s:10:"1524582875";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"218";s:11:"trend_index";s:3:"194";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:201;a:14:{s:2:"id";s:4:"7862";s:5:"title";s:9:"footer 03";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg";s:12:"tmpl_created";s:10:"1524582903";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"144";s:11:"trend_index";s:3:"167";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:202;a:14:{s:2:"id";s:5:"12212";s:5:"title";s:28:"Law Firm &#8211; Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/single.png";s:12:"tmpl_created";s:10:"1572846914";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"378";s:11:"trend_index";s:3:"198";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:203;a:14:{s:2:"id";s:4:"7871";s:5:"title";s:9:"footer 04";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg";s:12:"tmpl_created";s:10:"1524582927";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"104";s:11:"trend_index";s:3:"147";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:204;a:14:{s:2:"id";s:5:"12203";s:5:"title";s:30:"Law Firm &#8211; Search Archiv";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png";s:12:"tmpl_created";s:10:"1572846925";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"543";s:11:"trend_index";s:3:"436";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:205;a:14:{s:2:"id";s:4:"7884";s:5:"title";s:9:"footer 05";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg";s:12:"tmpl_created";s:10:"1524582944";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"80";s:11:"trend_index";s:3:"180";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:206;a:14:{s:2:"id";s:5:"12194";s:5:"title";s:23:"Law Firm &#8211; Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png";s:12:"tmpl_created";s:10:"1572846935";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/law-firm-header/?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:27:"["header","Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"136";s:11:"trend_index";s:2:"39";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:207;a:14:{s:2:"id";s:4:"7892";s:5:"title";s:9:"footer 06";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg";s:12:"tmpl_created";s:10:"1524583015";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"124";s:11:"trend_index";s:3:"203";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:208;a:14:{s:2:"id";s:5:"12179";s:5:"title";s:23:"Law Firm &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/footer.png";s:12:"tmpl_created";s:10:"1572846958";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["footer","Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"427";s:11:"trend_index";s:3:"393";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:209;a:14:{s:2:"id";s:4:"4212";s:5:"title";s:11:"Services 23";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png";s:12:"tmpl_created";s:10:"1520443248";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"130";s:11:"trend_index";s:3:"168";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:210;a:14:{s:2:"id";s:4:"7825";s:5:"title";s:9:"header 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg";s:12:"tmpl_created";s:10:"1524583273";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"78";s:11:"trend_index";s:2:"88";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:211;a:14:{s:2:"id";s:5:"12170";s:5:"title";s:23:"Law Firm &#8211; Archiv";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png";s:12:"tmpl_created";s:10:"1572846967";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"439";s:11:"trend_index";s:3:"339";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:212;a:14:{s:2:"id";s:4:"4227";s:5:"title";s:11:"Services 30";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png";s:12:"tmpl_created";s:10:"1520443250";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"326";s:11:"trend_index";s:3:"368";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:213;a:14:{s:2:"id";s:4:"7812";s:5:"title";s:9:"header 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg";s:12:"tmpl_created";s:10:"1524583298";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"112";s:11:"trend_index";s:2:"97";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:214;a:14:{s:2:"id";s:5:"12164";s:5:"title";s:20:"Law Firm &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/11/404.png";s:12:"tmpl_created";s:10:"1572846979";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"660";s:11:"trend_index";s:3:"531";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:215;a:14:{s:2:"id";s:4:"4235";s:5:"title";s:11:"Services 18";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png";s:12:"tmpl_created";s:10:"1520443251";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"284";s:11:"trend_index";s:3:"270";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:216;a:14:{s:2:"id";s:4:"7724";s:5:"title";s:8:"header 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg";s:12:"tmpl_created";s:10:"1524583367";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"32";s:11:"trend_index";s:2:"28";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:217;a:14:{s:2:"id";s:4:"4244";s:5:"title";s:11:"Services 26";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png";s:12:"tmpl_created";s:10:"1520443253";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"481";s:11:"trend_index";s:3:"416";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:218;a:14:{s:2:"id";s:4:"7734";s:5:"title";s:8:"header 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg";s:12:"tmpl_created";s:10:"1524583436";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"40";s:11:"trend_index";s:2:"34";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:219;a:14:{s:2:"id";s:4:"4252";s:5:"title";s:10:"Services 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png";s:12:"tmpl_created";s:10:"1520443255";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"43";s:11:"trend_index";s:2:"29";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:220;a:14:{s:2:"id";s:4:"7771";s:5:"title";s:8:"header 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg";s:12:"tmpl_created";s:10:"1524583540";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"101";s:11:"trend_index";s:2:"59";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:221;a:14:{s:2:"id";s:4:"4260";s:5:"title";s:11:"Services 25";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png";s:12:"tmpl_created";s:10:"1520443257";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"180";s:11:"trend_index";s:3:"164";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:222;a:14:{s:2:"id";s:4:"7787";s:5:"title";s:8:"header 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg";s:12:"tmpl_created";s:10:"1524583598";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"109";s:11:"trend_index";s:2:"93";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:223;a:14:{s:2:"id";s:4:"4268";s:5:"title";s:10:"Services 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png";s:12:"tmpl_created";s:10:"1520443259";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"166";s:11:"trend_index";s:3:"149";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:224;a:14:{s:2:"id";s:4:"7801";s:5:"title";s:9:"header 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg";s:12:"tmpl_created";s:10:"1524583659";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"56";s:11:"trend_index";s:2:"42";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:225;a:14:{s:2:"id";s:4:"4276";s:5:"title";s:11:"Services 24";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png";s:12:"tmpl_created";s:10:"1520443261";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"344";s:11:"trend_index";s:3:"341";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:226;a:14:{s:2:"id";s:4:"7754";s:5:"title";s:8:"header 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg";s:12:"tmpl_created";s:10:"1524583712";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"91";s:11:"trend_index";s:3:"134";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:227;a:14:{s:2:"id";s:4:"4284";s:5:"title";s:10:"Services 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png";s:12:"tmpl_created";s:10:"1520443263";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"35";s:11:"trend_index";s:2:"10";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:228;a:14:{s:2:"id";s:4:"7713";s:5:"title";s:8:"header 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg";s:12:"tmpl_created";s:10:"1524584780";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"49";s:11:"trend_index";s:2:"47";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:229;a:14:{s:2:"id";s:4:"4293";s:5:"title";s:10:"Services 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png";s:12:"tmpl_created";s:10:"1520443265";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"279";s:11:"trend_index";s:3:"250";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:230;a:14:{s:2:"id";s:4:"7744";s:5:"title";s:8:"Header 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";s:10:"1524584784";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"61";s:11:"trend_index";s:3:"108";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:231;a:14:{s:2:"id";s:4:"4302";s:5:"title";s:10:"Services 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png";s:12:"tmpl_created";s:10:"1520443266";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"60";s:11:"trend_index";s:2:"43";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:232;a:14:{s:2:"id";s:5:"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";s:10:"1572847842";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"534";s:11:"trend_index";s:3:"404";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:233;a:14:{s:2:"id";s:4:"4313";s:5:"title";s:11:"Services 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png";s:12:"tmpl_created";s:10:"1520443268";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"123";s:11:"trend_index";s:2:"84";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:234;a:14:{s:2:"id";s:4:"8523";s:5:"title";s:11:"404 page 06";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg";s:12:"tmpl_created";s:10:"1526415291";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"310";s:11:"trend_index";s:3:"350";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:235;a:14:{s:2:"id";s:5:"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";s:10:"1575960263";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"679";s:11:"trend_index";s:3:"560";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:236;a:14:{s:2:"id";s:4:"4324";s:5:"title";s:11:"Services 14";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png";s:12:"tmpl_created";s:10:"1520443270";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"290";s:11:"trend_index";s:3:"324";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:237;a:14:{s:2:"id";s:4:"8524";s:5:"title";s:11:"404 page 07";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg";s:12:"tmpl_created";s:10:"1526415337";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"314";s:11:"trend_index";s:3:"471";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:238;a:14:{s:2:"id";s:5:"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";s:10:"1575960267";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"631";s:11:"trend_index";s:3:"589";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:239;a:14:{s:2:"id";s:4:"4332";s:5:"title";s:11:"Services 22";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png";s:12:"tmpl_created";s:10:"1520443272";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"140";s:11:"trend_index";s:3:"124";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:240;a:14:{s:2:"id";s:4:"8525";s:5:"title";s:11:"404 page 08";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg";s:12:"tmpl_created";s:10:"1526415374";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"488";s:11:"trend_index";s:3:"608";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:241;a:14:{s:2:"id";s:5:"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";s:10:"1575960358";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["footer","Tours","Travel"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"487";s:11:"trend_index";s:3:"445";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:242;a:14:{s:2:"id";s:4:"4341";s:5:"title";s:11:"Services 21";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png";s:12:"tmpl_created";s:10:"1520443274";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"141";s:11:"trend_index";s:3:"122";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:243;a:14:{s:2:"id";s:4:"8513";s:5:"title";s:11:"404 page 04";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg";s:12:"tmpl_created";s:10:"1526415417";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"428";s:11:"trend_index";s:3:"465";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:244;a:14:{s:2:"id";s:5:"12500";s:5:"title";s:21:"Travel &#8211; Header";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png";s:12:"tmpl_created";s:10:"1575960371";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/travel-header/?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:27:"["header","Tours","Travel"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"432";s:11:"trend_index";s:3:"433";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:245;a:14:{s:2:"id";s:4:"4349";s:5:"title";s:11:"Services 29";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png";s:12:"tmpl_created";s:10:"1520443275";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"315";s:11:"trend_index";s:3:"272";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:246;a:14:{s:2:"id";s:4:"8512";s:5:"title";s:11:"404 page 03";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg";s:12:"tmpl_created";s:10:"1526415449";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"475";s:11:"trend_index";s:3:"412";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:247;a:14:{s:2:"id";s:5:"12509";s:5:"title";s:18:"Travel &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/404.png";s:12:"tmpl_created";s:10:"1575960378";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Tours","Travel"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"671";s:11:"trend_index";s:3:"666";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:248;a:14:{s:2:"id";s:4:"4357";s:5:"title";s:11:"Services 20";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png";s:12:"tmpl_created";s:10:"1520443277";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"46";s:11:"trend_index";s:2:"36";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:249;a:14:{s:2:"id";s:4:"8526";s:5:"title";s:11:"404 page 09";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg";s:12:"tmpl_created";s:10:"1526415474";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"484";s:11:"trend_index";s:3:"457";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:250;a:14:{s:2:"id";s:5:"12516";s:5:"title";s:27:"Travel &#8211; Archive Blog";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png";s:12:"tmpl_created";s:10:"1575960387";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"489";s:11:"trend_index";s:3:"300";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:251;a:14:{s:2:"id";s:4:"4368";s:5:"title";s:11:"Services 16";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png";s:12:"tmpl_created";s:10:"1520443279";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"64";s:11:"trend_index";s:2:"75";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:252;a:14:{s:2:"id";s:4:"8505";s:5:"title";s:11:"404 page 01";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg";s:12:"tmpl_created";s:10:"1526415501";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"571";s:11:"trend_index";s:3:"588";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:253;a:14:{s:2:"id";s:5:"12524";s:5:"title";s:26:"Travel &#8211; Single Post";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png";s:12:"tmpl_created";s:10:"1575960397";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"554";s:11:"trend_index";s:3:"486";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:254;a:14:{s:2:"id";s:4:"4376";s:5:"title";s:11:"Services 28";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png";s:12:"tmpl_created";s:10:"1520443281";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"147";s:11:"trend_index";s:3:"154";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:255;a:14:{s:2:"id";s:4:"8511";s:5:"title";s:11:"404 page 02";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg";s:12:"tmpl_created";s:10:"1526415528";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"370";s:11:"trend_index";s:3:"462";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:256;a:14:{s:2:"id";s:5:"12531";s:5:"title";s:31:"Travel &#8211; 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";s:10:"1575960404";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"594";s:11:"trend_index";s:3:"473";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:257;a:14:{s:2:"id";s:4:"4391";s:5:"title";s:11:"Services 17";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png";s:12:"tmpl_created";s:10:"1520443283";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"153";s:11:"trend_index";s:3:"129";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:258;a:14:{s:2:"id";s:4:"8514";s:5:"title";s:11:"404 Page 05";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg";s:12:"tmpl_created";s:10:"1526415558";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"423";s:11:"trend_index";s:3:"431";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:259;a:14:{s:2:"id";s:4:"4400";s:5:"title";s:11:"Services 27";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png";s:12:"tmpl_created";s:10:"1520443285";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"267";s:11:"trend_index";s:3:"330";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:260;a:14:{s:2:"id";s:4:"8676";s:5:"title";s:13:"single page 1";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg";s:12:"tmpl_created";s:10:"1527682423";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"336";s:11:"trend_index";s:3:"354";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:261;a:14:{s:2:"id";s:4:"4411";s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png";s:12:"tmpl_created";s:10:"1520443287";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"99";s:11:"trend_index";s:2:"94";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:262;a:14:{s:2:"id";s:4:"8678";s:5:"title";s:13:"single page 2";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg";s:12:"tmpl_created";s:10:"1527682780";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"181";s:11:"trend_index";s:3:"243";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:263;a:14:{s:2:"id";s:4:"4420";s:5:"title";s:9:"Contact 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png";s:12:"tmpl_created";s:10:"1520443289";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"183";s:11:"trend_index";s:3:"182";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:264;a:14:{s:2:"id";s:4:"8679";s:5:"title";s:13:"single page 3";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg";s:12:"tmpl_created";s:10:"1527682847";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"193";s:11:"trend_index";s:3:"239";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:265;a:14:{s:2:"id";s:4:"4428";s:5:"title";s:9:"Contact 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png";s:12:"tmpl_created";s:10:"1520443291";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"107";s:11:"trend_index";s:3:"115";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:266;a:14:{s:2:"id";s:4:"8680";s:5:"title";s:13:"single page 4";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg";s:12:"tmpl_created";s:10:"1527682896";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"417";s:11:"trend_index";s:3:"524";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:267;a:14:{s:2:"id";s:4:"4436";s:5:"title";s:11:"Contact  16";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png";s:12:"tmpl_created";s:10:"1520443293";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"165";s:11:"trend_index";s:3:"150";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:268;a:14:{s:2:"id";s:4:"8681";s:5:"title";s:13:"single page 5";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg";s:12:"tmpl_created";s:10:"1527682969";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"317";s:11:"trend_index";s:3:"314";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:269;a:14:{s:2:"id";s:4:"4444";s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png";s:12:"tmpl_created";s:10:"1520443295";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"87";s:11:"trend_index";s:2:"67";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:270;a:14:{s:2:"id";s:4:"8682";s:5:"title";s:13:"single page 6";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg";s:12:"tmpl_created";s:10:"1527683026";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"452";s:11:"trend_index";s:3:"564";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:271;a:14:{s:2:"id";s:4:"4452";s:5:"title";s:9:"Contact 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png";s:12:"tmpl_created";s:10:"1520443296";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"138";s:11:"trend_index";s:3:"103";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:272;a:14:{s:2:"id";s:4:"8703";s:5:"title";s:13:"single page 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg";s:12:"tmpl_created";s:10:"1527683072";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"406";s:11:"trend_index";s:3:"409";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:273;a:14:{s:2:"id";s:4:"4460";s:5:"title";s:9:"Contact 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png";s:12:"tmpl_created";s:10:"1520443298";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"108";s:11:"trend_index";s:2:"61";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:274;a:14:{s:2:"id";s:4:"8961";s:5:"title";s:9:"archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg";s:12:"tmpl_created";s:10:"1528639909";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"92";s:11:"trend_index";s:3:"186";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:275;a:14:{s:2:"id";s:4:"4468";s:5:"title";s:9:"Contact 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png";s:12:"tmpl_created";s:10:"1520443301";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"134";s:11:"trend_index";s:3:"109";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:276;a:14:{s:2:"id";s:4:"8969";s:5:"title";s:9:"archive 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg";s:12:"tmpl_created";s:10:"1528700014";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"244";s:11:"trend_index";s:3:"425";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:277;a:14:{s:2:"id";s:5:"12716";s:5:"title";s:30:"Magazine &#8211; Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png";s:12:"tmpl_created";s:10:"1579060659";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"541";s:11:"trend_index";s:3:"340";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:278;a:14:{s:2:"id";s:4:"4476";s:5:"title";s:10:"Contact 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png";s:12:"tmpl_created";s:10:"1520443303";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"239";s:11:"trend_index";s:3:"269";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:279;a:14:{s:2:"id";s:4:"8973";s:5:"title";s:9:"archive 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg";s:12:"tmpl_created";s:10:"1528700205";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"182";s:11:"trend_index";s:3:"273";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:280;a:14:{s:2:"id";s:5:"12707";s:5:"title";s:30:"Magazine &#8211; Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png";s:12:"tmpl_created";s:10:"1579060669";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"517";s:11:"trend_index";s:3:"492";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:281;a:14:{s:2:"id";s:4:"4484";s:5:"title";s:9:"Contact 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png";s:12:"tmpl_created";s:10:"1520443305";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"324";s:11:"trend_index";s:3:"352";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:282;a:14:{s:2:"id";s:4:"8977";s:5:"title";s:9:"archive 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg";s:12:"tmpl_created";s:10:"1528700326";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"348";s:11:"trend_index";s:3:"387";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:283;a:14:{s:2:"id";s:5:"12699";s:5:"title";s:30:"Magazine &#8211; Single Post 2";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png";s:12:"tmpl_created";s:10:"1579060680";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"435";s:11:"trend_index";s:3:"219";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:284;a:14:{s:2:"id";s:4:"4492";s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png";s:12:"tmpl_created";s:10:"1520443307";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"39";s:11:"trend_index";s:2:"17";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:285;a:14:{s:2:"id";s:4:"8981";s:5:"title";s:9:"archive 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg";s:12:"tmpl_created";s:10:"1528700484";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"318";s:11:"trend_index";s:3:"427";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:286;a:14:{s:2:"id";s:5:"12688";s:5:"title";s:30:"Magazine &#8211; Single Post 1";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png";s:12:"tmpl_created";s:10:"1579060692";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"418";s:11:"trend_index";s:3:"284";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:287;a:14:{s:2:"id";s:4:"4500";s:5:"title";s:9:"Pricing 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png";s:12:"tmpl_created";s:10:"1520443308";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"463";s:11:"trend_index";s:3:"443";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:288;a:14:{s:2:"id";s:4:"8985";s:5:"title";s:9:"archive 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg";s:12:"tmpl_created";s:10:"1528700612";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"208";s:11:"trend_index";s:3:"224";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:289;a:14:{s:2:"id";s:5:"12678";s:5:"title";s:23:"Magazine &#8211; Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png";s:12:"tmpl_created";s:10:"1579060701";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/magazine-header/?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:28:"["Blog","header","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"316";s:11:"trend_index";s:3:"253";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:290;a:14:{s:2:"id";s:4:"4509";s:5:"title";s:9:"Pricing 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png";s:12:"tmpl_created";s:10:"1520443310";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"634";s:11:"trend_index";s:3:"686";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:291;a:14:{s:2:"id";s:4:"8989";s:5:"title";s:9:"archive 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg";s:12:"tmpl_created";s:10:"1528701063";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"203";s:11:"trend_index";s:3:"248";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:292;a:14:{s:2:"id";s:5:"12669";s:5:"title";s:23:"Magazine &#8211; Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png";s:12:"tmpl_created";s:10:"1579060715";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:28:"["Blog","footer","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"474";s:11:"trend_index";s:3:"344";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:293;a:14:{s:2:"id";s:4:"4521";s:5:"title";s:9:"Pricing 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png";s:12:"tmpl_created";s:10:"1520443312";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"309";s:11:"trend_index";s:3:"306";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:294;a:14:{s:2:"id";s:4:"8996";s:5:"title";s:9:"archive 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg";s:12:"tmpl_created";s:10:"1528701290";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"209";s:11:"trend_index";s:3:"288";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:295;a:14:{s:2:"id";s:5:"12661";s:5:"title";s:23:"Magazine &#8211; Search";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png";s:12:"tmpl_created";s:10:"1579060722";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"468";s:11:"trend_index";s:3:"291";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:296;a:14:{s:2:"id";s:4:"4529";s:5:"title";s:9:"Pricing 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png";s:12:"tmpl_created";s:10:"1520443314";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"561";s:11:"trend_index";s:3:"620";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:297;a:14:{s:2:"id";s:4:"9001";s:5:"title";s:9:"archive 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg";s:12:"tmpl_created";s:10:"1528701433";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"265";s:11:"trend_index";s:3:"380";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:298;a:14:{s:2:"id";s:5:"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";s:10:"1579060730";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"533";s:11:"trend_index";s:3:"369";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:299;a:14:{s:2:"id";s:4:"4537";s:5:"title";s:9:"Pricing 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png";s:12:"tmpl_created";s:10:"1520443315";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"530";s:11:"trend_index";s:3:"483";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:300;a:14:{s:2:"id";s:4:"9119";s:5:"title";s:10:"footer 015";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png";s:12:"tmpl_created";s:10:"1532428138";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"251";s:11:"trend_index";s:3:"252";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:301;a:14:{s:2:"id";s:5:"12643";s:5:"title";s:24:"Magazine &#8211; Archiv1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png";s:12:"tmpl_created";s:10:"1579060737";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"407";s:11:"trend_index";s:3:"228";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:302;a:14:{s:2:"id";s:4:"4545";s:5:"title";s:9:"Pricing 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png";s:12:"tmpl_created";s:10:"1520443317";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"630";s:11:"trend_index";s:3:"669";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:303;a:14:{s:2:"id";s:4:"9127";s:5:"title";s:9:"header 13";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png";s:12:"tmpl_created";s:10:"1532428699";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"59";s:11:"trend_index";s:3:"113";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:304;a:14:{s:2:"id";s:5:"12635";s:5:"title";s:20:"Magazine &#8211; 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png";s:12:"tmpl_created";s:10:"1579060746";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:25:"["404","Blog","Magazine"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"609";s:11:"trend_index";s:3:"517";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:305;a:14:{s:2:"id";s:4:"4553";s:5:"title";s:10:"Pricing 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png";s:12:"tmpl_created";s:10:"1520443319";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"478";s:11:"trend_index";s:3:"474";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:306;a:14:{s:2:"id";s:5:"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";s:10:"1579060978";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"672";s:11:"trend_index";s:3:"645";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:307;a:14:{s:2:"id";s:4:"4562";s:5:"title";s:9:"Pricing 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png";s:12:"tmpl_created";s:10:"1520443322";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"623";s:11:"trend_index";s:3:"685";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:308;a:14:{s:2:"id";s:5:"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";s:10:"1579061019";s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"458";s:11:"trend_index";s:3:"206";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:309;a:14:{s:2:"id";s:4:"4572";s:5:"title";s:10:"Pricing 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png";s:12:"tmpl_created";s:10:"1520443324";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"307";s:11:"trend_index";s:3:"364";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:310;a:14:{s:2:"id";s:4:"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";s:10:"1532950125";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-01/?utm_source=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";s:1:"0";s:16:"popularity_index";s:2:"50";s:11:"trend_index";s:2:"22";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:311;a:14:{s:2:"id";s:5:"13089";s:5:"title";s:23:"Photography &#8211; 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png";s:12:"tmpl_created";s:10:"1582091623";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:33:"["404","Photography","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"666";s:11:"trend_index";s:3:"650";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:312;a:14:{s:2:"id";s:4:"4580";s:5:"title";s:10:"Pricing 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png";s:12:"tmpl_created";s:10:"1520443326";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"525";s:11:"trend_index";s:3:"574";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:313;a:14:{s:2:"id";s:4:"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";s:10:"1532951997";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-02/?utm_source=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";s:1:"0";s:16:"popularity_index";s:2:"90";s:11:"trend_index";s:2:"48";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:314;a:14:{s:2:"id";s:5:"13096";s:5:"title";s:32:"Photography &#8211; Archiv Media";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png";s:12:"tmpl_created";s:10:"1582091742";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"607";s:11:"trend_index";s:3:"535";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:315;a:14:{s:2:"id";s:4:"4589";s:5:"title";s:9:"Pricing 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png";s:12:"tmpl_created";s:10:"1520443327";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"638";s:11:"trend_index";s:3:"652";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:316;a:14:{s:2:"id";s:4:"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";s:10:"1532952302";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-03/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"133";s:11:"trend_index";s:2:"79";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:317;a:14:{s:2:"id";s:5:"13103";s:5:"title";s:26:"Photography &#8211; Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png";s:12:"tmpl_created";s:10:"1582091903";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:36:"["footer","Photography","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"485";s:11:"trend_index";s:3:"303";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:318;a:14:{s:2:"id";s:4:"4597";s:5:"title";s:10:"Pricing 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png";s:12:"tmpl_created";s:10:"1520443330";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"555";s:11:"trend_index";s:3:"556";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:319;a:14:{s:2:"id";s:4:"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";s:10:"1532952606";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-04/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"148";s:11:"trend_index";s:3:"133";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:320;a:14:{s:2:"id";s:5:"13120";s:5:"title";s:31:"Photography &#8211; Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png";s:12:"tmpl_created";s:10:"1582092351";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"647";s:11:"trend_index";s:3:"561";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:321;a:14:{s:2:"id";s:4:"4605";s:5:"title";s:9:"Pricing 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png";s:12:"tmpl_created";s:10:"1520443332";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"654";s:11:"trend_index";s:3:"689";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:322;a:14:{s:2:"id";s:4:"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";s:10:"1532953482";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/product-archive-1/?utm_source=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";s:1:"0";s:16:"popularity_index";s:2:"88";s:11:"trend_index";s:2:"49";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:323;a:14:{s:2:"id";s:5:"13112";s:5:"title";s:26:"Photography &#8211; Header";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png";s:12:"tmpl_created";s:10:"1582092483";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/photography-header/?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:36:"["header","Photography","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"355";s:11:"trend_index";s:3:"356";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:324;a:14:{s:2:"id";s:4:"4613";s:5:"title";s:10:"Pricing 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png";s:12:"tmpl_created";s:10:"1520443334";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"518";s:11:"trend_index";s:3:"633";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:325;a:14:{s:2:"id";s:4:"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";s:10:"1532953793";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/product-archive-2/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"102";s:11:"trend_index";s:2:"56";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:326;a:14:{s:2:"id";s:5:"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";s:10:"1582092645";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/classic-menu-photography/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"619";s:11:"trend_index";s:3:"506";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:327;a:14:{s:2:"id";s:4:"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";s:10:"1532954032";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/product-archive-3/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"111";s:11:"trend_index";s:2:"60";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:328;a:14:{s:2:"id";s:4:"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";s:10:"1537440661";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"219";s:11:"trend_index";s:3:"391";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:329;a:14:{s:2:"id";s:4:"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";s:10:"1537440673";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"197";s:11:"trend_index";s:3:"290";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:330;a:14:{s:2:"id";s:4:"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";s:10:"1537440798";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"174";s:11:"trend_index";s:3:"370";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:331;a:14:{s:2:"id";s:4:"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";s:10:"1537443531";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"199";s:11:"trend_index";s:3:"346";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:332;a:14:{s:2:"id";s:4:"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";s:10:"1537443903";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"143";s:11:"trend_index";s:3:"215";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:333;a:14:{s:2:"id";s:4:"4690";s:5:"title";s:6:"Team 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png";s:12:"tmpl_created";s:10:"1520443348";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"234";s:11:"trend_index";s:3:"296";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:334;a:14:{s:2:"id";s:4:"4698";s:5:"title";s:7:"Team 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png";s:12:"tmpl_created";s:10:"1520443350";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"396";s:11:"trend_index";s:3:"469";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:335;a:14:{s:2:"id";s:4:"4706";s:5:"title";s:6:"Team 5";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png";s:12:"tmpl_created";s:10:"1520443352";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"142";s:11:"trend_index";s:3:"141";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:336;a:14:{s:2:"id";s:4:"4718";s:5:"title";s:6:"Team 4";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png";s:12:"tmpl_created";s:10:"1520443354";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"175";s:11:"trend_index";s:3:"166";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:337;a:14:{s:2:"id";s:4:"4727";s:5:"title";s:7:"Team 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png";s:12:"tmpl_created";s:10:"1520443356";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"358";s:11:"trend_index";s:3:"372";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:338;a:14:{s:2:"id";s:4:"4736";s:5:"title";s:7:"Team 20";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png";s:12:"tmpl_created";s:10:"1520443358";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"139";s:11:"trend_index";s:3:"130";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:339;a:14:{s:2:"id";s:4:"4746";s:5:"title";s:7:"Team 23";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png";s:12:"tmpl_created";s:10:"1520443360";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"264";s:11:"trend_index";s:3:"308";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:340;a:14:{s:2:"id";s:4:"4759";s:5:"title";s:7:"Team 22";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png";s:12:"tmpl_created";s:10:"1520443362";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"288";s:11:"trend_index";s:3:"441";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:341;a:14:{s:2:"id";s:4:"4770";s:5:"title";s:7:"Team 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png";s:12:"tmpl_created";s:10:"1520443364";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"386";s:11:"trend_index";s:3:"527";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:342;a:14:{s:2:"id";s:4:"4781";s:5:"title";s:7:"Team 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png";s:12:"tmpl_created";s:10:"1520443365";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"256";s:11:"trend_index";s:3:"384";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:343;a:14:{s:2:"id";s:4:"9611";s:5:"title";s:16:"Hello Bar | Sale";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png";s:12:"tmpl_created";s:10:"1546965350";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"566";s:11:"trend_index";s:3:"472";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:344;a:14:{s:2:"id";s:5:"13274";s:5:"title";s:38:"Interior Design &#8211; Single Project";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png";s:12:"tmpl_created";s:10:"1586148723";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["business","interior design"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"628";s:11:"trend_index";s:3:"519";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:345;a:14:{s:2:"id";s:4:"4793";s:5:"title";s:7:"Team 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png";s:12:"tmpl_created";s:10:"1520443367";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"191";s:11:"trend_index";s:3:"142";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:346;a:14:{s:2:"id";s:4:"9622";s:5:"title";s:19:"Classic | Promotion";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png";s:12:"tmpl_created";s:10:"1546965896";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-promotion-02/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"570";s:11:"trend_index";s:3:"523";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:347;a:14:{s:2:"id";s:5:"13267";s:5:"title";s:35:"Interior Design &#8211; Single News";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Post.png";s:12:"tmpl_created";s:10:"1586148728";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["business","interior design"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"569";s:11:"trend_index";s:3:"397";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:348;a:14:{s:2:"id";s:4:"4801";s:5:"title";s:7:"Team 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png";s:12:"tmpl_created";s:10:"1520443369";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"334";s:11:"trend_index";s:3:"435";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:349;a:14:{s:2:"id";s:4:"9631";s:5:"title";s:38:"Slide-in | Sale | Register | Subscribe";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png";s:12:"tmpl_created";s:10:"1546968270";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"592";s:11:"trend_index";s:3:"566";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:350;a:14:{s:2:"id";s:5:"13259";s:5:"title";s:36:"Interior Design &#8211; News Archive";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png";s:12:"tmpl_created";s:10:"1586148733";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["business","interior design"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"536";s:11:"trend_index";s:3:"268";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:351;a:14:{s:2:"id";s:4:"4809";s:5:"title";s:7:"Team 19";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png";s:12:"tmpl_created";s:10:"1520443371";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"282";s:11:"trend_index";s:3:"392";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:352;a:14:{s:2:"id";s:5:"13251";s:5:"title";s:27:"Interior Design &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.png";s:12:"tmpl_created";s:10:"1586148737";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:30:"["business","interior design"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"684";s:11:"trend_index";s:3:"681";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:353;a:14:{s:2:"id";s:4:"4818";s:5:"title";s:7:"Team 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png";s:12:"tmpl_created";s:10:"1520443373";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"454";s:11:"trend_index";s:3:"489";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:354;a:14:{s:2:"id";s:5:"13244";s:5:"title";s:30:"Interior Design &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png";s:12:"tmpl_created";s:10:"1586148742";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["business","footer","interior design"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"456";s:11:"trend_index";s:3:"120";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:355;a:14:{s:2:"id";s:4:"5045";s:5:"title";s:11:"Portfolio 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png";s:12:"tmpl_created";s:10:"1520443423";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"562";s:11:"trend_index";s:3:"575";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:356;a:14:{s:2:"id";s:4:"9662";s:5:"title";s:33:"Bottom Bar | Register | Subscribe";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png";s:12:"tmpl_created";s:10:"1547009087";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"614";s:11:"trend_index";s:3:"606";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:357;a:14:{s:2:"id";s:5:"13236";s:5:"title";s:30:"Interior Design &#8211; Header";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png";s:12:"tmpl_created";s:10:"1586148746";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/interior-design-header/?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:39:"["business","header","interior design"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"259";s:11:"trend_index";s:2:"65";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:358;a:14:{s:2:"id";s:4:"5157";s:5:"title";s:11:"Subscribe 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png";s:12:"tmpl_created";s:10:"1520443448";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"342";s:11:"trend_index";s:3:"307";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:359;a:14:{s:2:"id";s:5:"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";s:10:"1586148801";s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"696";s:11:"trend_index";s:3:"649";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:360;a:14:{s:2:"id";s:4:"5165";s:5:"title";s:11:"Subscribe 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png";s:12:"tmpl_created";s:10:"1520443450";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"495";s:11:"trend_index";s:3:"439";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:361;a:14:{s:2:"id";s:4:"5173";s:5:"title";s:11:"Subscribe 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png";s:12:"tmpl_created";s:10:"1520443452";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"273";s:11:"trend_index";s:3:"262";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:362;a:14:{s:2:"id";s:4:"9690";s:5:"title";s:17:"Classic | Contact";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png";s:12:"tmpl_created";s:10:"1547011716";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/classic-contact-01/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"381";s:11:"trend_index";s:3:"292";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:363;a:14:{s:2:"id";s:4:"5181";s:5:"title";s:11:"Subscribe 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png";s:12:"tmpl_created";s:10:"1520443454";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"420";s:11:"trend_index";s:3:"470";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:364;a:14:{s:2:"id";s:4:"9699";s:5:"title";s:33:"Classic | Contact | Gym | Fitness";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png";s:12:"tmpl_created";s:10:"1547015827";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/classic-contact-02/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"445";s:11:"trend_index";s:3:"394";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:365;a:14:{s:2:"id";s:4:"5189";s:5:"title";s:6:"CTA 29";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png";s:12:"tmpl_created";s:10:"1520443456";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"422";s:11:"trend_index";s:3:"484";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:366;a:14:{s:2:"id";s:4:"5198";s:5:"title";s:6:"CTA 30";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png";s:12:"tmpl_created";s:10:"1520443458";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"509";s:11:"trend_index";s:3:"516";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:367;a:14:{s:2:"id";s:4:"9571";s:5:"title";s:14:"Fly In | Login";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png";s:12:"tmpl_created";s:10:"1547726151";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/fly-in-login-01/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"577";s:11:"trend_index";s:3:"615";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:368;a:14:{s:2:"id";s:5:"13395";s:5:"title";s:34:"Online Course &#8211; Start Lesson";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg";s:12:"tmpl_created";s:10:"1587474673";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"658";s:11:"trend_index";s:3:"446";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:369;a:14:{s:2:"id";s:4:"5206";s:5:"title";s:6:"CTA 31";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png";s:12:"tmpl_created";s:10:"1520443459";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"539";s:11:"trend_index";s:3:"507";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:370;a:14:{s:2:"id";s:5:"13387";s:5:"title";s:32:"Online Course &#8211; End Lesson";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg";s:12:"tmpl_created";s:10:"1587474682";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"657";s:11:"trend_index";s:3:"476";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:371;a:14:{s:2:"id";s:4:"5214";s:5:"title";s:10:"Contact 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png";s:12:"tmpl_created";s:10:"1520443462";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"196";s:11:"trend_index";s:3:"200";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:372;a:14:{s:2:"id";s:5:"13378";s:5:"title";s:28:"Online Course &#8211; Header";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg";s:12:"tmpl_created";s:10:"1587474693";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/online-course-header/?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:38:"["Course Online","Education","header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"548";s:11:"trend_index";s:3:"379";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:373;a:14:{s:2:"id";s:4:"5222";s:5:"title";s:11:"Subscribe 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png";s:12:"tmpl_created";s:10:"1520443464";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"389";s:11:"trend_index";s:3:"332";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:374;a:14:{s:2:"id";s:4:"9740";s:5:"title";s:25:"Classic | Promotion | App";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png";s:12:"tmpl_created";s:10:"1547822836";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/classic-promotion-app/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"567";s:11:"trend_index";s:3:"546";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:375;a:14:{s:2:"id";s:5:"13369";s:5:"title";s:28:"Online Course &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg";s:12:"tmpl_created";s:10:"1587474701";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:38:"["Course Online","Education","footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"520";s:11:"trend_index";s:3:"246";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:376;a:14:{s:2:"id";s:4:"5230";s:5:"title";s:10:"Contact 17";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png";s:12:"tmpl_created";s:10:"1520443466";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"322";s:11:"trend_index";s:3:"256";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:377;a:14:{s:2:"id";s:5:"13361";s:5:"title";s:25:"Online Course &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg";s:12:"tmpl_created";s:10:"1587474710";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:35:"["404","Course Online","Education"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"669";s:11:"trend_index";s:3:"637";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:378;a:14:{s:2:"id";s:4:"5238";s:5:"title";s:7:"Hero 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png";s:12:"tmpl_created";s:10:"1520443468";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"557";s:11:"trend_index";s:3:"569";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:379;a:14:{s:2:"id";s:4:"9762";s:5:"title";s:36:"Classic | Register | Subscribe | Spa";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png";s:12:"tmpl_created";s:10:"1547824145";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"448";s:11:"trend_index";s:3:"383";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:380;a:14:{s:2:"id";s:5:"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";s:10:"1587474761";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"604";s:11:"trend_index";s:3:"322";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:381;a:14:{s:2:"id";s:4:"5249";s:5:"title";s:6:"CTA 32";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png";s:12:"tmpl_created";s:10:"1520443470";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"490";s:11:"trend_index";s:3:"426";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:382;a:14:{s:2:"id";s:4:"9772";s:5:"title";s:27:"Hello bar | Promotion | App";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png";s:12:"tmpl_created";s:10:"1547824279";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"673";s:11:"trend_index";s:3:"632";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:383;a:14:{s:2:"id";s:5:"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";s:10:"1587474772";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"637";s:11:"trend_index";s:3:"428";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:384;a:14:{s:2:"id";s:4:"5257";s:5:"title";s:10:"Contact 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png";s:12:"tmpl_created";s:10:"1520443472";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"402";s:11:"trend_index";s:3:"423";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:385;a:14:{s:2:"id";s:5:"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";s:10:"1587474782";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"596";s:11:"trend_index";s:3:"360";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"1";}i:386;a:14:{s:2:"id";s:4:"5266";s:5:"title";s:9:"Clients 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png";s:12:"tmpl_created";s:10:"1520443474";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"103";s:11:"trend_index";s:2:"83";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:387;a:14:{s:2:"id";s:4:"9793";s:5:"title";s:13:"Fly In | Sale";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png";s:12:"tmpl_created";s:10:"1547831151";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/popups/fly-in-sale/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"603";s:11:"trend_index";s:3:"584";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:388;a:14:{s:2:"id";s:5:"13621";s:5:"title";s:30:"Barbershop &#8211; Single Post";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg";s:12:"tmpl_created";s:10:"1589893137";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"702";s:11:"trend_index";s:3:"690";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:389;a:14:{s:2:"id";s:4:"5275";s:5:"title";s:9:"Clients 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png";s:12:"tmpl_created";s:10:"1520443476";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"323";s:11:"trend_index";s:3:"338";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:390;a:14:{s:2:"id";s:5:"13612";s:5:"title";s:25:"Barbershop &#8211; Header";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg";s:12:"tmpl_created";s:10:"1589893142";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/barbershop-header/?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:37:"["Barber Shop","Barbershop","header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"519";s:11:"trend_index";s:3:"242";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:391;a:14:{s:2:"id";s:4:"5283";s:5:"title";s:9:"Clients 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png";s:12:"tmpl_created";s:10:"1520443478";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"293";s:11:"trend_index";s:3:"378";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:392;a:14:{s:2:"id";s:5:"13604";s:5:"title";s:25:"Barbershop &#8211; Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg";s:12:"tmpl_created";s:10:"1589893147";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Barber Shop","Barbershop","footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"652";s:11:"trend_index";s:3:"388";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:393;a:14:{s:2:"id";s:4:"5290";s:5:"title";s:9:"Clients 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png";s:12:"tmpl_created";s:10:"1520443480";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"513";s:11:"trend_index";s:3:"571";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:394;a:14:{s:2:"id";s:5:"13528";s:5:"title";s:22:"Barbershop &#8211; 404";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg";s:12:"tmpl_created";s:10:"1589893152";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Barber Shop","Barbershop"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"705";s:11:"trend_index";s:3:"616";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:395;a:14:{s:2:"id";s:4:"5298";s:5:"title";s:10:"Clients 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png";s:12:"tmpl_created";s:10:"1520443482";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"421";s:11:"trend_index";s:3:"479";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:396;a:14:{s:2:"id";s:4:"9836";s:5:"title";s:21:"Classic | Login | Pop";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png";s:12:"tmpl_created";s:10:"1547835635";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/popups/classic-login/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"576";s:11:"trend_index";s:3:"596";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:397;a:14:{s:2:"id";s:5:"13518";s:5:"title";s:26:"Barbershop &#8211; Archive";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg";s:12:"tmpl_created";s:10:"1589893157";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"697";s:11:"trend_index";s:3:"647";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:398;a:14:{s:2:"id";s:4:"5306";s:5:"title";s:10:"Clients 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png";s:12:"tmpl_created";s:10:"1520443484";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"593";s:11:"trend_index";s:3:"638";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:399;a:14:{s:2:"id";s:4:"9847";s:5:"title";s:25:"Fly In | Promotion | Lego";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png";s:12:"tmpl_created";s:10:"1547836956";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/fly-in-promotion/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"659";s:11:"trend_index";s:3:"660";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:400;a:14:{s:2:"id";s:4:"5315";s:5:"title";s:10:"Clients 12";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png";s:12:"tmpl_created";s:10:"1520443486";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"480";s:11:"trend_index";s:3:"418";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:401;a:14:{s:2:"id";s:4:"9858";s:5:"title";s:27:"Slide In | Promotion | Wine";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png";s:12:"tmpl_created";s:10:"1547837100";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-promotion/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"685";s:11:"trend_index";s:3:"692";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:402;a:14:{s:2:"id";s:4:"5324";s:5:"title";s:9:"Clients 8";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png";s:12:"tmpl_created";s:10:"1520443488";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"502";s:11:"trend_index";s:3:"573";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:403;a:14:{s:2:"id";s:4:"5333";s:5:"title";s:10:"Clients 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png";s:12:"tmpl_created";s:10:"1520443489";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"237";s:11:"trend_index";s:3:"321";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:404;a:14:{s:2:"id";s:4:"5341";s:5:"title";s:10:"Clients 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png";s:12:"tmpl_created";s:10:"1520443491";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"556";s:11:"trend_index";s:3:"515";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:405;a:14:{s:2:"id";s:4:"5349";s:5:"title";s:9:"Clients 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png";s:12:"tmpl_created";s:10:"1520443493";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"240";s:11:"trend_index";s:3:"285";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:406;a:14:{s:2:"id";s:5:"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";s:10:"1589893364";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"700";s:11:"trend_index";s:3:"651";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:407;a:14:{s:2:"id";s:4:"5357";s:5:"title";s:9:"Clients 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png";s:12:"tmpl_created";s:10:"1520443495";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"328";s:11:"trend_index";s:3:"410";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:408;a:14:{s:2:"id";s:4:"5368";s:5:"title";s:9:"Clients 9";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png";s:12:"tmpl_created";s:10:"1520443497";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"241";s:11:"trend_index";s:3:"320";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:409;a:14:{s:2:"id";s:4:"5381";s:5:"title";s:10:"Clients 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png";s:12:"tmpl_created";s:10:"1520443499";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"187";s:11:"trend_index";s:3:"229";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:410;a:14:{s:2:"id";s:4:"5389";s:5:"title";s:10:"Clients 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png";s:12:"tmpl_created";s:10:"1520443501";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"388";s:11:"trend_index";s:3:"421";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:411;a:14:{s:2:"id";s:4:"9944";s:5:"title";s:33:"Slide In | Promotion | Headphones";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png";s:12:"tmpl_created";s:10:"1547841939";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"662";s:11:"trend_index";s:3:"684";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:412;a:14:{s:2:"id";s:4:"5397";s:5:"title";s:8:"About 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png";s:12:"tmpl_created";s:10:"1520443503";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"156";s:11:"trend_index";s:3:"127";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:413;a:14:{s:2:"id";s:4:"9955";s:5:"title";s:14:"Fly In | Login";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png";s:12:"tmpl_created";s:10:"1547842065";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/popups/fly-in-login/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"524";s:11:"trend_index";s:3:"420";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:414;a:14:{s:2:"id";s:4:"5405";s:5:"title";s:8:"About 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png";s:12:"tmpl_created";s:10:"1520443505";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"224";s:11:"trend_index";s:3:"233";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:415;a:14:{s:2:"id";s:4:"9965";s:5:"title";s:30:"Classic | Register | Subscribe";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png";s:12:"tmpl_created";s:10:"1547842174";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"532";s:11:"trend_index";s:3:"565";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:416;a:14:{s:2:"id";s:4:"5413";s:5:"title";s:8:"About 21";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png";s:12:"tmpl_created";s:10:"1520443507";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"100";s:11:"trend_index";s:2:"32";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:417;a:14:{s:2:"id";s:5:"14058";s:5:"title";s:36:"Japanese restaurant &#8211; 404 page";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg";s:12:"tmpl_created";s:10:"1592290211";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:38:"["404","Food","Japanese","Restaurant"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"704";s:11:"trend_index";s:3:"580";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:418;a:14:{s:2:"id";s:4:"5421";s:5:"title";s:8:"About 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png";s:12:"tmpl_created";s:10:"1520443509";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"226";s:11:"trend_index";s:3:"283";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:419;a:14:{s:2:"id";s:5:"14050";s:5:"title";s:34:"Japanese restaurant &#8211; Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg";s:12:"tmpl_created";s:10:"1592290247";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:41:"["Food","footer","Japanese","Restaurant"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"612";s:11:"trend_index";s:3:"119";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:420;a:14:{s:2:"id";s:4:"5429";s:5:"title";s:8:"About 16";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png";s:12:"tmpl_created";s:10:"1520443510";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"79";s:11:"trend_index";s:2:"52";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:421;a:14:{s:2:"id";s:4:"9995";s:5:"title";s:27:"Slide In | Sale | Christmas";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png";s:12:"tmpl_created";s:10:"1547844802";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"688";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:422;a:14:{s:2:"id";s:5:"14042";s:5:"title";s:34:"Japanese restaurant &#8211; Header";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg";s:12:"tmpl_created";s:10:"1592290277";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/japanese-restaurant-header/?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:41:"["Food","header","Japanese","Restaurant"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"616";s:11:"trend_index";s:3:"176";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:423;a:14:{s:2:"id";s:4:"5438";s:5:"title";s:7:"About 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png";s:12:"tmpl_created";s:10:"1520443512";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"188";s:11:"trend_index";s:3:"148";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:424;a:14:{s:2:"id";s:4:"5447";s:5:"title";s:7:"About 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png";s:12:"tmpl_created";s:10:"1520443514";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"53";s:11:"trend_index";s:2:"51";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:425;a:14:{s:2:"id";s:5:"10016";s:5:"title";s:16:"Hello Bar | Sale";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png";s:12:"tmpl_created";s:10:"1547845062";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/hello-bar-sale/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"699";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:426;a:14:{s:2:"id";s:5:"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";s:10:"1592290352";s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"690";s:11:"trend_index";s:3:"459";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:427;a:14:{s:2:"id";s:4:"5455";s:5:"title";s:8:"About 20";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png";s:12:"tmpl_created";s:10:"1520443516";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"135";s:11:"trend_index";s:3:"126";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:428;a:14:{s:2:"id";s:5:"10026";s:5:"title";s:46:"Classic | Register | Subscribe | Gym | Fitness";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png";s:12:"tmpl_created";s:10:"1547845205";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"553";s:11:"trend_index";s:3:"604";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:429;a:14:{s:2:"id";s:4:"5464";s:5:"title";s:8:"About 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png";s:12:"tmpl_created";s:10:"1520443518";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"227";s:11:"trend_index";s:3:"271";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:430;a:14:{s:2:"id";s:5:"10036";s:5:"title";s:43:"Full Screen | Sale | Promotion | Headphones";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png";s:12:"tmpl_created";s:10:"1547845409";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"563";s:11:"trend_index";s:3:"537";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:431;a:14:{s:2:"id";s:5:"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";s:10:"1592300400";s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"703";s:11:"trend_index";s:3:"657";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:432;a:14:{s:2:"id";s:4:"5472";s:5:"title";s:7:"About 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png";s:12:"tmpl_created";s:10:"1520443520";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"211";s:11:"trend_index";s:3:"302";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:433;a:14:{s:2:"id";s:4:"5480";s:5:"title";s:7:"About 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png";s:12:"tmpl_created";s:10:"1520443522";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"415";s:11:"trend_index";s:3:"453";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:434;a:14:{s:2:"id";s:5:"10057";s:5:"title";s:48:"Hello Bar | Register | Subscribe | Gym | Fitness";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png";s:12:"tmpl_created";s:10:"1547847938";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"676";s:11:"trend_index";s:3:"676";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:435;a:14:{s:2:"id";s:4:"5488";s:5:"title";s:7:"About 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png";s:12:"tmpl_created";s:10:"1520443524";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"308";s:11:"trend_index";s:3:"351";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:436;a:14:{s:2:"id";s:4:"5496";s:5:"title";s:7:"About 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png";s:12:"tmpl_created";s:10:"1520443526";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"494";s:11:"trend_index";s:3:"485";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:437;a:14:{s:2:"id";s:4:"5504";s:5:"title";s:8:"About 18";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png";s:12:"tmpl_created";s:10:"1520443528";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"110";s:11:"trend_index";s:3:"117";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:438;a:14:{s:2:"id";s:5:"10087";s:5:"title";s:25:"Full Screen | Login | Spa";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png";s:12:"tmpl_created";s:10:"1547848301";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"583";s:11:"trend_index";s:3:"602";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:439;a:14:{s:2:"id";s:4:"5515";s:5:"title";s:8:"About 19";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png";s:12:"tmpl_created";s:10:"1520443530";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"271";s:11:"trend_index";s:3:"264";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:440;a:14:{s:2:"id";s:5:"10097";s:5:"title";s:37:"Classic | Register | Subscribe | Lego";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png";s:12:"tmpl_created";s:10:"1547848411";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=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";s:1:"0";s:16:"popularity_index";s:3:"618";s:11:"trend_index";s:3:"668";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:441;a:14:{s:2:"id";s:4:"1190";s:5:"title";s:26:"Landing Page &#8211; Hotel";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png";s:12:"tmpl_created";s:10:"1490707391";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"1";s:16:"popularity_index";s:1:"4";s:11:"trend_index";s:1:"1";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:442;a:14:{s:2:"id";s:4:"9816";s:5:"title";s:30:"Classic | Sale | Gym | Fitness";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png";s:12:"tmpl_created";s:10:"1547991876";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-2/?utm_source=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";s:1:"1";s:16:"popularity_index";s:3:"636";s:11:"trend_index";s:3:"642";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:443;a:14:{s:2:"id";s:4:"9602";s:5:"title";s:35:"Bottom Bar | Announcement | Cookies";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png";s:12:"tmpl_created";s:10:"1546964559";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"1";s:16:"popularity_index";s:3:"559";s:11:"trend_index";s:3:"511";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:444;a:14:{s:2:"id";s:3:"225";s:5:"title";s:27:"Homepage &#8211; Restaurant";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0016.png";s:12:"tmpl_created";s:10:"1470829872";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Homepage","Restaurant"]";s:10:"menu_order";s:1:"2";s:16:"popularity_index";s:1:"1";s:11:"trend_index";s:1:"2";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:445;a:14:{s:2:"id";s:3:"463";s:5:"title";s:22:"Homepage &#8211; Study";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0022.png";s:12:"tmpl_created";s:10:"1477388340";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Education","Homepage","Study"]";s:10:"menu_order";s:1:"3";s:16:"popularity_index";s:1:"5";s:11:"trend_index";s:1:"5";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:446;a:14:{s:2:"id";s:5:"10277";s:5:"title";s:36:"Bottom Bar | Promotion | Sale | Book";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png";s:12:"tmpl_created";s:10:"1548055999";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"3";s:16:"popularity_index";s:3:"651";s:11:"trend_index";s:3:"682";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:447;a:14:{s:2:"id";s:5:"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";s:10:"1564643043";s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=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";s:1:"3";s:16:"popularity_index";s:3:"374";s:11:"trend_index";s:3:"401";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:448;a:14:{s:2:"id";s:3:"181";s:5:"title";s:23:"Homepage &#8211; Agency";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0019.png";s:12:"tmpl_created";s:10:"1470826567";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Agency","Creative","Homepage"]";s:10:"menu_order";s:1:"4";s:16:"popularity_index";s:1:"2";s:11:"trend_index";s:1:"3";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:449;a:14:{s:2:"id";s:4:"9903";s:5:"title";s:34:"Bottom Bar | Promotion | Olive Oil";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png";s:12:"tmpl_created";s:10:"1547838896";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"4";s:16:"popularity_index";s:3:"674";s:11:"trend_index";s:3:"673";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:450;a:14:{s:2:"id";s:3:"150";s:5:"title";s:19:"Product &#8211; App";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0003.png";s:12:"tmpl_created";s:10:"1470829879";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"5";s:16:"popularity_index";s:1:"7";s:11:"trend_index";s:1:"4";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:451;a:14:{s:2:"id";s:5:"10549";s:5:"title";s:33:"Bottom Bar | Register | Subscribe";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png";s:12:"tmpl_created";s:10:"1547967595";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=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:2:"[]";s:10:"menu_order";s:1:"6";s:16:"popularity_index";s:3:"641";s:11:"trend_index";s:3:"585";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:452;a:14:{s:2:"id";s:5:"13960";s:5:"title";s:37:"Japanese restaurant &#8211; Home Page";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg";s:12:"tmpl_created";s:10:"1592289775";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";s:1:"6";s:16:"popularity_index";s:3:"648";s:11:"trend_index";s:3:"226";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:453;a:14:{s:2:"id";s:5:"13993";s:5:"title";s:45:"Japanese restaurant &#8211; Chef&#8217;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";s:10:"1592289691";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";s:1:"7";s:16:"popularity_index";s:3:"670";s:11:"trend_index";s:3:"297";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:454;a:14:{s:2:"id";s:5:"14012";s:5:"title";s:36:"Japanese restaurant &#8211; Bar Menu";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg";s:12:"tmpl_created";s:10:"1592289665";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";s:1:"8";s:16:"popularity_index";s:3:"694";s:11:"trend_index";s:3:"432";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:455;a:14:{s:2:"id";s:5:"10529";s:5:"title";s:36:"Classic | Announcement | Maintenance";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png";s:12:"tmpl_created";s:10:"1548046309";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-announcement/?utm_source=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";s:1:"9";s:16:"popularity_index";s:3:"449";s:11:"trend_index";s:3:"487";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:456;a:14:{s:2:"id";s:5:"13917";s:5:"title";s:33:"Japanese restaurant &#8211; About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg";s:12:"tmpl_created";s:10:"1592289629";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";s:1:"9";s:16:"popularity_index";s:3:"675";s:11:"trend_index";s:3:"434";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:457;a:14:{s:2:"id";s:5:"13937";s:5:"title";s:35:"Japanese restaurant &#8211; Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg";s:12:"tmpl_created";s:10:"1592289748";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";s:2:"10";s:16:"popularity_index";s:3:"682";s:11:"trend_index";s:3:"221";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:458;a:14:{s:2:"id";s:5:"14030";s:5:"title";s:34:"Japanese restaurant &#8211; Events";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg";s:12:"tmpl_created";s:10:"1592289713";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";s:2:"11";s:16:"popularity_index";s:3:"701";s:11:"trend_index";s:3:"538";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:459;a:14:{s:2:"id";s:5:"13984";s:5:"title";s:40:"Japanese restaurant &#8211; Reservations";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg";s:12:"tmpl_created";s:10:"1592294757";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";s:2:"12";s:16:"popularity_index";s:3:"698";s:11:"trend_index";s:3:"521";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:460;a:14:{s:2:"id";s:5:"13479";s:5:"title";s:23:"Barbershop &#8211; Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg";s:12:"tmpl_created";s:10:"1589893275";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";s:2:"13";s:16:"popularity_index";s:3:"653";s:11:"trend_index";s:3:"468";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:461;a:14:{s:2:"id";s:5:"13503";s:5:"title";s:24:"Barbershop &#8211; About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg";s:12:"tmpl_created";s:10:"1589893289";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";s:2:"14";s:16:"popularity_index";s:3:"680";s:11:"trend_index";s:3:"665";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:462;a:14:{s:2:"id";s:5:"13548";s:5:"title";s:27:"Barbershop &#8211; Services";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg";s:12:"tmpl_created";s:10:"1589893298";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";s:2:"15";s:16:"popularity_index";s:3:"691";s:11:"trend_index";s:3:"672";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:463;a:14:{s:2:"id";s:5:"13560";s:5:"title";s:26:"Barbershop &#8211; Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg";s:12:"tmpl_created";s:10:"1589893307";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";s:2:"16";s:16:"popularity_index";s:3:"689";s:11:"trend_index";s:3:"597";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:464;a:14:{s:2:"id";s:5:"10413";s:5:"title";s:28:"Classic | Content Lock | Pop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png";s:12:"tmpl_created";s:10:"1547961774";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-content-lock/?utm_source=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";s:2:"17";s:16:"popularity_index";s:3:"663";s:11:"trend_index";s:3:"693";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:465;a:14:{s:2:"id";s:5:"13587";s:5:"title";s:26:"Barbershop &#8211; Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg";s:12:"tmpl_created";s:10:"1589893315";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";s:2:"17";s:16:"popularity_index";s:3:"692";s:11:"trend_index";s:3:"595";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:466;a:14:{s:2:"id";s:5:"13307";s:5:"title";s:26:"Online Course &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg";s:12:"tmpl_created";s:10:"1587474541";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";s:2:"18";s:16:"popularity_index";s:3:"368";s:11:"trend_index";s:3:"110";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:467;a:14:{s:2:"id";s:5:"10223";s:5:"title";s:15:"Classic | Login";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png";s:12:"tmpl_created";s:10:"1547887343";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-4/?utm_source=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";s:2:"19";s:16:"popularity_index";s:3:"467";s:11:"trend_index";s:3:"518";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:468;a:14:{s:2:"id";s:5:"10559";s:5:"title";s:33:"Bottom Bar | Register | Subscribe";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png";s:12:"tmpl_created";s:10:"1547967711";s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"19";s:16:"popularity_index";s:3:"626";s:11:"trend_index";s:3:"691";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:469;a:14:{s:2:"id";s:5:"13328";s:5:"title";s:27:"Online Course &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg";s:12:"tmpl_created";s:10:"1587474558";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";s:2:"19";s:16:"popularity_index";s:3:"564";s:11:"trend_index";s:3:"348";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:470;a:14:{s:2:"id";s:5:"10403";s:5:"title";s:15:"Classic | Login";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png";s:12:"tmpl_created";s:10:"1548056371";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-5/?utm_source=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";s:2:"20";s:16:"popularity_index";s:3:"565";s:11:"trend_index";s:3:"551";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:471;a:14:{s:2:"id";s:5:"13338";s:5:"title";s:33:"Online Course &#8211; Course Page";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png";s:12:"tmpl_created";s:10:"1587474574";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";s:2:"20";s:16:"popularity_index";s:3:"431";s:11:"trend_index";s:3:"135";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:472;a:14:{s:2:"id";s:5:"13352";s:5:"title";s:29:"Online Course &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg";s:12:"tmpl_created";s:10:"1587474591";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";s:2:"21";s:16:"popularity_index";s:3:"586";s:11:"trend_index";s:3:"311";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:473;a:14:{s:2:"id";s:4:"9913";s:5:"title";s:27:"Classic | Login | Christmas";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png";s:12:"tmpl_created";s:10:"1547841430";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-2/?utm_source=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";s:2:"21";s:16:"popularity_index";s:3:"527";s:11:"trend_index";s:3:"458";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:474;a:14:{s:2:"id";s:5:"13187";s:5:"title";s:33:"Interior Design &#8211; Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.png";s:12:"tmpl_created";s:10:"1586148661";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["business","interior design"]";s:10:"menu_order";s:2:"22";s:16:"popularity_index";s:3:"399";s:11:"trend_index";s:3:"212";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:475;a:14:{s:2:"id";s:5:"13199";s:5:"title";s:29:"Interior Design &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.png";s:12:"tmpl_created";s:10:"1586148666";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["business","interior design"]";s:10:"menu_order";s:2:"23";s:16:"popularity_index";s:3:"395";s:11:"trend_index";s:3:"146";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:476;a:14:{s:2:"id";s:5:"13214";s:5:"title";s:32:"Interior Design &#8211; Projects";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg";s:12:"tmpl_created";s:10:"1586148672";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["business","interior design"]";s:10:"menu_order";s:2:"24";s:16:"popularity_index";s:3:"446";s:11:"trend_index";s:3:"216";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:477;a:14:{s:2:"id";s:5:"13229";s:5:"title";s:31:"Interior Design &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png";s:12:"tmpl_created";s:10:"1586148677";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["business","interior design"]";s:10:"menu_order";s:2:"25";s:16:"popularity_index";s:3:"470";s:11:"trend_index";s:3:"153";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:478;a:14:{s:2:"id";s:5:"12948";s:5:"title";s:29:"Photography &#8211; Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png";s:12:"tmpl_created";s:10:"1582093442";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"26";s:16:"popularity_index";s:3:"300";s:11:"trend_index";s:3:"267";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:479;a:14:{s:2:"id";s:4:"9592";s:5:"title";s:26:"Classic | Promotion | Sale";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png";s:12:"tmpl_created";s:10:"1546963720";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-promotion-01/?utm_source=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";s:2:"26";s:16:"popularity_index";s:3:"597";s:11:"trend_index";s:3:"628";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:480;a:14:{s:2:"id";s:5:"10210";s:5:"title";s:29:"Classic | Promotion | Webinar";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png";s:12:"tmpl_created";s:10:"1547886103";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=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";s:2:"27";s:16:"popularity_index";s:3:"693";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:481;a:14:{s:2:"id";s:5:"12798";s:5:"title";s:25:"Photography &#8211; About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png";s:12:"tmpl_created";s:10:"1582093446";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"27";s:16:"popularity_index";s:3:"491";s:11:"trend_index";s:3:"375";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:482;a:14:{s:2:"id";s:5:"12868";s:5:"title";s:27:"Photography &#8211; Contact";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png";s:12:"tmpl_created";s:10:"1582093450";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"28";s:16:"popularity_index";s:3:"531";s:11:"trend_index";s:3:"417";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:483;a:14:{s:2:"id";s:5:"13056";s:5:"title";s:28:"Photography &#8211; Wildlife";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png";s:12:"tmpl_created";s:10:"1582093454";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"29";s:16:"popularity_index";s:3:"552";s:11:"trend_index";s:3:"513";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:484;a:14:{s:2:"id";s:5:"12922";s:5:"title";s:37:"Photography &#8211; Glowing Jellyfish";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png";s:12:"tmpl_created";s:10:"1582093457";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"30";s:16:"popularity_index";s:3:"587";s:11:"trend_index";s:3:"499";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:485;a:14:{s:2:"id";s:5:"10047";s:5:"title";s:15:"Classic | Login";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png";s:12:"tmpl_created";s:10:"1547847757";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-3/?utm_source=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";s:2:"30";s:16:"popularity_index";s:3:"503";s:11:"trend_index";s:3:"557";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:486;a:14:{s:2:"id";s:5:"12875";s:5:"title";s:36:"Photography &#8211; Fluttering Birds";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png";s:12:"tmpl_created";s:10:"1582093461";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"31";s:16:"popularity_index";s:3:"640";s:11:"trend_index";s:3:"603";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:487;a:14:{s:2:"id";s:4:"9879";s:5:"title";s:38:"Classic | Register | Subscribe | Leads";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png";s:12:"tmpl_created";s:10:"1547838416";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=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";s:2:"31";s:16:"popularity_index";s:3:"601";s:11:"trend_index";s:3:"640";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:488;a:14:{s:2:"id";s:5:"12962";s:5:"title";s:26:"Photography &#8211; Nature";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png";s:12:"tmpl_created";s:10:"1582093465";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"32";s:16:"popularity_index";s:3:"573";s:11:"trend_index";s:3:"493";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:489;a:14:{s:2:"id";s:5:"12833";s:5:"title";s:38:"Photography &#8211; Blossoming Flowers";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png";s:12:"tmpl_created";s:10:"1582093469";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"33";s:16:"popularity_index";s:3:"580";s:11:"trend_index";s:3:"526";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:490;a:14:{s:2:"id";s:5:"12898";s:5:"title";s:36:"Photography &#8211; Forest Mushrooms";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png";s:12:"tmpl_created";s:10:"1582093473";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"34";s:16:"popularity_index";s:3:"622";s:11:"trend_index";s:3:"670";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:491;a:14:{s:2:"id";s:5:"10297";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png";s:12:"tmpl_created";s:10:"1548056099";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-4/?utm_source=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";s:2:"35";s:16:"popularity_index";s:3:"542";s:11:"trend_index";s:3:"594";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:492;a:14:{s:2:"id";s:5:"12994";s:5:"title";s:24:"Photography &#8211; Pets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png";s:12:"tmpl_created";s:10:"1582093477";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"35";s:16:"popularity_index";s:3:"591";s:11:"trend_index";s:3:"466";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:493;a:14:{s:2:"id";s:5:"10393";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png";s:12:"tmpl_created";s:10:"1548056682";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-5/?utm_source=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";s:2:"36";s:16:"popularity_index";s:3:"608";s:11:"trend_index";s:3:"522";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:494;a:14:{s:2:"id";s:5:"12805";s:5:"title";s:38:"Photography &#8211; B&#038;W Portraits";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png";s:12:"tmpl_created";s:10:"1582093481";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"36";s:16:"popularity_index";s:3:"645";s:11:"trend_index";s:3:"542";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:495;a:14:{s:2:"id";s:5:"13031";s:5:"title";s:33:"Photography &#8211; Vivid Parrots";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png";s:12:"tmpl_created";s:10:"1582093484";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","portfolio"]";s:10:"menu_order";s:2:"37";s:16:"popularity_index";s:3:"606";s:11:"trend_index";s:3:"504";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:496;a:14:{s:2:"id";s:5:"10579";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png";s:12:"tmpl_created";s:10:"1547967887";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-8/?utm_source=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";s:2:"38";s:16:"popularity_index";s:3:"639";s:11:"trend_index";s:3:"700";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:497;a:14:{s:2:"id";s:5:"12621";s:5:"title";s:26:"Magazine &#8211; Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png";s:12:"tmpl_created";s:10:"1579060604";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";s:2:"38";s:16:"popularity_index";s:3:"223";s:11:"trend_index";s:2:"78";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:498;a:14:{s:2:"id";s:5:"12352";s:5:"title";s:24:"Travel &#8211; Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png";s:12:"tmpl_created";s:10:"1575960464";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:2:"39";s:16:"popularity_index";s:3:"301";s:11:"trend_index";s:3:"196";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:499;a:14:{s:2:"id";s:5:"12400";s:5:"title";s:20:"Travel &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/12/About.png";s:12:"tmpl_created";s:10:"1575960441";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:2:"40";s:16:"popularity_index";s:3:"412";s:11:"trend_index";s:3:"477";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:500;a:14:{s:2:"id";s:5:"12479";s:5:"title";s:20:"Travel &#8211; Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png";s:12:"tmpl_created";s:10:"1575960474";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:2:"41";s:16:"popularity_index";s:3:"497";s:11:"trend_index";s:3:"626";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:501;a:14:{s:2:"id";s:5:"12466";s:5:"title";s:27:"Travel &#8211; Testimonials";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png";s:12:"tmpl_created";s:10:"1575960469";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:2:"42";s:16:"popularity_index";s:3:"508";s:11:"trend_index";s:3:"381";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:502;a:14:{s:2:"id";s:5:"10180";s:5:"title";s:21:"Fly In | Announcement";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png";s:12:"tmpl_created";s:10:"1548045309";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"43";s:16:"popularity_index";s:3:"611";s:11:"trend_index";s:3:"581";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:503;a:14:{s:2:"id";s:5:"12443";s:5:"title";s:22:"Travel &#8211; Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png";s:12:"tmpl_created";s:10:"1575960459";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:2:"43";s:16:"popularity_index";s:3:"453";s:11:"trend_index";s:3:"312";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:504;a:14:{s:2:"id";s:5:"12431";s:5:"title";s:18:"Travel &#8211; FAQ";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png";s:12:"tmpl_created";s:10:"1575960453";s:6:"author";s:9:"Elementor";s:3:"url";s:100:"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:2:"44";s:16:"popularity_index";s:3:"506";s:11:"trend_index";s:3:"424";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:505;a:14:{s:2:"id";s:5:"12421";s:5:"title";s:27:"Travel &#8211; Contact Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png";s:12:"tmpl_created";s:10:"1575960445";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";s:2:"45";s:16:"popularity_index";s:3:"529";s:11:"trend_index";s:3:"429";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:506;a:14:{s:2:"id";s:4:"9731";s:5:"title";s:26:"Classic | Sale | Promotion";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png";s:12:"tmpl_created";s:10:"1547976166";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/popups/classic-sale/?utm_source=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";s:2:"46";s:16:"popularity_index";s:3:"578";s:11:"trend_index";s:3:"646";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:507;a:14:{s:2:"id";s:5:"11763";s:5:"title";s:27:"Portfolio &#8211; Home Page";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png";s:12:"tmpl_created";s:10:"1569428959";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:2:"46";s:16:"popularity_index";s:3:"292";s:11:"trend_index";s:3:"230";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:508;a:14:{s:2:"id";s:5:"11781";s:5:"title";s:23:"Portfolio &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png";s:12:"tmpl_created";s:10:"1569428955";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:2:"47";s:16:"popularity_index";s:3:"354";s:11:"trend_index";s:3:"247";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:509;a:14:{s:2:"id";s:5:"11793";s:5:"title";s:26:"Portfolio &#8211; Projects";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png";s:12:"tmpl_created";s:10:"1569428951";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:2:"48";s:16:"popularity_index";s:3:"413";s:11:"trend_index";s:3:"325";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:510;a:14:{s:2:"id";s:5:"11800";s:5:"title";s:25:"Portfolio &#8211; Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png";s:12:"tmpl_created";s:10:"1569428946";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:2:"49";s:16:"popularity_index";s:3:"469";s:11:"trend_index";s:3:"406";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:511;a:14:{s:2:"id";s:4:"1634";s:5:"title";s:33:"Landing Page &#8211; Chiropractor";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png";s:12:"tmpl_created";s:10:"1494352119";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"50";s:16:"popularity_index";s:3:"207";s:11:"trend_index";s:3:"175";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:512;a:14:{s:2:"id";s:5:"11163";s:5:"title";s:32:"Digital Agency &#8211; Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png";s:12:"tmpl_created";s:10:"1564641877";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"50";s:16:"popularity_index";s:2:"75";s:11:"trend_index";s:2:"50";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:513;a:14:{s:2:"id";s:5:"12143";s:5:"title";s:22:"Law Firm &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/about.png";s:12:"tmpl_created";s:10:"1572847069";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"50";s:16:"popularity_index";s:3:"385";s:11:"trend_index";s:3:"201";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:514;a:14:{s:2:"id";s:5:"12091";s:5:"title";s:21:"Law Firm &#8211; Team";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/team.png";s:12:"tmpl_created";s:10:"1572847113";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"50";s:16:"popularity_index";s:3:"367";s:11:"trend_index";s:3:"181";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:515;a:14:{s:2:"id";s:4:"9139";s:5:"title";s:25:"Homepage &#8211; Business";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png";s:12:"tmpl_created";s:10:"1532949924";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:167:"["Agency","bootstrap","business","corporate","Landing Page","marketing campaign","marketing landing page","product launch","software","Startup","startup landing page"]";s:10:"menu_order";s:2:"50";s:16:"popularity_index";s:1:"6";s:11:"trend_index";s:1:"8";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:516;a:14:{s:2:"id";s:4:"1504";s:5:"title";s:33:"Landing Page &#8211; Mobile App 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png";s:12:"tmpl_created";s:10:"1494352112";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"51";s:16:"popularity_index";s:3:"161";s:11:"trend_index";s:3:"188";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:517;a:14:{s:2:"id";s:5:"11129";s:5:"title";s:28:"Digital Agency &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png";s:12:"tmpl_created";s:10:"1564641889";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"51";s:16:"popularity_index";s:3:"201";s:11:"trend_index";s:3:"218";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:518;a:14:{s:2:"id";s:5:"11572";s:5:"title";s:19:"Gym &#8211; Trainer";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png";s:12:"tmpl_created";s:10:"1567392934";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"51";s:16:"popularity_index";s:3:"537";s:11:"trend_index";s:3:"365";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:519;a:14:{s:2:"id";s:5:"12155";s:5:"title";s:26:"Law Firm &#8211; Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/home.png";s:12:"tmpl_created";s:10:"1572847054";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"51";s:16:"popularity_index";s:3:"231";s:11:"trend_index";s:3:"100";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:520;a:14:{s:2:"id";s:5:"12133";s:5:"title";s:24:"Law Firm &#8211; Careers";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/11/careers.png";s:12:"tmpl_created";s:10:"1572847078";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"51";s:16:"popularity_index";s:3:"560";s:11:"trend_index";s:3:"398";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:521;a:14:{s:2:"id";s:5:"12080";s:5:"title";s:24:"Law Firm &#8211; Partner";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png";s:12:"tmpl_created";s:10:"1572847120";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"51";s:16:"popularity_index";s:3:"549";s:11:"trend_index";s:3:"481";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:522;a:14:{s:2:"id";s:4:"1503";s:5:"title";s:33:"Landing Page &#8211; Mobile App 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png";s:12:"tmpl_created";s:10:"1494352113";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"52";s:16:"popularity_index";s:3:"163";s:11:"trend_index";s:3:"214";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:523;a:14:{s:2:"id";s:5:"11074";s:5:"title";s:31:"Digital Agency &#8211; Services";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png";s:12:"tmpl_created";s:10:"1564641872";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"52";s:16:"popularity_index";s:3:"170";s:11:"trend_index";s:3:"152";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:524;a:14:{s:2:"id";s:5:"11506";s:5:"title";s:19:"Gym &#8211; Classes";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png";s:12:"tmpl_created";s:10:"1567392930";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"52";s:16:"popularity_index";s:3:"516";s:11:"trend_index";s:3:"361";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:525;a:14:{s:2:"id";s:5:"12124";s:5:"title";s:25:"Law Firm &#8211; Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/11/services.png";s:12:"tmpl_created";s:10:"1572847096";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"52";s:16:"popularity_index";s:3:"434";s:11:"trend_index";s:3:"298";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:526;a:14:{s:2:"id";s:5:"12044";s:5:"title";s:24:"Law Firm &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png";s:12:"tmpl_created";s:10:"1572847130";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"52";s:16:"popularity_index";s:3:"450";s:11:"trend_index";s:3:"326";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:527;a:14:{s:2:"id";s:5:"11056";s:5:"title";s:35:"Digital Agency &#8211; Social Media";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png";s:12:"tmpl_created";s:10:"1564641867";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"53";s:16:"popularity_index";s:3:"298";s:11:"trend_index";s:3:"293";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:528;a:14:{s:2:"id";s:5:"11536";s:5:"title";s:19:"Gym &#8211; Fitness";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png";s:12:"tmpl_created";s:10:"1567392927";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"53";s:16:"popularity_index";s:3:"575";s:11:"trend_index";s:3:"534";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:529;a:14:{s:2:"id";s:5:"11545";s:5:"title";s:21:"Gym &#8211; Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png";s:12:"tmpl_created";s:10:"1567392943";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"53";s:16:"popularity_index";s:3:"320";s:11:"trend_index";s:3:"319";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:530;a:14:{s:2:"id";s:5:"12116";s:5:"title";s:24:"Law Firm &#8211; Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png";s:12:"tmpl_created";s:10:"1572847105";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"53";s:16:"popularity_index";s:3:"477";s:11:"trend_index";s:3:"411";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:531;a:14:{s:2:"id";s:5:"11094";s:5:"title";s:30:"Digital Agency &#8211; Clients";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png";s:12:"tmpl_created";s:10:"1564641885";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"54";s:16:"popularity_index";s:3:"401";s:11:"trend_index";s:3:"451";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:532;a:14:{s:2:"id";s:5:"11563";s:5:"title";s:19:"Gym &#8211; Pricing";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png";s:12:"tmpl_created";s:10:"1567392923";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"54";s:16:"popularity_index";s:3:"538";s:11:"trend_index";s:3:"455";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:533;a:14:{s:2:"id";s:5:"11478";s:5:"title";s:17:"Gym &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png";s:12:"tmpl_created";s:10:"1567392939";s:6:"author";s:9:"Elementor";s:3:"url";s:99:"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"54";s:16:"popularity_index";s:3:"462";s:11:"trend_index";s:3:"396";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:534;a:14:{s:2:"id";s:5:"10005";s:5:"title";s:38:"Fly In | Promotion | Spa | Body Lotion";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png";s:12:"tmpl_created";s:10:"1547844909";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"54";s:16:"popularity_index";s:3:"665";s:11:"trend_index";s:3:"680";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:535;a:14:{s:2:"id";s:5:"10424";s:5:"title";s:21:"Fly In | Announcement";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png";s:12:"tmpl_created";s:10:"1547961866";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"598";s:11:"trend_index";s:3:"630";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:536;a:14:{s:2:"id";s:5:"11034";s:5:"title";s:30:"Digital Agency &#8211; Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png";s:12:"tmpl_created";s:10:"1564641881";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"206";s:11:"trend_index";s:3:"128";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:537;a:14:{s:2:"id";s:5:"11528";s:5:"title";s:19:"Gym &#8211; Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png";s:12:"tmpl_created";s:10:"1567392917";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"501";s:11:"trend_index";s:3:"449";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:538;a:14:{s:2:"id";s:4:"9975";s:5:"title";s:24:"Fly In | Promotion | App";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png";s:12:"tmpl_created";s:10:"1547842284";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"686";s:11:"trend_index";s:3:"679";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:539;a:14:{s:2:"id";s:3:"487";s:5:"title";s:29:"Landing Page &#8211; Vacation";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0021.png";s:12:"tmpl_created";s:10:"1477388357";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"56";s:16:"popularity_index";s:2:"25";s:11:"trend_index";s:2:"87";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:540;a:14:{s:2:"id";s:3:"519";s:5:"title";s:24:"Homepage &#8211; Fitness";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0023.png";s:12:"tmpl_created";s:10:"1477388808";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:45:"["Fitness","Gym","Health","Homepage","Sport"]";s:10:"menu_order";s:2:"56";s:16:"popularity_index";s:1:"9";s:11:"trend_index";s:2:"35";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:541;a:14:{s:2:"id";s:5:"10067";s:5:"title";s:31:"Fly In | Announcement | Cookies";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png";s:12:"tmpl_created";s:10:"1547848075";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/fly-in-announcement/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"56";s:16:"popularity_index";s:3:"540";s:11:"trend_index";s:3:"601";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:542;a:14:{s:2:"id";s:3:"855";s:5:"title";s:37:"Landing Page &#8211; Personal Trainer";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png";s:12:"tmpl_created";s:10:"1494352061";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"57";s:16:"popularity_index";s:3:"262";s:11:"trend_index";s:3:"251";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:543;a:14:{s:2:"id";s:3:"955";s:5:"title";s:31:"Landing Page &#8211; Law Office";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png";s:12:"tmpl_created";s:10:"1494352069";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:31:"["Landing Page","Law","Office"]";s:10:"menu_order";s:2:"58";s:16:"popularity_index";s:3:"173";s:11:"trend_index";s:3:"255";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:544;a:14:{s:2:"id";s:5:"10329";s:5:"title";s:25:"Fly In | Sale | Promotion";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png";s:12:"tmpl_created";s:10:"1547893478";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"59";s:16:"popularity_index";s:3:"695";s:11:"trend_index";s:3:"643";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:545;a:14:{s:2:"id";s:4:"9373";s:5:"title";s:33:"Landing Page &#8211; Conference 5";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png";s:12:"tmpl_created";s:10:"1542811219";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"59";s:16:"popularity_index";s:3:"249";s:11:"trend_index";s:3:"367";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:546;a:14:{s:2:"id";s:3:"974";s:5:"title";s:28:"Landing Page &#8211; Stylist";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png";s:12:"tmpl_created";s:10:"1494352071";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:146:"["cosmetics","fashion","girly","hairdresser","lifestyle","makeup","manicure","pedicure","products","salon","Shop","skincare","stylist","wellness"]";s:10:"menu_order";s:2:"60";s:16:"popularity_index";s:3:"297";s:11:"trend_index";s:3:"358";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:547;a:14:{s:2:"id";s:4:"9650";s:5:"title";s:36:"Fly In | Register | Subscribe | Sale";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png";s:12:"tmpl_created";s:10:"1547007598";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"60";s:16:"popularity_index";s:3:"678";s:11:"trend_index";s:3:"699";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:548;a:14:{s:2:"id";s:5:"11948";s:5:"title";s:18:"Maintenance Mode 3";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png";s:12:"tmpl_created";s:10:"1572153978";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:2:"61";s:16:"popularity_index";s:3:"217";s:11:"trend_index";s:3:"131";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:549;a:14:{s:2:"id";s:3:"754";s:5:"title";s:25:"Services &#8211; Interior";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png";s:12:"tmpl_created";s:10:"1485269691";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"62";s:16:"popularity_index";s:3:"233";s:11:"trend_index";s:3:"371";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:550;a:14:{s:2:"id";s:3:"752";s:5:"title";s:24:"Contact &#8211; Interior";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png";s:12:"tmpl_created";s:10:"1485269737";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"63";s:16:"popularity_index";s:3:"302";s:11:"trend_index";s:3:"395";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:551;a:14:{s:2:"id";s:5:"10200";s:5:"title";s:33:"Full Screen | Content Lock | Wine";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png";s:12:"tmpl_created";s:10:"1548055635";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=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";s:2:"63";s:16:"popularity_index";s:3:"644";s:11:"trend_index";s:3:"675";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:552;a:14:{s:2:"id";s:3:"753";s:5:"title";s:22:"About &#8211; Interior";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png";s:12:"tmpl_created";s:10:"1485269710";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"64";s:16:"popularity_index";s:3:"286";s:11:"trend_index";s:3:"357";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:553;a:14:{s:2:"id";s:5:"10287";s:5:"title";s:34:"Full Screen | Register | Subscribe";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png";s:12:"tmpl_created";s:10:"1547994301";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-login-2/?utm_source=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";s:2:"64";s:16:"popularity_index";s:3:"550";s:11:"trend_index";s:3:"540";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:554;a:14:{s:2:"id";s:3:"751";s:5:"title";s:25:"Homepage &#8211; Interior";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png";s:12:"tmpl_created";s:10:"1485269743";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"65";s:16:"popularity_index";s:3:"242";s:11:"trend_index";s:3:"205";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:555;a:14:{s:2:"id";s:4:"2402";s:5:"title";s:32:"Homepage &#8211; Interior Design";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png";s:12:"tmpl_created";s:10:"1506441447";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:193:"["Architecture","building","business","Creative","exterior design","furniture design","Gallery","garden design","house","interior design","landscape design","multipurpose","portfolio","studio"]";s:10:"menu_order";s:2:"66";s:16:"popularity_index";s:2:"97";s:11:"trend_index";s:3:"185";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:556;a:14:{s:2:"id";s:4:"9889";s:5:"title";s:28:"Full Screen | Login | Cactus";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png";s:12:"tmpl_created";s:10:"1547838722";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/full-screen-login/?utm_source=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";s:2:"66";s:16:"popularity_index";s:3:"661";s:11:"trend_index";s:3:"698";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:557;a:14:{s:2:"id";s:4:"3626";s:5:"title";s:30:"Snowboard Site &#8211; Contact";s:9:"thumbnail";s:62:"https://library.elementor.com/wp-content/uploads/2017/12/3.png";s:12:"tmpl_created";s:10:"1513513193";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"67";s:16:"popularity_index";s:3:"253";s:11:"trend_index";s:3:"347";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:558;a:14:{s:2:"id";s:5:"10077";s:5:"title";s:29:"Fly In | Register | Subscribe";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png";s:12:"tmpl_created";s:10:"1547848197";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"67";s:16:"popularity_index";s:3:"496";s:11:"trend_index";s:3:"461";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:559;a:14:{s:2:"id";s:5:"11966";s:5:"title";s:18:"Maintenance mode 4";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png";s:12:"tmpl_created";s:10:"1572154274";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:2:"68";s:16:"popularity_index";s:3:"511";s:11:"trend_index";s:3:"295";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:560;a:14:{s:2:"id";s:5:"10362";s:5:"title";s:32:"Full Screen | Login | Restaurant";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png";s:12:"tmpl_created";s:10:"1548056253";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-login-3/?utm_source=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";s:2:"69";s:16:"popularity_index";s:3:"582";s:11:"trend_index";s:3:"545";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:561;a:14:{s:2:"id";s:4:"3632";s:5:"title";s:31:"Snowboard Site &#8211; Services";s:9:"thumbnail";s:62:"https://library.elementor.com/wp-content/uploads/2017/12/2.png";s:12:"tmpl_created";s:10:"1513513171";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"69";s:16:"popularity_index";s:3:"194";s:11:"trend_index";s:3:"193";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:562;a:14:{s:2:"id";s:4:"3619";s:5:"title";s:31:"Snowboard Site &#8211; Homepage";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2017/12/home.png";s:12:"tmpl_created";s:10:"1513513137";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"70";s:16:"popularity_index";s:3:"214";s:11:"trend_index";s:3:"310";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:563;a:14:{s:2:"id";s:5:"10454";s:5:"title";s:29:"Full Screen | Promotion | App";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png";s:12:"tmpl_created";s:10:"1548056896";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=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";s:2:"71";s:16:"popularity_index";s:3:"683";s:11:"trend_index";s:3:"648";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:564;a:14:{s:2:"id";s:4:"9425";s:5:"title";s:38:"Black Friday &#8211;  80&#8217;s style";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png";s:12:"tmpl_created";s:10:"1542901234";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"71";s:16:"popularity_index";s:3:"329";s:11:"trend_index";s:3:"583";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:565;a:14:{s:2:"id";s:5:"11973";s:5:"title";s:18:"Maintenance mode 5";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png";s:12:"tmpl_created";s:10:"1572154523";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:2:"72";s:16:"popularity_index";s:3:"466";s:11:"trend_index";s:3:"280";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:566;a:14:{s:2:"id";s:4:"9803";s:5:"title";s:41:"Full Screen | Register | Contact | Meetup";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png";s:12:"tmpl_created";s:10:"1547831298";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=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";s:2:"72";s:16:"popularity_index";s:3:"625";s:11:"trend_index";s:3:"618";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:567;a:14:{s:2:"id";s:5:"10611";s:5:"title";s:18:"Full Screen | Sale";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png";s:12:"tmpl_created";s:10:"1547968868";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/full-screen-sale/?utm_source=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";s:2:"73";s:16:"popularity_index";s:3:"687";s:11:"trend_index";s:3:"694";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:568;a:14:{s:2:"id";s:5:"10508";s:5:"title";s:25:"Full Screen | Welcome Mat";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png";s:12:"tmpl_created";s:10:"1547964711";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=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";s:2:"75";s:16:"popularity_index";s:3:"633";s:11:"trend_index";s:3:"590";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:569;a:14:{s:2:"id";s:4:"9934";s:5:"title";s:38:"Full Screen | Welcome Mat | Teddy Bear";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png";s:12:"tmpl_created";s:10:"1547841787";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=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";s:2:"76";s:16:"popularity_index";s:3:"602";s:11:"trend_index";s:3:"621";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:570;a:14:{s:2:"id";s:4:"9709";s:5:"title";s:25:"Full Screen | Welcome Mat";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png";s:12:"tmpl_created";s:10:"1547023834";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=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";s:2:"78";s:16:"popularity_index";s:3:"643";s:11:"trend_index";s:3:"644";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:571;a:14:{s:2:"id";s:4:"9671";s:5:"title";s:34:"Hello Bar | Announcement | Cookies";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png";s:12:"tmpl_created";s:10:"1547010259";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"79";s:16:"popularity_index";s:3:"581";s:11:"trend_index";s:3:"627";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:572;a:14:{s:2:"id";s:5:"10234";s:5:"title";s:38:"Hello Bar | Announcement | Maintenance";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png";s:12:"tmpl_created";s:10:"1548055049";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"80";s:16:"popularity_index";s:3:"667";s:11:"trend_index";s:3:"696";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:573;a:14:{s:2:"id";s:5:"11981";s:5:"title";s:18:"Maintenance mode 6";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png";s:12:"tmpl_created";s:10:"1572155125";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:2:"83";s:16:"popularity_index";s:3:"457";s:11:"trend_index";s:3:"304";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:574;a:14:{s:2:"id";s:4:"9869";s:5:"title";s:28:"Hello Bar | Promotion | Sale";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png";s:12:"tmpl_created";s:10:"1547837269";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"83";s:16:"popularity_index";s:3:"677";s:11:"trend_index";s:3:"683";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:575;a:14:{s:2:"id";s:5:"10539";s:5:"title";s:19:"Hello Bar | Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png";s:12:"tmpl_created";s:10:"1548056994";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"84";s:16:"popularity_index";s:3:"642";s:11:"trend_index";s:3:"612";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:576;a:14:{s:2:"id";s:3:"147";s:5:"title";s:20:"Homepage &#8211; App";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0004.png";s:12:"tmpl_created";s:10:"1470829868";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["App","Homepage"]";s:10:"menu_order";s:2:"87";s:16:"popularity_index";s:1:"3";s:11:"trend_index";s:2:"26";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:577;a:14:{s:2:"id";s:3:"777";s:5:"title";s:28:"Homepage &#8211; Coffee Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg";s:12:"tmpl_created";s:10:"1485273092";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:41:"["Coffee","Homepage","Restaurant","Shop"]";s:10:"menu_order";s:2:"88";s:16:"popularity_index";s:3:"149";s:11:"trend_index";s:3:"222";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:578;a:14:{s:2:"id";s:5:"10147";s:5:"title";s:34:"Hello Bar | Sale | Promotion | Pop";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png";s:12:"tmpl_created";s:10:"1548055522";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"89";s:16:"popularity_index";s:3:"681";s:11:"trend_index";s:3:"695";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:579;a:14:{s:2:"id";s:4:"2404";s:5:"title";s:24:"Homepage &#8211; Product";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/09/product.png";s:12:"tmpl_created";s:10:"1506441452";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:103:"["business","colorful","ecommerce","flat","mobile","modern","responsive","retina","Shop","woocommerce"]";s:10:"menu_order";s:2:"89";s:16:"popularity_index";s:3:"145";s:11:"trend_index";s:3:"257";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:580;a:14:{s:2:"id";s:3:"492";s:5:"title";s:25:"Homepage &#8211; Law firm";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0024.png";s:12:"tmpl_created";s:10:"1477388365";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["Firm","Homepage","Law"]";s:10:"menu_order";s:2:"90";s:16:"popularity_index";s:2:"12";s:11:"trend_index";s:2:"70";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:581;a:14:{s:2:"id";s:4:"9923";s:5:"title";s:23:"Slide In | Announcement";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png";s:12:"tmpl_created";s:10:"1547841537";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/slide-in-announcement/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"90";s:16:"popularity_index";s:3:"617";s:11:"trend_index";s:3:"634";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:582;a:14:{s:2:"id";s:5:"10117";s:5:"title";s:23:"Slide In | Announcement";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png";s:12:"tmpl_created";s:10:"1548066998";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"91";s:16:"popularity_index";s:3:"646";s:11:"trend_index";s:3:"656";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:583;a:14:{s:2:"id";s:4:"3451";s:5:"title";s:39:"Homepage &#8211; Goodness meal services";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png";s:12:"tmpl_created";s:10:"1512054116";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"91";s:16:"popularity_index";s:3:"225";s:11:"trend_index";s:3:"343";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:584;a:14:{s:2:"id";s:4:"2152";s:5:"title";s:26:"Homepage &#8211; Cake Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png";s:12:"tmpl_created";s:10:"1499774132";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Cake","Homepage","Restaurant","Shop"]";s:10:"menu_order";s:2:"92";s:16:"popularity_index";s:3:"338";s:11:"trend_index";s:3:"619";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:585;a:14:{s:2:"id";s:4:"9826";s:5:"title";s:33:"Slide In | Announcement | webinar";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png";s:12:"tmpl_created";s:10:"1547835513";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"92";s:16:"popularity_index";s:3:"656";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:586;a:14:{s:2:"id";s:4:"1068";s:5:"title";s:27:"Homepage &#8211; Copywriter";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png";s:12:"tmpl_created";s:10:"1488805928";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["Copywriter","Homepage"]";s:10:"menu_order";s:2:"93";s:16:"popularity_index";s:3:"212";s:11:"trend_index";s:3:"440";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:587;a:14:{s:2:"id";s:5:"10478";s:5:"title";s:18:"Slide In | Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png";s:12:"tmpl_created";s:10:"1548056829";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/slide-in-contact/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"93";s:16:"popularity_index";s:3:"547";s:11:"trend_index";s:3:"567";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:588;a:14:{s:2:"id";s:4:"2813";s:5:"title";s:32:"Homepage &#8211; Creative Agency";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png";s:12:"tmpl_created";s:10:"1509615049";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Agency","Creative","Homepage"]";s:10:"menu_order";s:2:"94";s:16:"popularity_index";s:3:"115";s:11:"trend_index";s:3:"184";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:589;a:14:{s:2:"id";s:3:"728";s:5:"title";s:33:"Homepage &#8211; Delivery Company";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg";s:12:"tmpl_created";s:10:"1485269993";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Delivery","Homepage"]";s:10:"menu_order";s:2:"95";s:16:"popularity_index";s:3:"281";s:11:"trend_index";s:3:"454";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:590;a:14:{s:2:"id";s:5:"10685";s:5:"title";s:32:"Hello Bar | Register | Subscribe";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png";s:12:"tmpl_created";s:10:"1547974729";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"96";s:16:"popularity_index";s:3:"629";s:11:"trend_index";s:3:"687";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:591;a:14:{s:2:"id";s:4:"2403";s:5:"title";s:29:"Homepage &#8211; Luxury Hotel";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png";s:12:"tmpl_created";s:10:"1506441428";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"96";s:16:"popularity_index";s:3:"266";s:11:"trend_index";s:3:"520";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:592;a:14:{s:2:"id";s:4:"1903";s:5:"title";s:20:"One Page &#8211; Spa";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2017/06/spa.png";s:12:"tmpl_created";s:10:"1496822325";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:132:"["beauty","care","girly","hair","Health","hospitality","massage","medical","parlor","physiotherapy","salon","spa","wellness","yoga"]";s:10:"menu_order";s:2:"97";s:16:"popularity_index";s:3:"185";s:11:"trend_index";s:3:"249";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:593;a:14:{s:2:"id";s:4:"2123";s:5:"title";s:33:"One Page &#8211; Architect Office";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/06/architect.png";s:12:"tmpl_created";s:10:"1499772989";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"98";s:16:"popularity_index";s:2:"11";s:11:"trend_index";s:2:"25";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:594;a:14:{s:2:"id";s:4:"9985";s:5:"title";s:20:"Slide In | Promotion";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png";s:12:"tmpl_created";s:10:"1547844661";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=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:2:"[]";s:10:"menu_order";s:2:"98";s:16:"popularity_index";s:3:"668";s:11:"trend_index";s:3:"654";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:595;a:14:{s:2:"id";s:4:"1888";s:5:"title";s:32:"One Page &#8211; Creative Meetup";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png";s:12:"tmpl_created";s:10:"1496822319";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"99";s:16:"popularity_index";s:3:"276";s:11:"trend_index";s:3:"478";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:596;a:14:{s:2:"id";s:4:"1891";s:5:"title";s:35:"One Page &#8211; Textile Convention";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png";s:12:"tmpl_created";s:10:"1496822323";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"100";s:16:"popularity_index";s:3:"405";s:11:"trend_index";s:3:"701";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:597;a:14:{s:2:"id";s:4:"1880";s:5:"title";s:24:"One Page &#8211; Wedding";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png";s:12:"tmpl_created";s:10:"1496822317";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["bride","ceremony","cute","event","fancy","girly","groom","guestbook","marriage"]";s:10:"menu_order";s:3:"101";s:16:"popularity_index";s:3:"451";s:11:"trend_index";s:3:"539";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:598;a:14:{s:2:"id";s:4:"1885";s:5:"title";s:29:"One Page &#8211; Yacht Rental";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png";s:12:"tmpl_created";s:10:"1496822321";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"102";s:16:"popularity_index";s:3:"205";s:11:"trend_index";s:3:"419";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:599;a:14:{s:2:"id";s:4:"2723";s:5:"title";s:34:"Portfolio &#8211; Graphic Designer";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png";s:12:"tmpl_created";s:10:"1509633883";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"103";s:16:"popularity_index";s:3:"186";s:11:"trend_index";s:3:"460";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:600;a:14:{s:2:"id";s:4:"2145";s:5:"title";s:30:"About &#8211; Delivery Company";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png";s:12:"tmpl_created";s:10:"1499774125";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:10:"["moving"]";s:10:"menu_order";s:3:"104";s:16:"popularity_index";s:3:"347";s:11:"trend_index";s:3:"502";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:601;a:14:{s:2:"id";s:4:"2155";s:5:"title";s:23:"About &#8211; Cake Shop";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png";s:12:"tmpl_created";s:10:"1499774130";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["Food"]";s:10:"menu_order";s:3:"105";s:16:"popularity_index";s:3:"394";s:11:"trend_index";s:3:"555";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:602;a:14:{s:2:"id";s:4:"9559";s:5:"title";s:16:"Slide In | Login";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png";s:12:"tmpl_created";s:10:"1546946547";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/slide-in-login-01/?utm_source=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:2:"[]";s:10:"menu_order";s:3:"105";s:16:"popularity_index";s:3:"544";s:11:"trend_index";s:3:"587";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:603;a:14:{s:2:"id";s:4:"1085";s:5:"title";s:21:"About &#8211; Startup";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png";s:12:"tmpl_created";s:10:"1488810874";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["About","Startup"]";s:10:"menu_order";s:3:"106";s:16:"popularity_index";s:1:"8";s:11:"trend_index";s:2:"12";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:604;a:14:{s:2:"id";s:3:"143";s:5:"title";s:22:"About &#8211; Personal";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0010.png";s:12:"tmpl_created";s:10:"1470820447";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["About","Personal"]";s:10:"menu_order";s:3:"107";s:16:"popularity_index";s:2:"23";s:11:"trend_index";s:2:"76";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:605;a:14:{s:2:"id";s:4:"9752";s:5:"title";s:27:"Slide In | Sale | Promotion";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png";s:12:"tmpl_created";s:10:"1547823982";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=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:2:"[]";s:10:"menu_order";s:3:"107";s:16:"popularity_index";s:3:"655";s:11:"trend_index";s:3:"678";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:606;a:14:{s:2:"id";s:3:"101";s:5:"title";s:16:"About &#8211; CV";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0018.png";s:12:"tmpl_created";s:10:"1470829785";s:6:"author";s:9:"Elementor";s:3:"url";s:98:"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:77:"["creative portfolio","Personal","portfolio","professional","resume","vcard"]";s:10:"menu_order";s:3:"108";s:16:"popularity_index";s:2:"44";s:11:"trend_index";s:3:"172";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:607;a:14:{s:2:"id";s:3:"140";s:5:"title";s:25:"About &#8211; Art Gallery";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0009.png";s:12:"tmpl_created";s:10:"1470820463";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["About","Art","Gallery"]";s:10:"menu_order";s:3:"109";s:16:"popularity_index";s:2:"17";s:11:"trend_index";s:2:"37";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:608;a:14:{s:2:"id";s:3:"213";s:5:"title";s:26:"About &#8211; Architecture";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0008.png";s:12:"tmpl_created";s:10:"1470829766";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:24:"["About","Architecture"]";s:10:"menu_order";s:3:"110";s:16:"popularity_index";s:2:"19";s:11:"trend_index";s:2:"72";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:609;a:14:{s:2:"id";s:4:"2802";s:5:"title";s:38:"Portfolio &#8211; Fashion Photographer";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png";s:12:"tmpl_created";s:10:"1509615440";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"111";s:16:"popularity_index";s:3:"216";s:11:"trend_index";s:3:"329";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:610;a:14:{s:2:"id";s:5:"10169";s:5:"title";s:37:"Slide In | Register | Subscribe | App";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png";s:12:"tmpl_created";s:10:"1547852334";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=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:2:"[]";s:10:"menu_order";s:3:"112";s:16:"popularity_index";s:3:"438";s:11:"trend_index";s:3:"635";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:611;a:14:{s:2:"id";s:4:"2828";s:5:"title";s:35:"Landing Page &#8211; Law Convention";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png";s:12:"tmpl_created";s:10:"1509631636";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:35:"["Convention","Landing Page","Law"]";s:10:"menu_order";s:3:"112";s:16:"popularity_index";s:3:"360";s:11:"trend_index";s:3:"497";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:612;a:14:{s:2:"id";s:4:"1461";s:5:"title";s:28:"Landing Page &#8211; Ebook 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png";s:12:"tmpl_created";s:10:"1494352121";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:127:"["App","author","book","brochure","download","e-book","ebook","marketing","product","publisher","sell online","seo","showcase"]";s:10:"menu_order";s:3:"113";s:16:"popularity_index";s:3:"351";s:11:"trend_index";s:3:"552";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:613;a:14:{s:2:"id";s:4:"1460";s:5:"title";s:28:"Landing Page &#8211; Ebook 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png";s:12:"tmpl_created";s:10:"1494352124";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"114";s:16:"popularity_index";s:3:"364";s:11:"trend_index";s:3:"452";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:614;a:14:{s:2:"id";s:4:"1459";s:5:"title";s:28:"Landing Page &#8211; Ebook 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png";s:12:"tmpl_created";s:10:"1494352125";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"115";s:16:"popularity_index";s:3:"236";s:11:"trend_index";s:3:"337";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:615;a:14:{s:2:"id";s:4:"9680";s:5:"title";s:23:"Slide In | Content Lock";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png";s:12:"tmpl_created";s:10:"1547010967";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=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:2:"[]";s:10:"menu_order";s:3:"115";s:16:"popularity_index";s:3:"649";s:11:"trend_index";s:3:"653";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:616;a:14:{s:2:"id";s:4:"1052";s:5:"title";s:33:"Landing Page &#8211; Mobile App 1";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2017/03/app.png";s:12:"tmpl_created";s:10:"1488810873";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"116";s:16:"popularity_index";s:2:"34";s:11:"trend_index";s:3:"112";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:617;a:14:{s:2:"id";s:4:"1505";s:5:"title";s:33:"Landing Page &#8211; Mobile App 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png";s:12:"tmpl_created";s:10:"1494352110";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"117";s:16:"popularity_index";s:3:"383";s:11:"trend_index";s:3:"448";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:618;a:14:{s:2:"id";s:4:"9783";s:5:"title";s:31:"Slide In | Register | Subscribe";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png";s:12:"tmpl_created";s:10:"1547831059";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=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:2:"[]";s:10:"menu_order";s:3:"117";s:16:"popularity_index";s:3:"493";s:11:"trend_index";s:3:"579";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:619;a:14:{s:2:"id";s:3:"726";s:5:"title";s:33:"Landing Page &#8211; Conference 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg";s:12:"tmpl_created";s:10:"1485270062";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"118";s:16:"popularity_index";s:3:"411";s:11:"trend_index";s:3:"593";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:620;a:14:{s:2:"id";s:4:"1613";s:5:"title";s:33:"Landing Page &#8211; Conference 2";s:9:"thumbnail";s:109:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png";s:12:"tmpl_created";s:10:"1494352129";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"119";s:16:"popularity_index";s:3:"437";s:11:"trend_index";s:3:"661";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:621;a:14:{s:2:"id";s:4:"1612";s:5:"title";s:33:"Landing Page &#8211; Conference 3";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png";s:12:"tmpl_created";s:10:"1494352127";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"120";s:16:"popularity_index";s:3:"465";s:11:"trend_index";s:3:"671";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:622;a:14:{s:2:"id";s:4:"1614";s:5:"title";s:33:"Landing Page &#8211; Conference 4";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png";s:12:"tmpl_created";s:10:"1494352131";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"121";s:16:"popularity_index";s:3:"372";s:11:"trend_index";s:3:"503";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:623;a:14:{s:2:"id";s:3:"906";s:5:"title";s:29:"Landing Page &#8211;  Coacher";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png";s:12:"tmpl_created";s:10:"1494352066";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"122";s:16:"popularity_index";s:3:"275";s:11:"trend_index";s:3:"514";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:624;a:14:{s:2:"id";s:3:"879";s:5:"title";s:41:"Landing Page &#8211; Financial Consultant";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png";s:12:"tmpl_created";s:10:"1494352064";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"123";s:16:"popularity_index";s:3:"283";s:11:"trend_index";s:3:"390";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:625;a:14:{s:2:"id";s:3:"926";s:5:"title";s:33:"Landing Page &#8211; Private Chef";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png";s:12:"tmpl_created";s:10:"1494352068";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"124";s:16:"popularity_index";s:3:"390";s:11:"trend_index";s:3:"568";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:626;a:14:{s:2:"id";s:4:"1032";s:5:"title";s:27:"Landing Page &#8211; Agency";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png";s:12:"tmpl_created";s:10:"1488810866";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"125";s:16:"popularity_index";s:3:"384";s:11:"trend_index";s:3:"548";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:627;a:14:{s:2:"id";s:3:"730";s:5:"title";s:24:"Landing Page &#8211; App";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg";s:12:"tmpl_created";s:10:"1485273430";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"126";s:16:"popularity_index";s:3:"353";s:11:"trend_index";s:3:"543";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:628;a:14:{s:2:"id";s:3:"643";s:5:"title";s:29:"Landing Page &#8211; Festival";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg";s:12:"tmpl_created";s:10:"1481549290";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"127";s:16:"popularity_index";s:3:"425";s:11:"trend_index";s:3:"659";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:629;a:14:{s:2:"id";s:3:"542";s:5:"title";s:28:"Landing Page &#8211; Wedding";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0025.png";s:12:"tmpl_created";s:10:"1477388484";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"128";s:16:"popularity_index";s:2:"93";s:11:"trend_index";s:3:"174";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:630;a:14:{s:2:"id";s:4:"1187";s:5:"title";s:32:"Landing Page &#8211; Photography";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png";s:12:"tmpl_created";s:10:"1490707385";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"129";s:16:"popularity_index";s:2:"45";s:11:"trend_index";s:3:"116";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:631;a:14:{s:2:"id";s:3:"641";s:5:"title";s:28:"Landing Page &#8211; Fashion";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg";s:12:"tmpl_created";s:10:"1481549264";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"130";s:16:"popularity_index";s:3:"319";s:11:"trend_index";s:3:"402";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:632;a:14:{s:2:"id";s:3:"189";s:5:"title";s:30:"Landing Page &#8211; Tourism 1";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0005.png";s:12:"tmpl_created";s:10:"1470820715";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"131";s:16:"popularity_index";s:2:"14";s:11:"trend_index";s:2:"55";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:633;a:14:{s:2:"id";s:4:"1547";s:5:"title";s:30:"Landing Page &#8211; Tourism 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png";s:12:"tmpl_created";s:10:"1494352115";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"132";s:16:"popularity_index";s:3:"333";s:11:"trend_index";s:3:"336";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:634;a:14:{s:2:"id";s:4:"1546";s:5:"title";s:30:"Landing Page &#8211; Tourism 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png";s:12:"tmpl_created";s:10:"1494352116";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"133";s:16:"popularity_index";s:3:"461";s:11:"trend_index";s:3:"623";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:635;a:14:{s:2:"id";s:4:"1545";s:5:"title";s:30:"Landing Page &#8211; Tourism 4";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png";s:12:"tmpl_created";s:10:"1494352118";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"134";s:16:"popularity_index";s:3:"366";s:11:"trend_index";s:3:"422";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:636;a:14:{s:2:"id";s:4:"2714";s:5:"title";s:30:"Landing Page &#8211; Tourism 5";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png";s:12:"tmpl_created";s:10:"1509631782";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"135";s:16:"popularity_index";s:3:"362";s:11:"trend_index";s:3:"475";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:637;a:14:{s:2:"id";s:3:"195";s:5:"title";s:28:"Landing Page &#8211; Product";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0006.png";s:12:"tmpl_created";s:10:"1470820765";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"136";s:16:"popularity_index";s:2:"55";s:11:"trend_index";s:3:"208";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:638;a:14:{s:2:"id";s:3:"197";s:5:"title";s:34:"Landing Page &#8211; Real Estate 1";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0007.png";s:12:"tmpl_created";s:10:"1470825711";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"137";s:16:"popularity_index";s:3:"131";s:11:"trend_index";s:3:"217";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:639;a:14:{s:2:"id";s:4:"1193";s:5:"title";s:34:"Landing Page &#8211; Real Estate 2";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png";s:12:"tmpl_created";s:10:"1490707422";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"138";s:16:"popularity_index";s:2:"67";s:11:"trend_index";s:3:"169";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:640;a:14:{s:2:"id";s:4:"1415";s:5:"title";s:34:"Landing Page &#8211; Real Estate 3";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png";s:12:"tmpl_created";s:10:"1494352106";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"139";s:16:"popularity_index";s:3:"350";s:11:"trend_index";s:3:"438";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:641;a:14:{s:2:"id";s:4:"1414";s:5:"title";s:34:"Landing Page &#8211; Real Estate 4";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png";s:12:"tmpl_created";s:10:"1494352107";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"140";s:16:"popularity_index";s:3:"486";s:11:"trend_index";s:3:"559";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:642;a:14:{s:2:"id";s:4:"1413";s:5:"title";s:34:"Landing Page &#8211; Real Estate 5";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png";s:12:"tmpl_created";s:10:"1494352109";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:134:"["Agent","business","clean","corporate","flat","google maps","homes","listing","modern","real estate","realestate","realtor","realty"]";s:10:"menu_order";s:3:"141";s:16:"popularity_index";s:3:"414";s:11:"trend_index";s:3:"498";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:643;a:14:{s:2:"id";s:4:"1573";s:5:"title";s:29:"Landing Page &#8211; Coupon 1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png";s:12:"tmpl_created";s:10:"1494352133";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"142";s:16:"popularity_index";s:3:"510";s:11:"trend_index";s:3:"639";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:644;a:14:{s:2:"id";s:4:"1572";s:5:"title";s:29:"Landing Page &#8211; Coupon 2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png";s:12:"tmpl_created";s:10:"1494352134";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"143";s:16:"popularity_index";s:3:"545";s:11:"trend_index";s:3:"636";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:645;a:14:{s:2:"id";s:4:"1570";s:5:"title";s:29:"Landing Page &#8211; Coupon 3";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png";s:12:"tmpl_created";s:10:"1494352136";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"144";s:16:"popularity_index";s:3:"585";s:11:"trend_index";s:3:"667";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:646;a:14:{s:2:"id";s:4:"1571";s:5:"title";s:29:"Landing Page &#8211; Coupon 4";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png";s:12:"tmpl_created";s:10:"1494352138";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"145";s:16:"popularity_index";s:3:"558";s:11:"trend_index";s:3:"663";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:647;a:14:{s:2:"id";s:3:"192";s:5:"title";s:28:"Landing Page &#8211; Webinar";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0015.png";s:12:"tmpl_created";s:10:"1470820734";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"146";s:16:"popularity_index";s:3:"118";s:11:"trend_index";s:3:"259";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:648;a:14:{s:2:"id";s:4:"2141";s:5:"title";s:32:"Contact &#8211; Delivery Company";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png";s:12:"tmpl_created";s:10:"1499774122";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"147";s:16:"popularity_index";s:3:"321";s:11:"trend_index";s:3:"495";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:649;a:14:{s:2:"id";s:3:"137";s:5:"title";s:22:"Contact &#8211; Modern";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0013.png";s:12:"tmpl_created";s:10:"1470829828";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"148";s:16:"popularity_index";s:2:"47";s:11:"trend_index";s:3:"104";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:650;a:14:{s:2:"id";s:3:"256";s:5:"title";s:26:"Contact &#8211; Restaurant";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0011.png";s:12:"tmpl_created";s:10:"1470829796";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"149";s:16:"popularity_index";s:3:"127";s:11:"trend_index";s:3:"235";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:651;a:14:{s:2:"id";s:4:"2150";s:5:"title";s:25:"Contact &#8211; Cake Shop";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png";s:12:"tmpl_created";s:10:"1499774127";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"150";s:16:"popularity_index";s:2:"66";s:11:"trend_index";s:3:"123";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:652;a:14:{s:2:"id";s:3:"223";s:5:"title";s:21:"Contact &#8211; Hotel";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0002.png";s:12:"tmpl_created";s:10:"1470820471";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"151";s:16:"popularity_index";s:3:"128";s:11:"trend_index";s:3:"287";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:653;a:14:{s:2:"id";s:2:"24";s:5:"title";s:25:"Contact &#8211; Corporate";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0012.png";s:12:"tmpl_created";s:10:"1470248619";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"152";s:16:"popularity_index";s:2:"13";s:11:"trend_index";s:2:"16";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:654;a:14:{s:2:"id";s:3:"184";s:5:"title";s:23:"Services &#8211; Moving";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0017.png";s:12:"tmpl_created";s:10:"1470829889";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"153";s:16:"popularity_index";s:2:"22";s:11:"trend_index";s:2:"58";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:655;a:14:{s:2:"id";s:3:"625";s:5:"title";s:31:"Services &#8211; Cake Shop Menu";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg";s:12:"tmpl_created";s:10:"1481549196";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"154";s:16:"popularity_index";s:3:"551";s:11:"trend_index";s:3:"655";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:656;a:14:{s:2:"id";s:3:"187";s:5:"title";s:20:"Services &#8211; Fun";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0001.png";s:12:"tmpl_created";s:10:"1470829892";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"155";s:16:"popularity_index";s:2:"76";s:11:"trend_index";s:3:"195";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:657;a:14:{s:2:"id";s:3:"238";s:5:"title";s:27:"Services &#8211; Consulting";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0014.png";s:12:"tmpl_created";s:10:"1470829865";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"156";s:16:"popularity_index";s:2:"21";s:11:"trend_index";s:2:"38";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:658;a:14:{s:2:"id";s:3:"647";s:5:"title";s:33:"Services &#8211; Coffee Shop Menu";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg";s:12:"tmpl_created";s:10:"1481549320";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"157";s:16:"popularity_index";s:3:"447";s:11:"trend_index";s:3:"547";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:659;a:14:{s:2:"id";s:4:"2138";s:5:"title";s:33:"Services &#8211; Delivery Company";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png";s:12:"tmpl_created";s:10:"1499774119";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"158";s:16:"popularity_index";s:3:"380";s:11:"trend_index";s:3:"554";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:660;a:14:{s:2:"id";s:3:"823";s:5:"title";s:19:"Pricing &#8211; App";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg";s:12:"tmpl_created";s:10:"1485272966";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"159";s:16:"popularity_index";s:3:"352";s:11:"trend_index";s:3:"444";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:661;a:14:{s:2:"id";s:3:"824";s:5:"title";s:24:"Pricing &#8211; Software";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png";s:12:"tmpl_created";s:10:"1485272900";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"160";s:16:"popularity_index";s:3:"365";s:11:"trend_index";s:3:"389";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:662;a:14:{s:2:"id";s:3:"825";s:5:"title";s:24:"Product &#8211; Speakers";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg";s:12:"tmpl_created";s:10:"1485272513";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"161";s:16:"popularity_index";s:3:"379";s:11:"trend_index";s:3:"342";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:663;a:14:{s:2:"id";s:3:"245";s:5:"title";s:21:"Product &#8211; Clean";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0020.png";s:12:"tmpl_created";s:10:"1470829876";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["fast","minimal","minimalistic","seo","simple"]";s:10:"menu_order";s:3:"162";s:16:"popularity_index";s:2:"81";s:11:"trend_index";s:3:"197";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:664;a:14:{s:2:"id";s:4:"1075";s:5:"title";s:19:"Shop &#8211; Sweets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png";s:12:"tmpl_created";s:10:"1488810871";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:154:"["bakery","beverage","business","cafe","candy bar","catering","delivery service","Food","online shop","pastry","Restaurant","store","sweet shop","sweets"]";s:10:"menu_order";s:3:"163";s:16:"popularity_index";s:2:"58";s:11:"trend_index";s:3:"145";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:665;a:14:{s:2:"id";s:4:"1051";s:5:"title";s:24:"Blog Post &#8211; Launch";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png";s:12:"tmpl_created";s:10:"1488810869";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:210:"["Agency","bootstrap","business","corporate","Landing Page","launch","marketing campaign","marketing landing page","marketing template landing page","product launch","software","Startup","startup landing page"]";s:10:"menu_order";s:3:"164";s:16:"popularity_index";s:2:"16";s:11:"trend_index";s:2:"21";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:666;a:14:{s:2:"id";s:4:"1245";s:5:"title";s:13:"Coming Soon 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png";s:12:"tmpl_created";s:10:"1491207184";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"165";s:16:"popularity_index";s:3:"261";s:11:"trend_index";s:3:"278";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:667;a:14:{s:2:"id";s:4:"1247";s:5:"title";s:13:"Coming Soon 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png";s:12:"tmpl_created";s:10:"1491207138";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"166";s:16:"popularity_index";s:2:"31";s:11:"trend_index";s:2:"54";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:668;a:14:{s:2:"id";s:4:"1248";s:5:"title";s:13:"Coming Soon 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png";s:12:"tmpl_created";s:10:"1491207050";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"167";s:16:"popularity_index";s:3:"387";s:11:"trend_index";s:3:"510";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:669;a:14:{s:2:"id";s:4:"1249";s:5:"title";s:13:"Coming Soon 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png";s:12:"tmpl_created";s:10:"1491207380";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"168";s:16:"popularity_index";s:3:"419";s:11:"trend_index";s:3:"530";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:670;a:14:{s:2:"id";s:4:"1250";s:5:"title";s:13:"Coming Soon 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png";s:12:"tmpl_created";s:10:"1491207450";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"169";s:16:"popularity_index";s:2:"70";s:11:"trend_index";s:3:"111";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:671;a:14:{s:2:"id";s:4:"1260";s:5:"title";s:18:"Maintenance Mode 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png";s:12:"tmpl_created";s:10:"1491207507";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:3:"170";s:16:"popularity_index";s:3:"442";s:11:"trend_index";s:3:"563";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:672;a:14:{s:2:"id";s:4:"1261";s:5:"title";s:18:"Maintenance Mode 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png";s:12:"tmpl_created";s:10:"1491207584";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:3:"171";s:16:"popularity_index";s:2:"74";s:11:"trend_index";s:3:"183";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:673;a:14:{s:2:"id";s:4:"1272";s:5:"title";s:13:"Coming Soon 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png";s:12:"tmpl_created";s:10:"1491207674";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"172";s:16:"popularity_index";s:3:"289";s:11:"trend_index";s:3:"289";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:674;a:14:{s:2:"id";s:4:"1279";s:5:"title";s:13:"Coming Soon 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png";s:12:"tmpl_created";s:10:"1491207756";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"173";s:16:"popularity_index";s:3:"137";s:11:"trend_index";s:3:"187";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:675;a:14:{s:2:"id";s:4:"1745";s:5:"title";s:14:"Coming Soon 10";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png";s:12:"tmpl_created";s:10:"1494849745";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"174";s:16:"popularity_index";s:3:"280";s:11:"trend_index";s:3:"277";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:676;a:14:{s:2:"id";s:4:"1742";s:5:"title";s:12:"Login Page 1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png";s:12:"tmpl_created";s:10:"1494849744";s:6:"author";s:9:"Elementor";s:3:"url";s:100:"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"175";s:16:"popularity_index";s:3:"409";s:11:"trend_index";s:3:"533";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:677;a:14:{s:2:"id";s:4:"1748";s:5:"title";s:12:"Login Page 2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png";s:12:"tmpl_created";s:10:"1494849742";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"176";s:16:"popularity_index";s:3:"294";s:11:"trend_index";s:3:"286";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:678;a:14:{s:2:"id";s:4:"3963";s:5:"title";s:32:"Restaurant Site &#8211; Homepage";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png";s:12:"tmpl_created";s:10:"1516284821";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"177";s:16:"popularity_index";s:3:"232";s:11:"trend_index";s:3:"231";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:679;a:14:{s:2:"id";s:4:"3969";s:5:"title";s:28:"Restaurant Site &#8211; Menu";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png";s:12:"tmpl_created";s:10:"1516284829";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"178";s:16:"popularity_index";s:3:"382";s:11:"trend_index";s:3:"558";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:680;a:14:{s:2:"id";s:4:"3966";s:5:"title";s:29:"Restaurant Site &#8211; About";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png";s:12:"tmpl_created";s:10:"1516284839";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"179";s:16:"popularity_index";s:3:"252";s:11:"trend_index";s:3:"345";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:681;a:14:{s:2:"id";s:4:"3972";s:5:"title";s:31:"Restaurant Site &#8211; Contact";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png";s:12:"tmpl_created";s:10:"1516284847";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"180";s:16:"popularity_index";s:3:"361";s:11:"trend_index";s:3:"450";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:682;a:14:{s:2:"id";s:4:"2080";s:5:"title";s:27:"Ski Resort &#8211; Homepage";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png";s:12:"tmpl_created";s:10:"1508161124";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"181";s:16:"popularity_index";s:3:"330";s:11:"trend_index";s:3:"467";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:683;a:14:{s:2:"id";s:4:"2088";s:5:"title";s:24:"Ski Resort &#8211; About";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png";s:12:"tmpl_created";s:10:"1508161129";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"182";s:16:"popularity_index";s:3:"408";s:11:"trend_index";s:3:"576";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:684;a:14:{s:2:"id";s:4:"2085";s:5:"title";s:27:"Ski Resort &#8211; Services";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png";s:12:"tmpl_created";s:10:"1508161134";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"183";s:16:"popularity_index";s:3:"535";s:11:"trend_index";s:3:"592";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:685;a:14:{s:2:"id";s:4:"2462";s:5:"title";s:23:"Architect &#8211; About";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png";s:12:"tmpl_created";s:10:"1508243317";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"184";s:16:"popularity_index";s:3:"327";s:11:"trend_index";s:3:"482";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:686;a:14:{s:2:"id";s:4:"2362";s:5:"title";s:26:"Architect &#8211; Projects";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png";s:12:"tmpl_created";s:10:"1508243335";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"185";s:16:"popularity_index";s:3:"393";s:11:"trend_index";s:3:"442";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:687;a:14:{s:2:"id";s:3:"614";s:5:"title";s:25:"Architect &#8211; Contact";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg";s:12:"tmpl_created";s:10:"1481549169";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"186";s:16:"popularity_index";s:3:"295";s:11:"trend_index";s:3:"456";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:688;a:14:{s:2:"id";s:4:"2126";s:5:"title";s:37:"Construction Company &#8211; Homepage";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png";s:12:"tmpl_created";s:10:"1508325849";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"187";s:16:"popularity_index";s:3:"278";s:11:"trend_index";s:3:"316";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:689;a:14:{s:2:"id";s:4:"2129";s:5:"title";s:34:"Construction Company &#8211; About";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png";s:12:"tmpl_created";s:10:"1508325881";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"188";s:16:"popularity_index";s:3:"303";s:11:"trend_index";s:3:"353";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:690;a:14:{s:2:"id";s:4:"2135";s:5:"title";s:36:"Construction Company &#8211; Contact";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png";s:12:"tmpl_created";s:10:"1508325922";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"189";s:16:"popularity_index";s:3:"345";s:11:"trend_index";s:3:"480";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:691;a:14:{s:2:"id";s:4:"2094";s:5:"title";s:28:"Plants Shop &#8211; Homepage";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png";s:12:"tmpl_created";s:10:"1509621053";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"190";s:16:"popularity_index";s:3:"272";s:11:"trend_index";s:3:"241";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:692;a:14:{s:2:"id";s:4:"2120";s:5:"title";s:25:"Plants Shop &#8211; About";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png";s:12:"tmpl_created";s:10:"1509631820";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"191";s:16:"popularity_index";s:3:"346";s:11:"trend_index";s:3:"382";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:693;a:14:{s:2:"id";s:4:"3153";s:5:"title";s:14:"Halloween Pack";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png";s:12:"tmpl_created";s:10:"1508950132";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"192";s:16:"popularity_index";s:3:"599";s:11:"trend_index";s:3:"697";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:694;a:14:{s:2:"id";s:4:"3338";s:5:"title";s:31:"Black Friday &#8211; Nature Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png";s:12:"tmpl_created";s:10:"1511203351";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"193";s:16:"popularity_index";s:3:"528";s:11:"trend_index";s:3:"622";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:695;a:14:{s:2:"id";s:4:"3339";s:5:"title";s:35:"Black Friday &#8211; Pop-Styled Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png";s:12:"tmpl_created";s:10:"1511203636";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"194";s:16:"popularity_index";s:3:"472";s:11:"trend_index";s:3:"629";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:696;a:14:{s:2:"id";s:4:"3335";s:5:"title";s:31:"Black Friday &#8211; Retail Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png";s:12:"tmpl_created";s:10:"1511203246";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"195";s:16:"popularity_index";s:3:"476";s:11:"trend_index";s:3:"609";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:697;a:14:{s:2:"id";s:4:"3340";s:5:"title";s:41:"Black Friday &#8211; Software Product Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png";s:12:"tmpl_created";s:10:"1511203713";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"196";s:16:"popularity_index";s:3:"443";s:11:"trend_index";s:3:"586";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:698;a:14:{s:2:"id";s:4:"3517";s:5:"title";s:27:"Christmas &#8211; Gift Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png";s:12:"tmpl_created";s:10:"1513877937";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"197";s:16:"popularity_index";s:3:"526";s:11:"trend_index";s:3:"641";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:699;a:14:{s:2:"id";s:4:"3734";s:5:"title";s:28:"Christmas &#8211; Car Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png";s:12:"tmpl_created";s:10:"1514197794";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"198";s:16:"popularity_index";s:3:"507";s:11:"trend_index";s:3:"605";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:700;a:14:{s:2:"id";s:4:"3764";s:5:"title";s:33:"Christmas &#8211; Interior Design";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png";s:12:"tmpl_created";s:10:"1514198234";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"199";s:16:"popularity_index";s:3:"483";s:11:"trend_index";s:3:"570";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:701;a:14:{s:2:"id";s:4:"3565";s:5:"title";s:27:"Christmas &#8211; Tree Shop";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png";s:12:"tmpl_created";s:10:"1514204382";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"200";s:16:"popularity_index";s:3:"404";s:11:"trend_index";s:3:"610";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:702;a:14:{s:2:"id";s:4:"3862";s:5:"title";s:35:"Christmas &#8211; Design Conference";s:9:"thumbnail";s:63:"https://library.elementor.com/wp-content/uploads/2017/12/q1.png";s:12:"tmpl_created";s:10:"1514206745";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"201";s:16:"popularity_index";s:3:"397";s:11:"trend_index";s:3:"501";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:703;a:14:{s:2:"id";s:4:"3777";s:5:"title";s:39:"Christmas &#8211; Snowboard Competition";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png";s:12:"tmpl_created";s:10:"1514205420";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"202";s:16:"popularity_index";s:3:"441";s:11:"trend_index";s:3:"572";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:704;a:14:{s:2:"id";s:3:"420";s:5:"title";s:11:"Hero UI Kit";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png";s:12:"tmpl_created";s:10:"1475067229";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"203";s:16:"popularity_index";s:2:"20";s:11:"trend_index";s:2:"89";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}}}', 'no');
INSERT INTO `wptm_options` VALUES
(283, 'elementor_remote_info_feed_data', 'a:5:{i:0;a:5:{s:5:"title";s:42:"Elementor Sites of the Month – June 2020";s:7:"excerpt";s:72:"Here are our top picks of Elementor sites for June 2020. Check them out!";s:7:"created";s:10:"1594200223";s:5:"badge";s:0:"";s:3:"url";s:118:"https://elementor.com/blog/showcase-june-2020/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:45:"The Complete Guide to WordPress Custom Fields";s:7:"excerpt";s:219:"Custom fields are one of the main keys to unlocking WordPress''s power. In this article, we will cover all the essentials, including how to use custom fields in WordPress and Elementor, and the best custom field plugins.";s:7:"created";s:10:"1594132244";s:5:"badge";s:0:"";s:3:"url";s:123:"https://elementor.com/blog/wordpress-custom-fields/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:69:"How to Create a Link in Bio Landing Page For Instagram With Elementor";s:7:"excerpt";s:269:"If you''re using Instagram to connect with your audience, Instagram only gives you one option to send visitors to your website - the link in your Instagram bio. In this post, you''ll learn how to use Elementor to create a dedicated link in bio landing page for Instagram.";s:7:"created";s:10:"1593689841";s:5:"badge";s:0:"";s:3:"url";s:160:"https://elementor.com/blog/create-link-in-bio-landing-page-for-instagram-with-elementor/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:3;a:5:{s:5:"title";s:47:"21 Best WooCommerce Plugins You Should be Using";s:7:"excerpt";s:234:"With thousands of options out there, how do you sift through them all and find the best WooCommerce plugins for your store? Worry not — We''ve gone through and curated 20+ plugins that can help your online store in different ways.​";s:7:"created";s:10:"1593608994";s:5:"badge";s:0:"";s:3:"url";s:119:"https://elementor.com/blog/woocommerce-plugins/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:4;a:5:{s:5:"title";s:41:"How to Create and Customize a Child Theme";s:7:"excerpt";s:207:"What is a child theme and why is it so important? In this post, we''ll give you the answers to those questions and show you step-by-step how to create and customize your own child theme using plugins or code.";s:7:"created";s:10:"1593430412";s:5:"badge";s:0:"";s:3:"url";s:121:"https://elementor.com/blog/wordpress-child-theme/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'no'),
(289, 'wpforms_review', 'a:2:{s:4:"time";i:1591710544;s:9:"dismissed";b:0;}', 'yes'),
(292, '_elementor_installed_time', '1591710572', 'yes'),
(311, 'wpforms_notifications', 'a:4:{s:6:"update";i:1591710616;s:4:"feed";a:0:{}s:6:"events";a:0:{}s:9:"dismissed";a:0:{}}', 'yes'),
(344, 'theme_mods_big-blue', 'a:14:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:2;}s:33:"pixassist_rating_notice_dismissed";b:0;s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:5;s:16:"header_textcolor";s:5:"blank";s:31:"big_blue_display_slider_setting";i:1;s:25:"big_blue_facebook_setting";s:11:"http://blah";s:24:"big_blue_youtube_setting";s:11:"http://blah";s:26:"big_blue_instagram_setting";s:11:"http://blah";s:22:"big_blue_email_setting";s:13:"blah@blah.com";s:16:"background_color";s:6:"00306b";s:12:"header_image";s:13:"remove-header";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1591711281;s:4:"data";a:5:{s:19:"wp_inactive_widgets";a:9:{i:0;s:6:"meta-4";i:1;s:8:"search-2";i:2;s:14:"recent-posts-2";i:3;s:17:"recent-comments-2";i:4;s:10:"archives-2";i:5;s:12:"categories-2";i:6;s:6:"meta-2";i:7;s:10:"calendar-3";i:8;s:6:"text-4";}s:18:"big-blue-sidebar-1";a:1:{i:0;s:6:"text-3";}s:26:"big-blue-footer-one-widget";a:0:{}s:26:"big-blue-footer-two-widget";a:0:{}s:28:"big-blue-footer-three-widget";a:0:{}}}}', 'yes'),
(345, 'widget_big_blue_recent_posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(352, 'theme_mods_shuttle-portfolio', 'a:7:{i:0;b:0;s:18:"nav_menu_locations";a:3:{s:15:"pre_header_menu";i:0;s:11:"header_menu";i:2;s:15:"sub_footer_menu";i:2;}s:33:"pixassist_rating_notice_dismissed";b:0;s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:58;s:27:"pixassist_new_theme_version";a:3:{s:11:"new_version";s:5:"0.0.1";s:7:"package";s:0:"";s:3:"url";s:0:"";}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1591715005;s:4:"data";a:10:{s:19:"wp_inactive_widgets";a:9:{i:0;s:6:"meta-4";i:1;s:8:"search-2";i:2;s:14:"recent-posts-2";i:3;s:17:"recent-comments-2";i:4;s:10:"archives-2";i:5;s:12:"categories-2";i:6;s:6:"meta-2";i:7;s:10:"calendar-3";i:8;s:6:"text-4";}s:9:"sidebar-1";a:1:{i:0;s:6:"text-3";}s:9:"footer-w1";a:0:{}s:9:"footer-w2";a:0:{}s:9:"footer-w3";a:0:{}s:9:"footer-w4";a:0:{}s:9:"footer-w5";a:0:{}s:9:"footer-w6";a:0:{}s:13:"sub-footer-w1";a:0:{}s:13:"sub-footer-w2";a:0:{}}}}', 'yes'),
(353, 'shuttle_redux_variables', 'a:34:{s:26:"shuttle_header_styleswitch";s:0:"";s:18:"shuttle_blog_style";s:0:"";s:25:"shuttle_blog_style1layout";s:0:"";s:25:"shuttle_blog_style2layout";s:0:"";s:26:"shuttle_styles_colorswitch";s:0:"";s:26:"shuttle_styles_colorcustom";s:0:"";s:25:"shuttle_styles_skinswitch";s:0:"";s:19:"shuttle_styles_skin";s:0:"";s:29:"shuttle_homepage_sliderswitch";s:7:"option4";s:35:"shuttle_homepage_sliderimage1_image";a:1:{s:3:"url";s:87:"http://stg.rayahin.com/wp-content/uploads/2020/06/Laidley-Tower-downtown-Charleston.jpg";}s:34:"shuttle_homepage_sliderpresetwidth";i:1;s:28:"shuttle_homepage_introswitch";b:1;s:28:"shuttle_homepage_introaction";s:6:"Hello!";s:34:"shuttle_homepage_introactionteaser";s:19:"This is the message";s:33:"shuttle_homepage_introactiontext1";s:12:"Go here now!";s:33:"shuttle_homepage_introactionlink1";s:7:"option1";s:33:"shuttle_homepage_introactionpage1";i:19;s:30:"shuttle_homepage_sectionswitch";i:1;s:27:"shuttle_header_stickyswitch";i:1;s:27:"shuttle_header_searchswitch";s:3:"off";s:21:"shuttle_footer_scroll";s:3:"off";s:27:"shuttle_header_socialswitch";i:1;s:33:"shuttle_header_socialswitchfooter";i:1;s:29:"shuttle_header_facebookswitch";i:1;s:27:"shuttle_header_facebooklink";s:10:"http://xyz";s:30:"shuttle_header_instagramswitch";i:1;s:28:"shuttle_header_instagramlink";s:10:"http://xyz";s:27:"shuttle_header_flickrswitch";i:1;s:25:"shuttle_header_flickrlink";s:10:"http://xyz";s:27:"shuttle_header_paypalswitch";i:1;s:25:"shuttle_header_paypallink";s:10:"http://xyz";s:28:"shuttle_header_youtubeswitch";i:1;s:26:"shuttle_header_youtubelink";s:10:"http://xyz";s:27:"shuttle_footer_widgetswitch";b:1;}', 'yes'),
(409, 'theme_mods_azuma', 'a:29:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:7:"primary";i:2;s:6:"footer";i:2;}s:33:"pixassist_rating_notice_dismissed";b:0;s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:57;s:16:"header_textcolor";s:5:"blank";s:15:"container_width";i:1200;s:16:"page_title_style";s:0:"";s:15:"woo_home_enable";i:1;s:8:"woo_home";a:1:{s:4:"tabs";s:43:"services:1,pagecontent:1,extrapagecontent:1";}s:19:"featured_page_link1";i:63;s:8:"hi_color";s:7:"#7f1919";s:9:"hi_color2";s:7:"#893c3c";s:19:"featured_page_icon1";s:11:"fa fa-cross";s:15:"font_site_title";s:25:"Maven Pro:400,500,700,900";s:8:"font_nav";s:25:"Maven Pro:400,500,700,900";s:12:"font_content";s:25:"Maven Pro:400,500,700,900";s:13:"font_headings";s:25:"Maven Pro:400,500,700,900";s:13:"fs_site_title";i:76;s:12:"header_image";s:97:"http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston-5.jpg";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:61;s:3:"url";s:97:"http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston-5.jpg";s:13:"thumbnail_url";s:97:"http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston-5.jpg";s:6:"height";i:500;s:5:"width";i:1920;}s:20:"fs_site_title_laptop";i:61;s:19:"featured_page_icon2";s:12:"fa fa-church";s:19:"featured_page_link2";i:65;s:19:"featured_page_icon3";s:16:"fa fa-smile-beam";s:19:"featured_page_link3";i:67;s:34:"pixassist_install_notice_dismissed";b:0;s:19:"homepage_extra_page";i:72;s:16:"background_color";s:6:"edebe6";}', 'yes'),
(461, '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'),
(462, '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'),
(463, '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'),
(464, 'elementor_active_kit', '79', 'yes'),
(466, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(467, 'elementor_controls_usage', 'a:2:{s:4:"page";a:4:{s:5:"image";a:2:{s:5:"count";i:4;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:4:{s:5:"image";i:4;s:10:"image_size";i:4;s:7:"link_to";i:1;s:5:"align";i:1;}}}}s:6:"column";a:2:{s:5:"count";i:5;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:2:{s:5:"count";i:2;s:8:"controls";a:1:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:11:"text-editor";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:22:"typography_line_height";i:1;s:25:"typography_letter_spacing";i:1;}}}}}s:7:"wp-page";a:5:{s:5:"image";a:2:{s:5:"count";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:6:{s:5:"image";i:4;s:10:"image_size";i:2;s:14:"caption_source";i:3;s:7:"caption";i:3;s:7:"link_to";i:1;s:4:"link";i:1;}}s:5:"style";a:2:{s:19:"section_style_image";a:3:{s:5:"width";i:1;s:5:"space";i:3;s:19:"image_border_radius";i:1;}s:21:"section_style_caption";a:2:{s:29:"caption_typography_typography";i:3;s:28:"caption_typography_font_size";i:3;}}}}s:6:"column";a:2:{s:5:"count";i:5;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:2:{s:5:"count";i:2;s:8:"controls";a:1:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:7:"heading";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:4:"size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:1:{s:11:"title_color";i:1;}}}}s:11:"text-editor";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:3:{s:21:"typography_typography";i:1;s:22:"typography_line_height";i:1;s:25:"typography_letter_spacing";i:1;}}}}}}', 'no'),
(501, '_elementor_global_css', 'a:5:{s:4:"time";i:1591818861;s:5:"fonts";a:2:{i:0;s:6:"Roboto";i:4;s:11:"Roboto Slab";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;b:0;}', 'yes'),
(517, '_transient_is_multi_author', '0', 'yes'),
(526, '_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-5.4.2.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-5.4.2.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-5.4.2-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-5.4.2-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.4.2";s:7:"version";s:5:"5.4.2";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1594748530;s:15:"version_checked";s:5:"5.4.2";s:12:"translations";a:0:{}}', 'no'),
(529, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:17:"david@rayahin.com";s:7:"version";s:5:"5.4.2";s:9:"timestamp";i:1591880483;}', 'no'),
(670, '_site_transient_timeout_theme_roots', '1594750330', 'no'),
(671, '_site_transient_theme_roots', 'a:14:{s:5:"azuma";s:7:"/themes";s:8:"big-blue";s:7:"/themes";s:11:"catch-vogue";s:7:"/themes";s:15:"hello-elementor";s:7:"/themes";s:8:"illusive";s:7:"/themes";s:8:"ivanicof";s:7:"/themes";s:8:"keenshot";s:7:"/themes";s:11:"pure-simple";s:7:"/themes";s:10:"rosa2-lite";s:7:"/themes";s:17:"shuttle-portfolio";s:7:"/themes";s:7:"shuttle";s:7:"/themes";s:14:"twentynineteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:12:"twentytwenty";s:7:"/themes";}', 'no'),
(672, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1594748530;s:7:"checked";a:14:{s:5:"azuma";s:5:"1.2.8";s:8:"big-blue";s:3:"1.9";s:11:"catch-vogue";s:3:"1.4";s:15:"hello-elementor";s:5:"2.3.0";s:8:"illusive";s:5:"1.5.8";s:8:"ivanicof";s:6:"1.0.17";s:8:"keenshot";s:5:"2.0.4";s:11:"pure-simple";s:5:"3.2.0";s:10:"rosa2-lite";s:5:"1.1.6";s:17:"shuttle-portfolio";s:5:"1.0.2";s:7:"shuttle";s:5:"1.2.8";s:14:"twentynineteen";s:3:"1.5";s:15:"twentyseventeen";s:3:"2.3";s:12:"twentytwenty";s:3:"1.2";}s:8:"response";a:6:{s:5:"azuma";a:6:{s:5:"theme";s:5:"azuma";s:11:"new_version";s:3:"1.3";s:3:"url";s:35:"https://wordpress.org/themes/azuma/";s:7:"package";s:51:"https://downloads.wordpress.org/theme/azuma.1.3.zip";s:8:"requires";s:3:"4.5";s:12:"requires_php";s:3:"5.6";}s:8:"big-blue";a:6:{s:5:"theme";s:8:"big-blue";s:11:"new_version";s:3:"2.0";s:3:"url";s:38:"https://wordpress.org/themes/big-blue/";s:7:"package";s:54:"https://downloads.wordpress.org/theme/big-blue.2.0.zip";s:8:"requires";s:3:"5.0";s:12:"requires_php";s:3:"7.0";}s:8:"illusive";a:6:{s:5:"theme";s:8:"illusive";s:11:"new_version";s:5:"1.5.9";s:3:"url";s:38:"https://wordpress.org/themes/illusive/";s:7:"package";s:56:"https://downloads.wordpress.org/theme/illusive.1.5.9.zip";s:8:"requires";b:0;s:12:"requires_php";b:0;}s:8:"ivanicof";a:6:{s:5:"theme";s:8:"ivanicof";s:11:"new_version";s:6:"1.0.18";s:3:"url";s:38:"https://wordpress.org/themes/ivanicof/";s:7:"package";s:57:"https://downloads.wordpress.org/theme/ivanicof.1.0.18.zip";s:8:"requires";s:3:"4.5";s:12:"requires_php";s:3:"5.0";}s:14:"twentynineteen";a:6:{s:5:"theme";s:14:"twentynineteen";s:11:"new_version";s:3:"1.6";s:3:"url";s:44:"https://wordpress.org/themes/twentynineteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentynineteen.1.6.zip";s:8:"requires";s:5:"4.9.6";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:"1.4";s:3:"url";s:42:"https://wordpress.org/themes/twentytwenty/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwenty.1.4.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}}s:12:"translations";a:0:{}}', 'no'),
(673, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1594748530;s:7:"checked";a:2:{s:19:"akismet/akismet.php";s:5:"4.1.5";s:23:"elementor/elementor.php";s:6:"2.9.11";}s:8:"response";a:2:{s:19:"akismet/akismet.php";O:8:"stdClass":12:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"4.1.6";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.1.6.zip";s:5:"icons";a:2:{s:2:"2x";s:59:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272";s:2:"1x";s:59:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272";}s:7:"banners";a:1:{s:2:"1x";s:61:"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"5.4.2";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:23:"elementor/elementor.php";O:8:"stdClass":12:{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:6:"2.9.13";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/elementor.2.9.13.zip";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"5.4.2";s:12:"requires_php";s:3:"5.6";s:13:"compatibility";O:8:"stdClass":0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:0:{}}', 'no'),
(675, '_transient_timeout_elementor_remote_info_api_data_2.9.11', '1594792617', 'no'),
(676, '_transient_elementor_remote_info_api_data_2.9.11', 'a:4:{s:9:"timestamp";i:1594747692;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:59:{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: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:47;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:48;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:49;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:50;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:51;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:52;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:53;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:54;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:55;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:56;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:57;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:58;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:6:"2.9.13";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/elementor.2.9.13.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:3:"5.4";s:12:"requires_php";s:3:"5.6";}s:10:"conditions";a:1:{i:0;a:1:{i:0;a:3:{s:4:"type";s:8:"language";s:9:"languages";a:6:{i:0;s:5:"he_IL";i:1;s:5:"en_GB";i:2;s:5:"en_NZ";i:3;s:5:"en_ZA";i:4;s:5:"en_AU";i:5;s:5:"en_CA";}s:8:"operator";s:2:"in";}}}}}', 'no'),
(677, '_site_transient_timeout_available_translations', '1594760236', 'no'),
(678, '_site_transient_available_translations', 'a:122:{s:2:"af";a:8:{s:8:"language";s:2:"af";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-14 06:20:07";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/af.zip";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}}s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-07 23:13:26";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/ar.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:3:"ary";a:8:{s:8:"language";s:3:"ary";s:7:"version";s:5:"4.7.7";s:7:"updated";s:19:"2017-01-26 15:42:35";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:2:"as";a:8:{s:8:"language";s:2:"as";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-22 18:59:07";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমীয়া";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/as.zip";s:3:"iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:3:"azb";a:8:{s:8:"language";s:3:"azb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-12 20:34:31";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"az";a:8:{s:8:"language";s:2:"az";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-06 00:09:27";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/az.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}}s:3:"bel";a:8:{s:8:"language";s:3:"bel";s:7:"version";s:6:"4.9.15";s:7:"updated";s:19:"2019-10-29 07:54:22";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.9.15/bel.zip";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}}s:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:5:"5.3.3";s:7:"updated";s:19:"2020-01-22 10:57:09";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.3.3/bg_BG.zip";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:12:"Напред";}}s:5:"bn_BD";a:8:{s:8:"language";s:5:"bn_BD";s:7:"version";s:6:"4.8.14";s:7:"updated";s:19:"2017-10-01 12:57:10";s:12:"english_name";s:20:"Bengali (Bangladesh)";s:11:"native_name";s:15:"বাংলা";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.8.14/bn_BD.zip";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}}s:2:"bo";a:8:{s:8:"language";s:2:"bo";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 06:57:24";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/bo.zip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:33:"མུ་མཐུད་དུ།";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-17 11:59:40";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/bs_BA.zip";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:2:"ca";a:8:{s:8:"language";s:2:"ca";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-27 07:15:52";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/ca.zip";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:3:"ceb";a:8:{s:8:"language";s:3:"ceb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-02 17:25:51";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}}s:5:"cs_CZ";a:8:{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"5.3.4";s:7:"updated";s:19:"2020-06-11 08:59:48";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:9:"Čeština";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.3.4/cs_CZ.zip";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-10 08:55:00";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/cy.zip";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}}s:5:"da_DK";a:8:{s:8:"language";s:5:"da_DK";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-05-20 09:36:00";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/da_DK.zip";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsæt";}}s:5:"de_CH";a:8:{s:8:"language";s:5:"de_CH";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-19 09:59:11";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-19 09:59:34";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:7:"package";s:73:"https://downloads.wordpress.org/translation/core/5.4.2/de_CH_informal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_AT";a:8:{s:8:"language";s:5:"de_AT";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-17 18:22:34";s:12:"english_name";s:16:"German (Austria)";s:11:"native_name";s:21:"Deutsch (Österreich)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/de_AT.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 18:14:04";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/5.4.2/de_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 18:12:26";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:3:"dzo";a:8:{s:8:"language";s:3:"dzo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-06-29 08:59:03";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རྫོང་ཁ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 15:27:00";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/el.zip";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}}s:5:"en_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-18 22:29:32";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/en_CA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 05:40:20";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/en_ZA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-07 21:16:04";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/en_GB.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-03-31 22:29:33";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/en_NZ.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-03-30 09:33:04";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/en_AU.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-07 12:15:57";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/eo.zip";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}}s:5:"es_CR";a:8:{s:8:"language";s:5:"es_CR";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-23 16:46:04";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:22:"Español de Costa Rica";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/es_CR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-07 21:12:53";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/es_VE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PE";a:8:{s:8:"language";s:5:"es_PE";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-01 18:27:50";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/es_PE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CO";a:8:{s:8:"language";s:5:"es_CO";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 20:42:40";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/es_CO.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-13 17:18:54";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/es_ES.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-07 22:49:02";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/es_AR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-09 08:55:58";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/es_CL.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PR";a:8:{s:8:"language";s:5:"es_PR";s:7:"version";s:5:"5.4.1";s:7:"updated";s:19:"2020-04-29 15:36:59";s:12:"english_name";s:21:"Spanish (Puerto Rico)";s:11:"native_name";s:23:"Español de Puerto Rico";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.1/es_PR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_UY";a:8:{s:8:"language";s:5:"es_UY";s:7:"version";s:5:"5.3.2";s:7:"updated";s:19:"2019-11-12 04:43:11";s:12:"english_name";s:17:"Spanish (Uruguay)";s:11:"native_name";s:19:"Español de Uruguay";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.3.2/es_UY.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:3:"5.1";s:7:"updated";s:19:"2019-03-02 06:35:01";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-07 22:47:39";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/es_MX.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"et";a:8:{s:8:"language";s:2:"et";s:7:"version";s:9:"5.0-beta3";s:7:"updated";s:19:"2018-11-28 16:04:33";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.0-beta3/et.zip";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}}s:2:"eu";a:8:{s:8:"language";s:2:"eu";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 09:16:23";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/eu.zip";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}}s:5:"fa_IR";a:8:{s:8:"language";s:5:"fa_IR";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 04:56:54";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/fa_IR.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:2:"fi";a:8:{s:8:"language";s:2:"fi";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-10 15:26:09";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/fi.zip";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}}s:5:"fr_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-01 12:25:22";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/fr_BE.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-12 17:47:00";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/fr_FR.zip";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-05-26 21:16:26";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/fr_CA.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:3:"fur";a:8:{s:8:"language";s:3:"fur";s:7:"version";s:5:"4.8.6";s:7:"updated";s:19:"2018-01-29 17:32:35";s:12:"english_name";s:8:"Friulian";s:11:"native_name";s:8:"Friulian";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip";s:3:"iso";a:2:{i:2;s:3:"fur";i:3;s:3:"fur";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"gd";a:8:{s:8:"language";s:2:"gd";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-08-23 17:41:37";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}}s:5:"gl_ES";a:8:{s:8:"language";s:5:"gl_ES";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-07 22:38:20";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/gl_ES.zip";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"gu";a:8:{s:8:"language";s:2:"gu";s:7:"version";s:5:"4.9.8";s:7:"updated";s:19:"2018-09-14 12:33:48";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}}s:3:"haz";a:8:{s:8:"language";s:3:"haz";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-05 00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"he_IL";a:8:{s:8:"language";s:5:"he_IL";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 17:25:52";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:8:"המשך";}}s:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:5:"4.9.7";s:7:"updated";s:19:"2018-06-17 09:33:44";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:12:"जारी";}}s:2:"hr";a:8:{s:8:"language";s:2:"hr";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-05 20:35:18";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/hr.zip";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:3:"hsb";a:8:{s:8:"language";s:3:"hsb";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-14 13:42:05";s:12:"english_name";s:13:"Upper Sorbian";s:11:"native_name";s:17:"Hornjoserbšćina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.4.2/hsb.zip";s:3:"iso";a:2:{i:2;s:3:"hsb";i:3;s:3:"hsb";}s:7:"strings";a:1:{s:8:"continue";s:4:"Dale";}}s:5:"hu_HU";a:8:{s:8:"language";s:5:"hu_HU";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-03 10:58:08";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/hu_HU.zip";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:10:"Folytatás";}}s:2:"hy";a:8:{s:8:"language";s:2:"hy";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-03 16:21:10";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}}s:5:"id_ID";a:8:{s:8:"language";s:5:"id_ID";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-11 05:59:40";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/id_ID.zip";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}}s:5:"is_IS";a:8:{s:8:"language";s:5:"is_IS";s:7:"version";s:6:"4.7.11";s:7:"updated";s:19:"2018-09-20 11:13:37";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}}s:5:"it_IT";a:8:{s:8:"language";s:5:"it_IT";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 15:48:24";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/it_IT.zip";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:2:"ja";a:8:{s:8:"language";s:2:"ja";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 08:23:23";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/ja.zip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:6:"次へ";}}s:5:"jv_ID";a:8:{s:8:"language";s:5:"jv_ID";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-24 13:53:29";s:12:"english_name";s:8:"Javanese";s:11:"native_name";s:9:"Basa Jawa";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip";s:3:"iso";a:2:{i:1;s:2:"jv";i:2;s:3:"jav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Nerusaké";}}s:5:"ka_GE";a:8:{s:8:"language";s:5:"ka_GE";s:7:"version";s:5:"5.4.1";s:7:"updated";s:19:"2020-04-30 07:54:16";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.1/ka_GE.zip";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}}s:3:"kab";a:8:{s:8:"language";s:3:"kab";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 06:32:24";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.4.2/kab.zip";s:3:"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:{s:8:"continue";s:6:"Kemmel";}}s:2:"kk";a:8:{s:8:"language";s:2:"kk";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-12 08:08:32";s:12:"english_name";s:6:"Kazakh";s:11:"native_name";s:19:"Қазақ тілі";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip";s:3:"iso";a:2:{i:1;s:2:"kk";i:2;s:3:"kaz";}s:7:"strings";a:1:{s:8:"continue";s:20:"Жалғастыру";}}s:2:"km";a:8:{s:8:"language";s:2:"km";s:7:"version";s:5:"5.0.3";s:7:"updated";s:19:"2019-01-09 07:34:10";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភាសាខ្មែរ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.0.3/km.zip";s:3:"iso";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:{s:8:"continue";s:12:"បន្ត";}}s:2:"kn";a:8:{s:8:"language";s:2:"kn";s:7:"version";s:6:"4.9.15";s:7:"updated";s:19:"2019-12-04 12:22:34";s:12:"english_name";s:7:"Kannada";s:11:"native_name";s:15:"ಕನ್ನಡ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.15/kn.zip";s:3:"iso";a:2:{i:1;s:2:"kn";i:2;s:3:"kan";}s:7:"strings";a:1:{s:8:"continue";s:30:"ಮುಂದುವರೆಸಿ";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:5:"5.3.4";s:7:"updated";s:19:"2020-05-21 16:29:57";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.3.4/ko_KR.zip";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}}s:3:"ckb";a:8:{s:8:"language";s:3:"ckb";s:7:"version";s:5:"4.9.9";s:7:"updated";s:19:"2018-12-18 14:32:44";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"كوردی‎";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.9/ckb.zip";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:{s:8:"continue";s:30:"به‌رده‌وام به‌";}}s:2:"lo";a:8:{s:8:"language";s:2:"lo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 09:59:23";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາລາວ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:{s:8:"continue";s:18:"ຕໍ່​ໄປ";}}s:5:"lt_LT";a:8:{s:8:"language";s:5:"lt_LT";s:7:"version";s:5:"5.2.7";s:7:"updated";s:19:"2020-07-14 08:45:32";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.2.7/lt_LT.zip";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}}s:2:"lv";a:8:{s:8:"language";s:2:"lv";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-14 08:34:14";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/lv.zip";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}}s:5:"mk_MK";a:8:{s:8:"language";s:5:"mk_MK";s:7:"version";s:5:"5.2.3";s:7:"updated";s:19:"2019-09-08 12:57:25";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.2.3/mk_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}}s:5:"ml_IN";a:8:{s:8:"language";s:5:"ml_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:43:32";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയാളം";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:{s:8:"continue";s:18:"തുടരുക";}}s:2:"mn";a:8:{s:8:"language";s:2:"mn";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-12 07:29:35";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip";s:3:"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:{s:8:"continue";s:24:"Үргэлжлүүлэх";}}s:2:"mr";a:8:{s:8:"language";s:2:"mr";s:7:"version";s:6:"4.8.14";s:7:"updated";s:19:"2018-02-13 07:38:55";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8.14/mr.zip";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}}s:5:"ms_MY";a:8:{s:8:"language";s:5:"ms_MY";s:7:"version";s:6:"4.9.15";s:7:"updated";s:19:"2018-08-31 11:57:07";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.9.15/ms_MY.zip";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}}s:5:"my_MM";a:8:{s:8:"language";s:5:"my_MM";s:7:"version";s:6:"4.1.20";s:7:"updated";s:19:"2015-03-26 15:57:42";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ဆောင်ပါ။";}}s:5:"nb_NO";a:8:{s:8:"language";s:5:"nb_NO";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-07 22:48:25";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/nb_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}}s:5:"ne_NP";a:8:{s:8:"language";s:5:"ne_NP";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-03-27 10:30:26";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नेपाली";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip";s:3:"iso";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:43:"जारी राख्नुहोस्";}}s:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 07:06:32";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/5.4.2/nl_NL_formal.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_BE";a:8:{s:8:"language";s:5:"nl_BE";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-11 14:56:43";s:12:"english_name";s:15:"Dutch (Belgium)";s:11:"native_name";s:20:"Nederlands (België)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/nl_BE.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-13 19:54:12";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/nl_NL.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:5:"5.3.3";s:7:"updated";s:19:"2020-01-01 08:53:00";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.3.3/nn_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}}s:3:"oci";a:8:{s:8:"language";s:3:"oci";s:7:"version";s:5:"4.8.3";s:7:"updated";s:19:"2017-08-25 10:03:08";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}}s:5:"pa_IN";a:8:{s:8:"language";s:5:"pa_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-16 05:19:43";s:12:"english_name";s:7:"Punjabi";s:11:"native_name";s:18:"ਪੰਜਾਬੀ";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip";s:3:"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਾਰੀ ਰੱਖੋ";}}s:5:"pl_PL";a:8:{s:8:"language";s:5:"pl_PL";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-09 06:38:25";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/pl_PL.zip";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}}s:2:"ps";a:8:{s:8:"language";s:2:"ps";s:7:"version";s:6:"4.1.20";s:7:"updated";s:19:"2015-03-29 22:19:48";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:19:"دوام ورکړه";}}s:10:"pt_PT_ao90";a:8:{s:8:"language";s:10:"pt_PT_ao90";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 10:35:41";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:7:"package";s:69:"https://downloads.wordpress.org/translation/core/5.4.2/pt_PT_ao90.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 10:25:22";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/pt_PT.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_BR";a:8:{s:8:"language";s:5:"pt_BR";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 16:20:44";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/pt_BR.zip";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_AO";a:8:{s:8:"language";s:5:"pt_AO";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-01 11:09:51";s:12:"english_name";s:19:"Portuguese (Angola)";s:11:"native_name";s:20:"Português de Angola";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/pt_AO.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:3:"rhg";a:8:{s:8:"language";s:3:"rhg";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-16 13:03:18";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip";s:3:"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"ro_RO";a:8:{s:8:"language";s:5:"ro_RO";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-13 14:08:04";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/ro_RO.zip";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}}s:5:"ru_RU";a:8:{s:8:"language";s:5:"ru_RU";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-07 21:07:04";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/ru_RU.zip";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}}s:3:"sah";a:8:{s:8:"language";s:3:"sah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-21 02:06:41";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip";s:3:"iso";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:{s:8:"continue";s:12:"Салҕаа";}}s:3:"snd";a:8:{s:8:"language";s:3:"snd";s:7:"version";s:3:"5.3";s:7:"updated";s:19:"2019-11-12 04:37:38";s:12:"english_name";s:6:"Sindhi";s:11:"native_name";s:8:"سنڌي";s:7:"package";s:60:"https://downloads.wordpress.org/translation/core/5.3/snd.zip";s:3:"iso";a:3:{i:1;s:2:"sd";i:2;s:3:"snd";i:3;s:3:"snd";}s:7:"strings";a:1:{s:8:"continue";s:15:"اڳتي هلو";}}s:5:"si_LK";a:8:{s:8:"language";s:5:"si_LK";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 06:00:52";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සිංහල";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip";s:3:"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:{s:8:"continue";s:44:"දිගටම කරගෙන යන්න";}}s:5:"sk_SK";a:8:{s:8:"language";s:5:"sk_SK";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-14 13:57:15";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/sk_SK.zip";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}}s:3:"skr";a:8:{s:8:"language";s:3:"skr";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-05-27 17:42:38";s:12:"english_name";s:7:"Saraiki";s:11:"native_name";s:14:"سرائیکی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.4.2/skr.zip";s:3:"iso";a:1:{i:3;s:3:"skr";}s:7:"strings";a:1:{s:8:"continue";s:17:"جاری رکھو";}}s:5:"sl_SI";a:8:{s:8:"language";s:5:"sl_SI";s:7:"version";s:5:"4.9.2";s:7:"updated";s:19:"2018-01-04 13:33:13";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:8:"Nadaljuj";}}s:2:"sq";a:8:{s:8:"language";s:2:"sq";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-05-29 15:07:21";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/sq.zip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}}s:5:"sr_RS";a:8:{s:8:"language";s:5:"sr_RS";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-04-01 01:42:23";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/sr_RS.zip";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}}s:5:"sv_SE";a:8:{s:8:"language";s:5:"sv_SE";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-12 10:54:20";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/sv_SE.zip";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}}s:2:"sw";a:8:{s:8:"language";s:2:"sw";s:7:"version";s:5:"5.2.6";s:7:"updated";s:19:"2019-10-22 00:19:41";s:12:"english_name";s:7:"Swahili";s:11:"native_name";s:9:"Kiswahili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.2.6/sw.zip";s:3:"iso";a:2:{i:1;s:2:"sw";i:2;s:3:"swa";}s:7:"strings";a:1:{s:8:"continue";s:7:"Endelea";}}s:3:"szl";a:8:{s:8:"language";s:3:"szl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-24 19:58:14";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}}s:5:"ta_IN";a:8:{s:8:"language";s:5:"ta_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:22:47";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"தமிழ்";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:24:"தொடரவும்";}}s:2:"te";a:8:{s:8:"language";s:2:"te";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26 15:47:39";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తెలుగు";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/te.zip";s:3:"iso";a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:{s:8:"continue";s:30:"కొనసాగించు";}}s:2:"th";a:8:{s:8:"language";s:2:"th";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-06-04 18:21:20";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/th.zip";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}}s:2:"tl";a:8:{s:8:"language";s:2:"tl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-30 02:38:08";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}}s:5:"tr_TR";a:8:{s:8:"language";s:5:"tr_TR";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-09 14:00:02";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/tr_TR.zip";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}}s:5:"tt_RU";a:8:{s:8:"language";s:5:"tt_RU";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-20 20:20:50";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар теле";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:{s:8:"continue";s:17:"дәвам итү";}}s:3:"tah";a:8:{s:8:"language";s:3:"tah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-06 18:39:39";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo Tahiti";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip";s:3:"iso";a:3:{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"ug_CN";a:8:{s:8:"language";s:5:"ug_CN";s:7:"version";s:5:"4.9.5";s:7:"updated";s:19:"2018-04-12 12:31:53";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:16:"ئۇيغۇرچە";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}}s:2:"uk";a:8:{s:8:"language";s:2:"uk";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 06:43:30";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/uk.zip";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}}s:2:"ur";a:8:{s:8:"language";s:2:"ur";s:7:"version";s:5:"5.1.6";s:7:"updated";s:19:"2020-04-09 10:48:08";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.1.6/ur.zip";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}}s:5:"uz_UZ";a:8:{s:8:"language";s:5:"uz_UZ";s:7:"version";s:6:"5.0.10";s:7:"updated";s:19:"2019-01-23 12:32:40";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"O‘zbekcha";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.0.10/uz_UZ.zip";s:3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:{s:8:"continue";s:11:"Davom etish";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-13 09:29:34";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.4.2/vi.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}}s:5:"zh_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-07-08 08:37:14";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/zh_TW.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"5.4.2";s:7:"updated";s:19:"2020-03-30 20:54:59";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.4.2/zh_CN.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}}s:5:"zh_HK";a:8:{s:8:"language";s:5:"zh_HK";s:7:"version";s:5:"5.3.3";s:7:"updated";s:19:"2020-03-08 12:12:22";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:16:"香港中文版	";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.3.3/zh_HK.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}}', 'no');
;

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

--
-- Table structure for table `wptm_postmeta`
--

CREATE TABLE `wptm_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wptm_postmeta`
--

INSERT INTO `wptm_postmeta` VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_wp_attached_file', '2020/06/Untitled-3-e1591120052189.png'),
(4, 5, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:202;s:4:"file";s:37:"2020/06/Untitled-3-e1591120052189.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:22:"Untitled-3-296x300.png";s:5:"width";i:296;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"Untitled-3-1011x1024.png";s:5:"width";i:1011;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Untitled-3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Untitled-3-768x778.png";s:5:"width";i:768;s:6:"height";i:778;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:24:"Untitled-3-1517x1536.png";s:5:"width";i:1517;s:6:"height";i:1536;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:24:"Untitled-3-2023x2048.png";s:5:"width";i:2023;s:6:"height";i:2048;s:9:"mime-type";s:9:"image/png";}s:15:"rosa2-site-logo";a:4:{s:4:"file";s:22:"Untitled-3-247x250.png";s:5:"width";i:247;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(5, 5, '_edit_lock', '1591118214:1'),
(7, 5, '_wp_attachment_backup_sizes', 'a:2:{s:9:"full-orig";a:3:{s:5:"width";i:3184;s:6:"height";i:3224;s:4:"file";s:14:"Untitled-3.png";}s:18:"full-1591120052189";a:3:{s:5:"width";i:500;s:6:"height";i:506;s:4:"file";s:29:"Untitled-3-e1591117713648.png";}}'),
(8, 5, '_edit_last', '1'),
(12, 8, '_wp_attached_file', '2020/06/40720714104_0d43b9c9cc_o.jpg'),
(13, 8, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1365;s:4:"file";s:36:"2020/06/40720714104_0d43b9c9cc_o.jpg";s:5:"sizes";a:10:{s:6:"medium";a:4:{s:4:"file";s:36:"40720714104_0d43b9c9cc_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:37:"40720714104_0d43b9c9cc_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:36:"40720714104_0d43b9c9cc_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"40720714104_0d43b9c9cc_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:38:"40720714104_0d43b9c9cc_o-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:21:"illusive-random-thumb";a:4:{s:4:"file";s:36:"40720714104_0d43b9c9cc_o-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:14:"illusive-thumb";a:4:{s:4:"file";s:36:"40720714104_0d43b9c9cc_o-180x120.jpg";s:5:"width";i:180;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:36:"40720714104_0d43b9c9cc_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:21:"illusive-medium-image";a:4:{s:4:"file";s:36:"40720714104_0d43b9c9cc_o-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:20:"illusive-small-image";a:4:{s:4:"file";s:36:"40720714104_0d43b9c9cc_o-715x477.jpg";s:5:"width";i:715;s:6:"height";i:477;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(14, 9, '_wp_attached_file', '2020/06/cropped-40720714104_0d43b9c9cc_o.jpg'),
(15, 9, '_wp_attachment_context', 'custom-header'),
(16, 9, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2000;s:6:"height";i:300;s:4:"file";s:44:"2020/06/cropped-40720714104_0d43b9c9cc_o.jpg";s:5:"sizes";a:10:{s:6:"medium";a:4:{s:4:"file";s:43:"cropped-40720714104_0d43b9c9cc_o-300x45.jpg";s:5:"width";i:300;s:6:"height";i:45;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"cropped-40720714104_0d43b9c9cc_o-1024x154.jpg";s:5:"width";i:1024;s:6:"height";i:154;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:44:"cropped-40720714104_0d43b9c9cc_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"cropped-40720714104_0d43b9c9cc_o-768x115.jpg";s:5:"width";i:768;s:6:"height";i:115;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:45:"cropped-40720714104_0d43b9c9cc_o-1536x230.jpg";s:5:"width";i:1536;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:21:"illusive-random-thumb";a:4:{s:4:"file";s:44:"cropped-40720714104_0d43b9c9cc_o-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"illusive-thumb";a:4:{s:4:"file";s:43:"cropped-40720714104_0d43b9c9cc_o-200x30.jpg";s:5:"width";i:200;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:44:"cropped-40720714104_0d43b9c9cc_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:21:"illusive-medium-image";a:4:{s:4:"file";s:44:"cropped-40720714104_0d43b9c9cc_o-900x135.jpg";s:5:"width";i:900;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:20:"illusive-small-image";a:4:{s:4:"file";s:44:"cropped-40720714104_0d43b9c9cc_o-715x107.jpg";s:5:"width";i:715;s:6:"height";i:107;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:8;}'),
(17, 9, '_wp_attachment_custom_header_last_used_illusive', '1591117977'),
(18, 9, '_wp_attachment_is_custom_header', 'illusive'),
(19, 10, '_wp_attached_file', '2020/06/Untitled-4.png'),
(20, 10, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:22:"2020/06/Untitled-4.png";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:22:"Untitled-4-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Untitled-4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:21:"illusive-random-thumb";a:4:{s:4:"file";s:22:"Untitled-4-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:14:"illusive-thumb";a:4:{s:4:"file";s:22:"Untitled-4-120x120.png";s:5:"width";i:120;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"Untitled-4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(21, 11, '_wp_attached_file', '2020/06/cropped-Untitled-3-e1591117713648.png'),
(22, 11, '_wp_attachment_context', 'custom-logo'),
(23, 11, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:45:"2020/06/cropped-Untitled-3-e1591117713648.png";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:45:"cropped-Untitled-3-e1591117713648-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:45:"cropped-Untitled-3-e1591117713648-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:21:"illusive-random-thumb";a:4:{s:4:"file";s:45:"cropped-Untitled-3-e1591117713648-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:14:"illusive-thumb";a:4:{s:4:"file";s:45:"cropped-Untitled-3-e1591117713648-120x120.png";s:5:"width";i:120;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"cropped-Untitled-3-e1591117713648-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(24, 12, '_wp_attached_file', '2020/06/1104011967_3ca6eda3de.jpg'),
(25, 12, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:375;s:4:"file";s:33:"2020/06/1104011967_3ca6eda3de.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:33:"1104011967_3ca6eda3de-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:33:"1104011967_3ca6eda3de-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:21:"illusive-random-thumb";a:4:{s:4:"file";s:33:"1104011967_3ca6eda3de-450x375.jpg";s:5:"width";i:450;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"illusive-thumb";a:4:{s:4:"file";s:33:"1104011967_3ca6eda3de-160x120.jpg";s:5:"width";i:160;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"1104011967_3ca6eda3de-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(26, 13, '_wp_attached_file', '2020/06/cropped-1104011967_3ca6eda3de.jpg'),
(27, 13, '_wp_attachment_context', 'custom-header'),
(28, 13, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2000;s:6:"height";i:300;s:4:"file";s:41:"2020/06/cropped-1104011967_3ca6eda3de.jpg";s:5:"sizes";a:10:{s:6:"medium";a:4:{s:4:"file";s:40:"cropped-1104011967_3ca6eda3de-300x45.jpg";s:5:"width";i:300;s:6:"height";i:45;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"cropped-1104011967_3ca6eda3de-1024x154.jpg";s:5:"width";i:1024;s:6:"height";i:154;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:41:"cropped-1104011967_3ca6eda3de-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"cropped-1104011967_3ca6eda3de-768x115.jpg";s:5:"width";i:768;s:6:"height";i:115;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:42:"cropped-1104011967_3ca6eda3de-1536x230.jpg";s:5:"width";i:1536;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:21:"illusive-random-thumb";a:4:{s:4:"file";s:41:"cropped-1104011967_3ca6eda3de-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"illusive-thumb";a:4:{s:4:"file";s:40:"cropped-1104011967_3ca6eda3de-200x30.jpg";s:5:"width";i:200;s:6:"height";i:30;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:41:"cropped-1104011967_3ca6eda3de-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:21:"illusive-medium-image";a:4:{s:4:"file";s:41:"cropped-1104011967_3ca6eda3de-900x135.jpg";s:5:"width";i:900;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:20:"illusive-small-image";a:4:{s:4:"file";s:41:"cropped-1104011967_3ca6eda3de-715x107.jpg";s:5:"width";i:715;s:6:"height";i:107;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:12;}'),
(29, 13, '_wp_attachment_custom_header_last_used_illusive', '1591118080'),
(30, 13, '_wp_attachment_is_custom_header', 'illusive'),
(32, 14, '_wp_attached_file', '2020/06/cropped-Untitled-3-e1591117713648-1.png'),
(33, 14, '_wp_attachment_context', 'custom-logo'),
(34, 14, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:470;s:6:"height";i:482;s:4:"file";s:47:"2020/06/cropped-Untitled-3-e1591117713648-1.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-1-293x300.png";s:5:"width";i:293;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-1-470x447.png";s:5:"width";i:470;s:6:"height";i:447;s:9:"mime-type";s:9:"image/png";}s:24:"catch-vogue-header-inner";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-1-470x480.png";s:5:"width";i:470;s:6:"height";i:480;s:9:"mime-type";s:9:"image/png";}s:23:"catch-vogue-testimonial";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"catch-vogue-logo-slider";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-1-216x108.png";s:5:"width";i:216;s:6:"height";i:108;s:9:"mime-type";s:9:"image/png";}s:25:"catch-vogue-why-choose-us";a:4:{s:4:"file";s:45:"cropped-Untitled-3-e1591117713648-1-75x75.png";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(35, 15, '_wp_attached_file', '2020/06/48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral.jpg'),
(36, 15, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:1280;s:4:"file";s:83:"2020/06/48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral.jpg";s:5:"sizes";a:13:{s:6:"medium";a:4:{s:4:"file";s:83:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:84:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:83:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:84:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:83:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-596x447.jpg";s:5:"width";i:596;s:6:"height";i:447;s:9:"mime-type";s:10:"image/jpeg";}s:18:"catch-vogue-slider";a:4:{s:4:"file";s:84:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-960x1080.jpg";s:5:"width";i:960;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:24:"catch-vogue-header-inner";a:4:{s:4:"file";s:83:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-960x480.jpg";s:5:"width";i:960;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:24:"catch-vogue-hero-content";a:4:{s:4:"file";s:83:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:23:"catch-vogue-testimonial";a:4:{s:4:"file";s:83:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:16:"catch-vogue-team";a:4:{s:4:"file";s:83:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-596x795.jpg";s:5:"width";i:596;s:6:"height";i:795;s:9:"mime-type";s:10:"image/jpeg";}s:23:"catch-vogue-logo-slider";a:4:{s:4:"file";s:83:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-216x108.jpg";s:5:"width";i:216;s:6:"height";i:108;s:9:"mime-type";s:10:"image/jpeg";}s:25:"catch-vogue-why-choose-us";a:4:{s:4:"file";s:81:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:16:"catch-vogue-blog";a:4:{s:4:"file";s:83:"48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-940x528.jpg";s:5:"width";i:940;s:6:"height";i:528;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(37, 16, '_wp_attached_file', '2020/06/cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral.jpg'),
(38, 16, '_wp_attachment_context', 'custom-header'),
(39, 16, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:2280;s:4:"file";s:91:"2020/06/cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral.jpg";s:5:"sizes";a:15:{s:6:"medium";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-253x300.jpg";s:5:"width";i:253;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:92:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-862x1024.jpg";s:5:"width";i:862;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-768x912.jpg";s:5:"width";i:768;s:6:"height";i:912;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:93:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1293x1536.jpg";s:5:"width";i:1293;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:93:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1725x2048.jpg";s:5:"width";i:1725;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-596x447.jpg";s:5:"width";i:596;s:6:"height";i:447;s:9:"mime-type";s:10:"image/jpeg";}s:18:"catch-vogue-slider";a:4:{s:4:"file";s:93:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:24:"catch-vogue-header-inner";a:4:{s:4:"file";s:92:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1920x480.jpg";s:5:"width";i:1920;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:24:"catch-vogue-hero-content";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:23:"catch-vogue-testimonial";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:16:"catch-vogue-team";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-596x795.jpg";s:5:"width";i:596;s:6:"height";i:795;s:9:"mime-type";s:10:"image/jpeg";}s:23:"catch-vogue-logo-slider";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-216x108.jpg";s:5:"width";i:216;s:6:"height";i:108;s:9:"mime-type";s:10:"image/jpeg";}s:25:"catch-vogue-why-choose-us";a:4:{s:4:"file";s:89:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:16:"catch-vogue-blog";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-940x528.jpg";s:5:"width";i:940;s:6:"height";i:528;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:15;}'),
(40, 16, '_wp_attachment_custom_header_last_used_catch-vogue', '1591118400'),
(41, 16, '_wp_attachment_is_custom_header', 'catch-vogue'),
(42, 17, '_wp_attached_file', '2020/06/Laidley-Tower-downtown-Charleston.jpg'),
(43, 17, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1224;s:6:"height";i:918;s:4:"file";s:45:"2020/06/Laidley-Tower-downtown-Charleston.jpg";s:5:"sizes";a:12:{s:6:"medium";a:4:{s:4:"file";s:45:"Laidley-Tower-downtown-Charleston-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:46:"Laidley-Tower-downtown-Charleston-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:45:"Laidley-Tower-downtown-Charleston-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:45:"Laidley-Tower-downtown-Charleston-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"Laidley-Tower-downtown-Charleston-596x447.jpg";s:5:"width";i:596;s:6:"height";i:447;s:9:"mime-type";s:10:"image/jpeg";}s:24:"catch-vogue-header-inner";a:4:{s:4:"file";s:46:"Laidley-Tower-downtown-Charleston-1224x480.jpg";s:5:"width";i:1224;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:24:"catch-vogue-hero-content";a:4:{s:4:"file";s:45:"Laidley-Tower-downtown-Charleston-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:23:"catch-vogue-testimonial";a:4:{s:4:"file";s:45:"Laidley-Tower-downtown-Charleston-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:16:"catch-vogue-team";a:4:{s:4:"file";s:45:"Laidley-Tower-downtown-Charleston-596x795.jpg";s:5:"width";i:596;s:6:"height";i:795;s:9:"mime-type";s:10:"image/jpeg";}s:23:"catch-vogue-logo-slider";a:4:{s:4:"file";s:45:"Laidley-Tower-downtown-Charleston-216x108.jpg";s:5:"width";i:216;s:6:"height";i:108;s:9:"mime-type";s:10:"image/jpeg";}s:25:"catch-vogue-why-choose-us";a:4:{s:4:"file";s:43:"Laidley-Tower-downtown-Charleston-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:16:"catch-vogue-blog";a:4:{s:4:"file";s:45:"Laidley-Tower-downtown-Charleston-940x528.jpg";s:5:"width";i:940;s:6:"height";i:528;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"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, 18, '_wp_attached_file', '2020/06/cropped-Laidley-Tower-downtown-Charleston.jpg'),
(45, 18, '_wp_attachment_context', 'custom-header'),
(46, 18, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1440;s:4:"file";s:53:"2020/06/cropped-Laidley-Tower-downtown-Charleston.jpg";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:54:"cropped-Laidley-Tower-downtown-Charleston-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-596x447.jpg";s:5:"width";i:596;s:6:"height";i:447;s:9:"mime-type";s:10:"image/jpeg";}s:18:"catch-vogue-slider";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:24:"catch-vogue-header-inner";a:4:{s:4:"file";s:54:"cropped-Laidley-Tower-downtown-Charleston-1920x480.jpg";s:5:"width";i:1920;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:24:"catch-vogue-hero-content";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:23:"catch-vogue-testimonial";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:16:"catch-vogue-team";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-596x795.jpg";s:5:"width";i:596;s:6:"height";i:795;s:9:"mime-type";s:10:"image/jpeg";}s:23:"catch-vogue-logo-slider";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-216x108.jpg";s:5:"width";i:216;s:6:"height";i:108;s:9:"mime-type";s:10:"image/jpeg";}s:25:"catch-vogue-why-choose-us";a:4:{s:4:"file";s:51:"cropped-Laidley-Tower-downtown-Charleston-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:16:"catch-vogue-blog";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-940x528.jpg";s:5:"width";i:940;s:6:"height";i:528;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:17;}'),
(47, 18, '_wp_attachment_custom_header_last_used_catch-vogue', '1591118902'),
(48, 18, '_wp_attachment_is_custom_header', 'catch-vogue'),
(49, 12, '_wp_attachment_is_custom_background', 'catch-vogue'),
(51, 19, '_customize_changeset_uuid', '2e050e6a-872a-46f7-b42a-f19f3398bed4'),
(53, 20, '_customize_changeset_uuid', '2e050e6a-872a-46f7-b42a-f19f3398bed4'),
(55, 21, '_customize_changeset_uuid', '2e050e6a-872a-46f7-b42a-f19f3398bed4'),
(57, 22, '_customize_changeset_uuid', '2e050e6a-872a-46f7-b42a-f19f3398bed4'),
(59, 23, '_customize_changeset_uuid', '2e050e6a-872a-46f7-b42a-f19f3398bed4'),
(61, 24, '_customize_changeset_uuid', '2e050e6a-872a-46f7-b42a-f19f3398bed4'),
(62, 25, '_wp_attached_file', '2020/06/cropped-Untitled-4.png'),
(63, 25, '_wp_attachment_context', 'custom-logo'),
(64, 25, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:30:"2020/06/cropped-Untitled-4.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:30:"cropped-Untitled-4-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:30:"cropped-Untitled-4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"cropped-Untitled-4-500x447.png";s:5:"width";i:500;s:6:"height";i:447;s:9:"mime-type";s:9:"image/png";}s:24:"catch-vogue-header-inner";a:4:{s:4:"file";s:30:"cropped-Untitled-4-500x480.png";s:5:"width";i:500;s:6:"height";i:480;s:9:"mime-type";s:9:"image/png";}s:23:"catch-vogue-testimonial";a:4:{s:4:"file";s:30:"cropped-Untitled-4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"catch-vogue-logo-slider";a:4:{s:4:"file";s:30:"cropped-Untitled-4-216x108.png";s:5:"width";i:216;s:6:"height";i:108;s:9:"mime-type";s:9:"image/png";}s:25:"catch-vogue-why-choose-us";a:4:{s:4:"file";s:28:"cropped-Untitled-4-75x75.png";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(65, 26, '_wp_attached_file', '2020/06/cropped-Untitled-3-e1591117713648-2.png'),
(66, 26, '_wp_attachment_context', 'custom-logo'),
(67, 26, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:47:"2020/06/cropped-Untitled-3-e1591117713648-2.png";s:5:"sizes";a:7:{s:6:"medium";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-2-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-2-500x447.png";s:5:"width";i:500;s:6:"height";i:447;s:9:"mime-type";s:9:"image/png";}s:24:"catch-vogue-header-inner";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-2-500x480.png";s:5:"width";i:500;s:6:"height";i:480;s:9:"mime-type";s:9:"image/png";}s:23:"catch-vogue-testimonial";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"catch-vogue-logo-slider";a:4:{s:4:"file";s:47:"cropped-Untitled-3-e1591117713648-2-216x108.png";s:5:"width";i:216;s:6:"height";i:108;s:9:"mime-type";s:9:"image/png";}s:25:"catch-vogue-why-choose-us";a:4:{s:4:"file";s:45:"cropped-Untitled-3-e1591117713648-2-75x75.png";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(68, 33, '_menu_item_type', 'post_type'),
(69, 33, '_menu_item_menu_item_parent', '0'),
(70, 33, '_menu_item_object_id', '19'),
(71, 33, '_menu_item_object', 'page'),
(72, 33, '_menu_item_target', ''),
(73, 33, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(74, 33, '_menu_item_xfn', ''),
(75, 33, '_menu_item_url', ''),
(76, 34, '_menu_item_type', 'post_type'),
(77, 34, '_menu_item_menu_item_parent', '36'),
(78, 34, '_menu_item_object_id', '20'),
(79, 34, '_menu_item_object', 'page'),
(80, 34, '_menu_item_target', ''),
(81, 34, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(82, 34, '_menu_item_xfn', ''),
(83, 34, '_menu_item_url', ''),
(84, 35, '_menu_item_type', 'post_type'),
(85, 35, '_menu_item_menu_item_parent', '0'),
(86, 35, '_menu_item_object_id', '21'),
(87, 35, '_menu_item_object', 'page'),
(88, 35, '_menu_item_target', ''),
(89, 35, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(90, 35, '_menu_item_xfn', ''),
(91, 35, '_menu_item_url', ''),
(92, 36, '_menu_item_type', 'post_type'),
(93, 36, '_menu_item_menu_item_parent', '0'),
(94, 36, '_menu_item_object_id', '22'),
(95, 36, '_menu_item_object', 'page'),
(96, 36, '_menu_item_target', ''),
(97, 36, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(98, 36, '_menu_item_xfn', ''),
(99, 36, '_menu_item_url', ''),
(100, 37, '_menu_item_type', 'post_type'),
(101, 37, '_menu_item_menu_item_parent', '0'),
(102, 37, '_menu_item_object_id', '23'),
(103, 37, '_menu_item_object', 'page'),
(104, 37, '_menu_item_target', ''),
(105, 37, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(106, 37, '_menu_item_xfn', ''),
(107, 37, '_menu_item_url', ''),
(112, 39, '_customize_changeset_uuid', 'bcb4bcc3-8295-425d-b592-b0fa76c40592'),
(121, 42, '_menu_item_type', 'post_type'),
(122, 42, '_menu_item_menu_item_parent', '33'),
(123, 42, '_menu_item_object_id', '24'),
(124, 42, '_menu_item_object', 'page'),
(125, 42, '_menu_item_target', ''),
(126, 42, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(127, 42, '_menu_item_xfn', ''),
(128, 42, '_menu_item_url', ''),
(132, 44, '_wp_attached_file', '2020/06/cropped-Laidley-Tower-downtown-Charleston-1.jpg'),
(133, 44, '_wp_attachment_context', 'custom-header'),
(134, 44, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1224;s:6:"height";i:408;s:4:"file";s:55:"2020/06/cropped-Laidley-Tower-downtown-Charleston-1.jpg";s:5:"sizes";a:10:{s:6:"medium";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-1-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:56:"cropped-Laidley-Tower-downtown-Charleston-1-1024x341.jpg";s:5:"width";i:1024;s:6:"height";i:341;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-1-768x256.jpg";s:5:"width";i:768;s:6:"height";i:256;s:9:"mime-type";s:10:"image/jpeg";}s:30:"ect-jetpack-portfolio-featured";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-1-640x408.jpg";s:5:"width";i:640;s:6:"height";i:408;s:9:"mime-type";s:10:"image/jpeg";}s:20:"ect-featured-content";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-1-640x408.jpg";s:5:"width";i:640;s:6:"height";i:408;s:9:"mime-type";s:10:"image/jpeg";}s:11:"ect-service";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-1-640x408.jpg";s:5:"width";i:640;s:6:"height";i:408;s:9:"mime-type";s:10:"image/jpeg";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:17;}'),
(139, 46, '_wp_attached_file', '2020/06/cropped-Laidley-Tower-downtown-Charleston-2.jpg'),
(140, 46, '_wp_attachment_context', 'custom-header'),
(141, 46, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:322;s:4:"file";s:55:"2020/06/cropped-Laidley-Tower-downtown-Charleston-2.jpg";s:5:"sizes";a:9:{s:6:"medium";a:4:{s:4:"file";s:54:"cropped-Laidley-Tower-downtown-Charleston-2-300x97.jpg";s:5:"width";i:300;s:6:"height";i:97;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-2-768x247.jpg";s:5:"width";i:768;s:6:"height";i:247;s:9:"mime-type";s:10:"image/jpeg";}s:30:"ect-jetpack-portfolio-featured";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-2-640x322.jpg";s:5:"width";i:640;s:6:"height";i:322;s:9:"mime-type";s:10:"image/jpeg";}s:20:"ect-featured-content";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-2-640x322.jpg";s:5:"width";i:640;s:6:"height";i:322;s:9:"mime-type";s:10:"image/jpeg";}s:11:"ect-service";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-2-640x322.jpg";s:5:"width";i:640;s:6:"height";i:322;s:9:"mime-type";s:10:"image/jpeg";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-2-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-2-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-2-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:17;}'),
(142, 46, '_wp_attachment_custom_header_last_used_ivanicof', '1591120733'),
(143, 46, '_wp_attachment_is_custom_header', 'ivanicof'),
(147, 48, '_wp_attached_file', '2020/06/cropped-Untitled-3-e1591120052189.png'),
(148, 48, '_wp_attachment_context', 'custom-logo'),
(149, 48, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:200;s:4:"file";s:45:"2020/06/cropped-Untitled-3-e1591120052189.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:45:"cropped-Untitled-3-e1591120052189-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:43:"cropped-Untitled-3-e1591120052189-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:43:"cropped-Untitled-3-e1591120052189-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:43:"cropped-Untitled-3-e1591120052189-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(151, 50, '_wp_attached_file', '2020/06/cropped-Laidley-Tower-downtown-Charleston-3.jpg'),
(152, 50, '_wp_attachment_context', 'custom-header'),
(153, 50, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1224;s:6:"height";i:386;s:4:"file";s:55:"2020/06/cropped-Laidley-Tower-downtown-Charleston-3.jpg";s:5:"sizes";a:10:{s:6:"medium";a:4:{s:4:"file";s:54:"cropped-Laidley-Tower-downtown-Charleston-3-300x95.jpg";s:5:"width";i:300;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:56:"cropped-Laidley-Tower-downtown-Charleston-3-1024x323.jpg";s:5:"width";i:1024;s:6:"height";i:323;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-3-768x242.jpg";s:5:"width";i:768;s:6:"height";i:242;s:9:"mime-type";s:10:"image/jpeg";}s:30:"ect-jetpack-portfolio-featured";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-3-640x386.jpg";s:5:"width";i:640;s:6:"height";i:386;s:9:"mime-type";s:10:"image/jpeg";}s:20:"ect-featured-content";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-3-640x386.jpg";s:5:"width";i:640;s:6:"height";i:386;s:9:"mime-type";s:10:"image/jpeg";}s:11:"ect-service";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-3-640x386.jpg";s:5:"width";i:640;s:6:"height";i:386;s:9:"mime-type";s:10:"image/jpeg";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-3-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-3-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-3-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:17;}'),
(158, 52, '_wp_attached_file', '2020/06/cropped-Laidley-Tower-downtown-Charleston-4.jpg'),
(159, 52, '_wp_attachment_context', 'custom-header'),
(160, 52, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1200;s:6:"height";i:367;s:4:"file";s:55:"2020/06/cropped-Laidley-Tower-downtown-Charleston-4.jpg";s:5:"sizes";a:13:{s:6:"medium";a:4:{s:4:"file";s:54:"cropped-Laidley-Tower-downtown-Charleston-4-300x92.jpg";s:5:"width";i:300;s:6:"height";i:92;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:56:"cropped-Laidley-Tower-downtown-Charleston-4-1024x313.jpg";s:5:"width";i:1024;s:6:"height";i:313;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-4-768x235.jpg";s:5:"width";i:768;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:30:"ect-jetpack-portfolio-featured";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-4-640x367.jpg";s:5:"width";i:640;s:6:"height";i:367;s:9:"mime-type";s:10:"image/jpeg";}s:20:"ect-featured-content";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-4-640x367.jpg";s:5:"width";i:640;s:6:"height";i:367;s:9:"mime-type";s:10:"image/jpeg";}s:11:"ect-service";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-4-640x367.jpg";s:5:"width";i:640;s:6:"height";i:367;s:9:"mime-type";s:10:"image/jpeg";}s:24:"big-blue-small-thumbnail";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:27:"big-blue-featured-thumbnail";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-4-600x367.jpg";s:5:"width";i:600;s:6:"height";i:367;s:9:"mime-type";s:10:"image/jpeg";}s:26:"big-blue-widget-post-thumb";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-4-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-4-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-4-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:17;}'),
(166, 17, '_edit_lock', '1591711345:1'),
(181, 57, '_wp_attached_file', '2020/06/Untitled-3-1.png'),
(182, 57, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3184;s:6:"height";i:3224;s:4:"file";s:24:"2020/06/Untitled-3-1.png";s:5:"sizes";a:19:{s:6:"medium";a:4:{s:4:"file";s:24:"Untitled-3-1-296x300.png";s:5:"width";i:296;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:26:"Untitled-3-1-1011x1024.png";s:5:"width";i:1011;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:24:"Untitled-3-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Untitled-3-1-768x778.png";s:5:"width";i:768;s:6:"height";i:778;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:26:"Untitled-3-1-1517x1536.png";s:5:"width";i:1517;s:6:"height";i:1536;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:26:"Untitled-3-1-2023x2048.png";s:5:"width";i:2023;s:6:"height";i:2048;s:9:"mime-type";s:9:"image/png";}s:30:"ect-jetpack-portfolio-featured";a:4:{s:4:"file";s:24:"Untitled-3-1-640x640.png";s:5:"width";i:640;s:6:"height";i:640;s:9:"mime-type";s:9:"image/png";}s:20:"ect-featured-content";a:4:{s:4:"file";s:24:"Untitled-3-1-640x640.png";s:5:"width";i:640;s:6:"height";i:640;s:9:"mime-type";s:9:"image/png";}s:11:"ect-service";a:4:{s:4:"file";s:24:"Untitled-3-1-640x640.png";s:5:"width";i:640;s:6:"height";i:640;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column1-1/3";a:4:{s:4:"file";s:25:"Untitled-3-1-1140x380.png";s:5:"width";i:1140;s:6:"height";i:380;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column1-1/4";a:4:{s:4:"file";s:25:"Untitled-3-1-1140x285.png";s:5:"width";i:1140;s:6:"height";i:285;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column2-1/2";a:4:{s:4:"file";s:24:"Untitled-3-1-570x285.png";s:5:"width";i:570;s:6:"height";i:285;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column2-2/3";a:4:{s:4:"file";s:24:"Untitled-3-1-570x380.png";s:5:"width";i:570;s:6:"height";i:380;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column3-1/3";a:4:{s:4:"file";s:24:"Untitled-3-1-380x107.png";s:5:"width";i:380;s:6:"height";i:107;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column3-2/3";a:4:{s:4:"file";s:24:"Untitled-3-1-380x254.png";s:5:"width";i:380;s:6:"height";i:254;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column4-2/3";a:4:{s:4:"file";s:24:"Untitled-3-1-285x190.png";s:5:"width";i:285;s:6:"height";i:190;s:9:"mime-type";s:9:"image/png";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:22:"Untitled-3-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:22:"Untitled-3-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:22:"Untitled-3-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(183, 58, '_wp_attached_file', '2020/06/logoWO.png'),
(184, 58, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"file";s:18:"2020/06/logoWO.png";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:18:"logoWO-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"logoWO-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:18:"logoWO-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:30:"ect-jetpack-portfolio-featured";a:4:{s:4:"file";s:18:"logoWO-640x640.png";s:5:"width";i:640;s:6:"height";i:640;s:9:"mime-type";s:9:"image/png";}s:20:"ect-featured-content";a:4:{s:4:"file";s:18:"logoWO-640x640.png";s:5:"width";i:640;s:6:"height";i:640;s:9:"mime-type";s:9:"image/png";}s:11:"ect-service";a:4:{s:4:"file";s:18:"logoWO-640x640.png";s:5:"width";i:640;s:6:"height";i:640;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column1-1/3";a:4:{s:4:"file";s:19:"logoWO-1000x380.png";s:5:"width";i:1000;s:6:"height";i:380;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column1-1/4";a:4:{s:4:"file";s:19:"logoWO-1000x285.png";s:5:"width";i:1000;s:6:"height";i:285;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column2-1/2";a:4:{s:4:"file";s:18:"logoWO-570x285.png";s:5:"width";i:570;s:6:"height";i:285;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column2-2/3";a:4:{s:4:"file";s:18:"logoWO-570x380.png";s:5:"width";i:570;s:6:"height";i:380;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column3-1/3";a:4:{s:4:"file";s:18:"logoWO-380x107.png";s:5:"width";i:380;s:6:"height";i:107;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column3-2/3";a:4:{s:4:"file";s:18:"logoWO-380x254.png";s:5:"width";i:380;s:6:"height";i:254;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column4-2/3";a:4:{s:4:"file";s:18:"logoWO-285x190.png";s:5:"width";i:285;s:6:"height";i:190;s:9:"mime-type";s:9:"image/png";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:16:"logoWO-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:16:"logoWO-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:16:"logoWO-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(185, 59, '_wp_attached_file', '2020/06/cropped-logoWO.png'),
(186, 59, '_wp_attachment_context', 'site-icon'),
(187, 59, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:26:"2020/06/cropped-logoWO.png";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:26:"cropped-logoWO-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"cropped-logoWO-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column1-1/3";a:4:{s:4:"file";s:26:"cropped-logoWO-512x380.png";s:5:"width";i:512;s:6:"height";i:380;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column1-1/4";a:4:{s:4:"file";s:26:"cropped-logoWO-512x285.png";s:5:"width";i:512;s:6:"height";i:285;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column2-1/2";a:4:{s:4:"file";s:26:"cropped-logoWO-512x285.png";s:5:"width";i:512;s:6:"height";i:285;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column2-2/3";a:4:{s:4:"file";s:26:"cropped-logoWO-512x380.png";s:5:"width";i:512;s:6:"height";i:380;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column3-1/3";a:4:{s:4:"file";s:26:"cropped-logoWO-380x107.png";s:5:"width";i:380;s:6:"height";i:107;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column3-2/3";a:4:{s:4:"file";s:26:"cropped-logoWO-380x254.png";s:5:"width";i:380;s:6:"height";i:254;s:9:"mime-type";s:9:"image/png";}s:19:"shuttle-column4-2/3";a:4:{s:4:"file";s:26:"cropped-logoWO-285x190.png";s:5:"width";i:285;s:6:"height";i:190;s:9:"mime-type";s:9:"image/png";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:24:"cropped-logoWO-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:24:"cropped-logoWO-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:24:"cropped-logoWO-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-270";a:4:{s:4:"file";s:26:"cropped-logoWO-270x270.png";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-192";a:4:{s:4:"file";s:26:"cropped-logoWO-192x192.png";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-180";a:4:{s:4:"file";s:26:"cropped-logoWO-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:12:"site_icon-32";a:4:{s:4:"file";s:24:"cropped-logoWO-32x32.png";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `wptm_postmeta` VALUES
(191, 61, '_wp_attached_file', '2020/06/cropped-Laidley-Tower-downtown-Charleston-5.jpg'),
(192, 61, '_wp_attachment_context', 'custom-header'),
(193, 61, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:500;s:4:"file";s:55:"2020/06/cropped-Laidley-Tower-downtown-Charleston-5.jpg";s:5:"sizes";a:11:{s:6:"medium";a:4:{s:4:"file";s:54:"cropped-Laidley-Tower-downtown-Charleston-5-300x78.jpg";s:5:"width";i:300;s:6:"height";i:78;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:56:"cropped-Laidley-Tower-downtown-Charleston-5-1024x267.jpg";s:5:"width";i:1024;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-5-768x200.jpg";s:5:"width";i:768;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:56:"cropped-Laidley-Tower-downtown-Charleston-5-1536x400.jpg";s:5:"width";i:1536;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:30:"ect-jetpack-portfolio-featured";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-5-640x500.jpg";s:5:"width";i:640;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:20:"ect-featured-content";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-5-640x500.jpg";s:5:"width";i:640;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:11:"ect-service";a:4:{s:4:"file";s:55:"cropped-Laidley-Tower-downtown-Charleston-5-640x500.jpg";s:5:"width";i:640;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-5-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-5-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:53:"cropped-Laidley-Tower-downtown-Charleston-5-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:17;}'),
(194, 61, '_wp_attachment_custom_header_last_used_azuma', '1591716722'),
(195, 61, '_wp_attachment_is_custom_header', 'azuma'),
(196, 62, '_wp_attached_file', '2020/06/cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1.jpg'),
(197, 62, '_wp_attachment_context', 'custom-header'),
(198, 62, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:500;s:4:"file";s:93:"2020/06/cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1.jpg";s:5:"sizes";a:11:{s:6:"medium";a:4:{s:4:"file";s:92:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-300x78.jpg";s:5:"width";i:300;s:6:"height";i:78;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:94:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-1024x267.jpg";s:5:"width";i:1024;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:93:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:93:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-768x200.jpg";s:5:"width";i:768;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:94:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-1536x400.jpg";s:5:"width";i:1536;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:30:"ect-jetpack-portfolio-featured";a:4:{s:4:"file";s:93:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-640x500.jpg";s:5:"width";i:640;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:20:"ect-featured-content";a:4:{s:4:"file";s:93:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-640x500.jpg";s:5:"width";i:640;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:11:"ect-service";a:4:{s:4:"file";s:93:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-640x500.jpg";s:5:"width";i:640;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:29:"jetpack-portfolio-admin-thumb";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:28:"featured-content-admin-thumb";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:19:"service-admin-thumb";a:4:{s:4:"file";s:91:"cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:17:"attachment_parent";i:15;}'),
(199, 62, '_wp_attachment_custom_header_last_used_azuma', '1591715354'),
(200, 62, '_wp_attachment_is_custom_header', 'azuma'),
(203, 63, '_edit_lock', '1591715279:1'),
(204, 65, '_edit_lock', '1591715300:1'),
(205, 67, '_edit_lock', '1591715334:1'),
(209, 2, '_edit_lock', '1591715468:1'),
(213, 72, '_edit_lock', '1591716016:1'),
(215, 75, '_wp_attached_file', '2020/06/PeterPaul-Only.png'),
(216, 75, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:140;s:6:"height";i:158;s:4:"file";s:26:"2020/06/PeterPaul-Only.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"PeterPaul-Only-140x150.png";s:5:"width";i:140;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(221, 78, '_elementor_edit_mode', 'builder'),
(222, 78, '_elementor_template_type', 'page'),
(223, 78, '_elementor_version', '2.9.11'),
(224, 79, '_elementor_edit_mode', 'builder'),
(225, 79, '_elementor_template_type', 'kit'),
(226, 79, '_elementor_version', '2.9.11'),
(227, 78, '_edit_lock', '1591818170:1'),
(228, 79, '_elementor_css', 'a:6:{s:4:"time";i:1591726132;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:6:"status";s:5:"empty";i:0;s:0:"";s:3:"css";s:0:"";}'),
(229, 80, '_wp_attached_file', '2020/06/Patriarch_John_X_of_Antioch_2.jpg'),
(230, 80, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:784;s:6:"height";i:1056;s:4:"file";s:41:"2020/06/Patriarch_John_X_of_Antioch_2.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:41:"Patriarch_John_X_of_Antioch_2-223x300.jpg";s:5:"width";i:223;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"Patriarch_John_X_of_Antioch_2-760x1024.jpg";s:5:"width";i:760;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:41:"Patriarch_John_X_of_Antioch_2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"Patriarch_John_X_of_Antioch_2-768x1034.jpg";s:5:"width";i:768;s:6:"height";i:1034;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(231, 81, '_wp_attached_file', '2020/06/metropolitan_joseph_-_photo.jpg'),
(232, 81, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:750;s:6:"height";i:1031;s:4:"file";s:39:"2020/06/metropolitan_joseph_-_photo.jpg";s:5:"sizes";a:3:{s:6:"medium";a:4:{s:4:"file";s:39:"metropolitan_joseph_-_photo-218x300.jpg";s:5:"width";i:218;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"metropolitan_joseph_-_photo-745x1024.jpg";s:5:"width";i:745;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:39:"metropolitan_joseph_-_photo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:2:"11";s:6:"credit";s:23:"PHOTO:DIMITRIOS PANAGOS";s:6:"camera";s:9:"NIKON D4S";s:7:"caption";s:269:"PORTRAIT OF METROPOLITAN JOSEPH.\rThe Antiochian Orthodox Christian Archdiocese of North America is an Archdiocese of the Patriarchate of Antioch and All the East.Παπακωνσταντίνου. \rPHOTOS:© DIMITRIOS S. PANAGOS\rAND GANP/ ΔΗΜΗΤΡΗΣ ΠΑΝΑΓΟΣ";s:17:"created_timestamp";s:10:"1429684355";s:9:"copyright";s:20:"DIMITRIOS S. PANAGOS";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:129:"The Antiochian Orthodox Christian Archdiocese of North America is an Archdiocese of the Patriarchate of Antioch and All the East.";s:11:"orientation";s:1:"1";s:8:"keywords";a:2:{i:0;s:62:"The Antiochian Orthodox Christian Archdiocese of North America";i:1;s:19:"METROPOLITAN JOSEPH";}}}'),
(233, 82, '_wp_attached_file', '2020/06/2012_Bp_Thomas_photo.jpg'),
(234, 82, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1199;s:6:"height";i:1803;s:4:"file";s:32:"2020/06/2012_Bp_Thomas_photo.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:32:"2012_Bp_Thomas_photo-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"2012_Bp_Thomas_photo-681x1024.jpg";s:5:"width";i:681;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:32:"2012_Bp_Thomas_photo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"2012_Bp_Thomas_photo-768x1155.jpg";s:5:"width";i:768;s:6:"height";i:1155;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:34:"2012_Bp_Thomas_photo-1021x1536.jpg";s:5:"width";i:1021;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(235, 78, '_wp_page_template', 'default'),
(236, 78, '_elementor_data', '[{"id":"2144970","elType":"section","settings":{"structure":"30"},"elements":[{"id":"f394f58","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"3e1e97b","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/Patriarch_John_X_of_Antioch_2.jpg","id":80},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"5a20459","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b67ef49","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/metropolitan_joseph_-_photo.jpg","id":81},"image_size":"medium_large","link_to":"custom"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"e0c8aef","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b975cb4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"3ed7ae0","elType":"section","settings":{"structure":"20"},"elements":[{"id":"53e6c9b","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"aaa4620","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/website-pic-e1591726604575.jpg","id":83},"image_size":"2048x2048","align":"center"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"16563cb","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"435c8a3","elType":"widget","settings":{"editor":"<p><strong>Rev. Fr. Joseph Hazar, Dean<\\/strong><\\/p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.<\\/p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.<\\/p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.<\\/p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.<\\/p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY.\\u00a0<\\/p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral<\\/em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Maven Pro","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_line_height":{"unit":"px","size":22,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":-0.3,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(237, 83, '_wp_attached_file', '2020/06/website-pic-e1591726604575.jpg'),
(238, 83, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:588;s:6:"height";i:1324;s:4:"file";s:38:"2020/06/website-pic-e1591726604575.jpg";s:5:"sizes";a:5:{s:6:"medium";a:4:{s:4:"file";s:38:"website-pic-e1591726604575-133x300.jpg";s:5:"width";i:133;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"website-pic-e1591726604575-455x1024.jpg";s:5:"width";i:455;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:38:"website-pic-e1591726604575-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"website-pic-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:25:"website-pic-1152x1536.jpg";s:5:"width";i:1152;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(239, 83, '_edit_lock', '1591726588:1'),
(240, 83, '_wp_attachment_backup_sizes', 'a:6:{s:9:"full-orig";a:3:{s:5:"width";i:1200;s:6:"height";i:1600;s:4:"file";s:15:"website-pic.jpg";}s:14:"thumbnail-orig";a:4:{s:4:"file";s:23:"website-pic-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"medium-orig";a:4:{s:4:"file";s:23:"website-pic-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"medium_large-orig";a:4:{s:4:"file";s:24:"website-pic-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:10:"large-orig";a:4:{s:4:"file";s:24:"website-pic-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"1536x1536-orig";a:4:{s:4:"file";s:25:"website-pic-1152x1536.jpg";s:5:"width";i:1152;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}'),
(241, 84, '_elementor_edit_mode', 'builder'),
(242, 84, '_elementor_template_type', 'page'),
(243, 84, '_elementor_version', '2.9.11'),
(244, 84, '_wp_page_template', 'default'),
(245, 84, '_elementor_data', '[{"id":"2144970","elType":"section","settings":{"structure":"30"},"elements":[{"id":"f394f58","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"3e1e97b","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/Patriarch_John_X_of_Antioch_2.jpg","id":80},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"5a20459","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b67ef49","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/metropolitan_joseph_-_photo.jpg","id":81},"image_size":"medium_large"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"e0c8aef","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b975cb4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"3ed7ae0","elType":"section","settings":{"structure":"20"},"elements":[{"id":"53e6c9b","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false},{"id":"16563cb","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(246, 85, '_elementor_edit_mode', 'builder'),
(247, 85, '_elementor_template_type', 'page'),
(248, 85, '_elementor_version', '2.9.11'),
(249, 85, '_wp_page_template', 'default'),
(250, 85, '_elementor_data', '[{"id":"2144970","elType":"section","settings":{"structure":"30"},"elements":[{"id":"f394f58","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"3e1e97b","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/Patriarch_John_X_of_Antioch_2.jpg","id":80},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"5a20459","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b67ef49","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/metropolitan_joseph_-_photo.jpg","id":81},"image_size":"medium_large"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"e0c8aef","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b975cb4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"3ed7ae0","elType":"section","settings":{"structure":"20"},"elements":[{"id":"53e6c9b","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"aaa4620","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"2048x2048","align":"center"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"16563cb","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"435c8a3","elType":"widget","settings":{"editor":"<p>Rev. Fr. Joseph Hazar, Dean<\\/p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.<\\/p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.<\\/p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.<\\/p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.<\\/p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY.\\u00a0<\\/p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral<\\/em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(258, 87, '_elementor_edit_mode', 'builder'),
(259, 87, '_elementor_template_type', 'page'),
(260, 87, '_elementor_version', '2.9.11'),
(261, 87, '_wp_page_template', 'default'),
(262, 87, '_elementor_data', '[{"id":"2144970","elType":"section","settings":{"structure":"30"},"elements":[{"id":"f394f58","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"3e1e97b","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/Patriarch_John_X_of_Antioch_2.jpg","id":80},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"5a20459","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b67ef49","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/metropolitan_joseph_-_photo.jpg","id":81},"image_size":"medium_large","link_to":"custom"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"e0c8aef","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b975cb4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"3ed7ae0","elType":"section","settings":{"structure":"20"},"elements":[{"id":"53e6c9b","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"aaa4620","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/website-pic-e1591726604575.jpg","id":83},"image_size":"2048x2048","align":"center"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"16563cb","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"435c8a3","elType":"widget","settings":{"editor":"<p><strong>Rev. Fr. Joseph Hazar, Dean<\\/strong><\\/p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.<\\/p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.<\\/p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.<\\/p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.<\\/p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY.\\u00a0<\\/p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral<\\/em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Maven Pro","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_line_height":{"unit":"px","size":22,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":-0.3,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(263, 78, '_elementor_controls_usage', 'a:4:{s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:4:{s:5:"image";i:4;s:10:"image_size";i:4;s:7:"link_to";i:1;s:5:"align";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:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:22:"typography_line_height";i:1;s:25:"typography_letter_spacing";i:1;}}}}}'),
(268, 89, '_customize_changeset_uuid', '90b1e03f-911c-412b-ae97-e512fb731b81'),
(271, 91, '_customize_changeset_uuid', '90b1e03f-911c-412b-ae97-e512fb731b81'),
(272, 94, '_menu_item_type', 'post_type'),
(273, 94, '_menu_item_menu_item_parent', '36'),
(274, 94, '_menu_item_object_id', '89'),
(275, 94, '_menu_item_object', 'page'),
(276, 94, '_menu_item_target', ''),
(277, 94, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(278, 94, '_menu_item_xfn', ''),
(279, 94, '_menu_item_url', ''),
(280, 95, '_menu_item_type', 'post_type'),
(281, 95, '_menu_item_menu_item_parent', '36'),
(282, 95, '_menu_item_object_id', '91'),
(283, 95, '_menu_item_object', 'page'),
(284, 95, '_menu_item_target', ''),
(285, 95, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(286, 95, '_menu_item_xfn', ''),
(287, 95, '_menu_item_url', ''),
(293, 39, '_edit_lock', '1591823925:1'),
(294, 39, '_elementor_edit_mode', 'builder'),
(295, 39, '_elementor_template_type', 'wp-page'),
(296, 39, '_elementor_version', '2.9.11'),
(297, 78, '_edit_last', '1'),
(298, 97, '_elementor_edit_mode', 'builder'),
(299, 97, '_elementor_template_type', 'page'),
(300, 97, '_elementor_version', '2.9.11'),
(301, 97, '_wp_page_template', 'default'),
(302, 97, '_elementor_data', '[{"id":"2144970","elType":"section","settings":{"structure":"30"},"elements":[{"id":"f394f58","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"3e1e97b","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/Patriarch_John_X_of_Antioch_2.jpg","id":80},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"5a20459","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b67ef49","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/metropolitan_joseph_-_photo.jpg","id":81},"image_size":"medium_large","link_to":"custom"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"e0c8aef","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b975cb4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"3ed7ae0","elType":"section","settings":{"structure":"20"},"elements":[{"id":"53e6c9b","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"aaa4620","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/website-pic-e1591726604575.jpg","id":83},"image_size":"2048x2048","align":"center"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"16563cb","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"435c8a3","elType":"widget","settings":{"editor":"<p><strong>Rev. Fr. Joseph Hazar, Dean<\\/strong><\\/p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.<\\/p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.<\\/p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.<\\/p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.<\\/p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY.\\u00a0<\\/p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral<\\/em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Maven Pro","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_line_height":{"unit":"px","size":22,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":-0.3,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(303, 97, '_elementor_controls_usage', 'a:4:{s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:4:{s:5:"image";i:4;s:10:"image_size";i:4;s:7:"link_to";i:1;s:5:"align";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:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:22:"typography_line_height";i:1;s:25:"typography_letter_spacing";i:1;}}}}}'),
(304, 98, '_elementor_edit_mode', 'builder'),
(305, 98, '_elementor_template_type', 'page'),
(306, 98, '_elementor_version', '2.9.11'),
(307, 98, '_wp_page_template', 'default'),
(308, 98, '_elementor_data', '[{"id":"2144970","elType":"section","settings":{"structure":"30"},"elements":[{"id":"f394f58","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"3e1e97b","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/Patriarch_John_X_of_Antioch_2.jpg","id":80},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"5a20459","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b67ef49","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/metropolitan_joseph_-_photo.jpg","id":81},"image_size":"medium_large","link_to":"custom"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"e0c8aef","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"b975cb4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"3ed7ae0","elType":"section","settings":{"structure":"20"},"elements":[{"id":"53e6c9b","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"aaa4620","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/website-pic-e1591726604575.jpg","id":83},"image_size":"2048x2048","align":"center"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"16563cb","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"435c8a3","elType":"widget","settings":{"editor":"<p><strong>Rev. Fr. Joseph Hazar, Dean<\\/strong><\\/p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.<\\/p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.<\\/p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.<\\/p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.<\\/p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY.\\u00a0<\\/p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral<\\/em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Maven Pro","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_line_height":{"unit":"px","size":22,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":-0.3,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(309, 98, '_elementor_controls_usage', 'a:4:{s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:4:{s:5:"image";i:4;s:10:"image_size";i:4;s:7:"link_to";i:1;s:5:"align";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:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:20:"typography_font_size";i:1;s:22:"typography_line_height";i:1;s:25:"typography_letter_spacing";i:1;}}}}}'),
(316, 39, '_wp_page_template', 'default'),
(317, 39, '_elementor_data', '[{"id":"2e74310","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3cec5a7","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"c07aeb4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/Patriarch_John_X_of_Antioch_2.jpg","id":80},"image_size":"medium_large","caption_source":"custom","caption":"Patriarch John of Antioch","width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"-1","right":"-1","bottom":"-1","left":"-1","isLinked":true},"caption_typography_typography":"custom","caption_typography_font_size":{"unit":"px","size":20,"sizes":[]},"link_to":"custom","link":{"url":"http:\\/\\/stg.rayahin.com\\/patriarch-john-of-antioch\\/","is_external":"","nofollow":"","custom_attributes":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"8e7ae69","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"ef49aba","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/metropolitan_joseph_-_photo.jpg","id":81},"caption_source":"custom","caption":"Metropolitan Joseph of North America","space":{"unit":"%","size":98,"sizes":[]},"caption_typography_typography":"custom","caption_typography_font_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"1106fad","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"1935355","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"medium_large","caption_source":"custom","caption":"Bishop Thomas of Charleston","space":{"unit":"%","size":90,"sizes":[]},"caption_typography_typography":"custom","caption_typography_font_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"570298f","elType":"section","settings":{"structure":"20"},"elements":[{"id":"f2419a9","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"2c341b4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/website-pic-e1591726604575.jpg","id":83}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dfd6731","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"41974df","elType":"widget","settings":{"title":"Rev. Fr. Joseph Hazar, Dean","size":"large","align":"center","title_color":"#180808"},"elements":[],"widgetType":"heading"},{"id":"520fe66","elType":"widget","settings":{"editor":"<p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.<\\/p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.<\\/p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.<\\/p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.<\\/p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY.\\u00a0<\\/p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral<\\/em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.<\\/p>","typography_typography":"custom","typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(318, 100, '_elementor_edit_mode', 'builder'),
(319, 100, '_elementor_template_type', 'wp-page'),
(320, 100, '_elementor_version', '2.9.11'),
(321, 100, '_elementor_css', 'a:6:{s:4:"time";i:1591818861;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:6:"status";s:5:"empty";i:0;s:0:"";s:3:"css";s:0:"";}'),
(322, 100, '_wp_page_template', 'default'),
(323, 100, '_elementor_data', '[{"id":"2e74310","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3cec5a7","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"c07aeb4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/Patriarch_John_X_of_Antioch_2.jpg","id":80},"image_size":"medium_large","caption_source":"custom","caption":"Patriarch John of Antioch","width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"-1","right":"-1","bottom":"-1","left":"-1","isLinked":true},"caption_typography_typography":"custom","caption_typography_font_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"8e7ae69","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"ef49aba","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/metropolitan_joseph_-_photo.jpg","id":81},"caption_source":"custom","caption":"Metropolitan Joseph of North America","space":{"unit":"%","size":98,"sizes":[]},"caption_typography_typography":"custom","caption_typography_font_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"1106fad","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"1935355","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"medium_large","caption_source":"custom","caption":"Bishop Thomas of Charleston","space":{"unit":"%","size":90,"sizes":[]},"caption_typography_typography":"custom","caption_typography_font_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"570298f","elType":"section","settings":{"structure":"20"},"elements":[{"id":"f2419a9","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"2c341b4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/website-pic-e1591726604575.jpg","id":83}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dfd6731","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"41974df","elType":"widget","settings":{"title":"Rev. Fr. Joseph Hazar, Dean","size":"large","align":"center","title_color":"#180808"},"elements":[],"widgetType":"heading"},{"id":"520fe66","elType":"widget","settings":{"editor":"<p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.<\\/p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.<\\/p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.<\\/p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.<\\/p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY.\\u00a0<\\/p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral<\\/em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.<\\/p>","typography_typography":"custom","typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(325, 101, '_menu_item_type', 'post_type'),
(326, 101, '_menu_item_menu_item_parent', '33'),
(327, 101, '_menu_item_object_id', '39'),
(328, 101, '_menu_item_object', 'page'),
(329, 101, '_menu_item_target', ''),
(330, 101, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(331, 101, '_menu_item_xfn', ''),
(332, 101, '_menu_item_url', ''),
(335, 102, '_edit_lock', '1591819241:1'),
(336, 102, '_thumbnail_id', '80'),
(337, 105, '_elementor_edit_mode', 'builder'),
(338, 105, '_elementor_template_type', 'wp-page'),
(339, 105, '_elementor_version', '2.9.11'),
(340, 105, '_wp_page_template', 'default'),
(341, 105, '_elementor_data', '[{"id":"2e74310","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3cec5a7","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"c07aeb4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/Patriarch_John_X_of_Antioch_2.jpg","id":80},"image_size":"medium_large","caption_source":"custom","caption":"Patriarch John of Antioch","width":{"unit":"%","size":100,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"-1","right":"-1","bottom":"-1","left":"-1","isLinked":true},"caption_typography_typography":"custom","caption_typography_font_size":{"unit":"px","size":20,"sizes":[]},"link_to":"custom","link":{"url":"http:\\/\\/stg.rayahin.com\\/patriarch-john-of-antioch\\/","is_external":"","nofollow":"","custom_attributes":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"8e7ae69","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"ef49aba","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/metropolitan_joseph_-_photo.jpg","id":81},"caption_source":"custom","caption":"Metropolitan Joseph of North America","space":{"unit":"%","size":98,"sizes":[]},"caption_typography_typography":"custom","caption_typography_font_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"1106fad","elType":"column","settings":{"_column_size":33,"_inline_size":null},"elements":[{"id":"1935355","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/2012_Bp_Thomas_photo.jpg","id":82},"image_size":"medium_large","caption_source":"custom","caption":"Bishop Thomas of Charleston","space":{"unit":"%","size":90,"sizes":[]},"caption_typography_typography":"custom","caption_typography_font_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"570298f","elType":"section","settings":{"structure":"20"},"elements":[{"id":"f2419a9","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"2c341b4","elType":"widget","settings":{"image":{"url":"http:\\/\\/stg.rayahin.com\\/wp-content\\/uploads\\/2020\\/06\\/website-pic-e1591726604575.jpg","id":83}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dfd6731","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"41974df","elType":"widget","settings":{"title":"Rev. Fr. Joseph Hazar, Dean","size":"large","align":"center","title_color":"#180808"},"elements":[],"widgetType":"heading"},{"id":"520fe66","elType":"widget","settings":{"editor":"<p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.<\\/p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.<\\/p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.<\\/p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.<\\/p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY.\\u00a0<\\/p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral<\\/em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.<\\/p>","typography_typography":"custom","typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wptm_postmeta` VALUES
(342, 105, '_elementor_css', 'a:5:{s:4:"time";i:1591819019;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(343, 39, '_elementor_controls_usage', 'a:5:{s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:6:{s:5:"image";i:4;s:10:"image_size";i:2;s:14:"caption_source";i:3;s:7:"caption";i:3;s:7:"link_to";i:1;s:4:"link";i:1;}}s:5:"style";a:2:{s:19:"section_style_image";a:3:{s:5:"width";i:1;s:5:"space";i:3;s:19:"image_border_radius";i:1;}s:21:"section_style_caption";a:2:{s:29:"caption_typography_typography";i:3;s:28:"caption_typography_font_size";i:3;}}}}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:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:7:"heading";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:3:{s:5:"title";i:1;s:4:"size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:1:{s:11:"title_color";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:3:{s:21:"typography_typography";i:1;s:22:"typography_line_height";i:1;s:25:"typography_letter_spacing";i:1;}}}}}'),
(344, 39, '_elementor_css', 'a:5:{s:4:"time";i:1591819839;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}');

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

--
-- Table structure for table `wptm_posts`
--

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

--
-- Dumping data for table `wptm_posts`
--

INSERT INTO `wptm_posts` VALUES
(1, 1, '2020-06-02 16:53:42', '2020-06-02 16:53:42', '<!-- 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', '', '', '2020-06-02 16:53:42', '2020-06-02 16:53:42', '', 0, 'http://stg.rayahin.com/?p=1', 0, 'post', '', 1),
(2, 1, '2020-06-02 16:53:42', '2020-06-02 16:53:42', '', 'Welcome to Saint George Cathedral!', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-06-09 15:13:31', '2020-06-09 15:13:31', '', 0, 'http://stg.rayahin.com/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-06-02 16:53:42', '2020-06-02 16:53:42', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://stg.rayahin.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /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 {"level":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /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 &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /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 {"level":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /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 {"level":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-06-02 16:53:42', '2020-06-02 16:53:42', '', 0, 'http://stg.rayahin.com/?page_id=3', 0, 'page', '', 0),
(5, 1, '2020-06-02 17:04:03', '2020-06-02 17:04:03', '', 'Untitled-3', '', 'inherit', 'open', 'closed', '', 'untitled-3', '', '', '2020-06-02 17:08:48', '2020-06-02 17:08:48', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/Untitled-3.png', 0, 'attachment', 'image/png', 0),
(8, 1, '2020-06-02 17:12:41', '2020-06-02 17:12:41', '', '40720714104_0d43b9c9cc_o', '', 'inherit', 'open', 'closed', '', '40720714104_0d43b9c9cc_o', '', '', '2020-06-02 17:12:41', '2020-06-02 17:12:41', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/40720714104_0d43b9c9cc_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(9, 1, '2020-06-02 17:12:57', '2020-06-02 17:12:57', '', 'cropped-40720714104_0d43b9c9cc_o.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-40720714104_0d43b9c9cc_o-jpg', '', '', '2020-06-02 17:12:57', '2020-06-02 17:12:57', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-40720714104_0d43b9c9cc_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(10, 1, '2020-06-02 17:13:21', '2020-06-02 17:13:21', '', 'Untitled-4', '', 'inherit', 'open', 'closed', '', 'untitled-4', '', '', '2020-06-02 17:13:21', '2020-06-02 17:13:21', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/Untitled-4.png', 0, 'attachment', 'image/png', 0),
(11, 1, '2020-06-02 17:13:40', '2020-06-02 17:13:40', 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-3-e1591117713648.png', 'cropped-Untitled-3-e1591117713648.png', '', 'inherit', 'open', 'closed', '', 'cropped-untitled-3-e1591117713648-png', '', '', '2020-06-02 17:13:40', '2020-06-02 17:13:40', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-3-e1591117713648.png', 0, 'attachment', 'image/png', 0),
(12, 1, '2020-06-02 17:14:29', '2020-06-02 17:14:29', '', '1104011967_3ca6eda3de', '', 'inherit', 'open', 'closed', '', '1104011967_3ca6eda3de', '', '', '2020-06-02 17:14:29', '2020-06-02 17:14:29', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/1104011967_3ca6eda3de.jpg', 0, 'attachment', 'image/jpeg', 0),
(13, 1, '2020-06-02 17:14:40', '2020-06-02 17:14:40', '', 'cropped-1104011967_3ca6eda3de.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-1104011967_3ca6eda3de-jpg', '', '', '2020-06-02 17:14:40', '2020-06-02 17:14:40', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-1104011967_3ca6eda3de.jpg', 0, 'attachment', 'image/jpeg', 0),
(14, 1, '2020-06-02 17:17:14', '2020-06-02 17:17:14', 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-3-e1591117713648-1.png', 'cropped-Untitled-3-e1591117713648-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-untitled-3-e1591117713648-1-png', '', '', '2020-06-02 17:17:14', '2020-06-02 17:17:14', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-3-e1591117713648-1.png', 0, 'attachment', 'image/png', 0),
(15, 1, '2020-06-02 17:19:48', '2020-06-02 17:19:48', '', '48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral', '', 'inherit', 'open', 'closed', '', '48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_stgeorgeorthodoxcathedral', '', '', '2020-06-02 17:19:48', '2020-06-02 17:19:48', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral.jpg', 0, 'attachment', 'image/jpeg', 0),
(16, 1, '2020-06-02 17:19:57', '2020-06-02 17:19:57', '', 'cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_stgeorgeorthodoxcathedral-jpg', '', '', '2020-06-02 17:19:57', '2020-06-02 17:19:57', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral.jpg', 0, 'attachment', 'image/jpeg', 0),
(17, 1, '2020-06-02 17:20:19', '2020-06-02 17:20:19', '', 'Laidley-Tower-downtown-Charleston', '', 'inherit', 'open', 'closed', '', 'laidley-tower-downtown-charleston', '', '', '2020-06-02 17:20:19', '2020-06-02 17:20:19', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/Laidley-Tower-downtown-Charleston.jpg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2020-06-02 17:20:31', '2020-06-02 17:20:31', '', 'cropped-Laidley-Tower-downtown-Charleston.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-laidley-tower-downtown-charleston-jpg', '', '', '2020-06-02 17:20:31', '2020-06-02 17:20:31', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston.jpg', 0, 'attachment', 'image/jpeg', 0),
(19, 1, '2020-06-02 17:28:21', '2020-06-02 17:28:21', '', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-06-02 17:28:21', '2020-06-02 17:28:21', '', 0, 'http://stg.rayahin.com/?page_id=19', 0, 'page', '', 0),
(20, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Streaming', '', 'publish', 'closed', 'closed', '', 'streaming', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 0, 'http://stg.rayahin.com/?page_id=20', 0, 'page', '', 0),
(21, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Calendar', '', 'publish', 'closed', 'closed', '', 'calendar', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 0, 'http://stg.rayahin.com/?page_id=21', 0, 'page', '', 0),
(22, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Media', '', 'publish', 'closed', 'closed', '', 'media', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 0, 'http://stg.rayahin.com/?page_id=22', 0, 'page', '', 0),
(23, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Donate', '', 'publish', 'closed', 'closed', '', 'donate', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 0, 'http://stg.rayahin.com/?page_id=23', 0, 'page', '', 0),
(24, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 0, 'http://stg.rayahin.com/?page_id=24', 0, 'page', '', 0),
(25, 1, '2020-06-02 17:26:52', '2020-06-02 17:26:52', 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-4.png', 'cropped-Untitled-4.png', '', 'inherit', 'open', 'closed', '', 'cropped-untitled-4-png', '', '', '2020-06-02 17:26:52', '2020-06-02 17:26:52', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-4.png', 0, 'attachment', 'image/png', 0),
(26, 1, '2020-06-02 17:27:04', '2020-06-02 17:27:04', 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-3-e1591117713648-2.png', 'cropped-Untitled-3-e1591117713648-2.png', '', 'inherit', 'open', 'closed', '', 'cropped-untitled-3-e1591117713648-2-png', '', '', '2020-06-02 17:27:04', '2020-06-02 17:27:04', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-3-e1591117713648-2.png', 0, 'attachment', 'image/png', 0),
(27, 1, '2020-06-02 17:28:21', '2020-06-02 17:28:21', '', 'About', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-06-02 17:28:21', '2020-06-02 17:28:21', '', 19, 'http://stg.rayahin.com/2020/06/02/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Streaming', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 20, 'http://stg.rayahin.com/2020/06/02/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Calendar', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 21, 'http://stg.rayahin.com/2020/06/02/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Media', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 22, 'http://stg.rayahin.com/2020/06/02/22-revision-v1/', 0, 'revision', '', 0),
(31, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Donate', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 23, 'http://stg.rayahin.com/2020/06/02/23-revision-v1/', 0, 'revision', '', 0),
(32, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 24, 'http://stg.rayahin.com/2020/06/02/24-revision-v1/', 0, 'revision', '', 0),
(33, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', ' ', '', '', 'publish', 'closed', 'closed', '', '33', '', '', '2020-06-10 19:56:54', '2020-06-10 19:56:54', '', 0, 'http://stg.rayahin.com/2020/06/02/33/', 1, 'nav_menu_item', '', 0),
(34, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', '', 'Live Services', '', 'publish', 'closed', 'closed', '', '34', '', '', '2020-06-10 19:56:54', '2020-06-10 19:56:54', '', 0, 'http://stg.rayahin.com/2020/06/02/34/', 7, 'nav_menu_item', '', 0),
(35, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', ' ', '', '', 'publish', 'closed', 'closed', '', '35', '', '', '2020-06-10 19:56:54', '2020-06-10 19:56:54', '', 0, 'http://stg.rayahin.com/2020/06/02/35/', 4, 'nav_menu_item', '', 0),
(36, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', ' ', '', '', 'publish', 'closed', 'closed', '', '36', '', '', '2020-06-10 19:56:54', '2020-06-10 19:56:54', '', 0, 'http://stg.rayahin.com/2020/06/02/36/', 6, 'nav_menu_item', '', 0),
(37, 1, '2020-06-02 17:28:22', '2020-06-02 17:28:22', ' ', '', '', 'publish', 'closed', 'closed', '', '37', '', '', '2020-06-10 19:56:54', '2020-06-10 19:56:54', '', 0, 'http://stg.rayahin.com/2020/06/02/37/', 5, 'nav_menu_item', '', 0),
(39, 1, '2020-06-02 17:31:33', '2020-06-02 17:31:33', '<figure>\n											<a href="http://stg.rayahin.com/patriarch-john-of-antioch/">\n							<img width="768" height="1034" src="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg 223w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-760x1024.jpg 760w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg 784w" sizes="(max-width: 768px) 100vw, 768px" />								</a>\n											<figcaption>Patriarch John of Antioch</figcaption>\n										</figure>\n							<figure>\n										<img width="745" height="1024" src="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg 745w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-218x300.jpg 218w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg 750w" sizes="(max-width: 745px) 100vw, 745px" />											<figcaption>Metropolitan Joseph of North America</figcaption>\n										</figure>\n							<figure>\n										<img width="768" height="1155" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w" sizes="(max-width: 768px) 100vw, 768px" />											<figcaption>Bishop Thomas of Charleston</figcaption>\n										</figure>\n										<img width="455" height="1024" src="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg 455w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-133x300.jpg 133w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg 588w" sizes="(max-width: 455px) 100vw, 455px" />											\n			<h2>Rev. Fr. Joseph Hazar, Dean</h2>		\n		<p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.</p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.</p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.</p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.</p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY. </p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral</em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.</p>', 'Clergy', '', 'publish', 'closed', 'closed', '', 'clergy', '', '', '2020-06-10 20:03:02', '2020-06-10 20:03:02', '', 0, 'http://stg.rayahin.com/?page_id=39', 0, 'page', '', 0),
(40, 1, '2020-06-02 17:31:33', '2020-06-02 17:31:33', '', 'Clergy', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2020-06-02 17:31:33', '2020-06-02 17:31:33', '', 39, 'http://stg.rayahin.com/2020/06/02/39-revision-v1/', 0, 'revision', '', 0),
(42, 1, '2020-06-02 17:31:33', '2020-06-02 17:31:33', ' ', '', '', 'publish', 'closed', 'closed', '', '42', '', '', '2020-06-10 19:56:54', '2020-06-10 19:56:54', '', 0, 'http://stg.rayahin.com/2020/06/02/42/', 3, 'nav_menu_item', '', 0),
(44, 1, '2020-06-02 17:52:33', '2020-06-02 17:52:33', '', 'cropped-Laidley-Tower-downtown-Charleston-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-laidley-tower-downtown-charleston-1-jpg', '', '', '2020-06-02 17:52:33', '2020-06-02 17:52:33', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2020-06-02 17:58:52', '2020-06-02 17:58:52', '', 'cropped-Laidley-Tower-downtown-Charleston-2.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-laidley-tower-downtown-charleston-2-jpg', '', '', '2020-06-02 17:58:52', '2020-06-02 17:58:52', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-06-09 13:49:51', '2020-06-09 13:49:51', 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-3-e1591120052189.png', 'cropped-Untitled-3-e1591120052189.png', '', 'inherit', 'open', 'closed', '', 'cropped-untitled-3-e1591120052189-png', '', '', '2020-06-09 13:49:51', '2020-06-09 13:49:51', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Untitled-3-e1591120052189.png', 0, 'attachment', 'image/png', 0),
(50, 1, '2020-06-09 13:56:16', '2020-06-09 13:56:16', '', 'cropped-Laidley-Tower-downtown-Charleston-3.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-laidley-tower-downtown-charleston-3-jpg', '', '', '2020-06-09 13:56:16', '2020-06-09 13:56:16', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-06-09 14:00:44', '2020-06-09 14:00:44', '', 'cropped-Laidley-Tower-downtown-Charleston-4.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-laidley-tower-downtown-charleston-4-jpg', '', '', '2020-06-09 14:00:44', '2020-06-09 14:00:44', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2020-06-09 14:58:41', '2020-06-09 14:58:41', '', 'Untitled-3', '', 'inherit', 'open', 'closed', '', 'untitled-3-2', '', '', '2020-06-09 14:58:41', '2020-06-09 14:58:41', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/Untitled-3-1.png', 0, 'attachment', 'image/png', 0),
(58, 1, '2020-06-09 15:01:08', '2020-06-09 15:01:08', '', 'logoWO', '', 'inherit', 'open', 'closed', '', 'logowo', '', '', '2020-06-09 15:01:08', '2020-06-09 15:01:08', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/logoWO.png', 0, 'attachment', 'image/png', 0),
(59, 1, '2020-06-09 15:01:50', '2020-06-09 15:01:50', 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-logoWO.png', 'cropped-logoWO.png', '', 'inherit', 'open', 'closed', '', 'cropped-logowo-png', '', '', '2020-06-09 15:01:50', '2020-06-09 15:01:50', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-logoWO.png', 0, 'attachment', 'image/png', 0),
(61, 1, '2020-06-09 15:08:15', '2020-06-09 15:08:15', '', 'cropped-Laidley-Tower-downtown-Charleston-5.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-laidley-tower-downtown-charleston-5-jpg', '', '', '2020-06-09 15:08:15', '2020-06-09 15:08:15', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-Laidley-Tower-downtown-Charleston-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(62, 1, '2020-06-09 15:08:34', '2020-06-09 15:08:34', '', 'cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_stgeorgeorthodoxcathedral-1-jpg', '', '', '2020-06-09 15:08:34', '2020-06-09 15:08:34', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/cropped-48e22e4d-d316-44f4-b273-889c9a81901f-large3x4_StGeorgeOrthodoxCathedral-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(63, 1, '2020-06-09 15:10:18', '2020-06-09 15:10:18', '<!-- wp:paragraph -->\n<p>Faith is of paramount importance to Orthodox Christians.</p>\n<!-- /wp:paragraph -->', 'Faith', '', 'publish', 'closed', 'closed', '', 'faith', '', '', '2020-06-09 15:10:18', '2020-06-09 15:10:18', '', 0, 'http://stg.rayahin.com/?page_id=63', 0, 'page', '', 0),
(64, 1, '2020-06-09 15:10:18', '2020-06-09 15:10:18', '<!-- wp:paragraph -->\n<p>Faith is of paramount importance to Orthodox Christians.</p>\n<!-- /wp:paragraph -->', 'Faith', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2020-06-09 15:10:18', '2020-06-09 15:10:18', '', 63, 'http://stg.rayahin.com/2020/06/09/63-revision-v1/', 0, 'revision', '', 0),
(65, 1, '2020-06-09 15:10:43', '2020-06-09 15:10:43', '<!-- wp:paragraph -->\n<p>A fundamental aspect of Orthodox Christianity is regular worship.</p>\n<!-- /wp:paragraph -->', 'Worship', '', 'publish', 'closed', 'closed', '', 'worship', '', '', '2020-06-09 15:10:43', '2020-06-09 15:10:43', '', 0, 'http://stg.rayahin.com/?page_id=65', 0, 'page', '', 0),
(66, 1, '2020-06-09 15:10:43', '2020-06-09 15:10:43', '<!-- wp:paragraph -->\n<p>A fundamental aspect of Orthodox Christianity is regular worship.</p>\n<!-- /wp:paragraph -->', 'Worship', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2020-06-09 15:10:43', '2020-06-09 15:10:43', '', 65, 'http://stg.rayahin.com/2020/06/09/65-revision-v1/', 0, 'revision', '', 0),
(67, 1, '2020-06-09 15:11:10', '2020-06-09 15:11:10', '<!-- wp:paragraph -->\n<p>Engaging our brothers and sisters as ourselves.</p>\n<!-- /wp:paragraph -->', 'Fellowship', '', 'publish', 'closed', 'closed', '', 'fellowship', '', '', '2020-06-09 15:11:10', '2020-06-09 15:11:10', '', 0, 'http://stg.rayahin.com/?page_id=67', 0, 'page', '', 0),
(68, 1, '2020-06-09 15:11:10', '2020-06-09 15:11:10', '<!-- wp:paragraph -->\n<p>Engaging our brothers and sisters as ourselves.</p>\n<!-- /wp:paragraph -->', 'Fellowship', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2020-06-09 15:11:10', '2020-06-09 15:11:10', '', 67, 'http://stg.rayahin.com/2020/06/09/67-revision-v1/', 0, 'revision', '', 0),
(70, 1, '2020-06-09 15:13:31', '2020-06-09 15:13:31', '', 'Welcome to Saint George Cathedral!', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2020-06-09 15:13:31', '2020-06-09 15:13:31', '', 2, 'http://stg.rayahin.com/2020/06/09/2-revision-v1/', 0, 'revision', '', 0),
(72, 1, '2020-06-09 15:22:39', '2020-06-09 15:22:39', '<!-- wp:paragraph -->\n<p>Saint George Orthodox Christian Cathedral is located in downtown Charleston, just across from the Town Center Mall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our community serves about 400 families and seeks to bring the light of True Orthodox Christianity to Kanawha Valley and all of West Virginia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Orthodox Christianity has existed from the day of Holy Pentecost, it arrived in the Kanawha Valley in 1892. The Syrian and Lebanese immigrants who came to serve the coal mines brought with them the Orthodox Christian faith, and it has since been alive in Charleston!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St George Cathedral is a parish of the Antiochian Orthodox Christian Archdiocese of North America and serves as the primary episcopal see of His Grace Bishop Thomas, Bishop of the Diocese of Charleston, Oakland and the Mid-Atlantic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We regularly hold Divine Services which are streamed on our website and on YouTube, regardless of your faith, please join us and discover the treasure of Orthodox Christianity!</p>\n<!-- /wp:paragraph -->', 'Home Content', '', 'publish', 'closed', 'closed', '', 'home-content', '', '', '2020-06-09 15:22:39', '2020-06-09 15:22:39', '', 0, 'http://stg.rayahin.com/?page_id=72', 0, 'page', '', 0),
(73, 1, '2020-06-09 15:22:39', '2020-06-09 15:22:39', '<!-- wp:paragraph -->\n<p>Saint George Orthodox Christian Cathedral is located in downtown Charleston, just across from the Town Center Mall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our community serves about 400 families and seeks to bring the light of True Orthodox Christianity to Kanawha Valley and all of West Virginia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Orthodox Christianity has existed from the day of Holy Pentecost, it arrived in the Kanawha Valley in 1892. The Syrian and Lebanese immigrants who came to serve the coal mines brought with them the Orthodox Christian faith, and it has since been alive in Charleston!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St George Cathedral is a parish of the Antiochian Orthodox Christian Archdiocese of North America and serves as the primary episcopal see of His Grace Bishop Thomas, Bishop of the Diocese of Charleston, Oakland and the Mid-Atlantic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We regularly hold Divine Services which are streamed on our website and on YouTube, regardless of your faith, please join us and discover the treasure of Orthodox Christianity!</p>\n<!-- /wp:paragraph -->', 'Home Content', '', 'inherit', 'closed', 'closed', '', '72-revision-v1', '', '', '2020-06-09 15:22:39', '2020-06-09 15:22:39', '', 72, 'http://stg.rayahin.com/2020/06/09/72-revision-v1/', 0, 'revision', '', 0),
(75, 1, '2020-06-09 15:26:58', '2020-06-09 15:26:58', '', 'Peter&Paul-Only', '', 'inherit', 'open', 'closed', '', 'peterpaul-only', '', '', '2020-06-09 15:26:58', '2020-06-09 15:26:58', '', 0, 'http://stg.rayahin.com/wp-content/uploads/2020/06/PeterPaul-Only.png', 0, 'attachment', 'image/png', 0),
(78, 1, '2020-06-09 18:14:09', '2020-06-09 18:14:09', '<img width="223" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg 223w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-760x1024.jpg 760w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg 784w" sizes="(max-width: 223px) 100vw, 223px" />											\n										<img width="750" height="1031" src="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg 750w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-218x300.jpg 218w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg 745w" sizes="(max-width: 750px) 100vw, 750px" />											\n										<img width="200" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w" sizes="(max-width: 200px) 100vw, 200px" />											\n										<img width="588" height="1324" src="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg 588w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-133x300.jpg 133w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg 455w" sizes="(max-width: 588px) 100vw, 588px" />											\n		<p><strong>Rev. Fr. Joseph Hazar, Dean</strong></p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.</p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.</p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.</p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.</p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY. </p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral</em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.</p>', 'Clergy1', '', 'publish', 'closed', 'closed', '', 'hierarchy', '', '', '2020-06-10 19:42:50', '2020-06-10 19:42:50', '', 0, 'http://stg.rayahin.com/?post_type=elementor_library&#038;p=78', 0, 'elementor_library', '', 0),
(79, 1, '2020-06-09 18:08:51', '2020-06-09 18:08:51', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2020-06-09 18:08:51', '2020-06-09 18:08:51', '', 0, 'http://stg.rayahin.com/?elementor_library=default-kit', 0, 'elementor_library', '', 0),
(80, 1, '2020-06-09 18:11:11', '2020-06-09 18:11:11', '', 'Patriarch_John_X_of_Antioch_2', '', 'inherit', 'open', 'closed', '', 'patriarch_john_x_of_antioch_2', '', '', '2020-06-09 18:11:11', '2020-06-09 18:11:11', '', 78, 'http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(81, 1, '2020-06-09 18:11:57', '2020-06-09 18:11:57', '', 'The Antiochian Orthodox Christian Archdiocese of North America is an Archdiocese of the Patriarchate of Antioch and All the East.', 'PORTRAIT OF METROPOLITAN JOSEPH.\nThe Antiochian Orthodox Christian Archdiocese of North America is an Archdiocese of the Patriarchate of Antioch and All the East.Παπακωνσταντίνου. \nPHOTOS:© DIMITRIOS S. PANAGOS\nAND GANP/ ΔΗΜΗΤΡΗΣ ΠΑΝΑΓΟΣ', 'inherit', 'open', 'closed', '', 'the-antiochian-orthodox-christian-archdiocese-of-north-america-is-an-archdiocese-of-the-patriarchate-of-antioch-and-all-the-east', '', '', '2020-06-09 18:11:59', '2020-06-09 18:11:59', '', 78, 'http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg', 0, 'attachment', 'image/jpeg', 0),
(82, 1, '2020-06-09 18:12:35', '2020-06-09 18:12:35', '', '2012_Bp_Thomas_photo', '', 'inherit', 'open', 'closed', '', '2012_bp_thomas_photo', '', '', '2020-06-09 18:12:35', '2020-06-09 18:12:35', '', 78, 'http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg', 0, 'attachment', 'image/jpeg', 0),
(83, 1, '2020-06-09 18:14:28', '2020-06-09 18:14:28', '', 'website-pic', '', 'inherit', 'open', 'closed', '', 'website-pic', '', '', '2020-06-09 18:14:28', '2020-06-09 18:14:28', '', 78, 'http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic.jpg', 0, 'attachment', 'image/jpeg', 0),
(84, 1, '2020-06-09 18:17:21', '2020-06-09 18:17:21', '<img width="223" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg 223w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-760x1024.jpg 760w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg 784w" sizes="(max-width: 223px) 100vw, 223px" />											\n										<img width="750" height="1031" src="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg 750w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-218x300.jpg 218w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg 745w" sizes="(max-width: 750px) 100vw, 750px" />											\n										<img width="200" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w" sizes="(max-width: 200px) 100vw, 200px" />', 'Hierarchy', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2020-06-09 18:17:21', '2020-06-09 18:17:21', '', 78, 'http://stg.rayahin.com/2020/06/09/78-revision-v1/', 0, 'revision', '', 0),
(85, 1, '2020-06-09 18:17:22', '2020-06-09 18:17:22', '<img width="223" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg 223w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-760x1024.jpg 760w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg 784w" sizes="(max-width: 223px) 100vw, 223px" />											\n										<img width="750" height="1031" src="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg 750w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-218x300.jpg 218w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg 745w" sizes="(max-width: 750px) 100vw, 750px" />											\n										<img width="200" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w" sizes="(max-width: 200px) 100vw, 200px" />											\n										<img width="1160" height="1744" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w" sizes="(max-width: 1160px) 100vw, 1160px" />											\n		<p>Rev. Fr. Joseph Hazar, Dean</p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.</p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.</p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.</p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.</p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY. </p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral</em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.</p>', 'Hierarchy', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2020-06-09 18:17:22', '2020-06-09 18:17:22', '', 78, 'http://stg.rayahin.com/2020/06/09/78-revision-v1/', 0, 'revision', '', 0),
(87, 1, '2020-06-09 19:31:02', '2020-06-09 19:31:02', '<img width="223" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg 223w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-760x1024.jpg 760w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg 784w" sizes="(max-width: 223px) 100vw, 223px" />											\n										<img width="750" height="1031" src="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg 750w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-218x300.jpg 218w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg 745w" sizes="(max-width: 750px) 100vw, 750px" />											\n										<img width="200" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w" sizes="(max-width: 200px) 100vw, 200px" />											\n										<img width="588" height="1324" src="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg 588w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-133x300.jpg 133w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg 455w" sizes="(max-width: 588px) 100vw, 588px" />											\n		<p><strong>Rev. Fr. Joseph Hazar, Dean</strong></p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.</p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.</p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.</p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.</p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY. </p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral</em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.</p>', 'Hierarchy', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2020-06-09 19:31:02', '2020-06-09 19:31:02', '', 78, 'http://stg.rayahin.com/2020/06/09/78-revision-v1/', 0, 'revision', '', 0),
(89, 1, '2020-06-10 17:42:11', '2020-06-10 17:42:11', '', 'Ask Abouna', '', 'publish', 'closed', 'closed', '', 'ask-abouna', '', '', '2020-06-10 17:42:11', '2020-06-10 17:42:11', '', 0, 'http://stg.rayahin.com/?page_id=89', 0, 'page', '', 0),
(91, 1, '2020-06-10 17:42:11', '2020-06-10 17:42:11', '', 'CityDesert Book Club', '', 'publish', 'closed', 'closed', '', 'citydesert-book-club', '', '', '2020-06-10 17:42:11', '2020-06-10 17:42:11', '', 0, 'http://stg.rayahin.com/?page_id=91', 0, 'page', '', 0),
(92, 1, '2020-06-10 17:42:11', '2020-06-10 17:42:11', '', 'Ask Abouna', '', 'inherit', 'closed', 'closed', '', '89-revision-v1', '', '', '2020-06-10 17:42:11', '2020-06-10 17:42:11', '', 89, 'http://stg.rayahin.com/2020/06/10/89-revision-v1/', 0, 'revision', '', 0),
(93, 1, '2020-06-10 17:42:11', '2020-06-10 17:42:11', '', 'CityDesert Book Club', '', 'inherit', 'closed', 'closed', '', '91-revision-v1', '', '', '2020-06-10 17:42:11', '2020-06-10 17:42:11', '', 91, 'http://stg.rayahin.com/2020/06/10/91-revision-v1/', 0, 'revision', '', 0),
(94, 1, '2020-06-10 17:42:11', '2020-06-10 17:42:11', ' ', '', '', 'publish', 'closed', 'closed', '', '94', '', '', '2020-06-10 19:56:54', '2020-06-10 19:56:54', '', 0, 'http://stg.rayahin.com/2020/06/10/94/', 8, 'nav_menu_item', '', 0),
(95, 1, '2020-06-10 17:42:11', '2020-06-10 17:42:11', ' ', '', '', 'publish', 'closed', 'closed', '', '95', '', '', '2020-06-10 19:56:54', '2020-06-10 19:56:54', '', 0, 'http://stg.rayahin.com/2020/06/10/95/', 9, 'nav_menu_item', '', 0),
(97, 1, '2020-06-10 19:42:47', '2020-06-10 19:42:47', '<img width="223" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg 223w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-760x1024.jpg 760w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg 784w" sizes="(max-width: 223px) 100vw, 223px" />											\n										<img width="750" height="1031" src="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg 750w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-218x300.jpg 218w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg 745w" sizes="(max-width: 750px) 100vw, 750px" />											\n										<img width="200" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w" sizes="(max-width: 200px) 100vw, 200px" />											\n										<img width="588" height="1324" src="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg 588w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-133x300.jpg 133w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg 455w" sizes="(max-width: 588px) 100vw, 588px" />											\n		<p><strong>Rev. Fr. Joseph Hazar, Dean</strong></p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.</p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.</p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.</p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.</p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY. </p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral</em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.</p>', 'Clergy', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2020-06-10 19:42:47', '2020-06-10 19:42:47', '', 78, 'http://stg.rayahin.com/2020/06/10/78-revision-v1/', 0, 'revision', '', 0),
(98, 1, '2020-06-10 19:42:50', '2020-06-10 19:42:50', '<img width="223" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg 223w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-760x1024.jpg 760w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg 784w" sizes="(max-width: 223px) 100vw, 223px" />											\n										<img width="750" height="1031" src="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg 750w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-218x300.jpg 218w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg 745w" sizes="(max-width: 750px) 100vw, 750px" />											\n										<img width="200" height="300" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w" sizes="(max-width: 200px) 100vw, 200px" />											\n										<img width="588" height="1324" src="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg 588w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-133x300.jpg 133w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg 455w" sizes="(max-width: 588px) 100vw, 588px" />											\n		<p><strong>Rev. Fr. Joseph Hazar, Dean</strong></p><p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.</p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.</p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.</p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.</p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY. </p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral</em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.</p>', 'Clergy1', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2020-06-10 19:42:50', '2020-06-10 19:42:50', '', 78, 'http://stg.rayahin.com/2020/06/10/78-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wptm_posts` VALUES
(100, 1, '2020-06-10 19:54:31', '2020-06-10 19:54:31', '<figure>\n										<img width="768" height="1034" src="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg 223w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-760x1024.jpg 760w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg 784w" sizes="(max-width: 768px) 100vw, 768px" />											<figcaption>Patriarch John of Antioch</figcaption>\n										</figure>\n							<figure>\n										<img width="745" height="1024" src="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg 745w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-218x300.jpg 218w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg 750w" sizes="(max-width: 745px) 100vw, 745px" />											<figcaption>Metropolitan Joseph of North America</figcaption>\n										</figure>\n							<figure>\n										<img width="768" height="1155" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w" sizes="(max-width: 768px) 100vw, 768px" />											<figcaption>Bishop Thomas of Charleston</figcaption>\n										</figure>\n										<img width="455" height="1024" src="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg 455w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-133x300.jpg 133w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg 588w" sizes="(max-width: 455px) 100vw, 455px" />											\n			<h2>Rev. Fr. Joseph Hazar, Dean</h2>		\n		<p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.</p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.</p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.</p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.</p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY. </p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral</em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.</p>', 'Clergy', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2020-06-10 19:54:31', '2020-06-10 19:54:31', '', 39, 'http://stg.rayahin.com/2020/06/10/39-revision-v1/', 0, 'revision', '', 0),
(101, 1, '2020-06-10 19:56:54', '2020-06-10 19:56:54', ' ', '', '', 'publish', 'closed', 'closed', '', '101', '', '', '2020-06-10 19:56:54', '2020-06-10 19:56:54', '', 0, 'http://stg.rayahin.com/?p=101', 2, 'nav_menu_item', '', 0),
(102, 1, '2020-06-10 20:02:33', '2020-06-10 20:02:33', '<!-- wp:paragraph -->\n<p>His Beatitude John X was born in 1955 in the city of Lattakia, Syria. His father Mounah Yazigi was from Lattakia, a teacher of Arabic language. His mother Rosa Moussi is from Tripoli, Lebanon. They gave birth to four children – two boys and two girls. His Beatitude’s brother is His Grace Metropolitan Boulos of Aleppo. One sister is a nun. His Beatitude lived and studied in the city schools. He graduated from the University of Teshreen with a Bachelor of Civil Engineering. During his university studies, he played an active and leading role with the youth, which led to the establishment of a Byzantine Music School and many spiritual youth programs. His work led to a great spiritual revival among his generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1978, His Beatitude graduated from the St. John of Damascus Institute of Theology, University of Balamand, with a Bachelor in Theology. In 1983 he graduated from the University of Thessaloniki, Greece with a doctoral degree in Liturgia. He was awarded the Doctorate with distinction. The title of his doctoral thesis published in Greek is: "The Service of Holy Baptism: An Historical, Theological, and Liturgical Study." In 1981, and simultaneously with his doctoral studies, His Beatitude earned a Diploma in Byzantine Music from the Conservatory of Byzantine Music in Thessaloniki, Greece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His Eminence Metropolitan John Mansour of Lattakia ordained John Yazigi a deacon in 1979 and a priest in 1983. As priest he served in the Archdiocese of Lattakia. Since 1981, he taught courses on Liturgics at the St. John of Damascus Institute of Theology at the University of Balamand. During the periods of 1988-1991 and 2001-2005 he served as Dean of the Institute of Theology. In addition, he served as Abbot of St. George Al Humayrah Patriarchal Monastery in Syria. There he founded a monastic community and a school of ecclesiastic studies. He also served as the Abbot of the Our Lady of Balamand Patriarchal Monastery in the years 2001-2005. His Beatitude is the spiritual father of the Convent of our Lady of Blemmana in Tartous, Syria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1995, the Holy Synod of Antioch elected him as the Bishop of Pyrgou, an area called in Arabic Wadi An-Nasara or Al-Hosn. He served there till 2008 when he was elected by the Holy Synod as the Metropolitan of Europe. He was elected by the Holy Synod meeting in Balamand Monastery as Patriarch of Antioch and all the East on Monday December 17th, 2012.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to his pastoral care in these parishes, he was involved in many worldwide activities at the ecumenical, Christian and especially Orthodox Christian spheres. He participated in many international conferences in Greece, Italy, Switzerland, Cyprus, United States of America, Russia, and the United Kingdom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His Beatitude is distinguished by his ecclesiastic, national and ecumenical presence shown through his participation in many conferences, on the national and international levels. He is renowned for his clear vision, based on truth, and eagerness to find the best solutions for conflicts amongst parties. He is known by his compassionate and friendly character. He is a good listener, and a faithful steward for those in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wherever he worked, His Beatitude proved to be a man of action and a good sower of the Word of God, seeking to reveal the beauty of the Spouse of Christ and making Her shiny and strong. He is known by his closeness to the Youth and his ability to involve them in the service of the church, their society and their nation. He is a good administrator, and a proven man who knows how to work with others and reinforce institutions. He played a leading role in Higher Education while he was Dean of the St. John of Damascus Institute of Theology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His Beatitude is the author of several books on theology, education, music, and liturgy. He published a series on liturgical studies. He edited the liturgical books of the Orthodox Church in Arabic, and more specifically the liturgical books of the archbishops, priests and deacons. In addition, he translated and wrote many articles, and gave many lectures in different universities, parishes and institutes.</p>\n<!-- /wp:paragraph -->', 'Patriarch John of Antioch', '', 'publish', 'closed', 'closed', '', 'patriarch-john-of-antioch', '', '', '2020-06-10 20:02:33', '2020-06-10 20:02:33', '', 0, 'http://stg.rayahin.com/?page_id=102', 0, 'page', '', 0),
(103, 1, '2020-06-10 19:59:07', '2020-06-10 19:59:07', '', 'Patriarch John of Antioch', '', 'inherit', 'closed', 'closed', '', '102-revision-v1', '', '', '2020-06-10 19:59:07', '2020-06-10 19:59:07', '', 102, 'http://stg.rayahin.com/2020/06/10/102-revision-v1/', 0, 'revision', '', 0),
(104, 1, '2020-06-10 20:02:33', '2020-06-10 20:02:33', '<!-- wp:paragraph -->\n<p>His Beatitude John X was born in 1955 in the city of Lattakia, Syria. His father Mounah Yazigi was from Lattakia, a teacher of Arabic language. His mother Rosa Moussi is from Tripoli, Lebanon. They gave birth to four children – two boys and two girls. His Beatitude’s brother is His Grace Metropolitan Boulos of Aleppo. One sister is a nun. His Beatitude lived and studied in the city schools. He graduated from the University of Teshreen with a Bachelor of Civil Engineering. During his university studies, he played an active and leading role with the youth, which led to the establishment of a Byzantine Music School and many spiritual youth programs. His work led to a great spiritual revival among his generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1978, His Beatitude graduated from the St. John of Damascus Institute of Theology, University of Balamand, with a Bachelor in Theology. In 1983 he graduated from the University of Thessaloniki, Greece with a doctoral degree in Liturgia. He was awarded the Doctorate with distinction. The title of his doctoral thesis published in Greek is: "The Service of Holy Baptism: An Historical, Theological, and Liturgical Study." In 1981, and simultaneously with his doctoral studies, His Beatitude earned a Diploma in Byzantine Music from the Conservatory of Byzantine Music in Thessaloniki, Greece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His Eminence Metropolitan John Mansour of Lattakia ordained John Yazigi a deacon in 1979 and a priest in 1983. As priest he served in the Archdiocese of Lattakia. Since 1981, he taught courses on Liturgics at the St. John of Damascus Institute of Theology at the University of Balamand. During the periods of 1988-1991 and 2001-2005 he served as Dean of the Institute of Theology. In addition, he served as Abbot of St. George Al Humayrah Patriarchal Monastery in Syria. There he founded a monastic community and a school of ecclesiastic studies. He also served as the Abbot of the Our Lady of Balamand Patriarchal Monastery in the years 2001-2005. His Beatitude is the spiritual father of the Convent of our Lady of Blemmana in Tartous, Syria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1995, the Holy Synod of Antioch elected him as the Bishop of Pyrgou, an area called in Arabic Wadi An-Nasara or Al-Hosn. He served there till 2008 when he was elected by the Holy Synod as the Metropolitan of Europe. He was elected by the Holy Synod meeting in Balamand Monastery as Patriarch of Antioch and all the East on Monday December 17th, 2012.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to his pastoral care in these parishes, he was involved in many worldwide activities at the ecumenical, Christian and especially Orthodox Christian spheres. He participated in many international conferences in Greece, Italy, Switzerland, Cyprus, United States of America, Russia, and the United Kingdom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His Beatitude is distinguished by his ecclesiastic, national and ecumenical presence shown through his participation in many conferences, on the national and international levels. He is renowned for his clear vision, based on truth, and eagerness to find the best solutions for conflicts amongst parties. He is known by his compassionate and friendly character. He is a good listener, and a faithful steward for those in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wherever he worked, His Beatitude proved to be a man of action and a good sower of the Word of God, seeking to reveal the beauty of the Spouse of Christ and making Her shiny and strong. He is known by his closeness to the Youth and his ability to involve them in the service of the church, their society and their nation. He is a good administrator, and a proven man who knows how to work with others and reinforce institutions. He played a leading role in Higher Education while he was Dean of the St. John of Damascus Institute of Theology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His Beatitude is the author of several books on theology, education, music, and liturgy. He published a series on liturgical studies. He edited the liturgical books of the Orthodox Church in Arabic, and more specifically the liturgical books of the archbishops, priests and deacons. In addition, he translated and wrote many articles, and gave many lectures in different universities, parishes and institutes.</p>\n<!-- /wp:paragraph -->', 'Patriarch John of Antioch', '', 'inherit', 'closed', 'closed', '', '102-revision-v1', '', '', '2020-06-10 20:02:33', '2020-06-10 20:02:33', '', 102, 'http://stg.rayahin.com/2020/06/10/102-revision-v1/', 0, 'revision', '', 0),
(105, 1, '2020-06-10 20:03:02', '2020-06-10 20:03:02', '<figure>\n											<a href="http://stg.rayahin.com/patriarch-john-of-antioch/">\n							<img width="768" height="1034" src="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-768x1034.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-223x300.jpg 223w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2-760x1024.jpg 760w, http://stg.rayahin.com/wp-content/uploads/2020/06/Patriarch_John_X_of_Antioch_2.jpg 784w" sizes="(max-width: 768px) 100vw, 768px" />								</a>\n											<figcaption>Patriarch John of Antioch</figcaption>\n										</figure>\n							<figure>\n										<img width="745" height="1024" src="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-745x1024.jpg 745w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo-218x300.jpg 218w, http://stg.rayahin.com/wp-content/uploads/2020/06/metropolitan_joseph_-_photo.jpg 750w" sizes="(max-width: 745px) 100vw, 745px" />											<figcaption>Metropolitan Joseph of North America</figcaption>\n										</figure>\n							<figure>\n										<img width="768" height="1155" src="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-768x1155.jpg 768w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-200x300.jpg 200w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-681x1024.jpg 681w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo-1021x1536.jpg 1021w, http://stg.rayahin.com/wp-content/uploads/2020/06/2012_Bp_Thomas_photo.jpg 1199w" sizes="(max-width: 768px) 100vw, 768px" />											<figcaption>Bishop Thomas of Charleston</figcaption>\n										</figure>\n										<img width="455" height="1024" src="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg" alt="" srcset="http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-455x1024.jpg 455w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575-133x300.jpg 133w, http://stg.rayahin.com/wp-content/uploads/2020/06/website-pic-e1591726604575.jpg 588w" sizes="(max-width: 455px) 100vw, 455px" />											\n			<h2>Rev. Fr. Joseph Hazar, Dean</h2>		\n		<p>Fr. Joseph was born in Brooklyn, NY on June 24, 1983 to Elias and Jeanet Hazar, from Marja''youn Lebanon and Damascus, Syria, respectively. From the very young age of 3 years old, he felt a calling to serve the Lord as a priest. He was baptized at St Nicholas Antiochian Orthodox Cathedral, the first parish founded by St Raphael of Brooklyn.</p><p>On Palm Sunday in 2004, Joseph was ordained a Subdeacon by Metropolitan PHILIP of blessed memory. In 2006, he received his undergraduate degree in Psychology from Hellenic College (Brookline, MA) and his Master of Divinity in 2011 from St Tikhon Orthodox Seminary in South Canaan, PA. After seminary, he spent a year furthering his studies at the Patriarchal seminary of the Balamand in north Lebanon.</p><p>Fr. Joseph served as youth director, intern, and pastoral assistant at the Basilica of St Mary (Livonia, MI), St Elijah Church (Oklahoma City), St George Church (Cicero, IL), and St George Church (Fishers, IN). He has also given numerous retreats and lectures throughout the country. He also served in various capacities at a number of Orthodox camps throughout the country, beginning with 3 summers at the Antiochian Village in Ligonier, PA.</p><p>In 2014, Joseph married his wife, Jennifer, and they have two daughters. On June 28, 2015, Joseph was ordained to the diaconate, and on June 9, 2016, he was ordained to the holy priesthood, both ordinations by the laying on of hands by His Grace, Bishop ANTHONY of Toledo and the Midwest.</p><p>In 2016, Fr. Joseph was assigned to be the pastor of St John Orthodox Church of Levittown, NY. </p><p>On August 1, 2018, Fr. Joseph was entrusted the care of the flock of St George Cathedral in Charleston by His Eminence Metropolitan JOSEPH, where he holds the title <em>Dean of the Cathedral</em>. Here, Fr. Joseph works closely with the parish family to do the will of God and work towards salvation, which is the only thing that is truly important in this world.</p>', 'Clergy', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2020-06-10 20:03:02', '2020-06-10 20:03:02', '', 39, 'http://stg.rayahin.com/2020/06/10/39-revision-v1/', 0, 'revision', '', 0);

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

--
-- Table structure for table `wptm_termmeta`
--

CREATE TABLE `wptm_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wptm_terms`
--

CREATE TABLE `wptm_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wptm_terms`
--

INSERT INTO `wptm_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'menu', 'menu', 0),
(3, 'page', 'page', 0);

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

--
-- Table structure for table `wptm_term_relationships`
--

CREATE TABLE `wptm_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;

--
-- Dumping data for table `wptm_term_relationships`
--

INSERT INTO `wptm_term_relationships` VALUES
(1, 1, 0),
(33, 2, 0),
(34, 2, 0),
(35, 2, 0),
(36, 2, 0),
(37, 2, 0),
(42, 2, 0),
(78, 3, 0),
(86, 3, 0),
(94, 2, 0),
(95, 2, 0),
(101, 2, 0);

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

--
-- Table structure for table `wptm_term_taxonomy`
--

CREATE TABLE `wptm_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wptm_term_taxonomy`
--

INSERT INTO `wptm_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 9),
(3, 3, 'elementor_library_type', '', 0, 1);

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

--
-- Table structure for table `wptm_usermeta`
--

CREATE TABLE `wptm_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wptm_usermeta`
--

INSERT INTO `wptm_usermeta` VALUES
(1, 1, 'nickname', 'david'),
(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, 'wptm_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wptm_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:"ea82692a8606af00e033ec2f8fe29d42be34c1f831132f7fb0d6901dc845be19";a:4:{s:10:"expiration";i:1594922217;s:2:"ip";s:12:"74.195.5.138";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15";s:5:"login";i:1594749417;}}'),
(17, 1, 'wptm_dashboard_quick_press_last_post_id', '77'),
(18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:10:"74.195.5.0";}'),
(19, 1, 'wptm_user-settings', 'libraryContent=browse&editor=tinymce'),
(20, 1, 'wptm_user-settings-time', '1591726584'),
(23, 1, 'nav_menu_recently_edited', '2'),
(24, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'),
(25, 1, 'metaboxhidden_nav-menus', 'a:12:{i:0;s:31:"add-post-type-jetpack-portfolio";i:1;s:33:"add-post-type-jetpack-testimonial";i:2;s:30:"add-post-type-featured-content";i:3;s:25:"add-post-type-ect-service";i:4;s:12:"add-post_tag";i:5;s:15:"add-post_format";i:6;s:26:"add-jetpack-portfolio-type";i:7;s:25:"add-jetpack-portfolio-tag";i:8;s:25:"add-featured-content-type";i:9;s:24:"add-featured-content-tag";i:10;s:20:"add-ect-service-type";i:11;s:19:"add-ect-service-tag";}'),
(26, 1, 'elementor_introduction', 'a:2:{s:19:"colorPickerDropping";b:1;s:10:"rightClick";b:1;}');

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

--
-- Table structure for table `wptm_users`
--

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

--
-- Dumping data for table `wptm_users`
--

INSERT INTO `wptm_users` VALUES
(1, 'david', '$P$Bsj7L.7tmToReoSzh8AxHZRzjjqNFl1', 'david', 'david@rayahin.com', 'http://stg.rayahin.com', '2020-06-02 16:53:42', '', 0, 'david');

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

--
-- Table structure for table `wptm_wpforms_tasks_meta`
--

CREATE TABLE `wptm_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wptm_wpforms_tasks_meta`
--

INSERT INTO `wptm_wpforms_tasks_meta` VALUES
(1, 'wpforms_process_entry_emails_meta_cleanup', 'Wzg2NDAwXQ==', '2020-06-09 13:50:11'),
(2, 'wpforms_admin_notifications_update', 'W10=', '2020-06-09 13:50:11');

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

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