HEX
Server: LiteSpeed
System: Linux dalult4.hostarmada.net 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64
User: weariqoc (1144)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: /home/weariqoc/travelingdictionary.com/u701019342_pEFOt.sql
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19-11.8.6-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: u701019342_pEFOt
-- ------------------------------------------------------
-- Server version	11.8.6-MariaDB-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*M!100616 SET @OLD_NOTE_VERBOSITY=@@NOTE_VERBOSITY, NOTE_VERBOSITY=0 */;

--
-- Table structure for table `hrs_aawp_lists`
--

DROP TABLE IF EXISTS `hrs_aawp_lists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_aawp_lists` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `status` varchar(20) DEFAULT NULL,
  `list_key` varchar(32) NOT NULL,
  `type` varchar(30) DEFAULT NULL,
  `keywords` varchar(50) DEFAULT NULL,
  `browse_node_id` bigint(20) DEFAULT NULL,
  `browse_node_search` tinyint(1) DEFAULT NULL,
  `product_asins` mediumtext NOT NULL,
  `items_count` tinyint(4) NOT NULL,
  `date_created` datetime NOT NULL,
  `date_updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `list_key` (`list_key`),
  KEY `status` (`status`),
  KEY `type` (`type`),
  KEY `keywords` (`keywords`),
  KEY `browse_node_id` (`browse_node_id`),
  KEY `browse_node_search` (`browse_node_search`),
  KEY `items_count` (`items_count`),
  KEY `date_updated` (`date_updated`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_aawp_lists`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_aawp_lists` WRITE;
/*!40000 ALTER TABLE `hrs_aawp_lists` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_aawp_lists` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_aawp_products`
--

DROP TABLE IF EXISTS `hrs_aawp_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_aawp_products` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `status` varchar(20) DEFAULT NULL,
  `asin` varchar(20) NOT NULL,
  `ean` varchar(20) DEFAULT NULL,
  `isbn` varchar(20) DEFAULT NULL,
  `binding` varchar(100) DEFAULT NULL,
  `product_group` varchar(100) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `url` longtext DEFAULT NULL,
  `image_ids` longtext DEFAULT NULL,
  `features` longtext DEFAULT NULL,
  `attributes` longtext DEFAULT NULL,
  `availability` varchar(20) DEFAULT NULL,
  `currency` varchar(10) DEFAULT NULL,
  `price` varchar(50) DEFAULT NULL,
  `savings` varchar(50) DEFAULT NULL,
  `savings_percentage` tinyint(4) DEFAULT NULL,
  `savings_basis` varchar(50) DEFAULT NULL,
  `salesrank` bigint(20) DEFAULT NULL,
  `is_prime` tinyint(1) DEFAULT NULL,
  `is_amazon_fulfilled` tinyint(1) DEFAULT NULL,
  `shipping_charges` varchar(50) DEFAULT NULL,
  `rating` varchar(10) DEFAULT NULL,
  `reviews` bigint(20) DEFAULT NULL,
  `reviews_updated` datetime DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `date_updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `asin` (`asin`),
  KEY `status` (`status`),
  KEY `reviews` (`reviews`),
  KEY `reviews_updated` (`reviews_updated`),
  KEY `date_updated` (`date_updated`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_aawp_products`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_aawp_products` WRITE;
/*!40000 ALTER TABLE `hrs_aawp_products` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_aawp_products` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_commentmeta`
--

DROP TABLE IF EXISTS `hrs_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_commentmeta`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_commentmeta` WRITE;
/*!40000 ALTER TABLE `hrs_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_comments`
--

DROP TABLE IF EXISTS `hrs_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_comments`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_comments` WRITE;
/*!40000 ALTER TABLE `hrs_comments` DISABLE KEYS */;
INSERT INTO `hrs_comments` VALUES
(1,1359,'buy cialis in las vegas','','https://cialssis.com','209.127.110.134','2024-01-10 01:52:40','2024-01-10 01:52:40','<strong>buy cialis in las vegas</strong>\n\nbuy cialis in las vegas',0,'0','PHP/5.3.22','trackback',0,0),
(2,1375,'alfuzosin and cialis','','https://cialssis.com','191.102.155.11','2024-01-15 16:46:08','2024-01-15 16:46:08','<strong>alfuzosin and cialis</strong>\n\nalfuzosin and cialis',0,'0','PHP/5.2.60','trackback',0,0),
(3,207,'https://onlypharmacies.com/','','https://onlypharmacies.com/','37.139.53.18','2024-01-19 22:16:54','2024-01-19 22:16:54','<strong>[...] https://onlypharmacies.com/[...]</strong>\n\nhttps://onlypharmacies.com/',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.187 Safari/537.36','trackback',0,0),
(4,1303,'Best Places To Paddle Board East Coast &#8211; Simles','','https://simles.site/best-places-to-paddle-board-east-coast/','172.104.4.142','2024-03-22 14:49:08','2024-03-22 14:49:08','[&#8230;] plans are, having the right control is a pleasure for your adventure. There are many fantastic places to paddleboard around the globe including U.S.A. Most popular destinations In U.S.A are East Coast [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/6.4.3','pingback',0,0),
(5,1375,'can you inject elavil','','https://elavil365y.com','178.159.37.158','2025-01-02 12:39:34','2025-01-02 12:39:34','<strong>can you inject elavil</strong>\n\ncan you inject elavil',0,'0','PHP/5.2.33','trackback',0,0);
/*!40000 ALTER TABLE `hrs_comments` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_csp3_subscribers`
--

DROP TABLE IF EXISTS `hrs_csp3_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_csp3_subscribers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `page_id` int(11) NOT NULL,
  `page_uuid` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `fname` varchar(255) DEFAULT NULL,
  `lname` varchar(255) DEFAULT NULL,
  `ref_url` varchar(255) DEFAULT NULL,
  `clicks` int(11) NOT NULL DEFAULT 0,
  `conversions` int(11) NOT NULL DEFAULT 0,
  `referrer` int(11) NOT NULL DEFAULT 0,
  `confirmed` int(11) NOT NULL DEFAULT 0,
  `optin_confirm` int(11) NOT NULL DEFAULT 0,
  `ip` varchar(255) DEFAULT NULL,
  `meta` text DEFAULT NULL,
  `created` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `csp3_subscribers_page_uuid_idx` (`page_uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_csp3_subscribers`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_csp3_subscribers` WRITE;
/*!40000 ALTER TABLE `hrs_csp3_subscribers` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_csp3_subscribers` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_ewwwio_images`
--

DROP TABLE IF EXISTS `hrs_ewwwio_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_ewwwio_images` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attachment_id` bigint(20) unsigned DEFAULT NULL,
  `gallery` varchar(10) DEFAULT NULL,
  `resize` varchar(75) DEFAULT NULL,
  `path` text NOT NULL,
  `converted` text NOT NULL,
  `results` varchar(75) NOT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `backup` varchar(100) DEFAULT NULL,
  `level` int(10) unsigned DEFAULT NULL,
  `pending` tinyint(4) NOT NULL DEFAULT 0,
  `updates` int(10) unsigned DEFAULT NULL,
  `updated` timestamp NULL DEFAULT '1970-12-31 19:00:00' ON UPDATE current_timestamp(),
  `trace` blob DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `path` (`path`(191)),
  KEY `attachment_info` (`gallery`(3),`attachment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=625 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_ewwwio_images`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_ewwwio_images` WRITE;
/*!40000 ALTER TABLE `hrs_ewwwio_images` DISABLE KEYS */;
INSERT INTO `hrs_ewwwio_images` VALUES
(1,1426,'media','full','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-e1612620405112.jpg','','',NULL,173621,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(2,1426,'media','medium','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-300x199.jpg','','',NULL,17974,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(3,1426,'media','large','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-1024x681.jpg','','',NULL,127066,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(4,1426,'media','thumbnail','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-150x150.jpg','','',NULL,9126,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(5,1426,'media','medium_large','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-768x511.jpg','','',NULL,106551,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(6,1426,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-810x539.jpg','','',NULL,118385,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(7,1426,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-1140x758.jpg','','',NULL,157689,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(8,1426,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-375x195.jpg','','',NULL,29997,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(9,1426,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-145x100.jpg','','',NULL,6526,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(10,1426,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-1280x500.jpg','','',NULL,219377,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(11,1426,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach-380x260.jpg','','',NULL,38846,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(12,1419,'media','full','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-e1612620430387.png','','',NULL,802582,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(13,1419,'media','medium','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-300x199.png','','',NULL,41789,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(14,1419,'media','large','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-1024x680.png','','',NULL,381699,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(15,1419,'media','thumbnail','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-150x150.png','','',NULL,17548,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(16,1419,'media','medium_large','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-768x510.png','','',NULL,224473,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(17,1419,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-810x538.png','','',NULL,245699,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(18,1419,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-1140x757.png','','',NULL,459264,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(19,1419,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-375x195.png','','',NULL,51268,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(20,1419,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-145x100.png','','',NULL,12413,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(21,1419,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-1280x500.png','','',NULL,316921,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(22,1419,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-380x260.png','','',NULL,64328,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(23,1414,'media','full','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-e1612620482584.jpg','','',NULL,107535,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(24,1414,'media','medium','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-300x177.jpg','','',NULL,12768,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(25,1414,'media','large','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-1024x604.jpg','','',NULL,110902,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(26,1414,'media','thumbnail','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-150x150.jpg','','',NULL,7492,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(27,1414,'media','medium_large','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-768x453.jpg','','',NULL,63366,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(28,1414,'media','1536x1536','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-1536x905.jpg','','',NULL,127500,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(29,1414,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-810x477.jpg','','',NULL,70139,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(30,1414,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-1140x672.jpg','','',NULL,98468,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(31,1414,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-375x195.jpg','','',NULL,22937,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(32,1414,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-145x100.jpg','','',NULL,5253,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(33,1414,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-2048x500.jpg','','',NULL,148522,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(34,1414,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga-380x260.jpg','','',NULL,28928,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(35,1410,'media','full','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-e1612620508172.png','','',NULL,752537,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(36,1410,'media','medium','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-300x204.png','','',NULL,26491,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(37,1410,'media','large','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-1024x696.png','','',NULL,241551,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(38,1410,'media','thumbnail','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-150x150.png','','',NULL,11655,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(39,1410,'media','medium_large','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-768x522.png','','',NULL,144526,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(40,1410,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-810x551.png','','',NULL,159616,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(41,1410,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-1140x775.png','','',NULL,295854,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(42,1410,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-375x195.png','','',NULL,30446,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(43,1410,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-145x100.png','','',NULL,8128,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(44,1410,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-1250x500.png','','',NULL,171350,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(45,1410,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-380x260.png','','',NULL,40890,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(46,1403,'media','full','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-e1612620533962.jpg','','',NULL,83466,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(47,1403,'media','medium','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-300x200.jpg','','',NULL,12064,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(48,1403,'media','large','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-1024x682.jpg','','',NULL,43306,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(49,1403,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-150x150.jpg','','',NULL,5640,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(50,1403,'media','medium_large','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-768x512.jpg','','',NULL,46135,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(51,1403,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-810x540.jpg','','',NULL,51468,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(52,1403,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-1140x760.jpg','','',NULL,53364,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(53,1403,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-375x195.jpg','','',NULL,20343,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(54,1403,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-145x100.jpg','','',NULL,4628,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(55,1403,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-1280x500.jpg','','',NULL,92318,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(56,1403,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/rice-popular-1766131_1280-1-380x260.jpg','','',NULL,20490,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(57,1402,'media','full','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-e1612620559256.jpg','','',NULL,77450,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(58,1402,'media','medium','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-300x225.jpg','','',NULL,11986,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(59,1402,'media','large','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-1024x768.jpg','','',NULL,49187,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(60,1402,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-150x150.jpg','','',NULL,5185,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(61,1402,'media','medium_large','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-768x576.jpg','','',NULL,44150,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(62,1402,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-1536x1152.jpg','','',NULL,52184,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(63,1402,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-810x608.jpg','','',NULL,47645,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(64,1402,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-1140x855.jpg','','',NULL,59611,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(65,1402,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-375x195.jpg','','',NULL,18061,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(66,1402,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-145x100.jpg','','',NULL,3932,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(67,1402,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-2048x500.jpg','','',NULL,74389,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(68,1402,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-380x260.jpg','','',NULL,22359,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(69,1401,'media','full','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-e1612620581332.jpg','','',NULL,53602,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(70,1401,'media','medium','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-300x225.jpg','','',NULL,7353,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(71,1401,'media','large','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-1024x768.jpg','','',NULL,44256,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(72,1401,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-150x150.jpg','','',NULL,3732,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(73,1401,'media','medium_large','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-768x576.jpg','','',NULL,31245,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(74,1401,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-810x608.jpg','','',NULL,34108,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(75,1401,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-1140x855.jpg','','',NULL,53293,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(76,1401,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-375x195.jpg','','',NULL,11421,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(77,1401,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-145x100.jpg','','',NULL,3516,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(78,1401,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-1280x500.jpg','','',NULL,60033,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(79,1401,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/godiva-955527_1280-1-380x260.jpg','','',NULL,14457,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(80,1400,'media','full','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280.jpg','','',NULL,87792,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(81,1400,'media','medium','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-300x199.jpg','','',NULL,10200,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(82,1400,'media','large','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-1024x681.jpg','','',NULL,53348,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(83,1400,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-150x150.jpg','','',NULL,5252,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(84,1400,'media','medium_large','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-768x511.jpg','','',NULL,38711,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(85,1400,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-810x539.jpg','','',NULL,42034,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(86,1400,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-1140x758.jpg','','',NULL,66156,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(87,1400,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-375x195.jpg','','',NULL,17816,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(88,1400,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-145x100.jpg','','',NULL,3826,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(89,1400,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-1280x500.jpg','','',NULL,81041,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(90,1400,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/tacos-3448929_1280-380x260.jpg','','',NULL,20874,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(91,1399,'media','full','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1.jpg','','',NULL,66951,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(92,1399,'media','medium','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-300x200.jpg','','',NULL,13047,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(93,1399,'media','large','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-1024x683.jpg','','',NULL,45392,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(94,1399,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-150x150.jpg','','',NULL,5773,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(95,1399,'media','medium_large','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-768x512.jpg','','',NULL,46606,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(96,1399,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-1536x1024.jpg','','',NULL,66635,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(97,1399,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-810x540.jpg','','',NULL,50451,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(98,1399,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-1140x760.jpg','','',NULL,52404,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(99,1399,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-375x195.jpg','','',NULL,20436,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(100,1399,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-145x100.jpg','','',NULL,4313,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(101,1399,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-2048x500.jpg','','',NULL,56901,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(102,1399,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-380x260.jpg','','',NULL,26771,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(103,1397,'media','full','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1.png','','',NULL,501751,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(104,1397,'media','medium','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-300x197.png','','',NULL,34235,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(105,1397,'media','large','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-1024x672.png','','',NULL,329823,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(106,1397,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-150x150.png','','',NULL,14413,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(107,1397,'media','medium_large','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-768x504.png','','',NULL,190440,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(108,1397,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-810x531.png','','',NULL,209303,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(109,1397,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-1140x748.png','','',NULL,407537,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(110,1397,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-375x195.png','','',NULL,42859,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(111,1397,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-145x100.png','','',NULL,10254,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(112,1397,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-1250x500.png','','',NULL,344872,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(113,1397,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1-380x260.png','','',NULL,54132,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(114,1383,'media','full','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-scaled.jpg','','',NULL,120635,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(115,1383,'media','medium','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-300x200.jpg','','',NULL,14266,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(116,1383,'media','large','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-1024x683.jpg','','',NULL,103363,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(117,1383,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-150x150.jpg','','',NULL,6054,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(118,1383,'media','medium_large','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-768x512.jpg','','',NULL,76475,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(119,1383,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-1536x1024.jpg','','',NULL,117112,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(120,1383,'media','2048x2048','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-2048x1365.jpg','','',NULL,119632,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(121,1383,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-810x540.jpg','','',NULL,85293,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(122,1383,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-1140x760.jpg','','',NULL,123975,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(123,1383,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-375x195.jpg','','',NULL,23305,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(124,1383,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-145x100.jpg','','',NULL,4408,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(125,1383,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-5371x500.jpg','','',NULL,264793,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(126,1383,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-380x260.jpg','','',NULL,29216,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(127,1381,'media','full','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1.jpg','','',NULL,118157,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(128,1381,'media','medium','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-300x155.jpg','','',NULL,10871,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(129,1381,'media','large','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-1024x530.jpg','','',NULL,74022,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(130,1381,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-150x150.jpg','','',NULL,7066,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(131,1381,'media','medium_large','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-768x397.jpg','','',NULL,44128,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(132,1381,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-1536x795.jpg','','',NULL,126111,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(133,1381,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-810x419.jpg','','',NULL,48672,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(134,1381,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-1140x590.jpg','','',NULL,88521,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(135,1381,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-375x195.jpg','','',NULL,20207,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(136,1381,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-145x100.jpg','','',NULL,5437,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(137,1381,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-1600x500.jpg','','',NULL,123790,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(138,1381,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-380x260.jpg','','',NULL,24876,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(139,1379,'media','full','ABSPATHwp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1.jpg','','',NULL,82214,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(140,1379,'media','medium','ABSPATHwp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-300x186.jpg','','',NULL,8337,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(141,1379,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-150x150.jpg','','',NULL,3815,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(142,1379,'media','medium_large','ABSPATHwp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-768x476.jpg','','',NULL,41238,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(143,1379,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-810x502.jpg','','',NULL,45594,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(144,1379,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-375x195.jpg','','',NULL,13763,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(145,1379,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-145x100.jpg','','',NULL,2942,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(146,1379,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-1000x500.jpg','','',NULL,79876,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(147,1379,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-380x260.jpg','','',NULL,17857,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(148,1377,'media','full','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1.jpg','','',NULL,218273,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(149,1377,'media','medium','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-300x200.jpg','','',NULL,11977,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(150,1377,'media','large','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-1024x683.jpg','','',NULL,103446,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(151,1377,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-150x150.jpg','','',NULL,5160,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(152,1377,'media','medium_large','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-768x512.jpg','','',NULL,70682,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(153,1377,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-810x540.jpg','','',NULL,78946,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(154,1377,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-1140x761.jpg','','',NULL,129922,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(155,1377,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-375x195.jpg','','',NULL,19724,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(156,1377,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-145x100.jpg','','',NULL,3658,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(157,1377,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-1280x500.jpg','','',NULL,168980,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(158,1377,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-2-1-380x260.jpg','','',NULL,24491,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(159,1372,'media','full','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails.png','','',NULL,1024169,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(160,1372,'media','medium','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-300x178.png','','',NULL,42901,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(161,1372,'media','large','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-1024x607.png','','',NULL,449795,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(162,1372,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-150x150.png','','',NULL,18725,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(163,1372,'media','medium_large','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-768x455.png','','',NULL,263428,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(164,1372,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-1536x910.png','','',NULL,953008,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(165,1372,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-810x480.png','','',NULL,290136,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(166,1372,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-1140x675.png','','',NULL,550665,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(167,1372,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-375x195.png','','',NULL,57171,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(168,1372,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-145x100.png','','',NULL,12699,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(169,1372,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-1644x500.png','','',NULL,554103,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(170,1372,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-380x260.png','','',NULL,76383,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(171,1371,'media','full','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets.png','','',NULL,613073,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(172,1371,'media','medium','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-300x200.png','','',NULL,26183,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(173,1371,'media','large','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-1024x684.png','','',NULL,257438,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(174,1371,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-150x150.png','','',NULL,10311,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(175,1371,'media','medium_large','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-768x513.png','','',NULL,146970,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(176,1371,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-810x541.png','','',NULL,169911,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(177,1371,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-1140x762.png','','',NULL,318980,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(178,1371,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-375x195.png','','',NULL,34259,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(179,1371,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-145x100.png','','',NULL,7185,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(180,1371,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-1464x500.png','','',NULL,325420,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(181,1371,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/North-Georgian-Premium-Outlets-380x260.png','','',NULL,41507,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(182,1367,'media','full','ABSPATHwp-content/uploads/2020/07/8292908580_7f12db9110_o.jpg','','',NULL,86997,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(183,1367,'media','medium','ABSPATHwp-content/uploads/2020/07/8292908580_7f12db9110_o-300x200.jpg','','',NULL,10228,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(184,1367,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/8292908580_7f12db9110_o-150x150.jpg','','',NULL,4431,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(185,1367,'media','medium_large','ABSPATHwp-content/uploads/2020/07/8292908580_7f12db9110_o-768x513.jpg','','',NULL,43135,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(186,1367,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/8292908580_7f12db9110_o-810x541.jpg','','',NULL,46989,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(187,1367,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/8292908580_7f12db9110_o-375x195.jpg','','',NULL,15824,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(188,1367,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/8292908580_7f12db9110_o-145x100.jpg','','',NULL,3381,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(189,1367,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/8292908580_7f12db9110_o-850x500.jpg','','',NULL,51010,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(190,1367,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/8292908580_7f12db9110_o-380x260.jpg','','',NULL,20450,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(191,1366,'media','full','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h.jpg','','',NULL,190209,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(192,1366,'media','medium','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-300x188.jpg','','',NULL,20116,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(193,1366,'media','large','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-1024x640.jpg','','',NULL,123168,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(194,1366,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-150x150.jpg','','',NULL,8757,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(195,1366,'media','medium_large','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-768x480.jpg','','',NULL,95259,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(196,1366,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-1536x960.jpg','','',NULL,158422,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(197,1366,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-810x506.jpg','','',NULL,106669,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(198,1366,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-1140x713.jpg','','',NULL,149736,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(199,1366,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-375x195.jpg','','',NULL,26626,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(200,1366,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-145x100.jpg','','',NULL,4619,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(201,1366,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-1600x500.jpg','','',NULL,219733,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(202,1366,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/3021107338_40db8ea50f_h-380x260.jpg','','',NULL,34999,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(203,1365,'media','full','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k.jpg','','',NULL,204790,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(204,1365,'media','medium','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-300x225.jpg','','',NULL,24463,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(205,1365,'media','large','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-1024x768.jpg','','',NULL,182614,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(206,1365,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-150x150.jpg','','',NULL,8333,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(207,1365,'media','medium_large','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-768x576.jpg','','',NULL,165674,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(208,1365,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-1536x1152.jpg','','',NULL,178007,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(209,1365,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-810x608.jpg','','',NULL,185209,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(210,1365,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-1140x855.jpg','','',NULL,212014,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(211,1365,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-375x195.jpg','','',NULL,27564,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(212,1365,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-145x100.jpg','','',NULL,5644,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(213,1365,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-2048x500.jpg','','',NULL,230851,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(214,1365,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/4985469809_280c4b442f_k-380x260.jpg','','',NULL,36498,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(215,1364,'media','full','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k.jpg','','',NULL,76880,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(216,1364,'media','medium','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-300x214.jpg','','',NULL,14755,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(217,1364,'media','large','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-1024x732.jpg','','',NULL,79500,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(218,1364,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-150x150.jpg','','',NULL,6086,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(219,1364,'media','medium_large','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-768x549.jpg','','',NULL,60714,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(220,1364,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-1536x1097.jpg','','',NULL,77980,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(221,1364,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-810x579.jpg','','',NULL,66522,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(222,1364,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-1140x814.jpg','','',NULL,92635,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(223,1364,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-375x195.jpg','','',NULL,19277,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(224,1364,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-145x100.jpg','','',NULL,4689,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(225,1364,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-2048x500.jpg','','',NULL,66871,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(226,1364,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/10237002356_9b7aa72655_k-380x260.jpg','','',NULL,26657,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(227,1363,'media','full','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k.jpg','','',NULL,138335,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(228,1363,'media','medium','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-300x200.jpg','','',NULL,22380,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(229,1363,'media','large','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-1024x683.jpg','','',NULL,78761,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(230,1363,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-150x150.jpg','','',NULL,6957,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(231,1363,'media','medium_large','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-768x512.jpg','','',NULL,84081,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(232,1363,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-1536x1024.jpg','','',NULL,132370,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(233,1363,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-810x540.jpg','','',NULL,93112,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(234,1363,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-1140x760.jpg','','',NULL,93524,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(235,1363,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-375x195.jpg','','',NULL,26785,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(236,1363,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-145x100.jpg','','',NULL,6435,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(237,1363,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-2048x500.jpg','','',NULL,144192,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(238,1363,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/5807261360_604d8daca8_k-380x260.jpg','','',NULL,35804,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(239,1361,'media','full','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h.jpg','','',NULL,47683,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(240,1361,'media','medium','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-300x200.jpg','','',NULL,9299,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(241,1361,'media','large','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-1024x683.jpg','','',NULL,46530,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(242,1361,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-150x150.jpg','','',NULL,4471,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(243,1361,'media','medium_large','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-768x512.jpg','','',NULL,34723,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(244,1361,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-1536x1024.jpg','','',NULL,50211,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(245,1361,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-810x540.jpg','','',NULL,37965,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(246,1361,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-1140x760.jpg','','',NULL,54460,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(247,1361,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-375x195.jpg','','',NULL,14492,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(248,1361,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-145x100.jpg','','',NULL,3734,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(249,1361,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-1600x500.jpg','','',NULL,48009,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(250,1361,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/8132850175_2a57ec1505_h-380x260.jpg','','',NULL,16353,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(251,1357,'media','full','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys.jpg','','',NULL,80366,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(252,1357,'media','medium','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-300x206.jpg','','',NULL,13201,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(253,1357,'media','large','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-1024x704.jpg','','',NULL,71598,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(254,1357,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-150x150.jpg','','',NULL,5673,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(255,1357,'media','medium_large','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-768x528.jpg','','',NULL,55151,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(256,1357,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-1536x1055.jpg','','',NULL,77213,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(257,1357,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-810x556.jpg','','',NULL,59788,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(258,1357,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-1140x783.jpg','','',NULL,87584,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(259,1357,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-375x195.jpg','','',NULL,20114,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(260,1357,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-145x100.jpg','','',NULL,4093,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(261,1357,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-2048x500.jpg','','',NULL,92924,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(262,1357,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/Shawarma-Guys-380x260.jpg','','',NULL,25724,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(263,1356,'media','full','ABSPATHwp-content/uploads/2020/07/Nanas-Heavenly.jpg','','',NULL,13822,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(264,1356,'media','medium','ABSPATHwp-content/uploads/2020/07/Nanas-Heavenly-300x300.jpg','','',NULL,13020,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(265,1356,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/Nanas-Heavenly-150x150.jpg','','',NULL,3408,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(266,1356,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/Nanas-Heavenly-375x195.jpg','','',NULL,11206,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(267,1356,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/Nanas-Heavenly-145x100.jpg','','',NULL,2853,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(268,1356,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/Nanas-Heavenly-380x260.jpg','','',NULL,14258,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(269,1355,'media','full','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos.jpg','','',NULL,78393,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(270,1355,'media','medium','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-300x225.jpg','','',NULL,17389,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(271,1355,'media','large','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-1024x768.jpg','','',NULL,82674,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(272,1355,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-150x150.jpg','','',NULL,7081,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(273,1355,'media','medium_large','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-768x576.jpg','','',NULL,63250,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(274,1355,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-1536x1152.jpg','','',NULL,77682,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(275,1355,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-810x608.jpg','','',NULL,68765,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(276,1355,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-1140x855.jpg','','',NULL,99775,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(277,1355,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-375x195.jpg','','',NULL,22115,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(278,1355,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-145x100.jpg','','',NULL,5442,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(279,1355,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-1600x500.jpg','','',NULL,70069,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(280,1355,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/Casanova-Fish-Tacos-380x260.jpg','','',NULL,29562,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(281,1354,'media','full','ABSPATHwp-content/uploads/2020/07/Devilicious.jpg','','',NULL,55332,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(282,1354,'media','medium','ABSPATHwp-content/uploads/2020/07/Devilicious-300x225.jpg','','',NULL,11617,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(283,1354,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/Devilicious-150x150.jpg','','',NULL,4753,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(284,1354,'media','medium_large','ABSPATHwp-content/uploads/2020/07/Devilicious-768x576.jpg','','',NULL,44442,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(285,1354,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/Devilicious-375x195.jpg','','',NULL,18523,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(286,1354,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/Devilicious-145x100.jpg','','',NULL,3716,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(287,1354,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/Devilicious-800x500.jpg','','',NULL,50213,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(288,1354,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/Devilicious-380x260.jpg','','',NULL,21842,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(289,1352,'media','full','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice.jpg','','',NULL,199611,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(290,1352,'media','medium','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-300x212.jpg','','',NULL,16447,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(291,1352,'media','large','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-1024x724.jpg','','',NULL,155607,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(292,1352,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-150x150.jpg','','',NULL,6301,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(293,1352,'media','medium_large','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-768x543.jpg','','',NULL,102117,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(294,1352,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-1536x1086.jpg','','',NULL,194968,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(295,1352,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-810x573.jpg','','',NULL,114401,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(296,1352,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-1140x806.jpg','','',NULL,178329,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(297,1352,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-375x195.jpg','','',NULL,24827,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(298,1352,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-145x100.jpg','','',NULL,4488,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(299,1352,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-2048x500.jpg','','',NULL,211431,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(300,1352,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/Snocal-Shaved-Ice-380x260.jpg','','',NULL,32638,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(301,1349,'media','full','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck.jpg','','',NULL,115982,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(302,1349,'media','medium','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-300x177.jpg','','',NULL,14088,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(303,1349,'media','large','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-1024x605.jpg','','',NULL,104734,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(304,1349,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-150x150.jpg','','',NULL,6776,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(305,1349,'media','medium_large','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-768x454.jpg','','',NULL,60375,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(306,1349,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-1536x908.jpg','','',NULL,107421,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(307,1349,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-810x479.jpg','','',NULL,66827,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(308,1349,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-1140x674.jpg','','',NULL,81548,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(309,1349,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-375x195.jpg','','',NULL,24711,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(310,1349,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-145x100.jpg','','',NULL,4995,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(311,1349,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-2048x500.jpg','','',NULL,110502,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(312,1349,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/Pierogi-Truck-380x260.jpg','','',NULL,31438,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(313,1338,'media','full','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-scaled.jpg','','',NULL,31670,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(314,1338,'media','medium','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-300x200.jpg','','',NULL,4972,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(315,1338,'media','large','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-1024x683.jpg','','',NULL,25800,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(316,1338,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-150x150.jpg','','',NULL,3130,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(317,1338,'media','medium_large','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-768x512.jpg','','',NULL,18656,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(318,1338,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-1536x1024.jpg','','',NULL,29354,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(319,1338,'media','2048x2048','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-2048x1365.jpg','','',NULL,30653,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(320,1338,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-810x540.jpg','','',NULL,20355,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(321,1338,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-1140x760.jpg','','',NULL,30399,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(322,1338,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-375x195.jpg','','',NULL,8289,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(323,1338,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-145x100.jpg','','',NULL,2475,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(324,1338,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-3800x500.jpg','','',NULL,66410,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(325,1338,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/dolphins-underwater-PHESSGU-380x260.jpg','','',NULL,10564,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(326,1337,'media','full','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-scaled.jpg','','',NULL,103945,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(327,1337,'media','medium','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-300x125.jpg','','',NULL,5948,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(328,1337,'media','large','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-1024x427.jpg','','',NULL,42408,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(329,1337,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-150x150.jpg','','',NULL,3507,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(330,1337,'media','medium_large','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-768x320.jpg','','',NULL,37288,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(331,1337,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-1536x640.jpg','','',NULL,71104,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(332,1337,'media','2048x2048','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-2048x853.jpg','','',NULL,100509,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(333,1337,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-810x337.jpg','','',NULL,41721,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(334,1337,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-1140x475.jpg','','',NULL,50638,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(335,1337,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-375x195.jpg','','',NULL,13369,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(336,1337,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-145x100.jpg','','',NULL,2765,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(337,1337,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-4928x500.jpg','','',NULL,52462,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(338,1337,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-380x260.jpg','','',NULL,16439,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(339,1336,'media','full','ABSPATHwp-content/uploads/2020/07/aqua-14857_640.jpg','','',NULL,62836,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(340,1336,'media','medium','ABSPATHwp-content/uploads/2020/07/aqua-14857_640-300x199.jpg','','',NULL,9826,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(341,1336,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/aqua-14857_640-150x150.jpg','','',NULL,4766,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(342,1336,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/aqua-14857_640-375x195.jpg','','',NULL,16487,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(343,1336,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/aqua-14857_640-145x100.jpg','','',NULL,3311,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(344,1336,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/aqua-14857_640-380x260.jpg','','',NULL,20246,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(345,1335,'media','full','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-scaled.jpg','','',NULL,69085,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(346,1335,'media','medium','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-300x200.jpg','','',NULL,11142,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(347,1335,'media','large','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1024x683.jpg','','',NULL,54280,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(348,1335,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-150x150.jpg','','',NULL,5217,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(349,1335,'media','medium_large','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-768x512.jpg','','',NULL,43826,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(350,1335,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1536x1024.jpg','','',NULL,68044,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(351,1335,'media','2048x2048','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-2048x1365.jpg','','',NULL,68690,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(352,1335,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-810x540.jpg','','',NULL,48155,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(353,1335,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1140x760.jpg','','',NULL,65595,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(354,1335,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-375x195.jpg','','',NULL,17529,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(355,1335,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-145x100.jpg','','',NULL,3880,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(356,1335,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-6720x500.jpg','','',NULL,110394,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(357,1335,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-380x260.jpg','','',NULL,23248,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(358,1334,'media','full','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-scaled.jpg','','',NULL,85451,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(359,1334,'media','medium','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-300x169.jpg','','',NULL,11443,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(360,1334,'media','large','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-1024x576.jpg','','',NULL,67117,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(361,1334,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-150x150.jpg','','',NULL,5515,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(362,1334,'media','medium_large','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-768x432.jpg','','',NULL,43753,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(363,1334,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-1536x864.jpg','','',NULL,89687,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(364,1334,'media','2048x2048','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-2048x1152.jpg','','',NULL,84871,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(365,1334,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-810x456.jpg','','',NULL,47606,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(366,1334,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-1140x641.jpg','','',NULL,54771,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(367,1334,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-375x195.jpg','','',NULL,21261,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(368,1334,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-145x100.jpg','','',NULL,4124,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(369,1334,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-4592x500.jpg','','',NULL,122045,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(370,1334,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-380x260.jpg','','',NULL,25017,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(371,1333,'media','full','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1.jpg','','',NULL,159230,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(372,1333,'media','medium','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-300x200.jpg','','',NULL,11731,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(373,1333,'media','large','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-1024x683.jpg','','',NULL,71652,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(374,1333,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-150x150.jpg','','',NULL,6357,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(375,1333,'media','medium_large','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-768x512.jpg','','',NULL,55105,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(376,1333,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-810x540.jpg','','',NULL,60886,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(377,1333,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-1140x761.jpg','','',NULL,90023,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(378,1333,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-375x195.jpg','','',NULL,17367,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(379,1333,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-145x100.jpg','','',NULL,3861,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(380,1333,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-1280x500.jpg','','',NULL,88026,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(381,1333,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/dive-1849534_1280-1-380x260.jpg','','',NULL,22973,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(382,1332,'media','full','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1.jpg','','',NULL,220278,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(383,1332,'media','medium','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-300x200.jpg','','',NULL,11142,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(384,1332,'media','large','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-1024x682.jpg','','',NULL,84506,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(385,1332,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-150x150.jpg','','',NULL,4591,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(386,1332,'media','medium_large','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-768x512.jpg','','',NULL,65522,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(387,1332,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-810x540.jpg','','',NULL,73069,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(388,1332,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-1140x760.jpg','','',NULL,104259,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(389,1332,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-375x195.jpg','','',NULL,18221,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(390,1332,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-145x100.jpg','','',NULL,3368,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(391,1332,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-1280x500.jpg','','',NULL,138633,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(392,1332,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/snorkeling-3917769_1280-1-380x260.jpg','','',NULL,23192,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(393,1328,'media','full','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280.jpg','','',NULL,184480,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(394,1328,'media','medium','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-300x225.jpg','','',NULL,15187,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(395,1328,'media','large','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-1024x768.jpg','','',NULL,116084,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(396,1328,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-150x150.jpg','','',NULL,4392,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(397,1328,'media','medium_large','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-768x576.jpg','','',NULL,102840,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(398,1328,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-810x608.jpg','','',NULL,114192,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(399,1328,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-1140x855.jpg','','',NULL,144527,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(400,1328,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-375x195.jpg','','',NULL,17303,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(401,1328,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-145x100.jpg','','',NULL,3835,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(402,1328,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-1280x500.jpg','','',NULL,160276,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(403,1328,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/fjord-2652823_1280-380x260.jpg','','',NULL,22464,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(404,1327,'media','full','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1.jpg','','',NULL,141596,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(405,1327,'media','medium','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-300x199.jpg','','',NULL,7661,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(406,1327,'media','large','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-1024x680.jpg','','',NULL,53403,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(407,1327,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-150x150.jpg','','',NULL,3310,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(408,1327,'media','medium_large','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-768x510.jpg','','',NULL,37682,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(409,1327,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-810x538.jpg','','',NULL,41370,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(410,1327,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-1140x757.jpg','','',NULL,65423,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(411,1327,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-375x195.jpg','','',NULL,12611,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(412,1327,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-145x100.jpg','','',NULL,3312,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(413,1327,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-1280x500.jpg','','',NULL,86885,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(414,1327,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/thailand-1340893_1280-1-380x260.jpg','','',NULL,16280,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(415,1326,'media','full','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1.jpg','','',NULL,176413,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(416,1326,'media','medium','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-300x187.jpg','','',NULL,8195,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(417,1326,'media','large','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-1024x638.jpg','','',NULL,88692,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(418,1326,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-150x150.jpg','','',NULL,3315,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(419,1326,'media','medium_large','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-768x479.jpg','','',NULL,49329,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(420,1326,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-810x505.jpg','','',NULL,55064,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(421,1326,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-1140x711.jpg','','',NULL,92240,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(422,1326,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-375x195.jpg','','',NULL,14983,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(423,1326,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-145x100.jpg','','',NULL,2801,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(424,1326,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-1280x500.jpg','','',NULL,118443,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(425,1326,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/arno-5228334_1280-1-380x260.jpg','','',NULL,18648,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(426,1325,'media','full','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1.jpg','','',NULL,132827,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(427,1325,'media','medium','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-300x200.jpg','','',NULL,11119,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(428,1325,'media','large','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-1024x682.jpg','','',NULL,70954,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(429,1325,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-150x150.jpg','','',NULL,4577,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(430,1325,'media','medium_large','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-768x512.jpg','','',NULL,51430,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(431,1325,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-810x540.jpg','','',NULL,57039,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(432,1325,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-1140x760.jpg','','',NULL,88672,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(433,1325,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-375x195.jpg','','',NULL,18799,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(434,1325,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-145x100.jpg','','',NULL,3654,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(435,1325,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-1280x500.jpg','','',NULL,135936,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(436,1325,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/banff-4331689_1280-1-380x260.jpg','','',NULL,22510,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(437,1322,'media','full','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-scaled.jpg','','',NULL,70190,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(438,1322,'media','medium','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-300x191.jpg','','',NULL,8516,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(439,1322,'media','large','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1024x653.jpg','','',NULL,53573,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(440,1322,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-150x150.jpg','','',NULL,4318,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(441,1322,'media','medium_large','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-768x490.jpg','','',NULL,38487,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(442,1322,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1536x980.jpg','','',NULL,68476,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(443,1322,'media','2048x2048','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-2048x1307.jpg','','',NULL,69524,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(444,1322,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-810x517.jpg','','',NULL,41920,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(445,1322,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1140x727.jpg','','',NULL,64385,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(446,1322,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-375x195.jpg','','',NULL,14373,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(447,1322,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-145x100.jpg','','',NULL,3180,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(448,1322,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-3500x500.jpg','','',NULL,24343,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(449,1322,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-380x260.jpg','','',NULL,19027,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(450,1319,'media','full','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1.jpg','','',NULL,183391,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(451,1319,'media','medium','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-300x201.jpg','','',NULL,11957,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(452,1319,'media','large','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-1024x685.jpg','','',NULL,94836,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(453,1319,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-150x150.jpg','','',NULL,4787,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(454,1319,'media','medium_large','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-768x514.jpg','','',NULL,65419,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(455,1319,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-810x542.jpg','','',NULL,77086,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(456,1319,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-1140x762.jpg','','',NULL,118839,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(457,1319,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-375x195.jpg','','',NULL,20290,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(458,1319,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-145x100.jpg','','',NULL,4897,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(459,1319,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-1280x500.jpg','','',NULL,157212,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(460,1319,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-380x260.jpg','','',NULL,25010,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(461,1316,'media','full','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1.jpg','','',NULL,121506,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(462,1316,'media','medium','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-300x225.jpg','','',NULL,10069,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(463,1316,'media','large','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-1024x767.jpg','','',NULL,87144,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(464,1316,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-150x150.jpg','','',NULL,3714,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(465,1316,'media','medium_large','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-768x575.jpg','','',NULL,62384,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(466,1316,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-810x607.jpg','','',NULL,69140,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(467,1316,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-1140x854.jpg','','',NULL,108543,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(468,1316,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-375x195.jpg','','',NULL,15299,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(469,1316,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-145x100.jpg','','',NULL,3282,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(470,1316,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-1280x500.jpg','','',NULL,145772,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(471,1316,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/california-2488205_1280-1-380x260.jpg','','',NULL,18585,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(472,1313,'media','full','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1.jpg','','',NULL,115652,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(473,1313,'media','medium','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-300x186.jpg','','',NULL,9277,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(474,1313,'media','large','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-1024x636.jpg','','',NULL,79961,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(475,1313,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-150x150.jpg','','',NULL,4203,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(476,1313,'media','medium_large','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-768x477.jpg','','',NULL,47033,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(477,1313,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-810x503.jpg','','',NULL,47904,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(478,1313,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-1140x708.jpg','','',NULL,75082,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(479,1313,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-375x195.jpg','','',NULL,14890,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(480,1313,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-145x100.jpg','','',NULL,3178,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(481,1313,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-1280x500.jpg','','',NULL,102238,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(482,1313,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/lagoon-1008331_1280-1-380x260.jpg','','',NULL,19486,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(483,1312,'media','full','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1.jpg','','',NULL,226153,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(484,1312,'media','medium','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-300x200.jpg','','',NULL,11875,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(485,1312,'media','large','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-1024x682.jpg','','',NULL,92509,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(486,1312,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-150x150.jpg','','',NULL,6883,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(487,1312,'media','medium_large','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-768x512.jpg','','',NULL,69272,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(488,1312,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-810x540.jpg','','',NULL,76841,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(489,1312,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-1140x760.jpg','','',NULL,113301,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(490,1312,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-375x195.jpg','','',NULL,19565,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(491,1312,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-145x100.jpg','','',NULL,4488,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(492,1312,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-1280x500.jpg','','',NULL,137110,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(493,1312,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/boating-1251431_1280-1-380x260.jpg','','',NULL,24871,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(494,1311,'media','full','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-scaled.jpg','','',NULL,90536,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(495,1311,'media','medium','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-300x181.jpg','','',NULL,7061,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(496,1311,'media','large','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-1024x617.jpg','','',NULL,83754,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(497,1311,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-150x150.jpg','','',NULL,4783,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(498,1311,'media','medium_large','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-768x462.jpg','','',NULL,53913,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(499,1311,'media','1536x1536','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-1536x925.jpg','','',NULL,95867,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(500,1311,'media','2048x2048','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-2048x1233.jpg','','',NULL,89817,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(501,1311,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-810x488.jpg','','',NULL,59554,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(502,1311,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-1140x686.jpg','','',NULL,66434,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(503,1311,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-375x195.jpg','','',NULL,12564,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(504,1311,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-145x100.jpg','','',NULL,3184,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(505,1311,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-3438x500.jpg','','',NULL,87682,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(506,1311,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-380x260.jpg','','',NULL,17377,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(507,1308,'media','full','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1.jpg','','',NULL,149396,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(508,1308,'media','medium','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-300x204.jpg','','',NULL,9832,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(509,1308,'media','large','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-1024x695.jpg','','',NULL,59146,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(510,1308,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-150x150.jpg','','',NULL,4572,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(511,1308,'media','medium_large','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-768x521.jpg','','',NULL,43304,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(512,1308,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-810x550.jpg','','',NULL,47408,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(513,1308,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-1140x774.jpg','','',NULL,71273,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(514,1308,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-375x195.jpg','','',NULL,15874,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(515,1308,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-145x100.jpg','','',NULL,3295,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(516,1308,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-1280x500.jpg','','',NULL,87265,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(517,1308,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/stand-up-paddling-729824_1280-1-380x260.jpg','','',NULL,20172,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(518,1307,'media','full','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1.jpg','','',NULL,218273,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(519,1307,'media','medium','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-300x200.jpg','','',NULL,11977,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(520,1307,'media','large','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-1024x683.jpg','','',NULL,103446,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(521,1307,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-150x150.jpg','','',NULL,5160,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(522,1307,'media','medium_large','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-768x512.jpg','','',NULL,70682,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(523,1307,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-810x540.jpg','','',NULL,78946,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(524,1307,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-1140x761.jpg','','',NULL,129922,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(525,1307,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-375x195.jpg','','',NULL,19724,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(526,1307,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-145x100.jpg','','',NULL,3658,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(527,1307,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-1280x500.jpg','','',NULL,168980,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(528,1307,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/bora-bora-3023437_1280-1-380x260.jpg','','',NULL,24491,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(529,1306,'media','full','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1.jpg','','',NULL,196500,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(530,1306,'media','medium','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-300x199.jpg','','',NULL,11080,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(531,1306,'media','large','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-1024x678.jpg','','',NULL,76409,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(532,1306,'media','thumbnail','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-150x150.jpg','','',NULL,4879,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(533,1306,'media','medium_large','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-768x508.jpg','','',NULL,54698,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(534,1306,'media','vce-lay-a','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-810x536.jpg','','',NULL,60435,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(535,1306,'media','vce-lay-a-nosid','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-1140x754.jpg','','',NULL,94364,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(536,1306,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-375x195.jpg','','',NULL,19126,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(537,1306,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-145x100.jpg','','',NULL,3448,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(538,1306,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-1280x500.jpg','','',NULL,144296,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(539,1306,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/07/easter-291346_1280-1-380x260.jpg','','',NULL,22561,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(540,1296,'media','full','ABSPATHwp-content/uploads/tdn_pic_3.png','','',NULL,10182,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(541,1296,'media','medium','ABSPATHwp-content/uploads/tdn_pic_3-300x216.png','','',NULL,5836,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(542,1296,'media','thumbnail','ABSPATHwp-content/uploads/tdn_pic_3-150x150.png','','',NULL,3709,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(543,1295,'media','full','ABSPATHwp-content/uploads/tdn_pic_2.png','','',NULL,4114,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(544,1295,'media','medium','ABSPATHwp-content/uploads/tdn_pic_2-300x203.png','','',NULL,2098,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(545,1295,'media','thumbnail','ABSPATHwp-content/uploads/tdn_pic_2-150x150.png','','',NULL,1482,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(546,1294,'media','full','ABSPATHwp-content/uploads/tdn_pic_1.png','','',NULL,9012,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(547,1294,'media','medium','ABSPATHwp-content/uploads/tdn_pic_1-300x204.png','','',NULL,4717,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(548,1294,'media','thumbnail','ABSPATHwp-content/uploads/tdn_pic_1-150x150.png','','',NULL,3179,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(549,1285,'media','full','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview.png','','',NULL,6265,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(550,1285,'media','medium','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-300x300.png','','',NULL,3282,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(551,1285,'media','thumbnail','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-150x150.png','','',NULL,1481,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(552,1285,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-375x195.png','','',NULL,3561,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(553,1285,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-145x100.png','','',NULL,1493,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(554,1285,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-512x500.png','','',NULL,6153,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(555,1285,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-380x260.png','','',NULL,4583,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(556,1285,'media','site_icon-270','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-270x270.png','','',NULL,2852,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(557,1285,'media','site_icon-192','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-192x192.png','','',NULL,1835,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(558,1285,'media','site_icon-180','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-180x180.png','','',NULL,1727,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(559,1285,'media','site_icon-32','ABSPATHwp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview-32x32.png','','',NULL,392,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(560,1284,'media','full','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Icon-removebg-preview.png','','',NULL,4647,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(561,1284,'media','medium','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Icon-removebg-preview-300x300.png','','',NULL,3037,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(562,1284,'media','thumbnail','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Icon-removebg-preview-150x150.png','','',NULL,1389,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(563,1284,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Icon-removebg-preview-375x195.png','','',NULL,2991,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(564,1284,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Icon-removebg-preview-145x100.png','','',NULL,1478,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(565,1284,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Icon-removebg-preview-380x260.png','','',NULL,4068,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(566,1283,'media','full','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview.png','','',NULL,2883,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(567,1283,'media','medium','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview-300x53.png','','',NULL,1728,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(568,1283,'media','thumbnail','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview-150x112.png','','',NULL,669,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(569,1283,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview-375x112.png','','',NULL,1293,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(570,1283,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview-145x100.png','','',NULL,753,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(571,1283,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview-380x112.png','','',NULL,1269,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(572,1282,'media','full','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo-removebg-preview.png','','',NULL,1649,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(573,1282,'media','medium','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo-removebg-preview-300x53.png','','',NULL,2029,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(574,1282,'media','thumbnail','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo-removebg-preview-150x56.png','','',NULL,728,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(575,1282,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/06/Traveling_Dictionary_Logo-removebg-preview-145x56.png','','',NULL,726,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(576,814,'media','full','ABSPATHwp-content/uploads/2020/06/cropped-dog-house.png','','',NULL,3627,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(577,814,'media','medium','ABSPATHwp-content/uploads/2020/06/cropped-dog-house-300x300.png','','',NULL,2721,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(578,814,'media','thumbnail','ABSPATHwp-content/uploads/2020/06/cropped-dog-house-150x150.png','','',NULL,1287,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(579,814,'media','vce-lay-b','ABSPATHwp-content/uploads/2020/06/cropped-dog-house-375x195.png','','',NULL,2223,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(580,814,'media','vce-lay-d','ABSPATHwp-content/uploads/2020/06/cropped-dog-house-145x100.png','','',NULL,1711,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(581,814,'media','vce-fa-full','ABSPATHwp-content/uploads/2020/06/cropped-dog-house-512x500.png','','',NULL,3169,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(582,814,'media','vce-fa-grid','ABSPATHwp-content/uploads/2020/06/cropped-dog-house-380x260.png','','',NULL,2589,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(583,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/none.png','','',NULL,583,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(584,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/layout_g.png','','',NULL,276,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(585,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/pag_numeric.png','','',NULL,431,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(586,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/layout_c.png','','',NULL,265,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(587,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/content_no_sid.png','','',NULL,357,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(588,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/featured_big_grid.png','','',NULL,1049,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(589,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/layout_h.png','','',NULL,1147,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(590,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/footer_two_one.png','','',NULL,485,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(591,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/pag_prev_next.png','','',NULL,434,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(592,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/layout_f.png','','',NULL,242,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(593,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/header_3.png','','',NULL,443,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(594,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/header_1.png','','',NULL,409,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(595,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/layout_e.png','','',NULL,1098,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(596,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/featured_grid.png','','',NULL,1060,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(597,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/footer_third.png','','',NULL,414,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(598,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/header_2.png','','',NULL,431,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(599,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/content_sid_left.png','','',NULL,396,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(600,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/footer_one_two.png','','',NULL,494,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(601,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/single_cover.jpg','','',NULL,1818,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(602,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/pag_infinite.png','','',NULL,382,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(603,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/single_classic.jpg','','',NULL,1701,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(604,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/footer_full.png','','',NULL,393,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(605,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/category_two.png','','',NULL,270,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(606,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/content_sid_right.png','','',NULL,390,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(607,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/inherit.png','','',NULL,915,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(608,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/layout_b.png','','',NULL,318,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(609,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/layout_d.png','','',NULL,422,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(610,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/featured_both.png','','',NULL,1100,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(611,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/category_one.png','','',NULL,249,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(612,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/category_five.png','','',NULL,280,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(613,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/pag_load_more.png','','',NULL,424,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(614,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/layout_a.png','','',NULL,267,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(615,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/footer_half.png','','',NULL,430,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(616,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/admin/featured_big.png','','',NULL,1020,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(617,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/voice_logo.png','','',NULL,7348,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(618,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/voice_default.jpg','','',NULL,29240,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(619,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/assets/img/loader.gif','','',NULL,723,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(620,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/voice-child/screenshot.png','','',NULL,15740,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(621,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/inc/demo/demo-3/screen-image.png','','',NULL,18297,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(622,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/inc/demo/demo-2/screen-image.png','','',NULL,12208,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(623,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/inc/demo/demo-1/screen-image.png','','',NULL,14944,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL),
(624,NULL,NULL,NULL,'ABSPATHwp-content/themes/voice/screenshot.png','','',NULL,14560,NULL,NULL,1,NULL,'1970-12-31 19:00:00',NULL);
/*!40000 ALTER TABLE `hrs_ewwwio_images` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_ewwwio_queue`
--

DROP TABLE IF EXISTS `hrs_ewwwio_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_ewwwio_queue` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attachment_id` bigint(20) unsigned DEFAULT NULL,
  `gallery` varchar(20) DEFAULT NULL,
  `scanned` tinyint(4) NOT NULL DEFAULT 0,
  `new` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `attachment_info` (`gallery`(3),`attachment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_ewwwio_queue`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_ewwwio_queue` WRITE;
/*!40000 ALTER TABLE `hrs_ewwwio_queue` DISABLE KEYS */;
INSERT INTO `hrs_ewwwio_queue` VALUES
(1,1426,'media',1,0),
(2,1419,'media',1,0),
(3,1414,'media',1,0),
(4,1410,'media',1,0),
(5,1403,'media',1,0),
(6,1402,'media',1,0),
(7,1401,'media',1,0),
(8,1400,'media',1,0),
(9,1399,'media',1,0),
(10,1397,'media',1,0),
(11,1383,'media',1,0),
(12,1381,'media',1,0),
(13,1379,'media',1,0),
(14,1377,'media',1,0),
(15,1372,'media',1,0),
(16,1371,'media',1,0),
(17,1367,'media',1,0),
(18,1366,'media',1,0),
(19,1365,'media',1,0),
(20,1364,'media',1,0),
(21,1363,'media',1,0),
(22,1361,'media',1,0),
(23,1357,'media',1,0),
(24,1356,'media',1,0),
(25,1355,'media',1,0),
(26,1354,'media',1,0),
(27,1352,'media',1,0),
(28,1349,'media',1,0),
(29,1338,'media',1,0),
(30,1337,'media',1,0),
(31,1336,'media',1,0),
(32,1335,'media',1,0),
(33,1334,'media',1,0),
(34,1333,'media',1,0),
(35,1332,'media',1,0),
(36,1328,'media',1,0),
(37,1327,'media',1,0),
(38,1326,'media',1,0),
(39,1325,'media',1,0),
(40,1322,'media',1,0),
(41,1319,'media',1,0),
(42,1316,'media',1,0),
(43,1313,'media',1,0),
(44,1312,'media',1,0),
(45,1311,'media',1,0),
(46,1308,'media',1,0),
(47,1307,'media',1,0),
(48,1306,'media',1,0),
(49,1296,'media',1,0),
(50,1295,'media',1,0),
(51,1294,'media',1,0),
(52,1285,'media',1,0),
(53,1284,'media',1,0),
(54,1283,'media',1,0),
(55,1282,'media',1,0),
(56,814,'media',1,0);
/*!40000 ALTER TABLE `hrs_ewwwio_queue` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_imagify_files`
--

DROP TABLE IF EXISTS `hrs_imagify_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_imagify_files` (
  `file_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `folder_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `file_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `path` varchar(191) NOT NULL DEFAULT '',
  `hash` varchar(32) NOT NULL DEFAULT '',
  `mime_type` varchar(100) NOT NULL DEFAULT '',
  `modified` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `width` smallint(5) unsigned NOT NULL DEFAULT 0,
  `height` smallint(5) unsigned NOT NULL DEFAULT 0,
  `original_size` int(10) unsigned NOT NULL DEFAULT 0,
  `optimized_size` int(10) unsigned DEFAULT NULL,
  `percent` smallint(5) unsigned DEFAULT NULL,
  `optimization_level` tinyint(3) unsigned DEFAULT NULL,
  `status` varchar(20) DEFAULT NULL,
  `error` varchar(255) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  PRIMARY KEY (`file_id`),
  UNIQUE KEY `path` (`path`),
  KEY `folder_id` (`folder_id`),
  KEY `optimization_level` (`optimization_level`),
  KEY `status` (`status`),
  KEY `modified` (`modified`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_imagify_files`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_imagify_files` WRITE;
/*!40000 ALTER TABLE `hrs_imagify_files` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_imagify_files` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_imagify_folders`
--

DROP TABLE IF EXISTS `hrs_imagify_folders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_imagify_folders` (
  `folder_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(191) NOT NULL DEFAULT '',
  `active` tinyint(3) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`folder_id`),
  UNIQUE KEY `path` (`path`),
  KEY `active` (`active`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_imagify_folders`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_imagify_folders` WRITE;
/*!40000 ALTER TABLE `hrs_imagify_folders` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_imagify_folders` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_links`
--

DROP TABLE IF EXISTS `hrs_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_links`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_links` WRITE;
/*!40000 ALTER TABLE `hrs_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_links` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_litespeed_url`
--

DROP TABLE IF EXISTS `hrs_litespeed_url`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_litespeed_url` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`(191)),
  KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB AUTO_INCREMENT=271 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_litespeed_url`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_litespeed_url` WRITE;
/*!40000 ALTER TABLE `hrs_litespeed_url` DISABLE KEYS */;
INSERT INTO `hrs_litespeed_url` VALUES
(252,'https://travelingdictionary.com/',''),
(253,'404',''),
(254,'https://travelingdictionary.com/best-food-truck-in-san-diego/',''),
(255,'https://travelingdictionary.com/things-to-do-in-valdosta-ga/',''),
(256,'https://travelingdictionary.com/best-places-to-eat-in-west-palm-beach/',''),
(257,'https://travelingdictionary.com/category/thingstodo/',''),
(258,'https://travelingdictionary.com/best-places-to-paddle-board/',''),
(259,'https://travelingdictionary.com/category/food/',''),
(260,'https://travelingdictionary.com/san-diego-zoo-vs-safari-park/',''),
(261,'https://travelingdictionary.com/best-time-of-year-to-go-to-bora-bora/',''),
(262,'https://travelingdictionary.com/things-to-do-in-dawsonville-ga/',''),
(263,'https://travelingdictionary.com/which-is-better-maldives-or-bora-bora/',''),
(264,'https://travelingdictionary.com/best-mexican-food-in-el-paso/',''),
(265,'https://travelingdictionary.com/things-to-do-in-bora-bora/',''),
(266,'https://travelingdictionary.com/34-2/',''),
(267,'https://travelingdictionary.com/category/bislands/',''),
(268,'https://travelingdictionary.com/privacy-policy-2/',''),
(269,'https://travelingdictionary.com/contact-us/',''),
(270,'https://travelingdictionary.com/author/traveldictionary/','');
/*!40000 ALTER TABLE `hrs_litespeed_url` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_litespeed_url_file`
--

DROP TABLE IF EXISTS `hrs_litespeed_url_file`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_litespeed_url_file` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `expired` int(11) NOT NULL DEFAULT 0,
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  PRIMARY KEY (`id`),
  KEY `filename` (`filename`),
  KEY `type` (`type`),
  KEY `url_id_2` (`url_id`,`vary`,`type`),
  KEY `filename_2` (`filename`,`expired`),
  KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB AUTO_INCREMENT=1539 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_litespeed_url_file`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_litespeed_url_file` WRITE;
/*!40000 ALTER TABLE `hrs_litespeed_url_file` DISABLE KEYS */;
INSERT INTO `hrs_litespeed_url_file` VALUES
(1419,254,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1420,254,'','3657819e66e8539437d4a9842489256c',2,0,0,0),
(1421,255,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1422,255,'','3657819e66e8539437d4a9842489256c',2,0,0,0),
(1423,256,'','330b56423ef7cc5500ab1aa7f7ed598a',1,0,0,0),
(1424,256,'','e3c3441d65a922ee9856b817ce2b5144',2,0,0,0),
(1425,257,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1426,257,'','4a4e5d41af2b3de99fd91e0e629d5302',2,0,0,0),
(1427,258,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1428,258,'','3657819e66e8539437d4a9842489256c',2,0,0,0),
(1429,259,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1430,259,'','4a4e5d41af2b3de99fd91e0e629d5302',2,0,0,0),
(1431,260,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1432,260,'','3657819e66e8539437d4a9842489256c',2,0,0,0),
(1433,261,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1434,261,'','3657819e66e8539437d4a9842489256c',2,0,0,0),
(1435,262,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1436,262,'','3657819e66e8539437d4a9842489256c',2,0,0,0),
(1437,263,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1438,263,'','3657819e66e8539437d4a9842489256c',2,0,0,0),
(1439,264,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1440,264,'','3657819e66e8539437d4a9842489256c',2,0,0,0),
(1441,265,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1442,265,'','3657819e66e8539437d4a9842489256c',2,0,0,0),
(1443,266,'','e66413a4b7bd9566f6bff47e816042b9',1,0,0,0),
(1444,266,'','e1a3eebdf853b0187afa07367e534257',2,0,0,0),
(1445,267,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1446,267,'','4a4e5d41af2b3de99fd91e0e629d5302',2,0,0,0),
(1447,268,'','e66413a4b7bd9566f6bff47e816042b9',1,0,0,0),
(1448,268,'','e1a3eebdf853b0187afa07367e534257',2,0,0,0),
(1449,269,'','e66413a4b7bd9566f6bff47e816042b9',1,0,0,0),
(1450,269,'','e1a3eebdf853b0187afa07367e534257',2,0,0,0),
(1461,252,'','59aaffb07fd8756fd773e2ec9458a8b1',1,0,0,0),
(1471,252,'','59aaffb07fd8756fd773e2ec9458a8b1',1,0,0,0),
(1472,252,'','8c74a1f06a7f5647c0a93f2ef1699f05',2,1782970880,0,0),
(1507,270,'','b89eb385449dd146c333aa8a01f24ecf',1,0,0,0),
(1508,270,'','4a4e5d41af2b3de99fd91e0e629d5302',2,0,0,0),
(1513,253,'','d19adb7165993b10821efb9e3ea49875',2,1781957143,0,0),
(1516,253,'','cab91ad0284a596e10e9ebde32882ae1',1,1781957143,0,0),
(1517,253,'','5156fea0b0ce43df4b6687ab7623856a',1,1782023730,0,0),
(1519,253,'','3b4c20a3cd65dbeebe5ad4ba24fa10aa',1,1782200563,0,0),
(1520,253,'','24d78250439963499df6752db7054529',1,1782256792,0,0),
(1521,253,'','c2ee3201c5ccba34a010317f97a65c74',1,1782511780,0,0),
(1522,253,'','2455164737712c70a781498b93ab95d2',2,1782256792,0,0),
(1523,253,'','b06c872f105b6d1d5ab456b74ba20113',2,1782511780,0,0),
(1524,253,'','61bd6797fb95c9b4f6aa2e1429afae42',1,1782511782,0,0),
(1525,253,'','db382b610b4625837b4ea565955df5f1',1,1782612567,0,0),
(1526,252,'','e63acd55b7a77c09da0b7383bdbad6c0',2,0,0,0),
(1527,253,'','9b472ba0d2a5964f2f2041fe1cc68dd5',1,1782713710,0,0),
(1528,253,'','e66413a4b7bd9566f6bff47e816042b9',1,0,0,0),
(1530,253,'','e66413a4b7bd9566f6bff47e816042b9',1,0,0,0),
(1531,253,'','8d52def54b682804e895598de755e977',2,1783277297,0,0),
(1532,253,'','e66413a4b7bd9566f6bff47e816042b9',1,0,0,0),
(1533,253,'','e1a3eebdf853b0187afa07367e534257',2,0,0,0),
(1534,253,'','5691fa293e11ec47127ca2d623de6d6b',1,0,0,0),
(1535,253,'','',1,0,0,0),
(1536,253,'','f7ba13bc7db2d1a059f372eabb090a00',1,0,0,0),
(1537,252,'','e63acd55b7a77c09da0b7383bdbad6c0',2,0,0,0),
(1538,253,'','de64bd01007033051a3d17c9142dbef0',2,0,0,0);
/*!40000 ALTER TABLE `hrs_litespeed_url_file` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_options`
--

DROP TABLE IF EXISTS `hrs_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=163677 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_options`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_options` WRITE;
/*!40000 ALTER TABLE `hrs_options` DISABLE KEYS */;
INSERT INTO `hrs_options` VALUES
(1,'siteurl','https://travelingdictionary.com','yes'),
(2,'home','https://travelingdictionary.com','yes'),
(3,'blogname','Traveling Dictionary','yes'),
(4,'blogdescription','A Complete Travel Guide','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','seasonedblogger.com@gmail.com','yes'),
(7,'start_of_week','1','yes'),
(8,'use_balanceTags','0','yes'),
(9,'use_smilies','1','yes'),
(10,'require_name_email','1','yes'),
(11,'comments_notify','1','yes'),
(12,'posts_per_rss','10','yes'),
(13,'rss_use_excerpt','0','yes'),
(14,'mailserver_url','mail.example.com','yes'),
(15,'mailserver_login','login@example.com','yes'),
(16,'mailserver_pass','password','yes'),
(17,'mailserver_port','110','yes'),
(18,'default_category','1','yes'),
(19,'default_comment_status','closed','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','','yes'),
(27,'moderation_notify','1','yes'),
(28,'permalink_structure','/%postname%/','yes'),
(29,'rewrite_rules','a:98:{s:34:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml$\";s:40:\"index.php?xml_sitemap=params=$matches[2]\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml\\.gz$\";s:49:\"index.php?xml_sitemap=params=$matches[2];zip=true\";s:35:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html$\";s:50:\"index.php?xml_sitemap=params=$matches[2];html=true\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html.gz$\";s:59:\"index.php?xml_sitemap=params=$matches[2];html=true;zip=true\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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:40:\"index.php?&page_id=207&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: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]\";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:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:14:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:49:\"easy-table-of-contents/easy-table-of-contents.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:36:\"google-sitemap-generator/sitemap.php\";i:5;s:24:\"header-footer/plugin.php\";i:6;s:21:\"imsanity/imsanity.php\";i:7;s:35:\"litespeed-cache/litespeed-cache.php\";i:8;s:35:\"redux-framework/redux-framework.php\";i:9;s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";i:10;s:27:\"voice-buddy/voice-buddy.php\";i:11;s:27:\"wp-asset-clean-up/wpacu.php\";i:12;s:29:\"wp-word-count/wpwordcount.php\";i:13;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.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:5:{i:0;s:76:\"/home/seasoned/travelingdictionary.com/wp-content/themes/voice/functions.php\";i:2;s:72:\"/home/seasoned/travelingdictionary.com/wp-content/themes/voice/style.css\";i:3;s:89:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/themes/voice/footer.php\";i:4;s:88:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/themes/voice/style.css\";i:5;s:89:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/themes/voice/header.php\";}','no'),
(40,'template','voice','yes'),
(41,'stylesheet','voice','yes'),
(44,'comment_registration','','yes'),
(45,'html_type','text/html','yes'),
(46,'use_trackback','0','yes'),
(47,'default_role','subscriber','yes'),
(48,'db_version','57155','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','','yes'),
(70,'close_comments_days_old','14','yes'),
(71,'thread_comments','1','yes'),
(72,'thread_comments_depth','5','yes'),
(73,'page_comments','','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:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:6:\"Topics\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),
(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(81,'uninstall_plugins','a:5:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";a:2:{i:0;s:28:\"\\ShortPixel\\ShortPixelPlugin\";i:1;s:15:\"uninstallPlugin\";}s:43:\"add-expires-headers/add-expires-headers.php\";a:2:{i:0;s:8:\"Freemius\";i:1;s:22:\"_uninstall_plugin_hook\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}','no'),
(82,'timezone_string','','yes'),
(83,'page_for_posts','0','yes'),
(84,'page_on_front','207','yes'),
(85,'default_post_format','0','yes'),
(86,'link_manager_enabled','0','yes'),
(87,'finished_splitting_shared_terms','1','yes'),
(88,'site_icon','1285','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','1766197804','yes'),
(94,'initial_db_version','47018','yes'),
(95,'hrs_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:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),
(99,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:15:\"Recent Comments\";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:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),
(103,'cron','a:16:{i:1781706243;a:1:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1781706538;a:1:{s:18:\"litespeed_task_vpi\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1781708081;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:1781723495;a:1:{s:24:\"spai_account_check_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1781732608;a:4:{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;}}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:1781732644;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1781732647;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1781741725;a:1:{s:13:\"sm_ping_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1781743258;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1781749687;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1781767881;a:1:{s:30:\"aawp_wp_scheduled_daily_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1781777577;a:1:{s:28:\"wpacu_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1781864099;a:1:{s:29:\"wpacu_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1781991808;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1782294512;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),
(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_nav_menu','a:2:{i:1;a:2:{s:5:\"title\";s:13:\"Theme Options\";s:8:\"nav_menu\";i:37;}s:12:\"_multiwidget\";i:1;}','yes'),
(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(114,'recovery_keys','a:0:{}','yes'),
(116,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1591393540;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\";}}}}','no'),
(126,'siteground_optimizer_default_enable_cache','0','no'),
(127,'siteground_optimizer_default_autoflush_cache','0','no'),
(128,'siteground_optimizer_supercacher_permissions','1','no'),
(129,'sg_cachepress','a:8:{s:12:\"enable_cache\";i:1;s:15:\"autoflush_cache\";i:1;s:16:\"enable_memcached\";i:0;s:11:\"show_notice\";i:0;s:8:\"is_nginx\";i:0;s:13:\"checked_nginx\";i:0;s:9:\"first_run\";i:0;s:9:\"last_fail\";i:0;}','yes'),
(130,'siteground_optimizer_enable_cache','1','yes'),
(131,'siteground_optimizer_autoflush_cache','1','yes'),
(132,'siteground_optimizer_enable_memcached','1','yes'),
(133,'siteground_optimizer_show_notice','0','yes'),
(134,'siteground_optimizer_is_nginx','0','yes'),
(135,'siteground_optimizer_checked_nginx','0','yes'),
(136,'siteground_optimizer_first_run','0','yes'),
(137,'siteground_optimizer_last_fail','0','yes'),
(138,'siteground_optimizer_ssl_enabled','0','yes'),
(139,'siteground_optimizer_optimize_html','0','yes'),
(140,'siteground_optimizer_optimize_javascript','0','yes'),
(141,'siteground_optimizer_optimize_javascript_async','0','yes'),
(142,'siteground_optimizer_optimize_css','0','yes'),
(143,'siteground_optimizer_combine_css','0','yes'),
(144,'siteground_optimizer_remove_query_strings','0','yes'),
(145,'siteground_optimizer_disable_emojis','0','yes'),
(146,'siteground_optimizer_optimize_images','0','yes'),
(148,'siteground_optimizer_version','5.7.14','yes'),
(149,'siteground_optimizer_update_timestamp','1617984975','yes'),
(150,'siteground_optimizer_phpcompat_status','1','yes'),
(151,'siteground_optimizer_phpcompat_progress','0','yes'),
(152,'siteground_optimizer_phpcompat_is_compatible','0','yes'),
(153,'siteground_optimizer_phpcompat_result','a:0:{}','yes'),
(154,'siteground_optimizer_image_optimization_completed','1','no'),
(155,'siteground_optimizer_enable_gzip_compression','0','yes'),
(156,'siteground_optimizer_enable_browser_caching','0','yes'),
(157,'siteground_optimizer_lazyload_mobile','1','yes'),
(158,'siteground_optimizer_async_javascript_exclude','a:3:{i:0;s:11:\"jquery-core\";i:1;s:14:\"jquery-migrate\";i:2;s:6:\"jquery\";}','yes'),
(159,'siteground_optimizer_excluded_lazy_load_classes','a:1:{i:0;s:9:\"skip-lazy\";}','yes'),
(160,'siteground_optimizer_lazyload_iframes','1','no'),
(161,'siteground_optimizer_lazyload_videos','1','no'),
(162,'siteground_optimizer_whats_new','a:2:{i:0;a:7:{s:4:\"type\";s:7:\"default\";s:5:\"title\";s:22:\"Web Fonts Optimization\";s:4:\"text\";s:271:\"With this optimization we are changing the default way to load Google fonts in order to save HTTP requests. In addition to that, all other fonts that your website uses will be properly preloaded so browsers take the least possible amount of time to cache and render them.\";s:4:\"icon\";s:33:\"presentational-fonts-optimization\";s:10:\"icon_color\";s:6:\"salmon\";s:12:\"optimization\";s:18:\"optimize_web_fonts\";s:6:\"button\";a:3:{s:4:\"text\";s:10:\"Enable Now\";s:5:\"color\";s:7:\"primary\";s:4:\"link\";s:8:\"frontend\";}}i:1;a:7:{s:4:\"type\";s:7:\"default\";s:5:\"title\";s:31:\"Full-page Caching on CloudFlare\";s:4:\"text\";s:217:\"This optimization links your WordPress site with Cloudflare and sets the necessary rules and workers in order to enable full-page caching on Cloudflare edges in order to improve your TTFB and overall site performance.\";s:4:\"icon\";s:25:\"presentational-cloudflare\";s:10:\"icon_color\";s:6:\"salmon\";s:12:\"optimization\";s:23:\"cloudflare_optimization\";s:6:\"button\";a:3:{s:4:\"text\";s:10:\"Enable Now\";s:5:\"color\";s:7:\"primary\";s:4:\"link\";s:10:\"cloudflare\";}}}','yes'),
(163,'siteground_optimizer_quality_webp','75','yes'),
(164,'siteground_optimizer_quality_type','lossless','yes'),
(165,'WPLANG','','yes'),
(167,'sco_id','2','yes'),
(168,'siteground_optimizer_memcache_notice','0','yes'),
(194,'current_theme','Voice','yes'),
(195,'theme_mods_voice','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:24:\"vce_main_navigation_menu\";i:36;s:15:\"vce_footer_menu\";i:0;s:12:\"vce_404_menu\";i:34;s:23:\"vce_top_navigation_menu\";i:43;}s:18:\"custom_css_post_id\";i:832;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1593636835;s:4:\"data\";a:13:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";}s:19:\"vce_default_sidebar\";a:0:{}s:26:\"vce_default_sticky_sidebar\";a:1:{i:0;s:18:\"vce_posts_widget-1\";}s:13:\"vce_sidebar_1\";a:1:{i:0;s:12:\"categories-3\";}s:13:\"vce_sidebar_2\";a:1:{i:0;s:18:\"vce_posts_widget-2\";}s:13:\"vce_sidebar_3\";a:1:{i:0;s:10:\"nav_menu-1\";}s:13:\"vce_sidebar_4\";a:0:{}s:13:\"vce_sidebar_5\";a:6:{i:0;s:18:\"vce_posts_widget-3\";i:1;s:18:\"vce_posts_widget-4\";i:2;s:18:\"vce_posts_widget-5\";i:3;s:18:\"vce_video_widget-1\";i:4;s:17:\"recent-comments-3\";i:5;s:14:\"recent-posts-3\";}s:13:\"vce_sidebar_6\";a:0:{}s:13:\"vce_sidebar_7\";a:0:{}s:20:\"vce_footer_sidebar_1\";a:1:{i:0;s:18:\"vce_posts_widget-6\";}s:20:\"vce_footer_sidebar_2\";a:1:{i:0;s:18:\"vce_posts_widget-7\";}s:20:\"vce_footer_sidebar_3\";a:1:{i:0;s:18:\"vce_video_widget-2\";}}}}','yes'),
(196,'theme_switched','','yes'),
(197,'vce_registered_sidebars','a:12:{s:19:\"vce_default_sidebar\";a:11:{s:4:\"name\";s:15:\"Default Sidebar\";s:2:\"id\";s:19:\"vce_default_sidebar\";s:11:\"description\";s:24:\"This is default sidebar.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:25:\"<h4 class=\"widget-title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:26:\"vce_default_sticky_sidebar\";a:11:{s:4:\"name\";s:22:\"Default Sticky Sidebar\";s:2:\"id\";s:26:\"vce_default_sticky_sidebar\";s:11:\"description\";s:135:\"This is default sticky sidebar. Sticky means that it will be always pinned to top while you are scrolling through your website content.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:25:\"<h4 class=\"widget-title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:13:\"vce_sidebar_1\";a:11:{s:4:\"name\";s:9:\"Sidebar 1\";s:2:\"id\";s:13:\"vce_sidebar_1\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<h4 class=\"widget-title\"><span>\";s:11:\"after_title\";s:12:\"</span></h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:13:\"vce_sidebar_2\";a:11:{s:4:\"name\";s:9:\"Sidebar 2\";s:2:\"id\";s:13:\"vce_sidebar_2\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<h4 class=\"widget-title\"><span>\";s:11:\"after_title\";s:12:\"</span></h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:13:\"vce_sidebar_3\";a:11:{s:4:\"name\";s:9:\"Sidebar 3\";s:2:\"id\";s:13:\"vce_sidebar_3\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<h4 class=\"widget-title\"><span>\";s:11:\"after_title\";s:12:\"</span></h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:13:\"vce_sidebar_4\";a:11:{s:4:\"name\";s:9:\"Sidebar 4\";s:2:\"id\";s:13:\"vce_sidebar_4\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<h4 class=\"widget-title\"><span>\";s:11:\"after_title\";s:12:\"</span></h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:13:\"vce_sidebar_5\";a:11:{s:4:\"name\";s:9:\"Sidebar 5\";s:2:\"id\";s:13:\"vce_sidebar_5\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<h4 class=\"widget-title\"><span>\";s:11:\"after_title\";s:12:\"</span></h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:13:\"vce_sidebar_6\";a:11:{s:4:\"name\";s:9:\"Sidebar 6\";s:2:\"id\";s:13:\"vce_sidebar_6\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<h4 class=\"widget-title\"><span>\";s:11:\"after_title\";s:12:\"</span></h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:13:\"vce_sidebar_7\";a:11:{s:4:\"name\";s:9:\"Sidebar 7\";s:2:\"id\";s:13:\"vce_sidebar_7\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<h4 class=\"widget-title\"><span>\";s:11:\"after_title\";s:12:\"</span></h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:20:\"vce_footer_sidebar_1\";a:11:{s:4:\"name\";s:15:\"Footer Column 1\";s:2:\"id\";s:20:\"vce_footer_sidebar_1\";s:11:\"description\";s:47:\"This is sidebar to use in footer area column 1.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:25:\"<h4 class=\"widget-title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:20:\"vce_footer_sidebar_2\";a:11:{s:4:\"name\";s:15:\"Footer Column 2\";s:2:\"id\";s:20:\"vce_footer_sidebar_2\";s:11:\"description\";s:47:\"This is sidebar to use in footer area column 2.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:25:\"<h4 class=\"widget-title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:20:\"vce_footer_sidebar_3\";a:11:{s:4:\"name\";s:15:\"Footer Column 3\";s:2:\"id\";s:20:\"vce_footer_sidebar_3\";s:11:\"description\";s:47:\"This is sidebar to use in footer area column 3.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:25:\"<h4 class=\"widget-title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}}','yes'),
(198,'vce_theme_version','2.9.2','yes'),
(201,'redux_version_upgraded_from','100','yes'),
(202,'vce_settings','a:319:{s:8:\"last_tab\";s:0:\"\";s:13:\"header_layout\";s:1:\"3\";s:13:\"header_height\";s:2:\"56\";s:9:\"header_ad\";s:0:\"\";s:4:\"logo\";a:9:{s:3:\"url\";s:105:\"https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo-removebg-preview.png\";s:2:\"id\";s:4:\"1282\";s:6:\"height\";s:2:\"56\";s:5:\"width\";s:3:\"320\";s:9:\"thumbnail\";s:112:\"https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo-removebg-preview-150x56.png\";s:5:\"title\";s:22:\"Travel Dictionary Logo\";s:7:\"caption\";s:22:\"Travel Dictionary Logo\";s:3:\"alt\";s:22:\"Travel Dictionary Logo\";s:11:\"description\";s:0:\"\";}s:11:\"logo_retina\";a:9:{s:3:\"url\";s:108:\"https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview.png\";s:2:\"id\";s:4:\"1283\";s:6:\"height\";s:3:\"112\";s:5:\"width\";s:3:\"640\";s:9:\"thumbnail\";s:116:\"https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview-150x112.png\";s:5:\"title\";s:22:\"Travel Dictionary Logo\";s:7:\"caption\";s:22:\"Travel Dictionary Logo\";s:3:\"alt\";s:22:\"Travel Dictionary Logo\";s:11:\"description\";s:0:\"\";}s:11:\"logo_mobile\";a:9:{s:3:\"url\";s:105:\"https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo-removebg-preview.png\";s:2:\"id\";s:4:\"1282\";s:6:\"height\";s:2:\"56\";s:5:\"width\";s:3:\"320\";s:9:\"thumbnail\";s:112:\"https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo-removebg-preview-150x56.png\";s:5:\"title\";s:22:\"Travel Dictionary Logo\";s:7:\"caption\";s:22:\"Travel Dictionary Logo\";s:3:\"alt\";s:22:\"Travel Dictionary Logo\";s:11:\"description\";s:0:\"\";}s:18:\"logo_mobile_retina\";a:9:{s:3:\"url\";s:108:\"https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview.png\";s:2:\"id\";s:4:\"1283\";s:6:\"height\";s:3:\"112\";s:5:\"width\";s:3:\"640\";s:9:\"thumbnail\";s:116:\"https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview-150x112.png\";s:5:\"title\";s:22:\"Travel Dictionary Logo\";s:7:\"caption\";s:22:\"Travel Dictionary Logo\";s:3:\"alt\";s:22:\"Travel Dictionary Logo\";s:11:\"description\";s:0:\"\";}s:13:\"logo_position\";a:2:{s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";}s:15:\"logo_custom_url\";s:0:\"\";s:19:\"color_website_title\";s:7:\"#54553c\";s:18:\"header_description\";s:1:\"0\";s:18:\"color_website_desc\";s:7:\"#aaaaaa\";s:13:\"header_search\";s:1:\"1\";s:15:\"color_header_bg\";s:7:\"#ffffff\";s:19:\"color_header_nav_bg\";s:7:\"#fcfcfc\";s:16:\"color_header_txt\";s:7:\"#54553c\";s:16:\"color_header_acc\";s:7:\"#9bd92b\";s:20:\"color_navigation_cat\";s:1:\"0\";s:23:\"color_header_submenu_bg\";s:7:\"#ffffff\";s:13:\"use_mega_menu\";s:1:\"1\";s:14:\"ajax_mega_menu\";s:1:\"1\";s:17:\"mega_menu_subcats\";s:0:\"\";s:16:\"mega_menu_slider\";s:1:\"0\";s:22:\"mega_menu_slider_posts\";s:1:\"8\";s:7:\"top_bar\";s:1:\"1\";s:14:\"top_bar_mobile\";s:1:\"1\";s:20:\"top_bar_mobile_group\";s:0:\"\";s:12:\"top_bar_left\";s:14:\"top-navigation\";s:14:\"top_bar_center\";s:0:\"\";s:13:\"top_bar_right\";s:11:\"social-menu\";s:16:\"color_top_bar_bg\";s:7:\"#9bd92b\";s:17:\"color_top_bar_txt\";s:7:\"#54553c\";s:13:\"sticky_header\";s:1:\"1\";s:20:\"sticky_header_offset\";s:3:\"700\";s:18:\"sticky_header_logo\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:18:\"sticky_header_menu\";s:24:\"vce_main_navigation_menu\";s:10:\"body_style\";a:7:{s:16:\"background-color\";s:7:\"#f0f0f0\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:18:\"color_box_title_bg\";s:7:\"#ffffff\";s:19:\"color_box_title_txt\";s:7:\"#54553c\";s:12:\"color_box_bg\";s:7:\"#ffffff\";s:16:\"color_content_bg\";s:7:\"#ffffff\";s:23:\"color_content_title_txt\";s:7:\"#54553c\";s:17:\"color_content_txt\";s:7:\"#000000\";s:17:\"color_content_acc\";s:7:\"#9bd92b\";s:18:\"color_content_meta\";s:7:\"#9b9b9b\";s:19:\"color_pagination_bg\";s:7:\"#9bd92b\";s:12:\"add_sidebars\";s:1:\"7\";s:21:\"color_widget_title_bg\";s:7:\"#9bd92b\";s:22:\"color_widget_title_txt\";s:7:\"#54553c\";s:15:\"color_widget_bg\";s:7:\"#f9f9f9\";s:16:\"color_widget_txt\";s:7:\"#54553c\";s:16:\"color_widget_acc\";s:7:\"#9bd92b\";s:16:\"color_widget_sub\";s:7:\"#f3f3f3\";s:14:\"footer_display\";s:1:\"0\";s:13:\"footer_layout\";s:5:\"3_3_3\";s:15:\"color_footer_bg\";s:7:\"#54553c\";s:22:\"color_footer_title_txt\";s:7:\"#ffffff\";s:16:\"color_footer_txt\";s:7:\"#9bd92b\";s:16:\"color_footer_acc\";s:7:\"#9bd92b\";s:16:\"enable_copyright\";s:1:\"1\";s:16:\"footer_copyright\";s:176:\"Copyright &copy; {current_year}. Created by <a href=\"https://mekshq.com\" target=\"_blank\">Meks</a>. Powered by <a href=\"https://www.wordpress.org\" target=\"_blank\">WordPress</a>.\";s:15:\"footer_bar_left\";s:1:\"0\";s:17:\"footer_bar_center\";s:14:\"copyright-text\";s:16:\"footer_bar_right\";s:1:\"0\";s:14:\"lay_fa_big_cat\";s:1:\"1\";s:22:\"lay_fa_big_title_limit\";s:0:\"\";s:15:\"lay_fa_big_meta\";a:6:{s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:1:\"0\";s:6:\"author\";s:0:\"\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"1\";s:13:\"modified_date\";s:0:\"\";}s:19:\"lay_fa_big_autoplay\";s:0:\"\";s:14:\"lay_fa_big_opc\";a:2:{i:1;s:3:\"0.5\";i:2;s:3:\"0.7\";}s:19:\"lay_fa_grid_big_cat\";s:1:\"1\";s:27:\"lay_fa_grid_big_title_limit\";s:0:\"\";s:20:\"lay_fa_grid_big_meta\";a:6:{s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:1:\"0\";s:6:\"author\";s:1:\"0\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"0\";s:13:\"modified_date\";s:1:\"0\";}s:24:\"lay_fa_grid_big_autoplay\";s:0:\"\";s:19:\"lay_fa_grid_big_opc\";a:2:{i:1;s:3:\"0.5\";i:2;s:3:\"0.8\";}s:15:\"lay_fa_grid_cat\";s:1:\"1\";s:23:\"lay_fa_grid_title_limit\";s:0:\"\";s:16:\"lay_fa_grid_meta\";a:6:{s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:1:\"0\";s:6:\"author\";s:1:\"0\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"0\";s:13:\"modified_date\";s:0:\"\";}s:18:\"lay_fa_grid_center\";s:0:\"\";s:20:\"lay_fa_grid_autoplay\";s:0:\"\";s:15:\"lay_fa_grid_opc\";a:2:{i:1;s:3:\"0.5\";i:2;s:3:\"0.8\";}s:9:\"lay_a_cat\";s:1:\"1\";s:17:\"lay_a_title_limit\";s:0:\"\";s:10:\"lay_a_meta\";a:6:{s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:0:\"\";s:6:\"author\";s:0:\"\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"1\";s:13:\"modified_date\";s:0:\"\";}s:18:\"lay_a_content_type\";s:7:\"excerpt\";s:13:\"lay_a_excerpt\";s:1:\"1\";s:19:\"lay_a_excerpt_limit\";s:3:\"230\";s:14:\"lay_a_readmore\";s:0:\"\";s:10:\"lay_a_icon\";s:1:\"1\";s:9:\"lay_b_cat\";s:1:\"1\";s:17:\"lay_b_title_limit\";s:0:\"\";s:10:\"lay_b_meta\";a:6:{s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:1:\"1\";s:6:\"author\";s:1:\"0\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"0\";s:13:\"modified_date\";s:0:\"\";}s:13:\"lay_b_excerpt\";s:0:\"\";s:19:\"lay_b_excerpt_limit\";s:3:\"100\";s:10:\"lay_b_icon\";s:1:\"1\";s:9:\"lay_c_cat\";s:1:\"1\";s:17:\"lay_c_title_limit\";s:2:\"65\";s:10:\"lay_c_meta\";a:6:{s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:1:\"0\";s:6:\"author\";s:1:\"0\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"0\";s:13:\"modified_date\";s:0:\"\";}s:13:\"lay_c_excerpt\";s:1:\"1\";s:14:\"lay_c_readmore\";s:0:\"\";s:19:\"lay_c_excerpt_limit\";s:3:\"100\";s:10:\"lay_c_icon\";s:1:\"1\";s:9:\"lay_d_cat\";s:1:\"1\";s:17:\"lay_d_title_limit\";s:2:\"55\";s:10:\"lay_d_meta\";a:6:{s:4:\"date\";s:1:\"0\";s:8:\"comments\";s:1:\"0\";s:6:\"author\";s:1:\"0\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"0\";s:13:\"modified_date\";s:0:\"\";}s:10:\"lay_d_icon\";s:1:\"1\";s:11:\"lay_e_title\";s:1:\"1\";s:17:\"lay_e_title_limit\";s:0:\"\";s:10:\"lay_e_meta\";a:6:{s:4:\"date\";s:1:\"0\";s:8:\"comments\";s:1:\"0\";s:6:\"author\";s:1:\"0\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"0\";s:13:\"modified_date\";s:0:\"\";}s:10:\"lay_e_icon\";s:1:\"1\";s:17:\"lay_f_title_limit\";s:0:\"\";s:9:\"lay_g_cat\";s:1:\"1\";s:17:\"lay_g_title_limit\";s:0:\"\";s:10:\"lay_g_meta\";a:6:{s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:1:\"1\";s:6:\"author\";s:1:\"1\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"0\";s:13:\"modified_date\";s:0:\"\";}s:13:\"lay_g_excerpt\";s:1:\"0\";s:19:\"lay_g_excerpt_limit\";s:0:\"\";s:10:\"lay_g_icon\";s:1:\"1\";s:9:\"lay_h_cat\";s:1:\"1\";s:17:\"lay_h_title_limit\";s:2:\"65\";s:10:\"lay_h_meta\";a:6:{s:4:\"date\";s:0:\"\";s:8:\"comments\";s:1:\"0\";s:6:\"author\";s:1:\"0\";s:5:\"views\";s:1:\"0\";s:5:\"rtime\";s:1:\"0\";s:13:\"modified_date\";s:0:\"\";}s:13:\"lay_h_excerpt\";s:1:\"0\";s:19:\"lay_h_excerpt_limit\";s:3:\"100\";s:13:\"single_layout\";s:7:\"classic\";s:20:\"single_content_width\";s:3:\"600\";s:25:\"single_content_width_full\";s:3:\"600\";s:18:\"single_use_sidebar\";s:5:\"right\";s:14:\"single_sidebar\";s:13:\"vce_sidebar_1\";s:21:\"single_sticky_sidebar\";s:26:\"vce_default_sticky_sidebar\";s:11:\"single_meta\";a:6:{s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:0:\"\";s:6:\"author\";s:0:\"\";s:5:\"views\";s:1:\"1\";s:5:\"rtime\";s:1:\"1\";s:13:\"modified_date\";s:0:\"\";}s:8:\"show_cat\";s:1:\"0\";s:9:\"show_fimg\";s:1:\"1\";s:13:\"show_fimg_cap\";s:1:\"0\";s:15:\"show_author_img\";s:1:\"0\";s:13:\"show_headline\";s:1:\"0\";s:9:\"show_tags\";s:1:\"0\";s:10:\"show_share\";s:1:\"1\";s:12:\"social_share\";a:10:{s:8:\"facebook\";s:1:\"1\";s:7:\"twitter\";s:1:\"1\";s:10:\"googleplus\";s:0:\"\";s:9:\"pinterest\";s:1:\"1\";s:8:\"linkedin\";s:1:\"1\";s:8:\"whatsapp\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"reddit\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:5:\"email\";s:0:\"\";}s:14:\"show_prev_next\";s:1:\"0\";s:13:\"prev_next_cat\";s:0:\"\";s:15:\"show_author_box\";s:1:\"0\";s:19:\"author_box_position\";s:4:\"down\";s:17:\"comments_position\";s:0:\"\";s:22:\"single_infinite_scroll\";s:0:\"\";s:12:\"show_related\";s:1:\"1\";s:14:\"related_layout\";s:1:\"d\";s:13:\"related_limit\";s:1:\"6\";s:12:\"related_type\";s:3:\"cat\";s:13:\"related_order\";s:4:\"date\";s:12:\"related_time\";s:1:\"0\";s:14:\"show_paginated\";s:5:\"above\";s:19:\"show_paginated_fimg\";s:1:\"1\";s:23:\"show_paginated_headline\";s:0:\"\";s:11:\"page_layout\";s:7:\"classic\";s:18:\"page_content_width\";s:3:\"600\";s:23:\"page_content_width_full\";s:3:\"600\";s:16:\"page_use_sidebar\";s:5:\"right\";s:12:\"page_sidebar\";s:19:\"vce_default_sidebar\";s:19:\"page_sticky_sidebar\";s:26:\"vce_default_sticky_sidebar\";s:14:\"page_show_fimg\";s:1:\"1\";s:18:\"page_show_fimg_cap\";s:0:\"\";s:18:\"page_show_comments\";s:1:\"0\";s:15:\"page_show_share\";s:1:\"1\";s:17:\"page_social_share\";a:10:{s:8:\"facebook\";s:1:\"1\";s:7:\"twitter\";s:1:\"1\";s:10:\"googleplus\";s:1:\"1\";s:9:\"pinterest\";s:1:\"1\";s:8:\"linkedin\";s:1:\"1\";s:8:\"whatsapp\";s:1:\"1\";s:2:\"vk\";s:0:\"\";s:6:\"reddit\";s:1:\"1\";s:11:\"stumbleupon\";s:1:\"1\";s:5:\"email\";s:0:\"\";}s:11:\"category_fa\";s:0:\"\";s:18:\"category_fa_layout\";s:9:\"full_grid\";s:17:\"category_fa_limit\";s:1:\"8\";s:17:\"category_fa_order\";s:4:\"date\";s:16:\"category_fa_time\";s:1:\"0\";s:25:\"category_fa_not_duplicate\";s:1:\"1\";s:25:\"category_fa_hide_on_pages\";s:1:\"1\";s:15:\"category_layout\";s:1:\"c\";s:16:\"category_use_top\";s:1:\"0\";s:19:\"category_top_layout\";s:1:\"a\";s:18:\"category_top_limit\";s:1:\"1\";s:20:\"category_use_sidebar\";s:5:\"right\";s:16:\"category_sidebar\";s:19:\"vce_default_sidebar\";s:23:\"category_sticky_sidebar\";s:26:\"vce_default_sticky_sidebar\";s:19:\"category_pagination\";s:9:\"load-more\";s:12:\"category_ppp\";s:6:\"custom\";s:16:\"category_ppp_num\";s:1:\"6\";s:10:\"tag_layout\";s:1:\"c\";s:15:\"tag_use_sidebar\";s:5:\"right\";s:11:\"tag_sidebar\";s:19:\"vce_default_sidebar\";s:18:\"tag_sticky_sidebar\";s:26:\"vce_default_sticky_sidebar\";s:14:\"tag_pagination\";s:9:\"load-more\";s:7:\"tag_ppp\";s:6:\"custom\";s:11:\"tag_ppp_num\";s:1:\"6\";s:13:\"author_layout\";s:1:\"c\";s:18:\"author_use_sidebar\";s:5:\"right\";s:14:\"author_sidebar\";s:19:\"vce_default_sidebar\";s:21:\"author_sticky_sidebar\";s:26:\"vce_default_sticky_sidebar\";s:17:\"author_pagination\";s:9:\"load-more\";s:10:\"author_ppp\";s:6:\"custom\";s:14:\"author_ppp_num\";s:1:\"6\";s:13:\"search_layout\";s:1:\"c\";s:18:\"search_use_sidebar\";s:5:\"right\";s:14:\"search_sidebar\";s:19:\"vce_default_sidebar\";s:21:\"search_sticky_sidebar\";s:1:\"0\";s:17:\"search_pagination\";s:9:\"load-more\";s:10:\"search_ppp\";s:6:\"custom\";s:14:\"search_ppp_num\";s:1:\"6\";s:17:\"posts_page_layout\";s:1:\"b\";s:21:\"posts_page_pagination\";s:9:\"load-more\";s:14:\"posts_page_ppp\";s:7:\"inherit\";s:18:\"posts_page_ppp_num\";s:2:\"10\";s:14:\"archive_layout\";s:1:\"b\";s:19:\"archive_use_sidebar\";s:5:\"right\";s:15:\"archive_sidebar\";s:19:\"vce_default_sidebar\";s:22:\"archive_sticky_sidebar\";s:26:\"vce_default_sticky_sidebar\";s:18:\"archive_pagination\";s:9:\"load-more\";s:11:\"archive_ppp\";s:7:\"inherit\";s:15:\"archive_ppp_num\";s:2:\"10\";s:9:\"main_font\";a:6:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:9:\"latin-ext\";}s:6:\"h_font\";a:6:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";}s:8:\"nav_font\";a:6:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";}s:11:\"font_size_p\";s:2:\"16\";s:13:\"font_size_nav\";s:2:\"18\";s:22:\"font_size_module_title\";s:2:\"22\";s:22:\"font_size_single_title\";s:2:\"40\";s:20:\"font_size_entry_text\";s:2:\"22\";s:22:\"font_size_widget_title\";s:2:\"22\";s:15:\"font_size_small\";s:2:\"14\";s:16:\"font_size_fa_big\";s:2:\"52\";s:19:\"font_size_fa_medium\";s:2:\"34\";s:18:\"font_size_fa_small\";s:2:\"22\";s:18:\"font_size_layout_a\";s:2:\"34\";s:18:\"font_size_layout_b\";s:2:\"24\";s:18:\"font_size_layout_c\";s:2:\"22\";s:18:\"font_size_layout_d\";s:2:\"15\";s:18:\"font_size_layout_e\";s:2:\"14\";s:18:\"font_size_layout_f\";s:2:\"14\";s:18:\"font_size_layout_g\";s:2:\"30\";s:18:\"font_size_layout_h\";s:2:\"24\";s:12:\"font_size_h1\";s:2:\"35\";s:12:\"font_size_h2\";s:2:\"30\";s:12:\"font_size_h3\";s:2:\"25\";s:12:\"font_size_h4\";s:2:\"20\";s:12:\"font_size_h5\";s:2:\"16\";s:12:\"font_size_h6\";s:2:\"14\";s:27:\"font_size_meta_data_smaller\";s:2:\"13\";s:26:\"font_size_meta_data_bigger\";s:2:\"14\";s:10:\"text_upper\";a:8:{s:12:\"site-title a\";s:0:\"\";s:16:\"site-description\";s:0:\"\";s:13:\"nav-menu li a\";s:0:\"\";s:11:\"entry-title\";s:0:\"\";s:14:\"main-box-title\";s:0:\"\";s:21:\"sidebar .widget-title\";s:0:\"\";s:25:\"site-footer .widget-title\";s:0:\"\";s:25:\"vce-featured-link-article\";s:0:\"\";}s:15:\"ad_below_header\";s:0:\"\";s:15:\"ad_above_footer\";s:0:\"\";s:22:\"ad_below_single_header\";s:0:\"\";s:15:\"ad_above_single\";s:0:\"\";s:15:\"ad_below_single\";s:0:\"\";s:16:\"ad_between_posts\";s:0:\"\";s:25:\"ad_between_posts_position\";s:1:\"4\";s:14:\"ad_exclude_404\";s:0:\"\";s:8:\"rtl_mode\";s:0:\"\";s:13:\"rtl_lang_skip\";s:0:\"\";s:12:\"default_fimg\";a:9:{s:3:\"url\";s:84:\"https://travelingdictionary.com/wp-content/themes/voice/assets/img/voice_default.jpg\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:11:\"more_string\";s:3:\"...\";s:8:\"time_ago\";s:1:\"1\";s:14:\"time_ago_limit\";s:1:\"0\";s:10:\"ago_before\";s:0:\"\";s:13:\"views_forgery\";s:0:\"\";s:13:\"scroll_to_top\";s:1:\"1\";s:19:\"scroll_to_top_color\";s:7:\"#289dcc\";s:11:\"use_gallery\";s:1:\"1\";s:8:\"img_zoom\";s:1:\"1\";s:7:\"404_img\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:18:\"multibyte_excerpts\";s:0:\"\";s:15:\"multibyte_rtime\";s:0:\"\";s:21:\"words_read_per_minute\";s:3:\"200\";s:16:\"primary_category\";s:0:\"\";s:16:\"enable_translate\";s:1:\"1\";s:12:\"tr_load_more\";s:0:\"\";s:12:\"tr_read_more\";s:0:\"\";s:14:\"tr_no_comments\";s:0:\"\";s:14:\"tr_one_comment\";s:0:\"\";s:20:\"tr_multiple_comments\";s:0:\"\";s:16:\"tr_newer_entries\";s:0:\"\";s:16:\"tr_older_entries\";s:0:\"\";s:13:\"tr_next_posts\";s:0:\"\";s:17:\"tr_previous_posts\";s:0:\"\";s:11:\"tr_category\";s:0:\"\";s:6:\"tr_tag\";s:0:\"\";s:9:\"tr_author\";s:0:\"\";s:10:\"tr_archive\";s:0:\"\";s:21:\"tr_search_results_for\";s:0:\"\";s:14:\"tr_search_form\";s:0:\"\";s:6:\"tr_ago\";s:0:\"\";s:13:\"tr_written_by\";s:0:\"\";s:12:\"tr_by_author\";s:0:\"\";s:8:\"tr_views\";s:0:\"\";s:11:\"tr_min_read\";s:0:\"\";s:16:\"tr_related_title\";s:0:\"\";s:15:\"tr_latest_posts\";s:0:\"\";s:12:\"tr_next_page\";s:0:\"\";s:12:\"tr_prev_page\";s:0:\"\";s:10:\"tr_page_of\";s:0:\"\";s:17:\"tr_view_all_posts\";s:0:\"\";s:15:\"tr_about_author\";s:0:\"\";s:18:\"tr_comments_number\";s:0:\"\";s:18:\"tr_leave_a_comment\";s:0:\"\";s:16:\"tr_reply_comment\";s:0:\"\";s:16:\"tr_nothing_found\";s:0:\"\";s:23:\"tr_nothing_found_search\";s:0:\"\";s:21:\"tr_nothing_found_text\";s:0:\"\";s:16:\"tr_leave_a_reply\";s:0:\"\";s:20:\"tr_cancel_reply_link\";s:0:\"\";s:17:\"tr_comment_submit\";s:0:\"\";s:16:\"tr_comment_field\";s:0:\"\";s:15:\"tr_comment_name\";s:0:\"\";s:16:\"tr_comment_email\";s:0:\"\";s:18:\"tr_comment_website\";s:0:\"\";s:22:\"tr_comment_cookie_gdpr\";s:0:\"\";s:14:\"tr_must_log_in\";s:0:\"\";s:15:\"tr_logged_in_as\";s:0:\"\";s:12:\"tr_404_title\";s:0:\"\";s:15:\"tr_404_subtitle\";s:0:\"\";s:11:\"tr_404_text\";s:0:\"\";s:7:\"tr_more\";s:0:\"\";s:7:\"min_css\";s:1:\"1\";s:6:\"min_js\";s:1:\"1\";s:11:\"image_sizes\";a:7:{s:9:\"vce-lay-a\";s:1:\"1\";s:15:\"vce-lay-a-nosid\";s:1:\"1\";s:9:\"vce-lay-b\";s:1:\"1\";s:9:\"vce-lay-d\";s:1:\"1\";s:11:\"vce-fa-full\";s:1:\"1\";s:11:\"vce-fa-grid\";s:1:\"1\";s:15:\"vce-fa-big-grid\";s:0:\"\";}s:21:\"ad_exclude_from_pages\";a:0:{}}','yes'),
(203,'vce_settings-transients','a:2:{s:14:\"changed_values\";a:2:{s:8:\"last_tab\";s:1:\"1\";s:13:\"header_layout\";s:1:\"1\";}s:9:\"last_save\";i:1595513834;}','yes'),
(207,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.4.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1591393590;s:7:\"version\";s:5:\"5.1.9\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),
(215,'widget_vce_posts_widget','a:8:{i:1;a:12:{s:5:\"title\";s:14:\"Featured Posts\";s:7:\"orderby\";s:5:\"views\";s:8:\"category\";N;s:8:\"numposts\";i:5;s:11:\"title_limit\";i:53;s:10:\"date_limit\";s:1:\"0\";s:5:\"style\";s:13:\"vce-post-list\";s:11:\"auto_detect\";i:0;s:4:\"meta\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:8:\"cat_link\";i:0;s:6:\"manual\";a:0:{}}i:2;a:8:{s:5:\"title\";s:14:\"Featured Posts\";s:7:\"orderby\";s:4:\"date\";s:8:\"category\";i:0;s:8:\"numposts\";i:5;s:11:\"title_limit\";i:53;s:10:\"date_limit\";s:1:\"0\";s:5:\"style\";s:13:\"vce-post-list\";s:11:\"auto_detect\";i:0;}i:3;a:9:{s:5:\"title\";s:18:\"Posts Widget - Big\";s:7:\"orderby\";s:4:\"date\";s:8:\"category\";i:5;s:8:\"numposts\";i:3;s:11:\"title_limit\";i:53;s:10:\"date_limit\";s:1:\"0\";s:5:\"style\";s:12:\"vce-post-big\";s:11:\"auto_detect\";i:0;s:4:\"meta\";s:5:\"rtime\";}i:4;a:9:{s:5:\"title\";s:19:\"Posts Widget - List\";s:7:\"orderby\";s:4:\"date\";s:8:\"category\";i:4;s:8:\"numposts\";i:5;s:11:\"title_limit\";i:53;s:10:\"date_limit\";s:1:\"0\";s:5:\"style\";s:13:\"vce-post-list\";s:11:\"auto_detect\";i:0;s:4:\"meta\";s:4:\"date\";}i:5;a:9:{s:5:\"title\";s:21:\"Posts Widget - Slider\";s:7:\"orderby\";s:4:\"date\";s:8:\"category\";i:1;s:8:\"numposts\";i:4;s:11:\"title_limit\";i:53;s:10:\"date_limit\";s:1:\"0\";s:5:\"style\";s:15:\"vce-post-slider\";s:11:\"auto_detect\";i:0;s:4:\"meta\";s:5:\"views\";}i:6;a:9:{s:5:\"title\";s:12:\"Most Popular\";s:7:\"orderby\";s:5:\"views\";s:8:\"category\";i:3;s:8:\"numposts\";i:4;s:11:\"title_limit\";i:49;s:10:\"date_limit\";s:1:\"0\";s:5:\"style\";s:13:\"vce-post-list\";s:11:\"auto_detect\";i:0;s:4:\"meta\";s:5:\"views\";}i:7;a:9:{s:5:\"title\";s:12:\"Talked About\";s:7:\"orderby\";s:13:\"comment_count\";s:8:\"category\";i:0;s:8:\"numposts\";i:4;s:11:\"title_limit\";i:53;s:10:\"date_limit\";s:1:\"0\";s:5:\"style\";s:13:\"vce-post-list\";s:11:\"auto_detect\";i:0;s:4:\"meta\";s:8:\"comments\";}s:12:\"_multiwidget\";i:1;}','yes'),
(216,'widget_vce_video_widget','a:3:{i:1;a:5:{s:5:\"title\";s:12:\"Video Widget\";s:8:\"video_id\";s:11:\"XsEMu5UCy0g\";s:4:\"type\";s:7:\"youtube\";s:6:\"height\";i:165;s:7:\"content\";s:69:\"Add responsive YoutTube or Vimeo videos very easily with this widget!\";}i:2;a:5:{s:5:\"title\";s:16:\"Video of the Day\";s:8:\"video_id\";s:11:\"XsEMu5UCy0g\";s:4:\"type\";s:7:\"youtube\";s:6:\"height\";i:150;s:7:\"content\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),
(217,'widget_vce_adsense_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(225,'sidebars_widgets','a:14:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:18:\"vce_posts_widget-3\";i:1;s:18:\"vce_posts_widget-4\";i:2;s:18:\"vce_posts_widget-5\";i:3;s:10:\"archives-2\";i:4;s:6:\"meta-2\";i:5;s:8:\"search-2\";i:6;s:12:\"categories-2\";i:7;s:14:\"recent-posts-2\";i:8;s:17:\"recent-comments-2\";}s:19:\"vce_default_sidebar\";a:0:{}s:26:\"vce_default_sticky_sidebar\";a:1:{i:0;s:18:\"vce_posts_widget-1\";}s:13:\"vce_sidebar_1\";a:1:{i:0;s:12:\"categories-3\";}s:13:\"vce_sidebar_2\";a:1:{i:0;s:18:\"vce_posts_widget-2\";}s:13:\"vce_sidebar_3\";a:1:{i:0;s:10:\"nav_menu-1\";}s:13:\"vce_sidebar_4\";a:0:{}s:13:\"vce_sidebar_5\";a:2:{i:4;s:17:\"recent-comments-3\";i:5;s:14:\"recent-posts-3\";}s:13:\"vce_sidebar_6\";a:0:{}s:13:\"vce_sidebar_7\";a:0:{}s:20:\"vce_footer_sidebar_1\";a:1:{i:0;s:18:\"vce_posts_widget-6\";}s:20:\"vce_footer_sidebar_2\";a:1:{i:0;s:18:\"vce_posts_widget-7\";}s:20:\"vce_footer_sidebar_3\";a:1:{i:0;s:18:\"vce_video_widget-2\";}s:13:\"array_version\";i:3;}','yes'),
(226,'merlin_voice_completed','1591393635','yes'),
(231,'siteground_optimizer_total_non_converted_images','2','yes'),
(232,'siteground_optimizer_total_unoptimized_images','1','yes'),
(239,'recently_activated','a:2:{s:35:\"litespeed-cache/litespeed-cache.php\";i:1750649403;s:41:\"migrator-plugin-0.1.0/custom-migrator.php\";i:1750646541;}','yes'),
(242,'rocket_cache_dir_size_check','1','yes'),
(256,'new_admin_email','seasonedblogger.com@gmail.com','yes'),
(363,'elementor_version','3.2.4','yes'),
(364,'_elementor_installed_time','1591516031','yes'),
(365,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i: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\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i: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\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i: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\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i: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\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i: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\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i: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\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i: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\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i: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\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i: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\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i: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\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i: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\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i: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\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i: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\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i: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\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i: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\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i: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\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i: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\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i: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\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i: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\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i: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\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i: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\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i: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\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i: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\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i: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\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i: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\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i: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\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i: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\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i: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\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i: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\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i: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\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i: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\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i: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\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i: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\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i: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\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i: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\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i: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\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i: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\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i: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\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i: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\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i: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\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i: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\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i: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\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i: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\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i: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\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i: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\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i: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\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i: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\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i: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\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i: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\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i: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\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i: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\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i: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\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i: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\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i: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\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i: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\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i: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\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i: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\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i: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\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i: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\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i: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\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i: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\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i: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\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i: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\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i: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\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i: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\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i: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\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i: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\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i: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\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i: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\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i: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\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i: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\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i: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\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i: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\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i: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\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i: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\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i: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\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i: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\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i: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\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i: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\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i: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\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i: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\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i: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\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i: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\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i: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\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i: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\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i: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\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i: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\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i: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\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i: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\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i: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\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i: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\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i: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\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i: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\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i: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\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i: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\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i: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\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i: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\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i: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\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i: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\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i: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\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i: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\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i: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\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i: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\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i: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\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i: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\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i: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\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i: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\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i: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\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i: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\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i: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\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i: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\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),
(366,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:57:\"Introducing Cloud Templates: your personal design library\";s:7:\"excerpt\";s:153:\"Transform your workflow with Elementor\'s new Cloud Templates – create, save, and access your templates across all your websites with just a few clicks.\";s:7:\"created\";i:1749048239;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:127:\"https://elementor.com/blog/introducing-cloud-templates/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:74:\"Introducing Editor V4 Alpha: The Future of Website Building with Elementor\";s:7:\"excerpt\";s:242:\"Editor V4 Alpha introduces a CSS-first framework with reusable Classes and States, improved performance, a unified styling system, and fully responsive style controls—all designed to make your website building more efficient and consistent.\";s:7:\"created\";i:1748357309;s:5:\"badge\";s:4:\" NEW\";s:3:\"url\";s:119:\"https://elementor.com/blog/editor-v4-1st-alpha/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),
(373,'elementor_log','a:42:{s:32:\"923b54fcba4e35e4da9070a8f61e1cef\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:06:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:06:05\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"aea147f60192cdbc5e5b28ac424f49cc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:08:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:08:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ce34093fe2209940bcbf6067ea5fb61a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:10:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:10:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a0cfb54b3ae078079463bfe246173319\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:12:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:12:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"97ab02cd01141fce94409225d7da2d25\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:14:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:14:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"10d6d806b4c95d54e011f247659e02b6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:16:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2021-01-08 22:16:07\";i:1;s:19:\"2021-01-08 22:16:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"dfd21e92dd288c0611796e4d0bb5e070\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:18:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:18:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b04011196a472d3f794feba71ed7360b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:20:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:20:08\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"69e20c210c1d39dc6c359da3ea3cc28e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:22:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:22:08\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3b6b628da907bd3d5b480301f61fff14\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:24:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:24:10\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"aa2b2c8ffe77a6aebb4d52cc44ab8d17\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:24:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:24:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"826a5503b9ac882ee494282a324f7e00\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:25:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:25:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"21eb77f4842ee8d13463d2745ec1ca95\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:26:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:26:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"dbd4cd95aef2436cf259d9f91d86306a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 22:27:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 22:27:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ebe73ffec7073f1ed362139ea708bb7b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-30 07:40:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.16\";s:2:\"to\";s:5:\"3.1.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-30 07:40:33\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.16\";s:2:\"to\";s:5:\"3.1.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"365919ba228930a9310072a84c377a94\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:01:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:01:40\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"93b38aa1789436e56b0bc876b17c2e31\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:01:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2021-02-03 17:01:47\";i:1;s:19:\"2021-02-03 17:01:47\";i:2;s:19:\"2021-02-03 17:01:47\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4ce2f4cfae5a534fae996da44af1a73a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:01:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:01:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f48f6eafc574bc2960c132e53a889b30\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:01:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:01:52\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b29e8a1dc3c33306ac30398b6ea21dc1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:01:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:01:53\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"230e77a3b8ab60535b6f4ed3268859a1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:01:55\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:01:55\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"399f4bc66bfda7b9e4a3ab6ac0ad3381\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:01:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:01:57\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6711bdbe1241a80c08a7cc745588e9d2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:01:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:01:58\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"587bffee54da98e58d9d83f85834c193\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:01:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:01:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"68d9aeba82567f79b5e597ce5a05e15d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:02:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:02:00\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"dd3eaa141a93b47fa5659a0df47ea586\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:02:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:02:14\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7478905eeccbc6176ab072fb613ba79c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:02:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:02:49\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6e59e6971c1b35f079ce95f6b66f0613\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:04:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:04:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"aad28d904f81513af12a314537b4a56d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:05:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:05:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1abb56889ff4d069bbba587c6812a62c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-03 17:05:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 17:05:08\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"db0be4a34203ca3dc57627857d904e75\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-15 18:53:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.1\";s:2:\"to\";s:5:\"3.1.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-15 18:53:30\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.1\";s:2:\"to\";s:5:\"3.1.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"43a77dbf2fc01d510e8e5ecb370e2914\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-17 13:54:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-17 13:54:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"deeab6ab4fc90dd95ce3e94768e8044d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-17 13:54:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-17 13:54:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"0c6249789007c4b75d859b4330b76beb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-17 13:54:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-17 13:54:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"0fd428907002fce3348de5e9f1de87e0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-17 13:54:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-17 13:54:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a6c14e955ce8788cd9cc5d214a8464f9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-17 13:54:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-17 13:54:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c7d17b0621b5f99adcfe87bfd441540c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-17 13:54:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-17 13:54:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"14f0b3d59fa7b90843354d1270e02a91\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-27 16:08:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-27 16:08:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"38072f5db7417db6c1398b78aa8674ef\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-27 16:08:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-27 16:08:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"a7e3ba9221eddda55bbc3b6972715162\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-27 16:08:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-27 16:08:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"613cca63acb420049884d0016bf13766\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-27 16:08:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.3\";s:2:\"to\";s:5:\"3.2.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-27 16:08:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.3\";s:2:\"to\";s:5:\"3.2.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"75b04d4c314e24dce495d0b6c85cfa1e\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-06-23 02:42:12\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:75:\"Creation of dynamic property Elementor\\Plugin::$icons_manager is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2025-06-23 02:42:12\";i:1;s:19:\"2025-06-23 02:42:13\";i:2;s:19:\"2025-06-23 02:42:14\";i:3;s:19:\"2025-06-23 02:42:15\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:75:\"Creation of dynamic property Elementor\\Plugin::$icons_manager is deprecated\";s:4:\"file\";s:109:\"/home/u701019342/domains/travelingdictionary.com/public_html/wp-content/plugins/elementor/includes/plugin.php\";s:4:\"line\";i:612;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:109:\"/home/u701019342/domains/travelingdictionary.com/public_html/wp-content/plugins/elementor/includes/plugin.php\";s:7:\"\0*\0line\";i:612;}}','no'),
(377,'elementor_icon_manager_needs_update','yes','yes'),
(378,'elementor_load_fa4_shim','yes','yes'),
(388,'_elementor_general_settings','a:2:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:21:\"global_image_lightbox\";s:3:\"yes\";}','yes'),
(389,'_elementor_settings_update_time','1591516176','yes'),
(390,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),
(391,'elementor_disable_color_schemes','yes','yes'),
(392,'elementor_disable_typography_schemes','yes','yes'),
(393,'elementor_allow_tracking','no','yes'),
(394,'elementor_default_generic_fonts','Sans-serif','yes'),
(395,'elementor_container_width','','yes'),
(396,'elementor_space_between_widgets','','yes'),
(397,'elementor_stretched_section_container','','yes'),
(398,'elementor_page_title_selector','','yes'),
(399,'elementor_viewport_lg','','yes'),
(401,'elementor_viewport_md','','yes'),
(402,'elementor_global_image_lightbox','yes','yes'),
(403,'elementor_css_print_method','external','yes'),
(404,'elementor_editor_break_lines','','yes'),
(405,'elementor_enable_unfiltered_files_upload','','yes'),
(839,'w3tc_state','{\"common.install\":1592046207,\"common.install_version\":\"0.14.1\",\"license.status\":\"no_key\",\"license.next_check\":1612803483,\"license.terms\":\"\",\"license.community_terms\":\"accept\",\"minify.hide_minify_help\":true,\"common.show_note.plugins_updated\":true,\"common.show_note.plugins_updated.timestamp\":1612519401,\"common.show_note.flush_posts_needed\":false,\"common.show_note.flush_posts_needed.timestamp\":1610910809,\"common.next_support_us_invitation\":1596230650,\"common.support_us_invitations\":2}','no'),
(850,'w3tc_minify','{\"df983.js\":[\"wp-includes\\/js\\/jquery\\/jquery.js\",\"wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\"],\"dd928.js\":[\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js\",\"wp-includes\\/js\\/imagesloaded.min.js\"],\"18e1d.js\":[\"wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"wp-includes\\/js\\/comment-reply.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"7de6a.css\":[\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\"],\"626ab.css\":[\"wp-content\\/themes\\/voice\\/assets\\/css\\/min.css\"],\"586af.js\":[\"wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"56a7b.js\":[\"wp-includes\\/js\\/hoverintent-js.min.js\",\"wp-includes\\/js\\/admin-bar.min.js\"],\"5ceed.js\":[\"wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"wp-includes\\/js\\/comment-reply.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\",\"wp-includes\\/js\\/underscore.min.js\",\"wp-includes\\/js\\/backbone.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.marionette.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.radio.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/common-modules.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/position.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\"],\"a4631.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/common.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"37929.css\":[\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/admin-bar.min.css\"],\"5c19f.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/common.min.css\",\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\"],\"b81a4.js\":[\"wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\",\"wp-includes\\/js\\/underscore.min.js\",\"wp-includes\\/js\\/backbone.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.marionette.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.radio.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/common-modules.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/position.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\"],\"060b6.js\":[\"wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.min.js\",\"wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-fetch.min.js\",\"wp-includes\\/js\\/dist\\/dom-ready.min.js\",\"wp-includes\\/js\\/dist\\/a11y.min.js\",\"wp-includes\\/js\\/underscore.min.js\",\"wp-includes\\/js\\/customize-base.min.js\",\"wp-includes\\/js\\/customize-preview.min.js\"],\"338bf.js\":[\"wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"wp-includes\\/js\\/comment-reply.min.js\"],\"864c2.js\":[\"wp-includes\\/js\\/mediaelement\\/mediaelement-and-player.min.js\",\"wp-includes\\/js\\/mediaelement\\/mediaelement-migrate.min.js\"],\"b0646.js\":[\"wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.js\",\"wp-includes\\/js\\/mediaelement\\/renderers\\/vimeo.min.js\"],\"5e744.js\":[\"wp-includes\\/js\\/wp-util.min.js\",\"wp-includes\\/js\\/backbone.min.js\",\"wp-includes\\/js\\/mediaelement\\/wp-playlist.min.js\",\"wp-includes\\/js\\/customize-selective-refresh.min.js\",\"wp-includes\\/js\\/customize-preview-widgets.min.js\",\"wp-includes\\/js\\/customize-preview-nav-menus.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.marionette.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.radio.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/common-modules.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/position.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\"],\"aa9e8.css\":[\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/customize-preview.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/common.min.css\",\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\"],\"d5ca8.css\":[\"wp-includes\\/js\\/mediaelement\\/mediaelementplayer-legacy.min.css\",\"wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.css\"],\"85595.js\":[\"wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.min.js\",\"wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-fetch.min.js\",\"wp-includes\\/js\\/dist\\/dom-ready.min.js\",\"wp-includes\\/js\\/dist\\/a11y.min.js\",\"wp-includes\\/js\\/underscore.min.js\",\"wp-includes\\/js\\/customize-base.min.js\",\"wp-includes\\/js\\/customize-preview.min.js\",\"wp-includes\\/js\\/hoverintent-js.min.js\",\"wp-includes\\/js\\/admin-bar.min.js\"],\"f02ae.css\":[\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/customize-preview.min.css\",\"wp-includes\\/css\\/admin-bar.min.css\"],\"0fef6.js\":[\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js\"],\"2ac0d.js\":[\"wp-content\\/plugins\\/imagify\\/assets\\/js\\/admin-bar.min.js\",\"wp-includes\\/js\\/imagesloaded.min.js\"],\"1b467.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/common.min.css\",\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/imagify\\/assets\\/css\\/admin-bar.min.css\"],\"d873e.css\":[\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/easy-table-of-contents\\/vendor\\/icomoon\\/style.min.css\",\"wp-content\\/plugins\\/easy-table-of-contents\\/assets\\/css\\/screen.min.css\"],\"16cfc.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/common.min.css\",\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/easy-table-of-contents\\/vendor\\/icomoon\\/style.min.css\",\"wp-content\\/plugins\\/easy-table-of-contents\\/assets\\/css\\/screen.min.css\"],\"9c2a7.css\":[\"wp-content\\/plugins\\/imagify\\/assets\\/css\\/admin-bar.min.css\"],\"2a2c6.css\":[\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/customize-preview.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/common.min.css\",\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/easy-table-of-contents\\/vendor\\/icomoon\\/style.min.css\",\"wp-content\\/plugins\\/easy-table-of-contents\\/assets\\/css\\/screen.min.css\"],\"d64f5.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\"],\"ad8d2.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/common.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/waypoints\\/waypoints.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/swiper\\/swiper.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/share-link\\/share-link.min.js\"],\"9f110.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend.min.js\"],\"1fa1f.js\":[\"wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"wp-includes\\/js\\/comment-reply.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/position.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/waypoints\\/waypoints.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/swiper\\/swiper.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/share-link\\/share-link.min.js\"],\"b96cc.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\"],\"b3b2e.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-1.css\"],\"7fffc.js\":[\"wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/position.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/waypoints\\/waypoints.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/swiper\\/swiper.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/share-link\\/share-link.min.js\"],\"1ba32.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-1.css\"],\"1dfe8.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-1.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\"],\"680ca.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-1.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\"],\"d9c67.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-819.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-1.css\"],\"d243e.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-1.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-819.css\"],\"5b2bf.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-819.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-1.css\"],\"83c6b.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-1.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-819.css\"],\"5ea41.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-819.css\"],\"38943.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-819.css\"],\"14fbe.css\":[\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-819.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-963.css\"],\"c7035.js\":[\"wp-includes\\/js\\/jquery\\/jquery.js\"],\"936b5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_2c123495e425fb591af4beff1bb08214.js\"],\"ce6a4.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_d887ea9a5a6425da7e03ec48ecb4d67d.css\"],\"9e60e.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_single_3ce6c85ec1dc862c579c354419b5f7ba.css\"],\"c922c.js\":[\"wp-includes\\/js\\/admin-bar.min.js\",\"wp-content\\/plugins\\/imagify\\/assets\\/js\\/admin-bar.min.js\"],\"567d4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_2a60df75c480915dac22f5b853b9eed0.js\"],\"7f634.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_96e6ffe85fc61c1374a194d3684f43f5.css\"],\"c7c2d.css\":[\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/admin-bar.min.css\",\"wp-content\\/plugins\\/imagify\\/assets\\/css\\/admin-bar.min.css\"],\"491d0.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d88f9f2b646d10e6c7495a9d555c0d9d.js\"],\"4fbdf.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_62724e7be4cf065d584b11f7a7dffef9.css\"],\"e75d6.js\":[\"wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"wp-content\\/plugins\\/meks-easy-social-share\\/assets\\/js\\/main.js\",\"wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\",\"wp-includes\\/js\\/underscore.min.js\",\"wp-includes\\/js\\/backbone.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.marionette.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.radio.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/common-modules.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/position.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\"],\"aa36b.css\":[\"wp-content\\/plugins\\/meks-easy-social-share\\/assets\\/css\\/main.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-819.css\"],\"57d8b.js\":[\"wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"wp-content\\/plugins\\/meks-easy-social-share\\/assets\\/js\\/main.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js\",\"wp-includes\\/js\\/jquery\\/ui\\/position.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/waypoints\\/waypoints.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/swiper\\/swiper.min.js\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/share-link\\/share-link.min.js\"],\"42b4d.css\":[\"wp-content\\/plugins\\/meks-easy-social-share\\/assets\\/css\\/main.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"wp-content\\/uploads\\/elementor\\/css\\/post-819.css\"],\"effe9.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9e06d17030c1d12edea27af4ef1e61e3.js\"],\"0e08d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_60f2d37d8f351b836ed7fc7e8a892746.js\"],\"675de.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_6a490d7b75fa2aa81e007b5b042bc27d.css\"],\"ec877.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4035eb989a388cef8e966fdb852f5b63.js\"],\"88212.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_7573d10f4476a6c50dd492fa55af8481.css\"],\"1f603.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6cc93df150c1248291d8410f0d19d0c3.js\"],\"f6fd2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_5a0646648464f7baf92e14feba08f79a.js\"],\"3b830.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_ce61f5a8e68305e692d4ef108cdddd2e.js\"],\"21bd2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d8b8016a12281939bd429ac7041a6804.js\"],\"f9862.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_eac735e926c66f1cd73d28e5ef229022.js\"],\"7f605.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1acbf68f7b01be7129846a7b1aef611a.js\"],\"954fe.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8b8f9d97c264063e5c2129a757cc9eb5.js\"],\"135f4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6493054c14546958e4e2e1df170382f9.js\"],\"93b9e.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8b49ab07d622ae06162dd2b8e9241a50.js\"],\"25008.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_b0854d8800c9258634e951bf6695a2d9.css\"],\"14f5f.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_99036e827718f93dec913e847c76b212.css\"],\"fda64.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_3168fc984043f6ec76da65e152f72405.js\"],\"f68b0.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_35a51ac9aea49787c45b5139f1b14488.css\"],\"85dd9.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_e733f937f479f9ff84029861f94841cc.js\"],\"9b06a.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_1f38db4492b0f2bb8426c7f57e4c7d74.css\"],\"9b918.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_eb5d809f98f7021f1d4121da88abd6c1.js\"],\"8d15e.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_a34a9a989a174d9fcb0d6c1987b29b03.css\"],\"e54e8.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a1bd53235b705fd6948e2d33858fc40d.js\"],\"60a44.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_ba89ba837812ad3aa84ca3cfb0a32d43.css\"],\"1c6ca.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_771b140823be495441a043982fa32e49.css\"],\"89b2d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_fc14e2ee338f679209792ffbf43322b7.js\"],\"b9436.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_db0c461fe4bf145cda8711566f396794.js\"],\"8c828.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_eb32d35860ddf8a69a45cf9efc72b5cd.js\"],\"60854.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_ca0fbcc36358021174ce3187de7e1906.js\"],\"201f5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9844a8bc8f78b22812c04d58b9a0b25a.js\"],\"691f7.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_f7c21ba603584591b6c114b3306956d0.js\"],\"510ca.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_611502e5da9f0dfc3540b3315815ce86.js\"],\"e08f6.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_38daa747797915a82bb1ab672332c8dd.js\"],\"c3610.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4496fbfa670d437a7bdc75043590c799.js\"],\"d1482.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a104508a0c3d2b82d3651430ad625358.js\"],\"94a02.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_2c3ce4170b76962b00c1a8408b375b22.css\"],\"27846.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1c3ace57892b23f11305aef696965f70.js\"],\"a3d85.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_687f0be058a615792ab129ffd477488b.js\"],\"97f6b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d3612acd0a068d787e16b69e44fa7f40.js\"],\"535f4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_e68d8622a6b969fea9b88e664338b847.js\"],\"756a6.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6793dda9c197778b9218b5a6cdf21e90.js\"],\"78917.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a059a3f480d9c39fe9dba426277649f2.js\"],\"a3f8a.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_e73f9ec7184abfae963fa3717155c9ff.js\"],\"2924b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c5e811cd8c909162f17be19e2d4ceee9.js\"],\"aff85.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_f73a23918ca3c23905c81c78375920a2.css\"],\"5e62b.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_single_f6d4b64c9850c9dbd889a877501b1bb5.css\"],\"7efcd.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_210e3233c45ad0dece28ec664e0774c6.js\"],\"57049.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_b32173db7b83c00dbf8c38de241ee63c.js\"],\"1fbf2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_257e84dba5b25b81762c62e92a150772.js\"],\"d05f5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_62d23be687b6c2ac2e8525b4a747cef6.js\"],\"e0dba.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_e72d99e469a9d4bd66d331399388e99e.css\"],\"502f6.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9bd2cdcc8d53c613bfc005454b236960.js\"],\"cd8b5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6fba71289954566ddc53c6cc835e5648.js\"],\"bf4b0.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c1078b100f8938a01a2d8f7cc9ef0aea.js\"],\"48569.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9e77d062634e91b164affaacce59af5d.js\"],\"1a0bc.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1d4e500c307ffcbd3de4ec8d9016fe09.js\"],\"91805.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6f5290703d1f79098e6a698187c46b77.js\"],\"a49aa.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_de51e8b0b4a46602cae90c0cd8ae367f.js\"],\"1a9e7.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_35861eefc7d1e7e000e1b272a749c1a8.js\"],\"40b6a.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_f4530cffd7d40f18b90adb2859209f5a.js\"],\"cdfca.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_d2a98ae260ec627c71135c73e2bb35c4.css\"],\"d6b3f.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_ef33a62905d0526594672056b70ff5f0.js\"],\"75d4d.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_eee63b8070c7216ca658c38f71f1f19f.css\"],\"554f7.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d722f12463a2613e9b1cb326c9d2d34e.js\"],\"3c62c.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_2cc1384af045e8a81a183345959eea9f.js\"],\"800f6.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_fca10031ca6e56538e62ea90ba8d8f04.js\"],\"ec22e.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1b70a3b6e9167d4ede38560371739c75.js\"],\"8bdea.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_3b30ef8f442205d35f1c52c633abdfd5.js\"],\"0fd4d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d3e116b8db93412a7cf2a2012aa8db97.js\"],\"09332.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_2540303adf10030c49830a9c8f715d95.css\"],\"972f6.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6be72e65a194fc7c8a0e3745184a529d.js\"],\"814f3.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a06edf452ebad26ef7dc454ceb233ba2.js\"],\"a5f48.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4d2c7634bed68708f237629c7d9b1d8b.js\"],\"1e7ea.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8c9507833d04fcbf64c1b5e288030597.js\"],\"2839e.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_c91373467c30e744adc5992013c5b063.css\"],\"1ae6e.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c88c7a67a9b9595f0da92ae76269e65c.js\"],\"0b51c.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6b8d69748177aa16d0da1f4d40d41eb3.js\"],\"048c1.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_2178d70a0f971911749e42f9d9355e64.js\"],\"f6777.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_af25caff09b38e3cb5ad6085113aa3bc.js\"],\"19224.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_cbd966e8a38fa45b62023ab957cbb749.js\"],\"35d08.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_f68f7c18c3b0f7118cfee15de23cb6f6.js\"],\"a3571.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_68189de5c4701bd2113d9776a72cbb6a.js\"],\"21d47.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_13461ed01b467b43ac419b2794bcdf96.js\"],\"a40df.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_6370605cecd8b1945a651fe89f848992.css\"],\"34c40.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_09bc88c8cf1a2f5ab5db7f7ab72cb6e9.js\"],\"042c6.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_700ef658bc071b2da364b170a16ffc4f.js\"],\"a7540.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_single_9728bb2b404ef911d2b7391d01a3bafd.css\"],\"9cfb4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_cd4bbdac874f526e88491a6288f4de69.js\"],\"25542.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_05b8f0b0b5b90daeaac392b8b1407ac5.css\"],\"67502.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8a69a05a9be655976e82c6fe56c9bca7.js\"],\"5cb3c.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_40d7a43834cd74e32186bfa4865c9501.css\"],\"e550e.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8252db9bdb7f697f52f6aa5df98c0f80.js\"],\"0b78a.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_908905c1de9daa926a3d93bea312fb01.css\"],\"df46f.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_708c2974d93e19e668b7ff02a5040a6b.js\"],\"e901c.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_dd2057170c61bd5cde1006983b4f0158.js\"],\"a16ea.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_b37e8dacad5bd7157fe90264e64c29bd.css\"],\"2a5aa.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_aa1dc2d3ddf8d1943437114a37fd183a.js\"],\"370fd.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_e88fb3fb963b68f6d00927b3a438f5f5.js\"],\"5275b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c123069c6db79694448d67d7496cd4cf.js\"],\"732ca.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_0d9f2ed82c63041dab3ccb74270d530b.css\"],\"aee61.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8cbd507e8bd7b6e34dd7396a4fc36f2d.js\"],\"11ac5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_0b14ac600d5a078227c31d9e7d67cbfd.js\"],\"3e7be.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_da6c42bdfcc324ce9b6b96a27f02df7b.js\"],\"76c4d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_858f6ffb98ec42f59965f5e97d09bc30.js\"],\"b865b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c102fa007c8fe71cd0f2b04cc63729c7.js\"],\"16b72.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_01bfda640736800ce8fc83f7913cb912.js\"],\"2c3aa.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_7b6b053cb3a318395aacc2b67066da7f.js\"],\"acee7.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_882f27ae747917b5e3b55a2147b9dbc4.js\"],\"f2fbf.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_3b5ca199e86abad98b215b1fff1dd0f9.js\"],\"2b62f.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_2d13da2d5066f74329c7c4f9ec8483eb.css\"],\"a64d5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a2ccf790ee80296c329a9c2ac6b5f489.js\"],\"9c839.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_782d01d27890cc67a4c4f8b1d813f82c.js\"],\"76bd2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_b31ac49d3673a47c898d7681c462afd8.js\"],\"dc1ca.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1784f405a34afc91bdc08342bcd4c748.js\"],\"ef060.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_2c4d9e92d4ac56153877697a1ef1cfe2.css\"],\"06e1b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_b12492584ea273937c0b8be92073968f.js\"],\"2f276.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_262ab7a63fae3d6df04ffb4e7643ec74.js\"],\"a43ac.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a14dd52839b16e1ca120beaf8b536a2f.js\"],\"888d0.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8dc5ad6093577bacac1b2548086ff630.js\"],\"313a3.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_7e585e5d4cec9d7940d2df0815804120.js\"],\"11578.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c663d36b6bfb7f3c405e9faa81e42513.js\"],\"e66ff.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c898c846157c24d6f17e7119a97f6eb4.js\"],\"189ad.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_b4a55e7a25127b0259478518177c42db.js\"],\"5e981.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_b657a2e5deeff1003c5b3065a54827b9.js\"],\"48b2a.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/admin-bar.min.js\"],\"9a48a.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d07b45990687edf17ba847b2c6d540dd.js\"],\"32b11.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_52cc343087a0926378c0f9ffe4a0e533.css\"],\"9932b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_ee67cccf8f4a675a8b648f594961ed38.js\"],\"19d51.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_6bb6afa379baba363ef00220ef5a8b1f.css\"],\"d32f5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_b6e3ca9418545a3903cbcf92d40fec92.js\"],\"e078f.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_ef92276be013769bd93e2c9fc163159f.js\"],\"923f3.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9c90303d29baf1f81fafa2ef636b952d.js\"],\"ba4d4.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_51e695d8c0a72f6238728926fd7e9795.css\"],\"f05c4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_7ad52e8ab1a847629da8c6e70deac975.js\"],\"4e096.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_69ea01727957ab706dcae66f7039dc39.css\"],\"031cc.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_634a702e90efccf1e3c576234df27f62.js\"],\"8cbad.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_a19186ed27a2ab82a48436be236a57c4.css\"],\"63e01.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_f1c673f72449e4ec0d00bd4950b4f30c.js\"],\"0bed0.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_bf0c8049e230c02b6dafc7b7b60b53b0.js\"],\"808a9.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_b2ae9bcb66d55031d80d818564ed7722.css\"],\"fc5f5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6e923027c1e494c20980e4f0e36c4c04.js\"],\"89553.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_6bb09e813df7e0d1e2931d9764d4f9c1.css\"],\"f16c4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_98143c62e76ed3e9e55e376c10dcfe60.js\"],\"6b32e.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_943ed192ae068b9e3ce0040452e1da0b.js\"],\"5ab57.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4054f097b4612bf68930253e5471317a.js\"],\"2a568.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_812353bb620ee7f4f074c9ed6d83bfa2.js\"],\"b915c.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_bedfdd342f20e94918e7d5b87683e64b.js\"],\"c95b2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_3da71176cdd70895ff74e978664d2b90.js\"],\"7d036.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_85cc7122eaca78e865ccba056da43b51.js\"],\"e4abe.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_640a1ec49bd732e84e465efcba0496db.js\"],\"6c382.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_82cd3cb2bf583fbb4e1b01ee38cf7f13.js\"],\"b89ed.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_fb7efb4c584e8474092d9c59fa917e61.js\"],\"67b86.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_88cec09fe3c1207c49e5b2f720b42a42.js\"],\"0c4d3.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_b8908c44c4335ec70d45bd0af2ae7747.js\"],\"c2f84.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_06a0599a16c5b595bce2ef06a375668c.js\"],\"b7b98.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_f50f25b1ed20df76ffed99031abd37f3.css\"],\"46be5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_e340f81638273f270808352d009f4c24.js\"],\"c76b3.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_cd8587a7f7d59764a1959f886782ad68.js\"],\"bb8c4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_2f3f11ad96c7af1ad4a6dccdc9394c0c.js\"],\"31638.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a28a856673454efc0c28f07e59dedca8.js\"],\"04f2d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4c9421cad5e484e36b370afd42a9b404.js\"],\"b8c4c.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_dc101ec696d58169cbd2b5d9c8eb4158.js\"],\"bbdb4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_794c689b00b51a9e2813f71997421168.js\"],\"92974.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_90bd04aca8f131fdd4af8b421fc8124d.js\"],\"68edc.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_7823a71248e7053b21d2a901f596b2a6.js\"],\"c0a19.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1ecaabc8b96aaba903692425dc03e093.js\"],\"d3177.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_768a040b93033094740af77c622190b9.js\"],\"eb9b9.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_28967f5f6dabe040cb397952829329bd.js\"],\"e1efd.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4bcc6d4919455274ac558a8819cd62e6.js\"],\"cbda4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d9f13cc35ef9afbf89f07c065f60dc27.js\"],\"3baa9.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_99eb23aae33e0b34c1e17c596217af9f.js\"],\"fc8f3.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_3d503a2721fe85f9abb233140b95463e.js\"],\"b5abe.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_848b6dc8b5489b553ee06a7e0681ea2a.js\"],\"84991.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c150060135b0dad10f61f8461469e5cf.js\"],\"c5007.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9197e751e20f238cbc87e299a9f5865c.js\"],\"bcde7.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_0f6258fc45d441d2904e5183957847d7.css\"],\"22f75.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_595b599456f77bff23e8a8dc5aa64e1b.js\"],\"805f0.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_624fe869c09ca4152067f11999be40fc.css\"],\"ed5a8.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_3b06dfd15f0e6ea82cc896878667247a.js\"],\"2fb03.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d8b2135960d194dc3d56f29f609a39d6.js\"],\"5ec64.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_420dfda10bb5448a2988767bd6698a52.js\"],\"ef101.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_89dc18cd22dec864666438b5f165b9fa.js\"],\"f5749.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_e5811c5ff4333dc756ca933fcefd4a74.js\"],\"54f39.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a197b7c70790ee8f6542ed53b1af121a.js\"],\"84d7d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_57462b57b43960a8b06e6ec2f0b8ceca.js\"],\"bd750.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_37fd6a91f8c4032ba3492e2a7b271a94.js\"],\"6eafe.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_aa028afac3c4d2bf2687b47a08dd37cd.js\"],\"88c70.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_7521001323d9efc2f302b89d1a2f226b.js\"],\"b9fae.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_dab0e512b58f64ed470a40cf146d34e1.js\"],\"41e04.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_92b0102774842d1e2cb582f44ee9d509.js\"],\"d52ed.js\":[\"wp-includes\\/js\\/jquery\\/jquery.min.js\"],\"f3f96.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_906745104c0fdf8c871c383fe00c9fd2.js\"],\"30019.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_e1465bfed048aa5eecb39804c1e196b1.css\"],\"207d6.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1523adecc81dac9c2f3a645ceb1d6e29.js\"],\"b7f31.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_60515c671b1957a24b74d0d92bbd2d8e.css\"],\"28c94.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_658219d09b93469cd631e2f4e46e6364.js\"],\"339e2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_71399b4ed31aff9549236037884e844a.js\"],\"a03a5.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_9f2f2851c86607f0707c5a53bda93dc2.css\"],\"00929.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_fe60b71e0c334f4750a3dc8db69b886c.js\"],\"443b9.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_cd1b6fe0ea619ef33a2d051dd5726eda.css\"],\"53181.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_2ba6995b5f9ee3b17ba80397a7b77992.js\"],\"cbbad.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_f05acdc095dcee0f8a108107d077b134.js\"],\"9fcbb.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_5dc86e2f5bb06114ec8c0c7f503e9d97.js\"],\"69576.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_3cf26b4b48099efb5d7577716f1148eb.js\"],\"f23f0.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4240f70f5807ca017d1359c46a929e1c.js\"],\"c8628.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_3b7ea35a7615d4cdf8759bd829133c76.js\"],\"163eb.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_01c0a2b5b2e5f2e0069d9c99fd71d8f8.js\"],\"30578.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d6abd1837075c5a9a29f498c2040a1f7.js\"],\"cc4a2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_2e805f14aa3f9982b3887a0d21dc8885.js\"],\"d0ff4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_52f844538a7066d49274e1758135f0b6.js\"],\"504c8.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c6fd09d5b7e5aa1116b42a8d1ad9decf.js\"],\"f849e.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a56ade24d503c264fb1c92a8bff3df3b.js\"],\"1c3e0.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_20935ef24142b4cd1b04373f0228003d.css\"],\"243b8.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_7fd56662a48aed035614ebb0faaefc27.js\"],\"6d4d7.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_13cf188bb07a3f8dc4f6d02e3612aa11.js\"],\"65d96.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_14fe2b361776400cab436fd93ba73c1a.js\"],\"fb16f.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_786e29852be5a38d94c25e7adaf6e2a8.js\"],\"6ce5a.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_f08918d064a5d43f673a9438086be875.css\"],\"0ad52.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8a9c43b0cf06e6f794f082e746c78542.js\"],\"a0bd4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_db2d9d885863e589fc27dcd155beaf1e.js\"],\"608ac.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_340e67aff8e3be301b6c04160f399793.js\"],\"ec239.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d3f36638e73c31f1a3fa073f8654977a.js\"],\"36d89.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_196c042c8c998e158b772ff0294a7872.js\"],\"d1154.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_000ef2df737c6fdbcda8f5b45f14c4b3.js\"],\"f4f1d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_47d4179208928362fbb17344bc84ecc8.js\"],\"35fd9.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_7333044b662a4f2fa553d94e9835c66b.js\"],\"1f162.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9d9c578b7351462888f99f68554c8ebe.js\"],\"efe6c.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_300f2b042bf86e783166d9afdd2c94f6.js\"],\"b2355.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_d3708f24e1a81caaad996652be140335.css\"],\"57d65.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_84bd2a6124aaf415e15add5d2f2b841a.js\"],\"4a4c4.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_ce23b38484ed23017f1fba0ad246bb8d.css\"],\"84ad6.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4c28d595327ae8270ac346d60a1d464d.js\"],\"fe80f.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4dbdb7585e643673420087b6014284a2.js\"],\"8e833.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6c386424bd81c2dbdc188caea11dbcbf.js\"],\"09a90.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_830210c49e3d353547d3cf3356ce3105.js\"],\"76804.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_54a9949c042c3680961caba7e9c98ec3.js\"],\"e772f.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6cbcf09bce8ac05adb0eed9c8d78fe56.js\"],\"62d44.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c5abbf028aecf51e8174fda859aaa87c.js\"],\"0513f.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8769f21f411673efda8916a403b69892.js\"],\"d6dbd.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_69b9cb861368c9e46e3ab592a4bb59a8.js\"],\"24405.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d00639c1d7949af7d76310d1e539ed05.js\"],\"38db2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6736d2a44806549793f4928deff78a54.js\"],\"69e39.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_280b95d4015145df2eff186d08df9b89.js\"],\"a01d3.js\":[\"wp-content\\/plugins\\/imagify\\/assets\\/js\\/admin-bar.min.js\"],\"b4f35.js\":[\"wp-content\\/plugins\\/elementor\\/assets\\/js\\/elementor-admin-bar.min.js\",\"wp-includes\\/js\\/admin-bar.min.js\"],\"a46bb.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_851ecf313241b5db2f15da2569eeaf4b.js\"],\"0044f.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_a779f1721fe1f9fd890a3d30ddeb46b4.css\"],\"2887f.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_23615a3f36efdac32e3487c8450223f1.js\"],\"43fc4.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_c7d303231eb8ffaa80a599bfff5f40f5.css\"],\"a9fcc.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_ddaba5269945866e5bb27c737d9ec607.js\"],\"ad9bf.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9d94efcf4f950394e19c093f81900da2.js\"],\"2300e.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_571c4a010d53c89dd712b10d4beaa15d.css\"],\"af2a6.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_0e907ac2e036c20abc6a488c19fdad6a.js\"],\"c18cb.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_0f7e5ff5fbe74a73fc3be997052c10a5.js\"],\"08f5d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_09867b2896f6c87d0b439a0a86aa2082.js\"],\"bad31.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_013af6f560ff9d357768fc75153e67e0.js\"],\"1bfe8.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_9f0af3407eec95b61dd02cb33f89622f.js\"],\"54f9b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_4734b3017d16a1fbd0a8a67bb99b3027.js\"],\"858c2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_68049613e2d3fa3c1b7faadaa80b60c6.js\"],\"542a5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_88e61cde4cc20eba825663a5695581b1.js\"],\"801da.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_570d200d3654139718c2348ce6a53627.js\"],\"6b597.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_084da831de919de66107d11db2bd9041.js\"],\"0c48b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_69dae44f3d72cdb4c023c669bf3c992c.js\"],\"2c460.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_5d2c54a614a1a4ee890b17cb7fc4397d.js\"],\"f9d7b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_f7ed9bca8460cf9dd736eab18675a432.js\"],\"bd0b9.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_cbf47204a1955e542990d20db73a9735.js\"],\"a38a2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d06d044a5e33bab382e332255a55043c.js\"],\"41098.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_72d60e6c4296241af91e83efb1eee2ea.js\"],\"e258b.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_367dcc4df04d414b893f9ee59660a357.js\"],\"709ec.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_0e5871a6728f5386af9e437913f6845e.css\"],\"68b8b.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_cfde721db6455a64b2778790781d333e.css\"],\"1f47a.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_58fc83641d23204df423a881806510ac.css\"],\"078b4.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_6ca8d3711da093395af21fa7a5f67024.css\"],\"f38e4.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_719fe5c8a8414d70717240ef699a2ce7.css\"],\"db952.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_5c8d37e19bdb003eed3d4694d170beec.css\"],\"1fd69.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_014c222e24531a9023ce178d4e129b6c.js\"],\"bf310.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_e40e7622468bd9865a5c975bd680c034.css\"],\"af59b.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_51419d72687508e542c6b7170856509e.css\"],\"a41ea.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_54c05bcd7d970877dcbe5798754f6b98.js\"],\"67998.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_fac1ab8292725a9708a47a614487356e.css\"],\"8adb6.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_00f0e65f5b139d4ba389ae94092af221.css\"],\"1fa12.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_fac935768b500dd30002467b6ae008a7.js\"],\"02ce7.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_be87f3bc86772688061fe9767b9365ec.js\"],\"29039.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d1ff163439bdd0ba993cd788e46af60b.js\"],\"d1607.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_fe138efd4249bafedabb5832c08247e7.js\"],\"aff42.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c6b039022453d34895136e6bfc0fad15.js\"],\"08fbd.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_355475241810d704b77e0b72c8058793.js\"],\"e546e.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_f4e82cacbf8c4d20c1426705fa447e41.js\"],\"e44d7.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_5c6a8137153457ecc2fc045cf921663b.js\"],\"02c84.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_29c53bf0e94425f412d70f3e0b3fe392.js\"],\"e31d4.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_319508d9f73c67a5fd47987a16605a60.js\"],\"2e720.js\":[\"wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.min.js\",\"wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-fetch.min.js\",\"wp-includes\\/js\\/dist\\/i18n.min.js\"],\"ddc35.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_3b7853831a3efc0770671e6b8978acad.js\"],\"52de4.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_07ce316fafbe84b7146f47a2f2a8c7df.css\"],\"99e55.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1705eaba323ec0a62e044b0cd33ea560.js\"],\"d7d71.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_77469e762053a77e1651f93dd1d77f0c.css\"],\"f73cd.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_b5b47d415d9ecca42375d128019b7e12.js\"],\"9d41f.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_baed69c9499443ffd4d5f96efe5cb9af.js\"],\"07c10.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1afb9f2ddd7c3c8474246fd71b9769a5.js\"],\"dd8a9.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_431cefaac6cb10655e53a027aaa86ef1.js\"],\"74731.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d70957910fa9d3cf3df4dd3932eb719c.js\"],\"49b8d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_eede1e02cd6bf14443209bc61d29aa91.js\"],\"45f50.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_5c15a00b492f86f0831b58ca0f3f831f.js\"],\"259b5.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_611bcbff793d58facd8e3ce63cb8bc87.js\"],\"4c901.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_ea4c13f4456c3f57aa69bff8bec2fe78.js\"],\"34dd3.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_8970a05780507f12882eb5659242ca01.js\"],\"5c923.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c0aad0031e34b7f114ba77bac5b5521a.js\"],\"a4f22.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_409e94105c12d54e7dd4ff730d8e61f6.js\"],\"660cd.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_1a7c3506046eb93f3216841096581ee4.js\"],\"5651e.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a8057f3358157a3812d3cae8ddd19a07.js\"],\"eead8.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_d4a3466bf60fc471e0ddc5217aa4838b.js\"],\"cedb2.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_722bf19d2916f10f9f8169ae4d7e7096.js\"],\"84567.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_2e32d3e0405fb692ce6971907c48a816.css\"],\"065ce.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_28e5712c7aefacee169445094f5c5d49.js\"],\"2727d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_5234da075e52cff6e6582cfbe2553942.js\"],\"0ec28.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_605a98cc1c3b88dc73bb239b2f1b1d0c.css\"],\"fceb1.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_744cd3bd5977097662c03afdfa8f1d21.js\"],\"18f78.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_e4ce5db675d8f6d1f36bef309fb4e279.js\"],\"5aecd.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_b41983f7387f351c63bb878548a28118.js\"],\"9a5b9.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6a15866ba294b7fc8668de37aae254f3.js\"],\"405ec.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_a8a789017ef7111c4d7e0721f2850853.js\"],\"2e815.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_898b0afc97da34f86ed8b4efbe713aca.js\"],\"c360d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c51590e06eca8d6d7f3edfab51d29d63.js\"],\"82537.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_c05c94bdf6f6910c45522172e226e9be.js\"],\"12ab1.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_04d05f5ee93cb471b948892a55001b7b.js\"],\"0f3ba.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_dd79f840ee92fd95edbb8263c39a6a77.js\"],\"477eb.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_5301c4bd688ac87eb8288e63c69cf640.js\"],\"cc1d7.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6fe987eb91d57d7ac72f37d21643744c.js\"],\"1935e.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_e16dc006567bd48861c16f6bcfa7a8c8.js\"],\"9a75d.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_0b83455180cad8a9a20f2272852e2a91.css\"],\"0d256.js\":[\"wp-includes\\/js\\/admin-bar.min.js\"],\"0004d.js\":[\"wp-content\\/cache\\/autoptimize\\/js\\/autoptimize_6ec3893a6062e9657e9cf14791168ad1.js\"],\"d066a.css\":[\"wp-content\\/cache\\/autoptimize\\/css\\/autoptimize_8b4a0f3b959863c918aa8981ec551527.css\"]}','no'),
(878,'resmushit_preserve_exif','0','yes'),
(879,'resmushit_remove_unsmushed','0','yes'),
(880,'resmushit_has_no_backup_files','0','yes'),
(884,'resmushit_on_upload','1','yes'),
(885,'resmushit_qlty','92','yes'),
(886,'resmushit_statistics','','yes'),
(887,'resmushit_logs','','yes'),
(888,'resmushit_cron','','yes'),
(907,'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'),
(908,'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'),
(909,'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'),
(910,'elementor_active_kit','819','yes'),
(968,'resmushit_total_optimized','2010','yes'),
(1077,'imagify_settings','a:13:{s:18:\"optimization_level\";i:1;s:13:\"auto_optimize\";i:1;s:6:\"backup\";i:1;s:7:\"api_key\";s:40:\"8e208cddfa971aa5705bb06fd6f4942944302c1d\";s:15:\"convert_to_webp\";i:1;s:12:\"display_webp\";i:1;s:19:\"display_webp_method\";s:7:\"picture\";s:7:\"cdn_url\";s:0:\"\";s:13:\"resize_larger\";i:1;s:15:\"resize_larger_w\";i:2560;s:14:\"admin_bar_menu\";i:1;s:16:\"disallowed-sizes\";a:0:{}s:7:\"version\";s:6:\"1.9.13\";}','yes'),
(1078,'imagify_data','a:4:{s:7:\"version\";s:6:\"1.9.13\";s:25:\"total_size_images_library\";d:0;s:29:\"average_size_images_per_month\";d:0;s:22:\"previous_quota_percent\";d:0;}','yes'),
(1079,'imagify_folders_db_version','100','yes'),
(1080,'imagify_files_db_version','102','yes'),
(1199,'widget_ezw_tco','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(1201,'ez-toc-settings','a:39:{s:15:\"fragment_prefix\";s:1:\"i\";s:8:\"position\";s:6:\"before\";s:5:\"start\";s:1:\"4\";s:17:\"show_heading_text\";s:1:\"1\";s:12:\"heading_text\";s:17:\"Table of Contents\";s:18:\"enabled_post_types\";a:1:{s:4:\"page\";s:4:\"page\";}s:22:\"auto_insert_post_types\";a:1:{s:4:\"post\";s:4:\"post\";}s:14:\"show_hierarchy\";s:1:\"1\";s:7:\"counter\";s:4:\"none\";s:13:\"smooth_scroll\";s:1:\"1\";s:20:\"smooth_scroll_offset\";s:2:\"30\";s:10:\"visibility\";s:1:\"1\";s:5:\"width\";s:4:\"auto\";s:12:\"width_custom\";s:3:\"275\";s:18:\"width_custom_units\";s:2:\"px\";s:8:\"wrapping\";s:4:\"none\";s:15:\"title_font_size\";s:3:\"120\";s:21:\"title_font_size_units\";s:1:\"%\";s:17:\"title_font_weight\";s:3:\"500\";s:9:\"font_size\";s:2:\"95\";s:15:\"font_size_units\";s:1:\"%\";s:5:\"theme\";s:6:\"custom\";s:24:\"custom_background_colour\";s:4:\"#fff\";s:20:\"custom_border_colour\";s:4:\"#ddd\";s:19:\"custom_title_colour\";s:7:\"#03989e\";s:18:\"custom_link_colour\";s:7:\"#373727\";s:24:\"custom_link_hover_colour\";s:7:\"#03989e\";s:26:\"custom_link_visited_colour\";s:7:\"#428bca\";s:14:\"heading_levels\";a:2:{i:2;s:1:\"2\";i:3;s:1:\"3\";}s:19:\"css_container_class\";s:0:\"\";s:7:\"exclude\";s:0:\"\";s:27:\"mobile_smooth_scroll_offset\";s:1:\"0\";s:13:\"restrict_path\";s:0:\"\";s:21:\"widget_affix_selector\";s:0:\"\";s:26:\"visibility_hide_by_default\";s:1:\"0\";s:9:\"lowercase\";s:1:\"0\";s:9:\"hyphenate\";s:1:\"0\";s:16:\"include_homepage\";s:1:\"0\";s:11:\"exclude_css\";s:1:\"0\";}','yes'),
(1384,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),
(1386,'_vce_category_5','a:12:{s:6:\"layout\";s:7:\"inherit\";s:3:\"ppp\";s:0:\"\";s:10:\"top_layout\";s:7:\"inherit\";s:9:\"top_limit\";s:1:\"1\";s:9:\"fa_layout\";s:7:\"inherit\";s:8:\"fa_limit\";s:1:\"8\";s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:10:\"color_type\";s:7:\"inherit\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";}','yes'),
(1387,'vce_cat_colors','a:1:{i:0;b:0;}','yes'),
(1389,'_vce_category_7','a:12:{s:6:\"layout\";s:7:\"inherit\";s:3:\"ppp\";s:0:\"\";s:10:\"top_layout\";s:7:\"inherit\";s:9:\"top_limit\";s:1:\"1\";s:9:\"fa_layout\";s:7:\"inherit\";s:8:\"fa_limit\";s:1:\"8\";s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:10:\"color_type\";s:7:\"inherit\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";}','yes'),
(1392,'_vce_category_4','a:12:{s:6:\"layout\";s:7:\"inherit\";s:3:\"ppp\";s:0:\"\";s:10:\"top_layout\";s:7:\"inherit\";s:9:\"top_limit\";s:1:\"1\";s:9:\"fa_layout\";s:7:\"inherit\";s:8:\"fa_limit\";s:1:\"8\";s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:10:\"color_type\";s:7:\"inherit\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";}','yes'),
(1424,'elementor_controls_usage','a:1:{s:7:\"wp-post\";a:6:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:176;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:176;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:356;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:356;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:356;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:2:{s:5:\"count\";i:141;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:141;s:11:\"header_size\";i:46;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:33;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:33;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:3:{s:11:\"youtube_url\";i:7;s:10:\"yt_privacy\";i:7;s:5:\"start\";i:1;}}}}}}','no'),
(1467,'_vce_category_1','a:12:{s:6:\"layout\";s:7:\"inherit\";s:3:\"ppp\";s:0:\"\";s:10:\"top_layout\";s:7:\"inherit\";s:9:\"top_limit\";s:1:\"1\";s:9:\"fa_layout\";s:7:\"inherit\";s:8:\"fa_limit\";s:1:\"8\";s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:10:\"color_type\";s:7:\"inherit\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";}','yes'),
(1489,'sm_rewrite_done','$Id: sitemap-loader.php 937300 2014-06-23 18:04:11Z arnee $','yes'),
(1498,'sm_options','a:52:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:0;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.6;s:15:\"sm_pr_posts_min\";d:0.2;s:11:\"sm_pr_pages\";d:0.6;s:10:\"sm_pr_cats\";d:0.3;s:10:\"sm_pr_arch\";d:0.3;s:10:\"sm_pr_auth\";d:0.3;s:10:\"sm_pr_tags\";d:0.3;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1592695153;s:16:\"sm_i_hide_survey\";b:1;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"6264cba35b9b2141e901\";s:13:\"sm_i_lastping\";i:1612520351;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1781400251;}','yes'),
(1499,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1612520350.7235720157623291015625;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1612520351.331264019012451171875;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1612520350.7242529392242431640625;s:7:\"endTime\";d:1612520350.913403987884521484375;s:7:\"success\";b:1;s:3:\"url\";s:106:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=https%3A%2F%2Ftravelingdictionary.com%2Fsitemap.xml\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1612520350.9142630100250244140625;s:7:\"endTime\";d:1612520351.32532501220703125;s:7:\"success\";b:1;s:3:\"url\";s:99:\"http://www.bing.com/webmaster/ping.aspx?siteMap=https%3A%2F%2Ftravelingdictionary.com%2Fsitemap.xml\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),
(1526,'elementor_tracker_notice','1','yes'),
(2408,'fs_active_plugins','O:8:\"stdClass\":0:{}','yes'),
(2409,'fs_debug_mode','','yes'),
(2410,'fs_accounts','a:6:{s:21:\"id_slug_type_path_map\";a:1:{i:5598;a:2:{s:4:\"slug\";s:17:\"AddExpiresHeaders\";s:4:\"type\";s:6:\"plugin\";}}s:11:\"plugin_data\";a:1:{s:17:\"AddExpiresHeaders\";a:18:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:9:\"prev_path\";s:43:\"add-expires-headers/add-expires-headers.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1593032115;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.3.2\";s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:3:\"2.1\";s:14:\"plugin_version\";s:3:\"2.2\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:23:\"travelingdictionary.com\";s:9:\"server_ip\";s:12:\"58.65.221.89\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1593032115;s:7:\"version\";s:3:\"2.1\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1593032122;s:7:\"version\";s:3:\"2.1\";}s:21:\"trial_promotion_shown\";i:1612371482;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}}s:13:\"file_slug_map\";a:1:{s:43:\"add-expires-headers/add-expires-headers.php\";s:17:\"AddExpiresHeaders\";}s:7:\"plugins\";a:1:{s:17:\"AddExpiresHeaders\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"Add Expires Headers\";s:4:\"slug\";s:17:\"AddExpiresHeaders\";s:12:\"premium_slug\";s:25:\"AddExpiresHeaders-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"add-expires-headers/add-expires-headers.php\";s:7:\"version\";s:3:\"2.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_ba20d9daf118a0e03f28dbbc805e3\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5598\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"fb1f312fec397020a42a4d57a54b54d3\";s:13:\"admin_notices\";a:1:{s:17:\"AddExpiresHeaders\";a:0:{}}}','yes'),
(2411,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),
(2412,'fs_api_cache','a:0:{}','no'),
(2431,'w3tc_generic_widgetservices','{\"content\":{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"ui_strings\":{\"cdn.maxcdn.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.maxcdn.signUpAndSave.description\":\"MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"cdn.stackpath.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!\",\"cdn.stackpath2.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath2.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"minify.general.header\":\"Reduce load time by decreasing the size and number of <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym> and <acronym title=\'JavaScript\'>JS<\\/acronym> files. Automatically remove unncessary data from <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym>, <acronym title=\'JavaScript\'>JS<\\/acronym>, feed, page and post <acronym title=\'Hypertext Markup Language\'>HTML<\\/acronym>.\",\"newrelic.general.header\":\"New Relic may not be installed or not active on this server. <a href=\'%s\' target=\'_blank\'>Sign up for a (free) account<\\/a>. Visit <a href=\'%s\' target=\'_blank\'>New Relic<\\/a> for installation instructions.\",\"reverseproxy.general.header\":\"A reverse proxy adds scale to an server by handling requests before WordPress does. Purge settings are set on the <a href=\'%s\'>Page Cache settings<\\/a> page and <a href=\'%s\'>Browser Cache settings<\\/a> are set on the browser cache settings page.\",\"cdnfsd.general.header\":\"Host the entire website with your compatible <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> provider to reduce page load time.\",\"cdn.general.header\":\"Host static files with your <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> to reduce page load time.\",\"cdn.stackpath.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.works_magically\":\"StackPath works magically with W3 Total Cache.\",\"cdn.stackpath.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\",\"cdn.stackpath2.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\"}},\"expires\":1596046590}','no'),
(2508,'wpvivid_email_setting','a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}','no'),
(2509,'wpvivid_compress_setting','a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}','no'),
(2510,'wpvivid_local_setting','a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}','no'),
(2511,'wpvivid_upload_setting','a:1:{s:15:\"remote_selected\";a:0:{}}','no'),
(2512,'wpvivid_common_setting','a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:3;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}','no'),
(2513,'wpvivid_init','init','no'),
(2514,'wpvivid_backup_list','a:3:{s:21:\"wpvivid-5ef5c59b85f10\";a:10:{s:4:\"type\";s:6:\"Manual\";s:11:\"create_time\";i:1593165212;s:13:\"manual_delete\";i:0;s:5:\"local\";a:1:{s:4:\"path\";s:14:\"wpvividbackups\";}s:8:\"compress\";a:1:{s:13:\"compress_type\";s:3:\"zip\";}s:10:\"save_local\";i:1;s:13:\"backup_prefix\";s:23:\"travelingdictionary.com\";s:3:\"log\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/wpvivid_log/wpvivid-5ef5c59b85f10_backup_log.txt\";s:6:\"backup\";a:3:{s:6:\"result\";s:7:\"success\";s:5:\"error\";s:10:\"test error\";s:5:\"files\";a:2:{i:0;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-5ef5c59b85f10_2020-06-26-09-53_backup_all.part001.zip\";s:4:\"size\";i:182078853;}i:1;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-5ef5c59b85f10_2020-06-26-09-53_backup_all.part002.zip\";s:4:\"size\";i:43345977;}}}s:6:\"remote\";a:0:{}}s:21:\"wpvivid-5f32f9b36ffb6\";a:10:{s:4:\"type\";s:6:\"Manual\";s:11:\"create_time\";i:1597176244;s:13:\"manual_delete\";i:0;s:5:\"local\";a:1:{s:4:\"path\";s:14:\"wpvividbackups\";}s:8:\"compress\";a:1:{s:13:\"compress_type\";s:3:\"zip\";}s:10:\"save_local\";i:1;s:13:\"backup_prefix\";s:23:\"travelingdictionary.com\";s:3:\"log\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/wpvivid_log/wpvivid-5f32f9b36ffb6_backup_log.txt\";s:6:\"backup\";a:3:{s:6:\"result\";s:7:\"success\";s:5:\"error\";s:10:\"test error\";s:5:\"files\";a:2:{i:0;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-5f32f9b36ffb6_2020-08-11-20-04_backup_all.part001.zip\";s:4:\"size\";i:182702349;}i:1;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-5f32f9b36ffb6_2020-08-11-20-04_backup_all.part002.zip\";s:4:\"size\";i:70714671;}}}s:6:\"remote\";a:0:{}}s:21:\"wpvivid-601ea598d756f\";a:10:{s:4:\"type\";s:6:\"Manual\";s:11:\"create_time\";i:1612621210;s:13:\"manual_delete\";i:0;s:5:\"local\";a:1:{s:4:\"path\";s:14:\"wpvividbackups\";}s:8:\"compress\";a:1:{s:13:\"compress_type\";s:3:\"zip\";}s:10:\"save_local\";i:1;s:13:\"backup_prefix\";s:23:\"travelingdictionary.com\";s:3:\"log\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/wpvivid_log/wpvivid-601ea598d756f_backup_log.txt\";s:6:\"backup\";a:3:{s:6:\"result\";s:7:\"success\";s:5:\"error\";s:10:\"test error\";s:5:\"files\";a:2:{i:0;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part001.zip\";s:4:\"size\";i:129395496;}i:1;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part002.zip\";s:4:\"size\";i:77323542;}}}s:6:\"remote\";a:0:{}}}','no'),
(2515,'wpvivid_remote_init','init','no'),
(2520,'wpvivid_need_review','not','no'),
(2521,'wpvivid_task_list','a:0:{}','no'),
(2548,'wpvivid_api_token','a:4:{s:10:\"public_key\";s:612:\"LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0NCk1JSUJJakFOQmdrcWhraUc5dzBCQVFFRkFBT0NBUThBTUlJQkNnS0NBUUVBME56MXhuVnRzYzhqUXJ5WDBsWmcNClZ0YitaMmlSa3JaZkY2MUpxd3U5RDF1a29DOXRJVUp4aEJuT3JIcDJlbnVnZHFOZERUR0x0ZGowU2NVVXZZNG4NCndWS28zTzdESzkyTW5kc0xpdGc1eFBUM0RSdUdiRGc2dVBvMnFUUkl2U1g1Vm1BZVpkMHNOS1Zjd0oxVE1CM2kNCjV3NjNMV0srWUd4a1JOZnFKRytMdFd4YmR4YzNYb1FwbW5wM0N1RDJJMkIyVytXc24rSm05L2JkVFNnNEFyVUcNCk1YcnN1Q3pCTkdUZXR5eHdOZExlZ0NKUlEyS2NGb2NldU83d0JuZ3ZGK3REcUx0NnYvR29OQWNOZUUxWWNaZVgNCkJBWTBzWkxkNUhOS0hjSUtGcXBlZlE5ekhYdklHbm1ITEJzNkVIaFNBZlhYZDhUTGZ6MDVZSEdOT25aRmwwM1QNCkp3SURBUUFCDQotLS0tLUVORCBQVUJMSUMgS0VZLS0tLS0=\";s:11:\"private_key\";s:2272:\"LS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQ0KTUlJRXBRSUJBQUtDQVFFQTBOejF4blZ0c2M4alFyeVgwbFpnVnRiK1oyaVJrclpmRjYxSnF3dTlEMXVrb0M5dA0KSVVKeGhCbk9ySHAyZW51Z2RxTmREVEdMdGRqMFNjVVV2WTRud1ZLbzNPN0RLOTJNbmRzTGl0ZzV4UFQzRFJ1Rw0KYkRnNnVQbzJxVFJJdlNYNVZtQWVaZDBzTktWY3dKMVRNQjNpNXc2M0xXSytZR3hrUk5mcUpHK0x0V3hiZHhjMw0KWG9RcG1ucDNDdUQySTJCMlcrV3NuK0ptOS9iZFRTZzRBclVHTVhyc3VDekJOR1RldHl4d05kTGVnQ0pSUTJLYw0KRm9jZXVPN3dCbmd2Rit0RHFMdDZ2L0dvTkFjTmVFMVljWmVYQkFZMHNaTGQ1SE5LSGNJS0ZxcGVmUTl6SFh2SQ0KR25tSExCczZFSGhTQWZYWGQ4VExmejA1WUhHTk9uWkZsMDNUSndJREFRQUJBb0lCQVFDRjhPMThjOW9BNlVGSA0KandJZDFWNjYwZTBjQzZjdld0em9waXhVRUpjUnZrZDRvbkZ0bnRxRlNMZU5USXVtU0puQyswaTFLVXpiTldLVA0KM0Z0TXBGbENWT3dOb3VCdXhRbGtRaERJM1psT2dYbmRZZ1YyYVNqZmJ6YVdrLzBCcjlTU1c5bWlvWSt6dzBnVQ0KRGRCSFR5TXY0ZlArbXhCVGJhOXZwcmQwM2tQTjk2Rm52aVMwcjF3eE1LV1BJbUNnT3NzbGt5NmZ0R3MzUHV3aA0KbEFSL203N0JGR29oVWNjbWFkbys5c2hjNnlwWTBiMy9RNjJScEVZcUptOURia3dlTEVRTXZrclZONG9LM3VqTw0KaUJqZ3lQSGFJVkdwelYxYlBPYVpNR04rbkp4Y2NmMkhvc3JUMHFOallWTldrWkljaFY2RjgzK2ZyM1E3bVJNZw0KWEN6bEJIRWhBb0dCQVAyZ0I1ZkowVmlwY2Z2ejd3Z3IvY3JjbXBWUjQwR213UXdtRVdoVXNwbzFuaDNlQXBJWg0KdFFzdDd3ZGxHRXE0eFEwWDZyb3lGKzlNMWhzdU0ybVZWTzRHcUJLdTZuUjFOb0tRZkZIMVJmU25LeW5JNFQrOA0KTDA4WWxjQ2huTjEzNEFjaUN3eFdKa1ZYeEFQRExkelFqOVNlNHBrSEs0MW9SSDVNVXVDWkJQRWpBb0dCQU5MUg0Kb1dVS0l0QytScjJDV0ZYODN2dUNPaTVEVkt3blVIT1FsbDlKb0JpSG1XVkxNWGRZTFYrbkRsZEdTcG45NnBhOA0KVktWY3dxandTOWV2SWFvcmg2RUpKZ3hQMytnSGo5VDNLU2YxRldtNGJGcmhHUk5TMFNOejhPNHJNK0o1QUREag0KU3dCNzJ3dmw1ejFlU3JpK1dmc1VPVVJia1dSZUNYSGtGSE9JSWRBdEFvR0FTSHp6anB0OC9QVTVBY1RmWFp1Tg0KSnV6VU5iYzQxNnU4WXllQ05DcDQvWUF6bDkrN0pseTRsT0JrLzkwU0MxRXg2S01jVUdrKzFBTkc4bS9LKy9OVg0KV2M2SFBRZkhOTS9IYTV1MkhJcVltdXNvZUFIVTl5MW03QmxmdTdXMUtzczNPWEt1YTdFM3NQdjdwd09pMlFpMw0KQXhNQ09yQ0U3eDZNN1BnTmUrbmdNcmNDZ1lFQXN3RTZtRTk5OWw3S05CbWNKZzhieXRUdHorQnQ0ZXRUM1h5VQ0Kb2Y0akNSRUNSOGNNRG5qNXRmRmtOT2pEYVhQM245dnp4NkUyekRtVlBHTkJJM3Zvb3V6Z3VLMk53amZCZ2lRSA0KZHgwYi9IT1MxYXV5SGYxQkJXaHAxK0VwSWhCNkFBak80MjlITkJnWE83MTNsdHhTRE9aRUplM1dTekdwdFdIag0KbDZHc2pGVUNnWUVBODdPblBQNW5LNHgwdDIrbGFvRFc4akViaHd6NW5mbW5RNklIb3VEWTBLK05BeG01UFdldQ0KM0FMWTFuZjFudFphUTB0c2VUaVByY1JkelBMSktETGZETkt2K0lBUGplL1pWOG00aHphN3ZJL0RjYnJVVktuUg0KWkxzbHlRSGUxbHhHZ3lkOVpkRVhzZDdmNlc2MkJQTzdvRHBpdHI4OG05c0Y0WGNnMmlTZmpyTT0NCi0tLS0tRU5EIFJTQSBQUklWQVRFIEtFWS0tLS0t\";s:7:\"expires\";i:1593124846;s:6:\"domain\";s:31:\"https://travelingdictionary.com\";}','no'),
(2549,'wpvivid_saved_api_token','a:1:{s:30:\"http://travelingdictionary.com\";a:4:{s:5:\"token\";s:612:\"LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0NCk1JSUJJakFOQmdrcWhraUc5dzBCQVFFRkFBT0NBUThBTUlJQkNnS0NBUUVBcnd0b0NWMitBOHNjNnk5V3NHMDcNCkxZM1NGTThTeERHTjN2NGRhaFZpc3hqcmFaOEVXclA5Tkw1YkdZWGprUEJVV2Y2QTlueUF0N1paVDV3TGlQS24NCkxESHBHaDZ1bkRQdXNNT0taUlBCVkJEOUc3ZHRvczJTZUhLd3U0ZmI5ak9xRXRxSEQ3cytDZVRPOGorNlIrOGQNCm93anFUMkNUYU1scEtwUmxTemkvbzg5S29JaE10YzY2N2RDZWZKTnVPOFR6TmRhLzd5bTRvSTVKbi9jVkRnNXINCkpoSzJuTGQ1WXJBNzFGUnEwT1NBZjRsc3FIbTM5dXZ1b0o4N3hZWVVDVGk3K1BodlR5WHM3K0NOUWZGcFYwbG0NCmJVTGZGNlpuR2ZEVHprTmJHS3owUnl3MWNtUE00UFhEY2ZBUWIycnN1ZlFoVFRuUWZDeTlQdGhkdTJabUJCWS8NCkNRSURBUUFCDQotLS0tLUVORCBQVUJMSUMgS0VZLS0tLS0=\";s:3:\"url\";s:30:\"http://travelingdictionary.com\";s:7:\"expires\";s:10:\"1593124837\";s:6:\"domain\";s:30:\"http://travelingdictionary.com\";}}','no'),
(2552,'wpvivid_backup_report','backup_db,backup_themes,backup_plugin,backup_uploads,backup_content,backup_core,backup_merge,','no'),
(2554,'wpvivid_last_msg','a:6:{s:2:\"id\";s:21:\"wpvivid-601ea598d756f\";s:6:\"action\";s:6:\"backup\";s:4:\"type\";s:6:\"Manual\";s:6:\"status\";a:5:{s:10:\"start_time\";i:1612621210;s:8:\"run_time\";i:1612621233;s:7:\"timeout\";i:1612621226;s:3:\"str\";s:9:\"completed\";s:12:\"resume_count\";i:0;}s:7:\"options\";a:7:{s:14:\"remote_options\";b:0;s:10:\"save_local\";i:1;s:4:\"lock\";s:1:\"0\";s:13:\"backup_prefix\";s:23:\"travelingdictionary.com\";s:11:\"file_prefix\";s:62:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20\";s:14:\"backup_options\";a:5:{s:7:\"ismerge\";i:1;s:6:\"prefix\";s:62:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20\";s:8:\"compress\";a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}s:3:\"dir\";s:14:\"wpvividbackups\";s:6:\"backup\";a:7:{s:9:\"backup_db\";a:10:{s:3:\"key\";s:9:\"backup_db\";s:6:\"result\";a:2:{s:6:\"result\";s:7:\"success\";s:5:\"files\";a:1:{i:0;a:2:{s:9:\"file_name\";s:76:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_db.zip\";s:4:\"size\";i:1989292;}}}s:8:\"compress\";a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}s:8:\"finished\";i:1;s:4:\"path\";s:81:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/\";s:9:\"root_flag\";s:6:\"custom\";s:7:\"dump_db\";i:1;s:13:\"sql_file_name\";s:157:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_db.sql\";s:9:\"json_info\";a:3:{s:7:\"dump_db\";i:1;s:8:\"home_url\";s:31:\"https://travelingdictionary.com\";s:9:\"file_type\";s:9:\"databases\";}s:6:\"prefix\";s:72:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_db\";}s:13:\"backup_themes\";a:11:{s:3:\"key\";s:13:\"backup_themes\";s:6:\"result\";a:2:{s:6:\"result\";s:7:\"success\";s:5:\"files\";a:1:{i:0;a:2:{s:9:\"file_name\";s:80:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_themes.zip\";s:4:\"size\";i:37082134;}}}s:8:\"compress\";a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}s:8:\"finished\";i:1;s:4:\"path\";s:81:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/\";s:9:\"root_flag\";s:10:\"wp-content\";s:6:\"prefix\";s:76:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_themes\";s:10:\"files_root\";s:72:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/themes\";s:13:\"exclude_regex\";a:0:{}s:13:\"include_regex\";a:0:{}s:9:\"json_info\";a:2:{s:9:\"file_type\";s:6:\"themes\";s:6:\"themes\";a:4:{s:9:\"Newspaper\";a:2:{s:4:\"slug\";s:9:\"Newspaper\";s:4:\"size\";i:24704843;}s:12:\"twentytwenty\";a:2:{s:4:\"slug\";s:12:\"twentytwenty\";s:4:\"size\";i:1704058;}s:15:\"twentytwentyone\";a:2:{s:4:\"slug\";s:15:\"twentytwentyone\";s:4:\"size\";i:3638180;}s:5:\"voice\";a:2:{s:4:\"slug\";s:5:\"voice\";s:4:\"size\";i:6883822;}}}}s:13:\"backup_plugin\";a:11:{s:3:\"key\";s:13:\"backup_plugin\";s:6:\"result\";a:2:{s:6:\"result\";s:7:\"success\";s:5:\"files\";a:1:{i:0;a:2:{s:9:\"file_name\";s:80:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_plugin.zip\";s:4:\"size\";i:112457525;}}}s:8:\"compress\";a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}s:8:\"finished\";i:1;s:4:\"path\";s:81:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/\";s:9:\"root_flag\";s:10:\"wp-content\";s:6:\"prefix\";s:76:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_plugin\";s:10:\"files_root\";s:73:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins\";s:13:\"exclude_regex\";a:0:{}s:13:\"include_regex\";a:0:{}s:9:\"json_info\";a:2:{s:9:\"file_type\";s:6:\"plugin\";s:6:\"plugin\";a:21:{s:19:\"add-expires-headers\";a:2:{s:4:\"slug\";s:19:\"add-expires-headers\";s:4:\"size\";i:3460640;}s:17:\"wp-asset-clean-up\";a:2:{s:4:\"slug\";s:17:\"wp-asset-clean-up\";s:4:\"size\";i:3491963;}s:11:\"autoptimize\";a:2:{s:4:\"slug\";s:11:\"autoptimize\";s:4:\"size\";i:775716;}s:11:\"coming-soon\";a:2:{s:4:\"slug\";s:11:\"coming-soon\";s:4:\"size\";i:8107901;}s:14:\"contact-form-7\";a:2:{s:4:\"slug\";s:14:\"contact-form-7\";s:4:\"size\";i:593043;}s:22:\"easy-table-of-contents\";a:2:{s:4:\"slug\";s:22:\"easy-table-of-contents\";s:4:\"size\";i:389375;}s:9:\"elementor\";a:2:{s:4:\"slug\";s:9:\"elementor\";s:4:\"size\";i:21520488;}s:20:\"ewww-image-optimizer\";a:2:{s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:4:\"size\";i:17098072;}s:30:\"fix-another-update-in-progress\";a:2:{s:4:\"slug\";s:30:\"fix-another-update-in-progress\";s:4:\"size\";i:5251;}s:24:\"google-sitemap-generator\";a:2:{s:4:\"slug\";s:24:\"google-sitemap-generator\";s:4:\"size\";i:1948263;}s:13:\"header-footer\";a:2:{s:4:\"slug\";s:13:\"header-footer\";s:4:\"size\";i:150893;}s:7:\"imagify\";a:2:{s:4:\"slug\";s:7:\"imagify\";s:4:\"size\";i:3973020;}s:8:\"imsanity\";a:2:{s:4:\"slug\";s:8:\"imsanity\";s:4:\"size\";i:182461;}s:22:\"meks-easy-social-share\";a:2:{s:4:\"slug\";s:22:\"meks-easy-social-share\";s:4:\"size\";i:752504;}s:15:\"redux-framework\";a:2:{s:4:\"slug\";s:15:\"redux-framework\";s:4:\"size\";i:19123689;}s:25:\"resmushit-image-optimizer\";a:2:{s:4:\"slug\";s:25:\"resmushit-image-optimizer\";s:4:\"size\";i:274909;}s:26:\"shortpixel-image-optimiser\";a:2:{s:4:\"slug\";s:26:\"shortpixel-image-optimiser\";s:4:\"size\";i:2086790;}s:11:\"voice-buddy\";a:2:{s:4:\"slug\";s:11:\"voice-buddy\";s:4:\"size\";i:35051;}s:14:\"w3-total-cache\";a:2:{s:4:\"slug\";s:14:\"w3-total-cache\";s:4:\"size\";i:10409359;}s:9:\"wp-rocket\";a:2:{s:4:\"slug\";s:9:\"wp-rocket\";s:4:\"size\";i:8126090;}s:13:\"wp-word-count\";a:2:{s:4:\"slug\";s:13:\"wp-word-count\";s:4:\"size\";i:252496;}}}}s:14:\"backup_uploads\";a:11:{s:3:\"key\";s:14:\"backup_uploads\";s:6:\"result\";a:2:{s:6:\"result\";s:7:\"success\";s:5:\"files\";a:1:{i:0;a:2:{s:9:\"file_name\";s:81:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_uploads.zip\";s:4:\"size\";i:130165926;}}}s:8:\"compress\";a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}s:8:\"finished\";i:1;s:4:\"path\";s:81:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/\";s:9:\"root_flag\";s:10:\"wp-content\";s:6:\"prefix\";s:77:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_uploads\";s:10:\"files_root\";s:73:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/uploads\";s:13:\"exclude_regex\";a:5:{i:0;s:95:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/uploads\\/backwpup#\";i:1;s:104:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/uploads\\/ShortpixelBackups#\";i:2;s:93:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/uploads\\/backup#\";i:3;s:95:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/uploads\\/backwpup#\";i:4;s:100:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/uploads\\/backup\\-guard#\";}s:13:\"include_regex\";a:0:{}s:9:\"json_info\";a:1:{s:9:\"file_type\";s:6:\"upload\";}}s:14:\"backup_content\";a:11:{s:3:\"key\";s:14:\"backup_content\";s:6:\"result\";a:2:{s:6:\"result\";s:7:\"success\";s:5:\"files\";a:1:{i:0;a:2:{s:9:\"file_name\";s:81:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_content.zip\";s:4:\"size\";i:36240;}}}s:8:\"compress\";a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}s:8:\"finished\";i:1;s:4:\"path\";s:81:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/\";s:9:\"root_flag\";s:4:\"root\";s:6:\"prefix\";s:77:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_content\";s:10:\"files_root\";s:65:\"/home/customer/www/travelingdictionary.com/public_html/wp-content\";s:13:\"exclude_regex\";a:15:{i:0;s:85:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/updraft#\";i:1;s:92:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/ai1wm\\-backups#\";i:2;s:85:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/backups#\";i:3;s:85:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/upgrade#\";i:4;s:85:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/wpvivid#\";i:5;s:92:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/wpvividbackups#\";i:6;s:85:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/plugins#\";i:7;s:83:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/cache#\";i:8;s:89:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/wphb\\-cache#\";i:9;s:84:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/backup#\";i:10;s:92:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/Dropbox_Backup#\";i:11;s:88:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/mysql\\.sql#\";i:12;s:102:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/WPvivid_Uploads\\/Isolate#\";i:13;s:86:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/uploads$#\";i:14;s:84:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/wp\\-content\\/themes#\";}s:13:\"include_regex\";a:0:{}s:9:\"json_info\";a:1:{s:9:\"file_type\";s:10:\"wp-content\";}}s:11:\"backup_core\";a:11:{s:3:\"key\";s:11:\"backup_core\";s:6:\"result\";a:2:{s:6:\"result\";s:7:\"success\";s:5:\"files\";a:1:{i:0;a:2:{s:9:\"file_name\";s:78:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_core.zip\";s:4:\"size\";i:46019661;}}}s:8:\"compress\";a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}s:8:\"finished\";i:1;s:4:\"path\";s:81:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/\";s:9:\"root_flag\";s:4:\"root\";s:6:\"prefix\";s:74:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_core\";s:10:\"files_root\";s:55:\"/home/customer/www/travelingdictionary.com/public_html/\";s:9:\"json_info\";a:4:{s:12:\"include_path\";a:2:{i:0;s:11:\"wp-includes\";i:1;s:8:\"wp-admin\";}s:7:\"wp_core\";i:1;s:8:\"home_url\";s:31:\"https://travelingdictionary.com\";s:9:\"file_type\";s:7:\"wp-core\";}s:13:\"exclude_regex\";a:3:{i:0;s:92:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/\\/wp\\-admin\\/pclzip-.*\\.tmp#\";i:1;s:91:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/\\/wp\\-admin\\/pclzip-.*\\.gz#\";i:2;s:21:\"#session_mm_cgi-fcgi#\";}s:13:\"include_regex\";a:2:{i:0;s:76:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/\\/wp\\-admin#\";i:1;s:79:\"#^\\/home\\/customer\\/www\\/travelingdictionary\\.com\\/public_html\\/\\/wp\\-includes#\";}}s:12:\"backup_merge\";a:10:{s:3:\"key\";s:12:\"backup_merge\";s:6:\"result\";a:3:{s:6:\"result\";s:7:\"success\";s:5:\"error\";s:10:\"test error\";s:5:\"files\";a:2:{i:0;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part001.zip\";s:4:\"size\";i:129395496;}i:1;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part002.zip\";s:4:\"size\";i:77323542;}}}s:8:\"compress\";a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}s:8:\"finished\";i:1;s:4:\"path\";s:81:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/\";s:9:\"root_flag\";s:6:\"custom\";s:6:\"prefix\";s:73:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all\";s:5:\"files\";a:6:{i:0;s:157:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_db.zip\";i:1;s:161:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_themes.zip\";i:2;s:161:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_plugin.zip\";i:3;s:162:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_uploads.zip\";i:4;s:162:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_content.zip\";i:5;s:159:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_core.zip\";}s:9:\"json_info\";a:2:{s:9:\"has_child\";i:1;s:8:\"home_url\";s:31:\"https://travelingdictionary.com\";}s:15:\"resume_packages\";i:1;}}}s:13:\"log_file_name\";s:28:\"wpvivid-601ea598d756f_backup\";}s:4:\"data\";a:3:{s:5:\"doing\";s:6:\"backup\";s:6:\"backup\";a:7:{s:5:\"doing\";s:12:\"backup_merge\";s:8:\"finished\";i:0;s:8:\"progress\";i:98;s:8:\"job_data\";a:0:{}s:7:\"sub_job\";a:7:{s:9:\"backup_db\";a:4:{s:8:\"finished\";i:1;s:8:\"progress\";s:30:\"Backing up backup_db finished.\";s:8:\"job_data\";a:0:{}s:11:\"upload_data\";a:0:{}}s:13:\"backup_themes\";a:3:{s:8:\"finished\";i:1;s:8:\"progress\";s:34:\"Backing up backup_themes finished.\";s:8:\"job_data\";a:0:{}}s:13:\"backup_plugin\";a:3:{s:8:\"finished\";i:1;s:8:\"progress\";s:34:\"Backing up backup_plugin finished.\";s:8:\"job_data\";a:0:{}}s:14:\"backup_uploads\";a:3:{s:8:\"finished\";i:1;s:8:\"progress\";s:35:\"Backing up backup_uploads finished.\";s:8:\"job_data\";a:0:{}}s:14:\"backup_content\";a:3:{s:8:\"finished\";i:1;s:8:\"progress\";s:35:\"Backing up backup_content finished.\";s:8:\"job_data\";a:0:{}}s:11:\"backup_core\";a:3:{s:8:\"finished\";i:1;s:8:\"progress\";s:32:\"Backing up backup_core finished.\";s:8:\"job_data\";a:0:{}}s:12:\"backup_merge\";a:3:{s:8:\"finished\";i:1;s:8:\"progress\";s:33:\"Backing up backup_merge finished.\";s:8:\"job_data\";a:3:{s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part001.zip\";a:4:{s:4:\"json\";a:5:{s:9:\"has_child\";i:1;s:8:\"home_url\";s:31:\"https://travelingdictionary.com\";s:10:\"child_file\";a:1:{s:81:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_uploads.zip\";a:5:{s:9:\"file_type\";s:6:\"upload\";s:9:\"root_flag\";s:10:\"wp-content\";s:4:\"file\";s:81:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_uploads.zip\";s:11:\"php_version\";s:6:\"7.3.27\";s:13:\"mysql_version\";s:6:\"5.7.32\";}}s:9:\"root_flag\";s:6:\"custom\";s:4:\"file\";s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part001.zip\";}s:4:\"path\";s:166:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part001.zip\";s:5:\"files\";a:1:{i:0;s:162:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_uploads.zip\";}s:6:\"backup\";b:1;}s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part002.zip\";a:4:{s:4:\"json\";a:5:{s:9:\"has_child\";i:1;s:8:\"home_url\";s:31:\"https://travelingdictionary.com\";s:10:\"child_file\";a:5:{s:80:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_plugin.zip\";a:6:{s:9:\"file_type\";s:6:\"plugin\";s:6:\"plugin\";a:21:{s:19:\"add-expires-headers\";a:2:{s:4:\"slug\";s:19:\"add-expires-headers\";s:4:\"size\";i:3460640;}s:17:\"wp-asset-clean-up\";a:2:{s:4:\"slug\";s:17:\"wp-asset-clean-up\";s:4:\"size\";i:3491963;}s:11:\"autoptimize\";a:2:{s:4:\"slug\";s:11:\"autoptimize\";s:4:\"size\";i:775716;}s:11:\"coming-soon\";a:2:{s:4:\"slug\";s:11:\"coming-soon\";s:4:\"size\";i:8107901;}s:14:\"contact-form-7\";a:2:{s:4:\"slug\";s:14:\"contact-form-7\";s:4:\"size\";i:593043;}s:22:\"easy-table-of-contents\";a:2:{s:4:\"slug\";s:22:\"easy-table-of-contents\";s:4:\"size\";i:389375;}s:9:\"elementor\";a:2:{s:4:\"slug\";s:9:\"elementor\";s:4:\"size\";i:21520488;}s:20:\"ewww-image-optimizer\";a:2:{s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:4:\"size\";i:17098072;}s:30:\"fix-another-update-in-progress\";a:2:{s:4:\"slug\";s:30:\"fix-another-update-in-progress\";s:4:\"size\";i:5251;}s:24:\"google-sitemap-generator\";a:2:{s:4:\"slug\";s:24:\"google-sitemap-generator\";s:4:\"size\";i:1948263;}s:13:\"header-footer\";a:2:{s:4:\"slug\";s:13:\"header-footer\";s:4:\"size\";i:150893;}s:7:\"imagify\";a:2:{s:4:\"slug\";s:7:\"imagify\";s:4:\"size\";i:3973020;}s:8:\"imsanity\";a:2:{s:4:\"slug\";s:8:\"imsanity\";s:4:\"size\";i:182461;}s:22:\"meks-easy-social-share\";a:2:{s:4:\"slug\";s:22:\"meks-easy-social-share\";s:4:\"size\";i:752504;}s:15:\"redux-framework\";a:2:{s:4:\"slug\";s:15:\"redux-framework\";s:4:\"size\";i:19123689;}s:25:\"resmushit-image-optimizer\";a:2:{s:4:\"slug\";s:25:\"resmushit-image-optimizer\";s:4:\"size\";i:274909;}s:26:\"shortpixel-image-optimiser\";a:2:{s:4:\"slug\";s:26:\"shortpixel-image-optimiser\";s:4:\"size\";i:2086790;}s:11:\"voice-buddy\";a:2:{s:4:\"slug\";s:11:\"voice-buddy\";s:4:\"size\";i:35051;}s:14:\"w3-total-cache\";a:2:{s:4:\"slug\";s:14:\"w3-total-cache\";s:4:\"size\";i:10409359;}s:9:\"wp-rocket\";a:2:{s:4:\"slug\";s:9:\"wp-rocket\";s:4:\"size\";i:8126090;}s:13:\"wp-word-count\";a:2:{s:4:\"slug\";s:13:\"wp-word-count\";s:4:\"size\";i:252496;}}s:9:\"root_flag\";s:10:\"wp-content\";s:4:\"file\";s:80:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_plugin.zip\";s:11:\"php_version\";s:6:\"7.3.27\";s:13:\"mysql_version\";s:6:\"5.7.32\";}s:78:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_core.zip\";a:8:{s:12:\"include_path\";a:2:{i:0;s:11:\"wp-includes\";i:1;s:8:\"wp-admin\";}s:7:\"wp_core\";i:1;s:8:\"home_url\";s:31:\"https://travelingdictionary.com\";s:9:\"file_type\";s:7:\"wp-core\";s:9:\"root_flag\";s:4:\"root\";s:4:\"file\";s:78:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_core.zip\";s:11:\"php_version\";s:6:\"7.3.27\";s:13:\"mysql_version\";s:6:\"5.7.32\";}s:80:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_themes.zip\";a:6:{s:9:\"file_type\";s:6:\"themes\";s:6:\"themes\";a:4:{s:9:\"Newspaper\";a:2:{s:4:\"slug\";s:9:\"Newspaper\";s:4:\"size\";i:24704843;}s:12:\"twentytwenty\";a:2:{s:4:\"slug\";s:12:\"twentytwenty\";s:4:\"size\";i:1704058;}s:15:\"twentytwentyone\";a:2:{s:4:\"slug\";s:15:\"twentytwentyone\";s:4:\"size\";i:3638180;}s:5:\"voice\";a:2:{s:4:\"slug\";s:5:\"voice\";s:4:\"size\";i:6883822;}}s:9:\"root_flag\";s:10:\"wp-content\";s:4:\"file\";s:80:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_themes.zip\";s:11:\"php_version\";s:6:\"7.3.27\";s:13:\"mysql_version\";s:6:\"5.7.32\";}s:76:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_db.zip\";a:7:{s:7:\"dump_db\";i:1;s:8:\"home_url\";s:31:\"https://travelingdictionary.com\";s:9:\"file_type\";s:9:\"databases\";s:9:\"root_flag\";s:6:\"custom\";s:4:\"file\";s:76:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_db.zip\";s:11:\"php_version\";s:6:\"7.3.27\";s:13:\"mysql_version\";s:6:\"5.7.32\";}s:81:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_content.zip\";a:5:{s:9:\"file_type\";s:10:\"wp-content\";s:9:\"root_flag\";s:4:\"root\";s:4:\"file\";s:81:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_content.zip\";s:11:\"php_version\";s:6:\"7.3.27\";s:13:\"mysql_version\";s:6:\"5.7.32\";}}s:9:\"root_flag\";s:6:\"custom\";s:4:\"file\";s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part002.zip\";}s:4:\"path\";s:166:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part002.zip\";s:5:\"files\";a:5:{i:0;s:161:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_plugin.zip\";i:1;s:159:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_core.zip\";i:2;s:161:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_themes.zip\";i:3;s:157:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_db.zip\";i:4;s:162:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/wpvividbackups/travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_content.zip\";}s:6:\"backup\";b:1;}s:5:\"files\";a:2:{i:0;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part001.zip\";s:4:\"size\";i:129395496;}i:1;a:2:{s:9:\"file_name\";s:85:\"travelingdictionary.com_wpvivid-601ea598d756f_2021-02-06-14-20_backup_all.part002.zip\";s:4:\"size\";i:77323542;}}}}}s:7:\"db_size\";s:8:\"10.88 MB\";s:10:\"files_size\";a:3:{s:8:\"sum_size\";i:323812251;s:9:\"sum_count\";i:10482;s:3:\"sum\";s:8:\"308.81MB\";}}s:6:\"upload\";a:5:{s:5:\"doing\";s:0:\"\";s:8:\"finished\";i:0;s:8:\"progress\";i:0;s:8:\"job_data\";a:0:{}s:7:\"sub_job\";a:0:{}}}}','no'),
(2853,'seed_csp4_initial_version','5.1.2','no'),
(2854,'seed_csp4_version','5.1.2','no'),
(2855,'seed_csp4_settings_content','a:9:{s:6:\"status\";s:1:\"0\";s:4:\"logo\";s:0:\"\";s:8:\"headline\";s:49:\"Get Ready... Something Really Cool Is Coming Soon\";s:11:\"description\";s:0:\"\";s:13:\"footer_credit\";s:1:\"0\";s:7:\"favicon\";s:0:\"\";s:9:\"seo_title\";s:0:\"\";s:15:\"seo_description\";s:0:\"\";s:12:\"ga_analytics\";s:0:\"\";}','yes'),
(2856,'seed_csp4_settings_design','a:12:{s:8:\"bg_color\";s:7:\"#fafafa\";s:8:\"bg_image\";s:0:\"\";s:8:\"bg_cover\";a:1:{i:0;s:1:\"1\";}s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attahcment\";s:5:\"fixed\";s:9:\"max_width\";s:0:\"\";s:10:\"text_color\";s:7:\"#666666\";s:10:\"link_color\";s:7:\"#27AE60\";s:14:\"headline_color\";s:7:\"#444444\";s:9:\"text_font\";s:6:\"_arial\";s:10:\"custom_css\";s:0:\"\";}','yes'),
(2857,'seed_csp4_settings_advanced','a:2:{s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";}','yes'),
(2948,'elementor_library_category_children','a:0:{}','yes'),
(3597,'wp_background_process_pid','40518','yes'),
(3628,'clean_task','a:0:{}','no'),
(3646,'autoptimize_version','2.8.1','yes'),
(3647,'autoptimize_service_availablity','a:2:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:26:\"https://cdn.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}}','yes'),
(3648,'autoptimize_ccss_version','AO_2.8.1','yes'),
(3653,'autoptimize_imgopt_launched','on','yes'),
(3669,'autoptimize_html','','yes'),
(3670,'autoptimize_html_keepcomments','','yes'),
(3671,'autoptimize_enable_site_config','on','yes'),
(3672,'autoptimize_js','on','yes'),
(3673,'autoptimize_js_aggregate','on','yes'),
(3674,'autoptimize_js_exclude','wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.js, js/jquery/jquery.min.js','yes'),
(3675,'autoptimize_js_trycatch','','yes'),
(3676,'autoptimize_js_justhead','','yes'),
(3677,'autoptimize_js_forcehead','','yes'),
(3678,'autoptimize_js_include_inline','on','yes'),
(3679,'autoptimize_css','on','yes'),
(3680,'autoptimize_css_aggregate','on','yes'),
(3681,'autoptimize_css_exclude','wp-content/cache/, wp-content/uploads/, admin-bar.min.css, dashicons.min.css','yes'),
(3682,'autoptimize_css_justhead','','yes'),
(3683,'autoptimize_css_datauris','on','yes'),
(3684,'autoptimize_css_defer','','yes'),
(3685,'autoptimize_css_defer_inline','','yes'),
(3686,'autoptimize_css_inline','','yes'),
(3687,'autoptimize_css_include_inline','on','yes'),
(3688,'autoptimize_cdn_url','','yes'),
(3689,'autoptimize_cache_clean','0','yes'),
(3690,'autoptimize_cache_nogzip','on','yes'),
(3691,'autoptimize_optimize_logged','on','yes'),
(3692,'autoptimize_optimize_checkout','','yes'),
(3693,'autoptimize_minify_excluded','on','yes'),
(3694,'autoptimize_cache_fallback','','yes'),
(3703,'pand-d83e5fe4823f8f867dc30d3bb0b6c7de','1615121125','no'),
(4081,'recovery_mode_email_last_sent','1594020683','yes'),
(4083,'theme_mods_Newspaper','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:34;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1593641779;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:10:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";i:6;s:12:\"categories-3\";i:7;s:10:\"nav_menu-1\";i:8;s:17:\"recent-comments-3\";i:9;s:14:\"recent-posts-3\";}s:10:\"td-default\";a:0:{}}}}','no'),
(4093,'widget_td_block_ad_box_widget','a:2:{s:12:\"_multiwidget\";i:1;i:70;a:2:{s:10:\"spot_title\";s:17:\"- Advertisement -\";s:7:\"spot_id\";s:7:\"sidebar\";}}','yes'),
(4094,'widget_td_block_authors_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4095,'widget_td_block_author_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4096,'widget_td_block_popular_categories_widget','a:2:{s:12:\"_multiwidget\";i:1;i:72;a:3:{s:12:\"custom_title\";s:18:\"POPULAR CATEGORIES\";s:5:\"limit\";s:1:\"6\";s:12:\"header_color\";s:7:\"#cb9558\";}}','yes'),
(4097,'widget_td_block_slide_widget','a:2:{s:12:\"_multiwidget\";i:1;i:73;a:4:{s:4:\"sort\";s:12:\"random_posts\";s:12:\"custom_title\";s:12:\"MY FAVORITES\";s:5:\"limit\";s:1:\"4\";s:12:\"header_color\";s:7:\"#cb9558\";}}','yes'),
(4098,'widget_td_block_text_with_title_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4099,'widget_td_block_weather_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4100,'widget_td_block_exchange_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4101,'widget_td_block_instagram_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4102,'widget_td_block_pinterest_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4103,'widget_td_block_image_box_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4105,'td_011','a:13:{s:12:\"firstInstall\";s:14:\"themeInstalled\";s:13:\"td_log_status\";s:3:\"off\";s:20:\"tds_thumb_td_218x150\";s:3:\"yes\";s:20:\"tds_thumb_td_324x400\";s:3:\"yes\";s:20:\"tds_thumb_td_485x360\";s:3:\"yes\";s:18:\"tds_thumb_td_696x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1068x0\";s:3:\"yes\";s:19:\"tds_thumb_td_1920x0\";s:3:\"yes\";s:23:\"td_social_drag_and_drop\";a:1:{s:5:\"naver\";s:0:\"\";}s:18:\"td_social_networks\";a:0:{}s:10:\"td_version\";s:4:\"10.2\";s:9:\"td_011_tp\";i:1593636862;s:7:\"td_011_\";s:1:\"1\";}','yes'),
(4118,'widget_td_block_social_counter_widget','a:3:{s:12:\"_multiwidget\";i:1;i:70;a:3:{s:12:\"custom_title\";s:14:\"Stay connected\";s:9:\"instagram\";s:18:\"greenislandstudios\";s:7:\"youtube\";s:6:\"tagDiv\";}i:74;a:6:{s:12:\"custom_title\";s:10:\"I\'M SOCIAL\";s:8:\"facebook\";s:6:\"tagdiv\";s:7:\"twitter\";s:14:\"tagDivofficial\";s:9:\"instagram\";s:6:\"envato\";s:7:\"youtube\";s:6:\"tagdiv\";s:12:\"header_color\";s:7:\"#cb9558\";}}','yes'),
(4125,'widget_td_block_1_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4126,'widget_td_block_2_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4127,'widget_td_block_3_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4128,'widget_td_block_4_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4129,'widget_td_block_5_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4130,'widget_td_block_6_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4131,'widget_td_block_7_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4132,'widget_td_block_8_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4133,'widget_td_block_9_widget','a:2:{s:12:\"_multiwidget\";i:1;i:71;a:4:{s:4:\"sort\";s:0:\"\";s:12:\"custom_title\";s:12:\"Recent posts\";s:5:\"limit\";s:1:\"3\";s:12:\"header_color\";s:0:\"\";}}','yes'),
(4134,'widget_td_block_10_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4135,'widget_td_block_11_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4136,'widget_td_block_12_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4137,'widget_td_block_13_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4138,'widget_td_block_14_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4139,'widget_td_block_15_widget','a:2:{s:12:\"_multiwidget\";i:1;i:72;a:4:{s:4:\"sort\";s:0:\"\";s:12:\"custom_title\";s:14:\"Random article\";s:5:\"limit\";s:1:\"4\";s:12:\"header_color\";s:0:\"\";}}','yes'),
(4140,'widget_td_block_16_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4141,'widget_td_block_17_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4142,'widget_td_block_18_widget','a:2:{s:12:\"_multiwidget\";i:1;i:71;a:4:{s:4:\"sort\";s:12:\"random_posts\";s:12:\"custom_title\";s:13:\"POPULAR POSTS\";s:5:\"limit\";s:1:\"5\";s:12:\"header_color\";s:7:\"#cb9558\";}}','yes'),
(4143,'widget_td_block_19_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4144,'widget_td_block_20_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4145,'widget_td_block_21_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4146,'widget_td_block_22_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4147,'widget_td_block_23_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4148,'widget_td_block_24_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4149,'widget_td_block_25_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(4174,'Newspaper_demo_state','a:2:{s:7:\"demo_id\";s:0:\"\";s:17:\"demo_install_type\";s:0:\"\";}','yes'),
(4264,'td_demo_categories_id','a:35:{i:0;i:704;i:1;i:705;i:2;i:706;i:3;i:707;i:4;i:708;i:5;i:709;i:6;i:710;i:7;i:711;i:8;i:712;i:9;i:715;i:10;i:716;i:11;i:717;i:12;i:718;i:13;i:719;i:14;i:720;i:15;i:721;i:16;i:722;i:17;i:723;i:18;i:727;i:19;i:728;i:20;i:729;i:21;i:730;i:22;i:731;i:23;s:1:\"5\";i:24;i:732;i:25;s:1:\"7\";i:26;i:735;i:27;i:736;i:28;i:737;i:29;i:738;i:30;i:739;i:31;i:740;i:32;i:741;i:33;i:742;i:34;i:743;}','yes'),
(4281,'td_011_log','a:21:{i:0;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:69:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/travel-blog.txt\";s:9:\"timestamp\";i:1593637331;}i:1;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:59:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/index\";s:9:\"timestamp\";i:1593638991;}i:2;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:66:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/homepage.txt\";s:9:\"timestamp\";i:1593638992;}i:3;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:70:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/post_default.txt\";s:9:\"timestamp\";i:1593638993;}i:4;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:68:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/post_smart.txt\";s:9:\"timestamp\";i:1593638994;}i:5;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:69:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/travel-blog.txt\";s:9:\"timestamp\";i:1593638995;}i:6;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:48:\"first run -> test passed with channel: wordpress\";s:9:\"more_data\";s:57:\"https://cloud.tagdiv.com/demos/Newspaper/blog/pages/index\";s:9:\"timestamp\";i:1593639780;}i:7;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:61:\"https://cloud.tagdiv.com/demos/Newspaper/blog/pages/about.txt\";s:9:\"timestamp\";i:1593639780;}i:8;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:64:\"https://cloud.tagdiv.com/demos/Newspaper/blog/pages/homepage.txt\";s:9:\"timestamp\";i:1593639781;}i:9;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:68:\"https://cloud.tagdiv.com/demos/Newspaper/blog/pages/post_default.txt\";s:9:\"timestamp\";i:1593639782;}i:10;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:52:\"https://cloud.tagdiv.com/demos/Newspaper/blog/pages/\";s:9:\"timestamp\";i:1593639783;}i:11;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:27:\"https://facebook.com/tagdiv\";s:9:\"timestamp\";i:1593639798;}i:12;a:5:{s:4:\"file\";s:109:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-social-counter/td_social_api.php\";s:8:\"function\";s:16:\"get_service_data\";s:3:\"msg\";s:62:\"Facebook \"tagdiv\"\" page likes data was retrieved successfully.\";s:9:\"more_data\";i:20090;s:9:\"timestamp\";i:1593639799;}i:13;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:29:\"https://instagram.com/envato#\";s:9:\"timestamp\";i:1593639799;}i:14;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:34:\"https://twitter.com/tagDivofficial\";s:9:\"timestamp\";i:1593639801;}i:15;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:125:\"https://www.googleapis.com/youtube/v3/channels?part=statistics&key=AIzaSyBneuqXGHEXQiJlWUOv23_FA4CzpsHaS6I&forUsername=tagdiv\";s:9:\"timestamp\";i:1593639802;}i:16;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:59:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/index\";s:9:\"timestamp\";i:1593640786;}i:17;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:66:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/homepage.txt\";s:9:\"timestamp\";i:1593640787;}i:18;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:70:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/post_default.txt\";s:9:\"timestamp\";i:1593640788;}i:19;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:68:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/post_smart.txt\";s:9:\"timestamp\";i:1593640788;}i:20;a:5:{s:4:\"file\";s:129:\"/home/customer/www/travelingdictionary.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:69:\"https://cloud.tagdiv.com/demos/Newspaper/travel/pages/travel-blog.txt\";s:9:\"timestamp\";i:1593640789;}}','yes'),
(4653,'td_011_remote_cache','a:1:{s:13:\"td_social_api\";a:4:{s:15:\"facebook_tagdiv\";a:3:{s:5:\"value\";i:20090;s:7:\"expires\";i:10800;s:9:\"timestamp\";i:1593639799;}s:16:\"instagram_envato\";a:3:{s:5:\"value\";i:29220;s:7:\"expires\";i:10800;s:9:\"timestamp\";i:1593639801;}s:22:\"twitter_tagDivofficial\";a:3:{s:5:\"value\";i:2241;s:7:\"expires\";i:10800;s:9:\"timestamp\";i:1593639802;}s:14:\"youtube_tagdiv\";a:3:{s:5:\"value\";i:0;s:7:\"expires\";i:10800;s:9:\"timestamp\";i:1593639802;}}}','yes'),
(5061,'_vce_category_702','a:12:{s:6:\"layout\";s:7:\"inherit\";s:3:\"ppp\";s:0:\"\";s:10:\"top_layout\";s:7:\"inherit\";s:9:\"top_limit\";s:1:\"1\";s:9:\"fa_layout\";s:7:\"inherit\";s:8:\"fa_limit\";s:1:\"8\";s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:10:\"color_type\";s:7:\"inherit\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";}','yes'),
(5063,'_vce_category_703','a:12:{s:6:\"layout\";s:7:\"inherit\";s:3:\"ppp\";s:0:\"\";s:10:\"top_layout\";s:7:\"inherit\";s:9:\"top_limit\";s:1:\"1\";s:9:\"fa_layout\";s:7:\"inherit\";s:8:\"fa_limit\";s:1:\"8\";s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:10:\"color_type\";s:7:\"inherit\";s:5:\"color\";s:7:\"#000000\";s:5:\"image\";s:0:\"\";}','yes'),
(5098,'hrs_aawp_products_db_version','3.11','yes'),
(5099,'hrs_aawp_lists_db_version','3.11','yes'),
(5100,'widget_aawp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(5101,'widget_aawp_widget_bestseller','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(5102,'widget_aawp_widget_box','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(5103,'widget_aawp_widget_new_releases','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(5109,'aawp_cache_last_update','1594020682','yes'),
(5115,'aawp_version','3.11','yes'),
(5749,'hefo','a:75:{s:4:\"head\";s:648:\"<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-168142935-7\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'UA-168142935-7\');\r\n</script>\r\n\r\n<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-0FLQ294KHC\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'G-0FLQ294KHC\');\r\n</script>\r\n\";s:9:\"head_home\";s:94:\"<meta name=\"google-site-verification\" content=\"2Xpv9zEf3XjzZvf745h2iJ8ejly3iekN5rIcVzp24co\" />\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:42:\"phone\r\niphone\r\nipod\r\nandroid.+mobile\r\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}','yes'),
(5753,'hefo_dismissed','a:2:{s:10:\"newsletter\";i:1;s:4:\"rate\";i:1;}','yes'),
(6769,'secret_key','Z-P_bGb>8uq8MHFD?b+iI`*WoND_;+a`I8/FR=zCeSvMm?H@$+9`iT@{ufAPKt*s','no'),
(6858,'Redux_plugin_feedback_activation_date','1595986861','no'),
(6875,'redux-framework_allow_tracking','no','yes'),
(6876,'redux-framework_tracking_notice','hide','yes'),
(7511,'disallowed_keys','','no'),
(7512,'comment_previously_approved','1','yes'),
(7513,'auto_plugin_theme_update_emails','a:0:{}','no'),
(7514,'finished_updating_comment_type','1','yes'),
(7515,'db_upgraded','','yes'),
(7813,'category_children','a:0:{}','yes'),
(7869,'_elementor_editor_upgrade_notice_dismissed','1597683505','yes'),
(8441,'elementor_install_history','a:13:{s:5:\"3.0.2\";i:1598548417;s:5:\"3.0.4\";i:1598815385;s:5:\"3.0.5\";i:1599019322;s:6:\"3.0.10\";i:1601325201;s:6:\"3.0.12\";i:1603445421;s:6:\"3.0.14\";i:1606440868;s:6:\"3.0.15\";i:1609763414;s:6:\"3.0.16\";i:1610144879;s:5:\"3.1.0\";i:1611992433;s:5:\"3.1.1\";i:1612371908;s:5:\"3.1.4\";i:1615834410;s:5:\"3.2.3\";i:1621259678;s:5:\"3.2.4\";i:1622131691;}','yes'),
(10333,'resmushit_cron_lastaction','0','yes'),
(10334,'resmushit_cron_lastrun','0','yes'),
(10335,'resmushit_cron_firstactivation','0','yes'),
(11744,'seedprod_settings','null','yes'),
(11745,'seedprod_coming_soon_page_id','1430','yes'),
(11746,'seedprod_csp4_imported','1','yes'),
(11747,'seedprod_show_csp4','1','yes'),
(11748,'seedprod_migration_run_once','1','yes'),
(11749,'seedprod_version','6.0.8.2','yes'),
(13706,'seedprod_review','a:2:{s:4:\"time\";i:1610910594;s:9:\"dismissed\";b:1;}','yes'),
(13711,'short_pixel_ai_options','O:32:\"ShortPixel\\AI\\Options\\Collection\":2:{s:5:\"tests\";O:30:\"ShortPixel\\AI\\Options\\Category\":1:{s:9:\"front_end\";O:30:\"ShortPixel\\AI\\Options\\Category\":1:{s:8:\"enqueued\";b:1;}}s:8:\"settings\";O:30:\"ShortPixel\\AI\\Options\\Category\":4:{s:9:\"behaviour\";O:30:\"ShortPixel\\AI\\Options\\Category\":4:{s:7:\"api_url\";s:30:\"https://cdn.shortpixel.ai/spai\";s:14:\"replace_method\";s:3:\"src\";s:6:\"fadein\";b:1;s:8:\"alter2wh\";i:1;}s:11:\"compression\";O:30:\"ShortPixel\\AI\\Options\\Category\":5:{s:4:\"webp\";b:1;s:11:\"png_to_webp\";b:1;s:11:\"jpg_to_webp\";b:1;s:11:\"gif_to_webp\";b:1;s:11:\"remove_exif\";b:1;}s:5:\"areas\";O:30:\"ShortPixel\\AI\\Options\\Category\":4:{s:9:\"serve_svg\";b:1;s:16:\"backgrounds_lazy\";b:0;s:22:\"backgrounds_lazy_style\";b:0;s:15:\"parse_css_files\";b:1;}s:10:\"exclusions\";O:30:\"ShortPixel\\AI\\Options\\Category\":1:{s:14:\"excluded_paths\";s:37:\"regex:/\\/\\/([^\\/]*\\.|)gravatar.com\\//\";}}}','yes'),
(14761,'auto_update_core_dev','enabled','yes'),
(14762,'auto_update_core_minor','enabled','yes'),
(14763,'auto_update_core_major','unset','yes'),
(15681,'seedprod_over_time','a:2:{s:17:\"installed_version\";s:7:\"6.0.9.0\";s:14:\"installed_date\";i:1609763259;}','yes'),
(15898,'wpwc_version','3.2.2','yes'),
(16302,'wp-short-pixel-query-id-stop','1454','yes'),
(16303,'wp-short-pixel-query-id-start','1454','yes'),
(16304,'wp-short-pixel-create-webp-markup','0','yes'),
(16305,'wp-short-pixel-verifiedKey','1','no'),
(16307,'wp-short-pixel-activation-date','1610910797','no'),
(16308,'wp-short-pixel-apiKey','5jYOcukfONpghkeBWJ4I','no'),
(16309,'wp-short-pixel-compression','1','yes'),
(16310,'wp-short-process_thumbnails','1','yes'),
(16311,'wp-short-pixel_cmyk2rgb','1','yes'),
(16312,'wp-short-backup_images','1','yes'),
(16313,'wp-short-pixel-resize-images','1','yes'),
(16314,'wp-short-pixel-resize-width','924','yes'),
(16315,'wp-short-pixel-resize-height','924','yes'),
(16316,'wp-short-pixel-front-bootstrap','0','yes'),
(16317,'wp-short-pixel-last-back-action','','no'),
(16318,'wp-short-pixel-keep-exif','0','yes'),
(16319,'wp-short-create-webp','1','yes'),
(16320,'wp-short-pixel-optimize-retina','1','yes'),
(16321,'wp-short-pixel-optimize-unlisted','0','yes'),
(16322,'wp-short-pixel-resize-type','outer','yes'),
(16323,'wp-short-pixel-site-auth-user','','no'),
(16324,'wp-short-pixel-site-auth-pass','','no'),
(16325,'wp-short-pixel-auto-media-library','1','yes'),
(16326,'wp-short-pixel-optimize-pdfs','1','yes'),
(16327,'wp-short-pixel-exclude-patterns','a:0:{}','no'),
(16328,'wp-short-pixel-png2jpg','0','yes'),
(16329,'wp-short-pixel-excludeSizes','a:0:{}','no'),
(16330,'wp-short-pixel-cloudflareAPIEmail','','no'),
(16331,'wp-short-pixel-cloudflareAuthKey','','no'),
(16332,'wp-short-pixel-cloudflareAPIZoneID','','no'),
(16333,'wp-short-pixel-cloudflareToken','','no'),
(16334,'wp-short-pixel-include-next-gen','0','yes'),
(16335,'wp-short-pixel-has-custom-folders','','no'),
(16336,'wp-short-pixel-custom-bulk-paused','0','yes'),
(16339,'wp-short-pixel-fileCount','611','yes'),
(16340,'wp-short-pixel-thumbnail-count','549','yes'),
(16341,'wp-short-pixel-files-under-5-percent','134','yes'),
(16342,'wp-short-pixel-savedSpace','71709264','yes'),
(16343,'wp-short-pixel-api-retries','0','yes'),
(16344,'wp-short-pixel-total-optimized','43954563','yes'),
(16345,'wp-short-pixel-total-original','115663827','yes'),
(16346,'wp-short-pixel-quota-exceeded','0','yes'),
(16347,'wp-short-pixel-protocol','https','no'),
(16348,'wp-short-pixel-download-protocol','http','yes'),
(16349,'wp-short-pixel-download-archive','8','yes'),
(16350,'wp-short-pixel-media-alert','','no'),
(16351,'wp-short-pixel-dismissed-notices','a:0:{}','no'),
(16352,'wp-short-pixel-view-mode','','no'),
(16353,'wp-short-pixel-redirected-settings','1','no'),
(16354,'wp-short-pixel-converted-png2jpg','a:0:{}','no'),
(16355,'wp-short-pixel-helpscout-optin','0','yes'),
(16366,'wp-short-pixel-skip-to-custom','','no'),
(16367,'wp-short-pixel-bulk-ever-ran','1','yes'),
(16369,'wp-short-pixel-failed-imgs','','yes'),
(16373,'wp-short-pixel-apiKeyTried','','yes'),
(16424,'wp-short-pixel-activation-notice','1','no'),
(16425,'wp-short-pixel-remove-settings-on-delete-plugin','','no'),
(16426,'wp-short-pixel-current-total-files','a:44:{s:11:\"APIKeyValid\";b:1;s:12:\"APICallsMade\";s:10:\"100 images\";s:13:\"APICallsQuota\";s:10:\"100 images\";s:19:\"APICallsMadeOneTime\";s:12:\"4,903 images\";s:20:\"APICallsQuotaOneTime\";s:13:\"30,000 images\";s:19:\"APICallsMadeNumeric\";s:3:\"100\";s:20:\"APICallsQuotaNumeric\";i:100;s:26:\"APICallsMadeOneTimeNumeric\";s:4:\"4903\";s:27:\"APICallsQuotaOneTimeNumeric\";s:5:\"30000\";s:17:\"APICallsRemaining\";i:25097;s:18:\"APILastRenewalDate\";s:19:\"2020-12-28 00:01:18\";s:11:\"DomainCheck\";s:10:\"Accessible\";s:4:\"time\";i:1750645680;s:12:\"optimizePdfs\";s:1:\"1\";s:10:\"totalFiles\";i:582;s:9:\"mainFiles\";i:56;s:19:\"totalProcessedFiles\";i:587;s:18:\"mainProcessedFiles\";i:56;s:19:\"totalProcLossyFiles\";i:587;s:18:\"mainProcLossyFiles\";i:56;s:20:\"totalProcGlossyFiles\";i:0;s:19:\"mainProcGlossyFiles\";i:0;s:22:\"totalProcLosslessFiles\";i:0;s:21:\"mainProcLosslessFiles\";i:0;s:12:\"totalMlFiles\";i:582;s:11:\"mainMlFiles\";i:56;s:21:\"totalProcessedMlFiles\";i:587;s:20:\"mainProcessedMlFiles\";i:56;s:21:\"totalProcLossyMlFiles\";i:587;s:20:\"mainProcLossyMlFiles\";i:56;s:22:\"totalProcGlossyMlFiles\";i:0;s:21:\"mainProcGlossyMlFiles\";i:0;s:24:\"totalProcLosslessMlFiles\";i:0;s:23:\"mainProcLosslessMlFiles\";i:0;s:21:\"totalProcUndefMlFiles\";i:0;s:20:\"mainProcUndefMlFiles\";i:0;s:21:\"mainUnprocessedThumbs\";i:1;s:7:\"totalM1\";i:0;s:7:\"totalM2\";i:0;s:7:\"totalM3\";i:0;s:7:\"totalM4\";i:0;s:15:\"filesWithErrors\";a:0:{}s:19:\"moreFilesWithErrors\";i:0;s:19:\"foundUnlistedThumbs\";b:0;}','yes'),
(16429,'wp-short-pixel-bulk-count','56','yes'),
(16430,'wp-short-pixel-bulk-previous-percent','100','yes'),
(16431,'wp-short-pixel-bulk-processed-items','2','yes'),
(16432,'wp-short-pixel-bulk-done-count','56','yes'),
(16433,'wp-short-pixel-last-bulk-start-time','1612621430','yes'),
(16434,'wp-short-pixel-last-bulk-success-time','1612621430','yes'),
(16435,'wp-short-pixel-bulk-running-time','913','yes'),
(16436,'wp-short-pixel-cancel-pointer','0','no'),
(16437,'wp-short-pixel-flag-id','1454','yes'),
(16711,'wp-short-pixel-prioritySkip','a:0:{}','yes'),
(16713,'wp-short-pixel-bulk-type','','no'),
(17648,'wp_rocket_settings','a:73:{s:12:\"cache_mobile\";i:1;s:23:\"do_caching_mobile_files\";i:1;s:19:\"purge_cron_interval\";i:10;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";s:19:\"minify_google_fonts\";i:1;s:20:\"remove_query_strings\";i:1;s:10:\"minify_css\";i:1;s:22:\"minify_concatenate_css\";i:1;s:11:\"exclude_css\";a:0:{}s:9:\"async_css\";i:1;s:12:\"critical_css\";s:0:\"\";s:9:\"minify_js\";i:1;s:21:\"minify_concatenate_js\";i:1;s:17:\"exclude_inline_js\";a:0:{}s:10:\"exclude_js\";a:0:{}s:12:\"defer_all_js\";i:1;s:17:\"defer_all_js_safe\";i:1;s:8:\"lazyload\";i:1;s:16:\"lazyload_iframes\";i:1;s:16:\"lazyload_youtube\";i:1;s:5:\"emoji\";i:1;s:14:\"manual_preload\";i:1;s:15:\"sitemap_preload\";i:1;s:8:\"sitemaps\";a:0:{}s:12:\"dns_prefetch\";a:0:{}s:16:\"cache_reject_uri\";a:0:{}s:20:\"cache_reject_cookies\";a:0:{}s:15:\"cache_reject_ua\";a:0:{}s:17:\"cache_purge_pages\";a:0:{}s:19:\"cache_query_strings\";a:0:{}s:27:\"automatic_cleanup_frequency\";s:0:\"\";s:10:\"cdn_cnames\";a:0:{}s:8:\"cdn_zone\";a:0:{}s:16:\"cdn_reject_files\";a:0:{}s:24:\"heartbeat_admin_behavior\";s:18:\"reduce_periodicity\";s:25:\"heartbeat_editor_behavior\";s:18:\"reduce_periodicity\";s:23:\"heartbeat_site_behavior\";s:18:\"reduce_periodicity\";s:13:\"do_cloudflare\";i:1;s:18:\"cloudflare_api_key\";s:37:\"11d9e20a53271217304a825232672c67efabd\";s:16:\"cloudflare_email\";s:29:\"seasonedblogger.com@gmail.com\";s:18:\"cloudflare_zone_id\";s:32:\"9f48a5ee56500383065435bfdc0f9741\";s:24:\"cloudflare_auto_settings\";i:1;s:18:\"sucury_waf_api_key\";s:0:\"\";s:12:\"consumer_key\";s:8:\"7595733c\";s:14:\"consumer_email\";s:14:\"smsc@email.com\";s:10:\"secret_key\";s:0:\"\";s:7:\"license\";s:0:\"\";s:16:\"secret_cache_key\";s:22:\"601d18bd93a00251083175\";s:14:\"minify_css_key\";s:22:\"60707dd30a5f9690140950\";s:13:\"minify_js_key\";s:22:\"60707dd30a600113199119\";s:7:\"version\";s:7:\"3.4.1.2\";s:23:\"cloudflare_old_settings\";s:0:\"\";s:25:\"sitemap_preload_url_crawl\";s:6:\"500000\";s:9:\"cache_ssl\";i:1;s:7:\"do_beta\";i:0;s:17:\"cache_logged_user\";i:0;s:11:\"minify_html\";i:0;s:6:\"embeds\";i:0;s:18:\"database_revisions\";i:0;s:20:\"database_auto_drafts\";i:0;s:22:\"database_trashed_posts\";i:0;s:22:\"database_spam_comments\";i:0;s:25:\"database_trashed_comments\";i:0;s:27:\"database_expired_transients\";i:0;s:23:\"database_all_transients\";i:0;s:24:\"database_optimize_tables\";i:0;s:26:\"schedule_automatic_cleanup\";i:0;s:18:\"cloudflare_devmode\";i:0;s:27:\"cloudflare_protocol_rewrite\";i:0;s:21:\"sucury_waf_cache_sync\";i:0;s:17:\"control_heartbeat\";i:0;s:3:\"cdn\";i:0;s:18:\"varnish_auto_purge\";i:0;}','yes'),
(17658,'rocket_analytics_notice_displayed','1','yes'),
(17719,'wpassetcleanup_first_usage','1612519971','no'),
(17720,'wpassetcleanup_global_data','{\"styles\":{\"assets_info\":{\"contact-form-7\":{\"src\":\"\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"ver\":\"5.4.1\",\"args\":\"all\"},\"vce-fonts\":{\"src\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans%3A400%7CRoboto%3A400%2C300&subset=latin%2Clatin-ext\",\"ver\":\"2.9.2\",\"args\":\"all\"},\"google-fonts-1\":{\"src\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CRoboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=auto\",\"args\":\"all\"},\"elementor-icons\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css\",\"ver\":\"5.11.0\",\"args\":\"all\"},\"elementor-common\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/common.min.css\",\"deps\":[\"elementor-icons\"],\"ver\":\"3.2.4\",\"args\":\"all\"},\"ez-icomoon\":{\"src\":\"\\/wp-content\\/plugins\\/easy-table-of-contents\\/vendor\\/icomoon\\/style.min.css\",\"ver\":\"2.0.17\",\"args\":\"all\"},\"ez-toc\":{\"src\":\"\\/wp-content\\/plugins\\/easy-table-of-contents\\/assets\\/css\\/screen.min.css\",\"deps\":[\"ez-icomoon\"],\"ver\":\"2.0.17\",\"args\":\"all\",\"extra\":{\"after\":[\"div#ez-toc-container p.ez-toc-title {font-size: 120%;}div#ez-toc-container p.ez-toc-title {font-weight: 500;}div#ez-toc-container ul li {font-size: 95%;}div#ez-toc-container {background: #fff;border: 1px solid #ddd;}div#ez-toc-container p.ez-toc-title {color: #03989e;}div#ez-toc-container ul.ez-toc-list a {color: #373727;}div#ez-toc-container ul.ez-toc-list a:hover {color: #03989e;}div#ez-toc-container ul.ez-toc-list a:visited {color: #428bca;}\"]}},\"elementor-animations\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/animations\\/animations.min.css\",\"ver\":\"3.2.4\",\"args\":\"all\"},\"elementor-frontend-legacy\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend-legacy.min.css\",\"ver\":\"3.2.4\",\"args\":\"all\"},\"elementor-frontend\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/frontend.min.css\",\"deps\":[\"elementor-frontend-legacy\"],\"ver\":\"3.2.4\",\"args\":\"all\"},\"elementor-post-819\":{\"src\":\"\\/wp-content\\/uploads\\/elementor\\/css\\/post-819.css?ver=1622133624\",\"deps\":[\"elementor-frontend\"],\"args\":\"all\"},\"font-awesome\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/font-awesome\\/css\\/font-awesome.min.css\",\"ver\":\"4.7.0\",\"args\":\"all\"},\"wp-block-library\":{\"src\":\"\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"extra\":{\"rtl\":\"replace\",\"suffix\":\".min\"}},\"vce-style\":{\"src\":\"\\/wp-content\\/themes\\/voice\\/assets\\/css\\/min.css\",\"ver\":\"2.9.2\",\"args\":\"all\",\"extra\":{\"after\":[\"body, button, input, select, textarea {font-size: 1.6rem;}.vce-single .entry-headline p{font-size: 2.2rem;}.main-navigation a{font-size: 1.8rem;}.sidebar .widget-title{font-size: 2.2rem;}.sidebar .widget, .vce-lay-c .entry-content, .vce-lay-h .entry-content {font-size: 1.4rem;}.vce-featured-link-article{font-size: 5.2rem;}.vce-featured-grid-big.vce-featured-grid .vce-featured-link-article{font-size: 3.4rem;}.vce-featured-grid .vce-featured-link-article{font-size: 2.2rem;}h1 { font-size: 4.0rem; }h2 { font-size: 3.0rem; }h3 { font-size: 2.5rem; }h4 { font-size: 2.0rem; }h5 { font-size: 1.6rem; }h6 { font-size: 1.4rem; }.comment-reply-title, .main-box-title{font-size: 2.2rem;}h1.entry-title{font-size: 4.0rem;}.vce-lay-a .entry-title a{font-size: 3.4rem;}.vce-lay-b .entry-title{font-size: 2.4rem;}.vce-lay-c .entry-title, .vce-sid-none .vce-lay-c .entry-title{font-size: 2.2rem;}.vce-lay-d .entry-title{font-size: 1.5rem;}.vce-lay-e .entry-title{font-size: 1.4rem;}.vce-lay-f .entry-title{font-size: 1.4rem;}.vce-lay-g .entry-title a, .vce-lay-g .entry-title a:hover{font-size: 3.0rem;}.vce-lay-h .entry-title{font-size: 2.4rem;}.entry-meta div,.entry-meta div a,.vce-lay-g .meta-item,.vce-lay-c .meta-item{font-size: 1.4rem;}.vce-lay-d .meta-category a,.vce-lay-d .entry-meta div,.vce-lay-d .entry-meta div a,.vce-lay-e .entry-meta div,.vce-lay-e .entry-meta div a,.vce-lay-e .fn,.vce-lay-e .meta-item{font-size: 1.3rem;}body {background-color:#f0f0f0;}body,.mks_author_widget h3,.site-description,.meta-category a,textarea {font-family: \'Open Sans\';font-weight: 400;}h1,h2,h3,h4,h5,h6,blockquote,.vce-post-link,.site-title,.site-title a,.main-box-title,.comment-reply-title,.entry-title a,.vce-single .entry-headline p,.vce-prev-next-link,.author-title,.mks_pullquote,.widget_rss ul li .rsswidget,#bbpress-forums .bbp-forum-title,#bbpress-forums .bbp-topic-permalink {font-family: \'Roboto\';font-weight: 300;}.main-navigation a,.sidr a{font-family: \'Roboto\';font-weight: 400;}.vce-single .entry-content,.vce-single .entry-headline,.vce-single .entry-footer,.vce-share-bar {width: 600px;}.vce-lay-a .lay-a-content{width: 600px;max-width: 600px;}.vce-page .entry-content,.vce-page .entry-title-page {width: 600px;}.vce-sid-none .vce-single .entry-content,.vce-sid-none .vce-single .entry-headline,.vce-sid-none .vce-single .entry-footer {width: 600px;}.vce-sid-none .vce-page .entry-content,.vce-sid-none .vce-page .entry-title-page,.error404 .entry-content {width: 600px;max-width: 600px;}body, button, input, select, textarea{color: #000000;}h1,h2,h3,h4,h5,h6,.entry-title a,.prev-next-nav a,#bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink,.woocommerce ul.products li.product .price .amount{color: #54553c;}a,.entry-title a:hover,.vce-prev-next-link:hover,.vce-author-links a:hover,.required,.error404 h4,.prev-next-nav a:hover,#bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover,.woocommerce ul.products li.product h3:hover,.woocommerce ul.products li.product h3:hover mark,.main-box-title a:hover{color: #9bd92b;}.vce-square,.vce-main-content .mejs-controls .mejs-time-rail .mejs-time-current,button,input[type=\\\"button\\\"],input[type=\\\"reset\\\"],input[type=\\\"submit\\\"],.vce-button,.pagination-wapper a,#vce-pagination .next.page-numbers,#vce-pagination .prev.page-numbers,#vce-pagination .page-numbers,#vce-pagination .page-numbers.current,.vce-link-pages a,#vce-pagination a,.vce-load-more a,.vce-slider-pagination .owl-nav > div,.vce-mega-menu-posts-wrap .owl-nav > div,.comment-reply-link:hover,.vce-featured-section a,.vce-lay-g .vce-featured-info .meta-category a,.vce-404-menu a,.vce-post.sticky .meta-image:before,#vce-pagination .page-numbers:hover,#bbpress-forums .bbp-pagination .current,#bbpress-forums .bbp-pagination a:hover,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce ul.products li.product .added_to_cart,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce ul.products li.product .added_to_cart:hover,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce span.onsale,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.comments-holder .navigation .page-numbers.current,.vce-lay-a .vce-read-more:hover,.vce-lay-c .vce-read-more:hover{background-color: #9bd92b;}#vce-pagination .page-numbers,.comments-holder .navigation .page-numbers{background: transparent;color: #9bd92b;border: 1px solid #9bd92b;}.comments-holder .navigation .page-numbers:hover{background: #9bd92b;border: 1px solid #9bd92b;}.bbp-pagination-links a{background: transparent;color: #9bd92b;border: 1px solid #9bd92b !important;}#vce-pagination .page-numbers.current,.bbp-pagination-links span.current,.comments-holder .navigation .page-numbers.current{border: 1px solid #9bd92b;}.widget_categories .cat-item:before,.widget_categories .cat-item .count{background: #9bd92b;}.comment-reply-link,.vce-lay-a .vce-read-more,.vce-lay-c .vce-read-more{border: 1px solid #9bd92b;}.entry-meta div,.entry-meta-count,.entry-meta div a,.comment-metadata a,.meta-category span,.meta-author-wrapped,.wp-caption .wp-caption-text,.widget_rss .rss-date,.sidebar cite,.site-footer cite,.sidebar .vce-post-list .entry-meta div,.sidebar .vce-post-list .entry-meta div a,.sidebar .vce-post-list .fn,.sidebar .vce-post-list .fn a,.site-footer .vce-post-list .entry-meta div,.site-footer .vce-post-list .entry-meta div a,.site-footer .vce-post-list .fn,.site-footer .vce-post-list .fn a,#bbpress-forums .bbp-topic-started-by,#bbpress-forums .bbp-topic-started-in,#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta,span.bbp-admin-links a,.bbp-reply-post-date,#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-footer,.woocommerce .woocommerce-result-count,.woocommerce .product_meta{color: #9b9b9b;}.main-box-title, .comment-reply-title, .main-box-head{background: #ffffff;color: #54553c;}.main-box-title a{color: #54553c;}.sidebar .widget .widget-title a{color: #54553c;}.main-box,.comment-respond,.prev-next-nav{background: #ffffff;}.vce-post,ul.comment-list > li.comment,.main-box-single,.ie8 .vce-single,#disqus_thread,.vce-author-card,.vce-author-card .vce-content-outside,.mks-bredcrumbs-container,ul.comment-list > li.pingback{background: #ffffff;}.mks_tabs.horizontal .mks_tab_nav_item.active{border-bottom: 1px solid #ffffff;}.mks_tabs.horizontal .mks_tab_item,.mks_tabs.vertical .mks_tab_nav_item.active,.mks_tabs.horizontal .mks_tab_nav_item.active{background: #ffffff;}.mks_tabs.vertical .mks_tab_nav_item.active{border-right: 1px solid #ffffff;}#vce-pagination,.vce-slider-pagination .owl-controls,.vce-content-outside,.comments-holder .navigation{background: #9bd92b;}.sidebar .widget-title{background: #9bd92b;color: #54553c;}.sidebar .widget{background: #f9f9f9;}.sidebar .widget,.sidebar .widget li a,.sidebar .mks_author_widget h3 a,.sidebar .mks_author_widget h3,.sidebar .vce-search-form .vce-search-input,.sidebar .vce-search-form .vce-search-input:focus{color: #54553c;}.sidebar .widget li a:hover,.sidebar .widget a,.widget_nav_menu li.menu-item-has-children:hover:after,.widget_pages li.page_item_has_children:hover:after{color: #9bd92b;}.sidebar .tagcloud a {border: 1px solid #9bd92b;}.sidebar .mks_author_link,.sidebar .tagcloud a:hover,.sidebar .mks_themeforest_widget .more,.sidebar button,.sidebar input[type=\\\"button\\\"],.sidebar input[type=\\\"reset\\\"],.sidebar input[type=\\\"submit\\\"],.sidebar .vce-button,.sidebar .bbp_widget_login .button{background-color: #9bd92b;}.sidebar .mks_author_widget .mks_autor_link_wrap,.sidebar .mks_themeforest_widget .mks_read_more,.widget .meks-instagram-follow-link {background: #f3f3f3;}.sidebar #wp-calendar caption,.sidebar .recentcomments,.sidebar .post-date,.sidebar #wp-calendar tbody{color: rgba(84,85,60,0.7);}.site-footer{background: #54553c;}.site-footer .widget-title{color: #ffffff;}.site-footer,.site-footer .widget,.site-footer .widget li a,.site-footer .mks_author_widget h3 a,.site-footer .mks_author_widget h3,.site-footer .vce-search-form .vce-search-input,.site-footer .vce-search-form .vce-search-input:focus{color: #9bd92b;}.site-footer .widget li a:hover,.site-footer .widget a,.site-info a{color: #9bd92b;}.site-footer .tagcloud a {border: 1px solid #9bd92b;}.site-footer .mks_author_link,.site-footer .mks_themeforest_widget .more,.site-footer button,.site-footer input[type=\\\"button\\\"],.site-footer input[type=\\\"reset\\\"],.site-footer input[type=\\\"submit\\\"],.site-footer .vce-button,.site-footer .tagcloud a:hover{background-color: #9bd92b;}.site-footer #wp-calendar caption,.site-footer .recentcomments,.site-footer .post-date,.site-footer #wp-calendar tbody,.site-footer .site-info{color: rgba(155,217,43,0.7);}.top-header,.top-nav-menu li .sub-menu{background: #9bd92b;}.top-header,.top-header a{color: #54553c;}.top-header .vce-search-form .vce-search-input,.top-header .vce-search-input:focus,.top-header .vce-search-submit{color: #54553c;}.top-header .vce-search-form .vce-search-input::-webkit-input-placeholder { color: #54553c;}.top-header .vce-search-form .vce-search-input:-moz-placeholder { color: #54553c;}.top-header .vce-search-form .vce-search-input::-moz-placeholder { color: #54553c;}.top-header .vce-search-form .vce-search-input:-ms-input-placeholder { color: #54553c;}.header-1-wrapper{height: 56px;padding-top: 0px;}.header-2-wrapper,.header-3-wrapper{height: 56px;}.header-2-wrapper .site-branding,.header-3-wrapper .site-branding{top: 0px;left: 0px;}.site-title a, .site-title a:hover{color: #54553c;}.site-description{color: #aaaaaa;}.main-header{background-color: #ffffff;}.header-bottom-wrapper{background: #fcfcfc;}.vce-header-ads{margin: 17px 0;}.header-3-wrapper .nav-menu > li > a{padding: 18px 15px;}.header-sticky,.sidr{background: rgba(255,255,255,0.95);}.ie8 .header-sticky{background: #ffffff;}.main-navigation a,.nav-menu .vce-mega-menu > .sub-menu > li > a,.sidr li a,.vce-menu-parent{color: #54553c;}.nav-menu > li:hover > a,.nav-menu > .current_page_item > a,.nav-menu > .current-menu-item > a,.nav-menu > .current-menu-ancestor > a,.main-navigation a.vce-item-selected,.main-navigation ul ul li:hover > a,.nav-menu ul .current-menu-item a,.nav-menu ul .current_page_item a,.vce-menu-parent:hover,.sidr li a:hover,.sidr li.sidr-class-current_page_item > a,.main-navigation li.current-menu-item.fa:before,.vce-responsive-nav{color: #9bd92b;}#sidr-id-vce_main_navigation_menu .soc-nav-menu li a:hover {color: #54553c;}.nav-menu > li:hover > a,.nav-menu > .current_page_item > a,.nav-menu > .current-menu-item > a,.nav-menu > .current-menu-ancestor > a,.main-navigation a.vce-item-selected,.main-navigation ul ul,.header-sticky .nav-menu > .current_page_item:hover > a,.header-sticky .nav-menu > .current-menu-item:hover > a,.header-sticky .nav-menu > .current-menu-ancestor:hover > a,.header-sticky .main-navigation a.vce-item-selected:hover{background-color: #ffffff;}.search-header-wrap ul {border-top: 2px solid #9bd92b;}.vce-cart-icon a.vce-custom-cart span,.sidr-class-vce-custom-cart .sidr-class-vce-cart-count {background: #9bd92b;font-family: \'Open Sans\';}.vce-border-top .main-box-title{border-top: 2px solid #9bd92b;}.tagcloud a:hover,.sidebar .widget .mks_author_link,.sidebar .widget.mks_themeforest_widget .more,.site-footer .widget .mks_author_link,.site-footer .widget.mks_themeforest_widget .more,.vce-lay-g .entry-meta div,.vce-lay-g .fn,.vce-lay-g .fn a{color: #FFF;}.vce-featured-header .vce-featured-header-background{opacity: 0.5}.vce-featured-grid .vce-featured-header-background,.vce-post-big .vce-post-img:after,.vce-post-slider .vce-post-img:after{opacity: 0.5}.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background,.vce-post-big li:hover .vce-post-img:after,.vce-post-slider li:hover .vce-post-img:after {opacity: 0.8}.vce-featured-grid.vce-featured-grid-big .vce-featured-header-background,.vce-post-big .vce-post-img:after,.vce-post-slider .vce-post-img:after{opacity: 0.5}.vce-featured-grid.vce-featured-grid-big .owl-item:hover .vce-grid-text .vce-featured-header-background,.vce-post-big li:hover .vce-post-img:after,.vce-post-slider li:hover .vce-post-img:after {opacity: 0.8}#back-top {background: #289dcc}.sidr input[type=text]{background: rgba(84,85,60,0.1);color: rgba(84,85,60,0.5);}.is-style-solid-color{background-color: #9bd92b;color: #ffffff;}.wp-block-image figcaption{color: #9b9b9b;}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2,p.has-drop-cap:not(:focus)::first-letter,p.wp-block-subhead{font-family: \'Roboto\';font-weight: 300;}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2{font-size: 2.0rem;}p.wp-block-subhead{font-size: 2.2rem;}.wp-block-button__link{background: #9bd92b}.wp-block-search .wp-block-search__button{color: #ffffff}.meta-image:hover a img,.vce-lay-h .img-wrap:hover .meta-image > img,.img-wrp:hover img,.vce-gallery-big:hover img,.vce-gallery .gallery-item:hover img,.wp-block-gallery .blocks-gallery-item:hover img,.vce_posts_widget .vce-post-big li:hover img,.vce-featured-grid .owl-item:hover img,.vce-post-img:hover img,.mega-menu-img:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}.has-small-font-size{ font-size: 1.2rem;}.has-large-font-size{ font-size: 1.9rem;}.has-huge-font-size{ font-size: 2.3rem;}@media(min-width: 671px){.has-small-font-size{ font-size: 1.3rem;}.has-normal-font-size{ font-size: 1.6rem;}.has-large-font-size{ font-size: 2.1rem;}.has-huge-font-size{ font-size: 2.8rem;}}.has-vce-acc-background-color{ background-color: #9bd92b;}.has-vce-acc-color{ color: #9bd92b;}.has-vce-meta-background-color{ background-color: #9b9b9b;}.has-vce-meta-color{ color: #9b9b9b;}.has-vce-txt-background-color{ background-color: #000000;}.has-vce-txt-color{ color: #000000;}.has-vce-bg-background-color{ background-color: #ffffff;}.has-vce-bg-color{ color: #ffffff;}.has-vce-cat-0-background-color{ background-color: ;}.has-vce-cat-0-color{ color: ;}\"]}},\"dashicons\":{\"src\":\"\\/wp-includes\\/css\\/dashicons.min.css\"}},\"handle_row_contracted\":{\"contact-form-7\":\"1\",\"ez-icomoon\":\"1\",\"ez-toc\":\"1\",\"elementor-animations\":\"1\",\"elementor-common\":\"1\",\"elementor-frontend\":\"1\",\"elementor-frontend-legacy\":\"1\",\"elementor-icons\":\"1\",\"elementor-post-819\":\"1\",\"font-awesome\":\"1\"}},\"scripts\":{\"assets_info\":{\"contact-form-7\":{\"src\":\"\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/index.js\",\"deps\":[\"wp-polyfill\"],\"ver\":\"5.4.1\",\"extra\":{\"group\":1,\"data\":\"var wpcf7 = {\\\"api\\\":{\\\"root\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-json\\\\\\/\\\",\\\"namespace\\\":\\\"contact-form-7\\\\\\/v1\\\"},\\\"cached\\\":\\\"1\\\"};\"}},\"backbone-marionette\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.marionette.min.js\",\"deps\":[\"backbone\"],\"ver\":\"2.4.5.e1\",\"extra\":{\"group\":1}},\"backbone-radio\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.radio.min.js\",\"deps\":[\"backbone\"],\"ver\":\"1.0.4\",\"extra\":{\"group\":1}},\"elementor-common-modules\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/common-modules.min.js\",\"ver\":\"3.2.4\",\"extra\":{\"group\":1}},\"elementor-dialog\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js\",\"deps\":[\"jquery-ui-position\"],\"ver\":\"4.8.1\",\"extra\":{\"group\":1}},\"elementor-common\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/common.min.js\",\"deps\":[\"jquery\",\"jquery-ui-draggable\",\"backbone-marionette\",\"backbone-radio\",\"elementor-common-modules\",\"elementor-dialog\",\"wp-api-request\",\"wp-i18n\"],\"ver\":\"3.2.4\",\"extra\":{\"group\":1,\"before\":{\"1\":\"var elementorCommonConfig = {\\\"version\\\":\\\"3.2.4\\\",\\\"isRTL\\\":false,\\\"isDebug\\\":false,\\\"isElementorDebug\\\":false,\\\"activeModules\\\":[\\\"ajax\\\",\\\"finder\\\",\\\"connect\\\"],\\\"experimentalFeatures\\\":[],\\\"urls\\\":{\\\"assets\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-content\\\\\\/plugins\\\\\\/elementor\\\\\\/assets\\\\\\/\\\",\\\"rest\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-json\\\\\\/\\\"},\\\"ajax\\\":{\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"nonce\\\":\\\"b8da44e46b\\\"},\\\"finder\\\":{\\\"data\\\":{\\\"edit\\\":{\\\"title\\\":\\\"Edit\\\",\\\"dynamic\\\":true,\\\"name\\\":\\\"edit\\\"},\\\"general\\\":{\\\"title\\\":\\\"General\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"saved-templates\\\":{\\\"title\\\":\\\"Saved Templates\\\",\\\"icon\\\":\\\"library-save\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=library\\\",\\\"keywords\\\":[\\\"template\\\",\\\"section\\\",\\\"page\\\",\\\"library\\\"]},\\\"system-info\\\":{\\\"title\\\":\\\"System Info\\\",\\\"icon\\\":\\\"info-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-system-info\\\",\\\"keywords\\\":[\\\"system\\\",\\\"info\\\",\\\"environment\\\",\\\"elementor\\\"]},\\\"role-manager\\\":{\\\"title\\\":\\\"Role Manager\\\",\\\"icon\\\":\\\"person\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-role-manager\\\",\\\"keywords\\\":[\\\"role\\\",\\\"manager\\\",\\\"user\\\",\\\"elementor\\\"]},\\\"knowledge-base\\\":{\\\"title\\\":\\\"Knowledge Base\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=go_knowledge_base_site\\\",\\\"keywords\\\":[\\\"help\\\",\\\"knowledge\\\",\\\"docs\\\",\\\"elementor\\\"]},\\\"theme-builder\\\":{\\\"title\\\":\\\"Theme Builder\\\",\\\"icon\\\":\\\"library-save\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-app&ver=3.2.4#site-editor\\\\\\/promotion\\\",\\\"keywords\\\":[\\\"template\\\",\\\"header\\\",\\\"footer\\\",\\\"single\\\",\\\"archive\\\",\\\"search\\\",\\\"404\\\",\\\"library\\\"]}},\\\"name\\\":\\\"general\\\"},\\\"create\\\":{\\\"title\\\":\\\"Create\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"post\\\":{\\\"title\\\":\\\"Add New Post\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/edit.php?action=elementor_new_post&post_type=post&_wpnonce=a17e9830d9\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"page\\\":{\\\"title\\\":\\\"Add New Page\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/edit.php?action=elementor_new_post&post_type=page&_wpnonce=a17e9830d9\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"elementor_library\\\":{\\\"title\\\":\\\"Add New Template\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library#add_new\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]}},\\\"name\\\":\\\"create\\\"},\\\"site\\\":{\\\"title\\\":\\\"Site\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"homepage\\\":{\\\"title\\\":\\\"Homepage\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\",\\\"icon\\\":\\\"home-heart\\\",\\\"keywords\\\":[\\\"home\\\",\\\"page\\\"]},\\\"wordpress-dashboard\\\":{\\\"title\\\":\\\"Dashboard\\\",\\\"icon\\\":\\\"dashboard\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/\\\",\\\"keywords\\\":[\\\"dashboard\\\",\\\"wordpress\\\"]},\\\"wordpress-menus\\\":{\\\"title\\\":\\\"Menus\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/nav-menus.php\\\",\\\"keywords\\\":[\\\"menu\\\",\\\"wordpress\\\"]},\\\"wordpress-themes\\\":{\\\"title\\\":\\\"Themes\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/themes.php\\\",\\\"keywords\\\":[\\\"themes\\\",\\\"wordpress\\\"]},\\\"wordpress-customizer\\\":{\\\"title\\\":\\\"Customizer\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/customize.php\\\",\\\"keywords\\\":[\\\"customizer\\\",\\\"wordpress\\\"]},\\\"wordpress-plugins\\\":{\\\"title\\\":\\\"Plugins\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/plugins.php\\\",\\\"keywords\\\":[\\\"plugins\\\",\\\"wordpress\\\"]},\\\"wordpress-users\\\":{\\\"title\\\":\\\"Users\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/users.php\\\",\\\"keywords\\\":[\\\"users\\\",\\\"profile\\\",\\\"wordpress\\\"]}},\\\"name\\\":\\\"site\\\"},\\\"settings\\\":{\\\"title\\\":\\\"Settings\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"general-settings\\\":{\\\"title\\\":\\\"General Settings\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor\\\",\\\"keywords\\\":[\\\"general\\\",\\\"settings\\\",\\\"elementor\\\"]},\\\"advanced\\\":{\\\"title\\\":\\\"Advanced\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor#tab-advanced\\\",\\\"keywords\\\":[\\\"advanced\\\",\\\"settings\\\",\\\"elementor\\\"]},\\\"experiments\\\":{\\\"title\\\":\\\"Experiments\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor#tab-experiments\\\",\\\"keywords\\\":[\\\"settings\\\",\\\"elementor\\\",\\\"experiments\\\"]}},\\\"name\\\":\\\"settings\\\"},\\\"tools\\\":{\\\"title\\\":\\\"Tools\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"tools\\\":{\\\"title\\\":\\\"Tools\\\",\\\"icon\\\":\\\"tools\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"regenerate css\\\",\\\"safe mode\\\",\\\"debug bar\\\",\\\"sync library\\\",\\\"elementor\\\"]},\\\"replace-url\\\":{\\\"title\\\":\\\"Replace URL\\\",\\\"icon\\\":\\\"tools\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools#tab-replace_url\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"replace url\\\",\\\"domain\\\",\\\"elementor\\\"]},\\\"version-control\\\":{\\\"title\\\":\\\"Version Control\\\",\\\"icon\\\":\\\"time-line\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools#tab-versions\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"version\\\",\\\"control\\\",\\\"rollback\\\",\\\"beta\\\",\\\"elementor\\\"]},\\\"maintenance-mode\\\":{\\\"title\\\":\\\"Maintenance Mode\\\",\\\"icon\\\":\\\"tools\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools#tab-maintenance_mode\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"maintenance\\\",\\\"coming soon\\\",\\\"elementor\\\"]}},\\\"name\\\":\\\"tools\\\"}}},\\\"connect\\\":[]};\"}}},\"elementor-app-loader\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/app-loader.min.js\",\"deps\":[\"elementor-common\"],\"ver\":\"3.2.4\",\"extra\":{\"group\":1,\"before\":{\"1\":\"var elementorAppConfig = {\\\"menu_url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-app&ver=3.2.4#site-editor\\\\\\/promotion\\\",\\\"assets_url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-content\\\\\\/plugins\\\\\\/elementor\\\\\\/assets\\\\\\/\\\",\\\"return_url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/?wp_scrape_key=bcb6a74e1e3a2df4c8183639f16c6c22&wp_scrape_nonce=269549061\\\",\\\"hasPro\\\":false,\\\"site-editor\\\":[]};\"}}},\"elementor-webpack-runtime\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/webpack.runtime.min.js\",\"ver\":\"3.2.4\",\"extra\":{\"group\":1}},\"elementor-frontend-modules\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend-modules.min.js\",\"deps\":[\"elementor-webpack-runtime\",\"jquery\"],\"ver\":\"3.2.4\",\"extra\":{\"group\":1}},\"elementor-waypoints\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/waypoints\\/waypoints.min.js\",\"deps\":[\"jquery\"],\"ver\":\"4.0.2\",\"extra\":{\"group\":1}},\"share-link\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/share-link\\/share-link.min.js\",\"deps\":[\"jquery\"],\"ver\":\"3.2.4\",\"extra\":{\"group\":1}},\"swiper\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/swiper\\/swiper.min.js\",\"ver\":\"5.3.6\",\"extra\":{\"group\":1}},\"elementor-frontend\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/frontend.min.js\",\"deps\":[\"elementor-frontend-modules\",\"elementor-waypoints\",\"jquery-ui-position\",\"swiper\",\"share-link\",\"elementor-dialog\"],\"ver\":\"3.2.4\",\"extra\":{\"group\":1}},\"preloaded-elements-handlers\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/preloaded-elements-handlers.min.js\",\"deps\":[\"elementor-frontend\"],\"ver\":\"3.1.4\",\"extra\":{\"group\":1}},\"comment-reply\":{\"src\":\"\\/wp-includes\\/js\\/comment-reply.min.js\",\"args\":1},\"vce-main\":{\"src\":\"\\/wp-content\\/themes\\/voice\\/assets\\/js\\/min.js\",\"deps\":[\"jquery\",\"imagesloaded\"],\"ver\":\"2.9.2\",\"extra\":{\"group\":1,\"data\":\"var vce_js_settings = {\\\"sticky_header\\\":\\\"1\\\",\\\"sticky_header_offset\\\":\\\"700\\\",\\\"sticky_header_logo\\\":\\\"\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2020\\\\\\/06\\\\\\/Traveling_Dictionary_Logo-removebg-preview.png\\\",\\\"logo_retina\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2020\\\\\\/06\\\\\\/Traveling_Dictionary_Logo_2x-removebg-preview.png\\\",\\\"logo_mobile\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2020\\\\\\/06\\\\\\/Traveling_Dictionary_Logo-removebg-preview.png\\\",\\\"logo_mobile_retina\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2020\\\\\\/06\\\\\\/Traveling_Dictionary_Logo_2x-removebg-preview.png\\\",\\\"rtl_mode\\\":\\\"0\\\",\\\"ajax_url\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"ajax_wpml_current_lang\\\":null,\\\"ajax_mega_menu\\\":\\\"1\\\",\\\"mega_menu_slider\\\":\\\"\\\",\\\"mega_menu_subcats\\\":\\\"\\\",\\\"lay_fa_grid_center\\\":\\\"\\\",\\\"full_slider_autoplay\\\":\\\"\\\",\\\"grid_slider_autoplay\\\":\\\"\\\",\\\"grid_big_slider_autoplay\\\":\\\"\\\",\\\"fa_big_opacity\\\":{\\\"1\\\":\\\"0.5\\\",\\\"2\\\":\\\"0.7\\\"},\\\"top_bar_mobile\\\":\\\"1\\\",\\\"top_bar_mobile_group\\\":\\\"\\\",\\\"top_bar_more_link\\\":\\\"More\\\"};\"}},\"elementor-admin-bar\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/elementor-admin-bar.min.js\",\"deps\":[\"elementor-frontend-modules\"],\"ver\":\"3.2.4\",\"extra\":{\"group\":1,\"before\":{\"1\":\"var elementorAdminBarConfig = {\\\"elementor_edit_page\\\":{\\\"id\\\":\\\"elementor_edit_page\\\",\\\"title\\\":\\\"Edit with Elementor\\\",\\\"href\\\":null,\\\"children\\\":{\\\"1425\\\":{\\\"id\\\":\\\"elementor_edit_doc_1425\\\",\\\"title\\\":\\\"Best Places to Eat In West Palm Beach\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1425&action=elementor\\\"},\\\"1417\\\":{\\\"id\\\":\\\"elementor_edit_doc_1417\\\",\\\"title\\\":\\\"San Diego Zoo Vs Safari Park\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1417&action=elementor\\\"},\\\"1413\\\":{\\\"id\\\":\\\"elementor_edit_doc_1413\\\",\\\"title\\\":\\\"Things to Do In Valdosta Ga\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1413&action=elementor\\\"},\\\"1409\\\":{\\\"id\\\":\\\"elementor_edit_doc_1409\\\",\\\"title\\\":\\\"Which Is Better Maldives or Bora Bora?\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1409&action=elementor\\\"},\\\"1396\\\":{\\\"id\\\":\\\"elementor_edit_doc_1396\\\",\\\"title\\\":\\\"Best Mexican Food In El Paso\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1396&action=elementor\\\"},\\\"1375\\\":{\\\"id\\\":\\\"elementor_edit_doc_1375\\\",\\\"title\\\":\\\"What Is The Best Time Of Year To Go To Bora Bora\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1375&action=elementor\\\"},\\\"1359\\\":{\\\"id\\\":\\\"elementor_edit_doc_1359\\\",\\\"title\\\":\\\"Things To Do In Dawsonville GA\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1359&action=elementor\\\"},\\\"1348\\\":{\\\"id\\\":\\\"elementor_edit_doc_1348\\\",\\\"title\\\":\\\"Best Food Truck In San Diego\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1348&action=elementor\\\"},\\\"1301\\\":{\\\"id\\\":\\\"elementor_edit_doc_1301\\\",\\\"title\\\":\\\"Things To Do In Bora Bora\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1301&action=elementor\\\"},\\\"1303\\\":{\\\"id\\\":\\\"elementor_edit_doc_1303\\\",\\\"title\\\":\\\"Best Places To Paddle Board Worldwide\\\",\\\"sub_title\\\":\\\"Post\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1303&action=elementor\\\"},\\\"1426\\\":{\\\"id\\\":\\\"elementor_site_settings\\\",\\\"title\\\":\\\"Site Settings\\\",\\\"sub_title\\\":\\\"Site\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/post.php?post=1425&action=elementor#e:run:panel\\\\\\/global\\\\\\/open\\\",\\\"class\\\":\\\"elementor-site-settings\\\",\\\"parent_class\\\":\\\"elementor-second-section\\\"},\\\"1427\\\":{\\\"id\\\":\\\"elementor_app_site_editor\\\",\\\"title\\\":\\\"Theme Builder\\\",\\\"sub_title\\\":\\\"Site\\\",\\\"href\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-app&ver=3.2.4#site-editor\\\\\\/promotion\\\",\\\"class\\\":\\\"elementor-app-link\\\",\\\"parent_class\\\":\\\"elementor-second-section\\\"}}}};\"}}},\"jquery-core\":{\"src\":\"\\/wp-includes\\/js\\/jquery\\/jquery.min.js\",\"ver\":\"3.5.1\"},\"jquery-migrate\":{\"src\":\"\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\",\"ver\":\"3.3.2\"},\"jquery\":{\"deps\":[\"jquery-core\",\"jquery-migrate\"],\"ver\":\"3.5.1\"},\"imagesloaded\":{\"src\":\"\\/wp-includes\\/js\\/imagesloaded.min.js\",\"ver\":\"4.1.4\",\"args\":1,\"extra\":{\"group\":1}},\"wp-embed\":{\"src\":\"\\/wp-includes\\/js\\/wp-embed.min.js\"},\"hoverintent-js\":{\"src\":\"\\/wp-includes\\/js\\/hoverintent-js.min.js\",\"ver\":\"2.2.1\",\"args\":1},\"jquery-ui-core\":{\"src\":\"\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"deps\":[\"jquery\"],\"ver\":\"1.12.1\",\"args\":1},\"jquery-ui-mouse\":{\"src\":\"\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\",\"deps\":[\"jquery-ui-core\"],\"ver\":\"1.12.1\",\"args\":1},\"jquery-ui-draggable\":{\"src\":\"\\/wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\",\"deps\":[\"jquery-ui-mouse\"],\"ver\":\"1.12.1\",\"args\":1},\"underscore\":{\"src\":\"\\/wp-includes\\/js\\/underscore.min.js\",\"ver\":\"1.8.3\",\"args\":1},\"backbone\":{\"src\":\"\\/wp-includes\\/js\\/backbone.min.js\",\"deps\":[\"underscore\",\"jquery\"],\"ver\":\"1.4.0\",\"args\":1},\"jquery-ui-position\":{\"deps\":[\"jquery-ui-core\"],\"ver\":\"1.12.1\",\"args\":1},\"wp-api-request\":{\"src\":\"\\/wp-includes\\/js\\/api-request.min.js\",\"deps\":[\"jquery\"],\"args\":1,\"extra\":{\"data\":\"var wpApiSettings = {\\\"root\\\":\\\"https:\\\\\\/\\\\\\/travelingdictionary.com\\\\\\/wp-json\\\\\\/\\\",\\\"nonce\\\":\\\"0233937fa1\\\",\\\"versionString\\\":\\\"wp\\\\\\/v2\\\\\\/\\\"};\"}},\"wp-polyfill\":{\"src\":\"\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.min.js\",\"ver\":\"7.4.4\",\"args\":1,\"extra\":{\"after\":{\"1\":\"( \'fetch\' in window ) || document.write( \'<script src=\\\"https:\\/\\/travelingdictionary.com\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-fetch.min.js?ver=3.0.0\\\"><\\/scr\' + \'ipt>\' );( document.contains ) || document.write( \'<script src=\\\"https:\\/\\/travelingdictionary.com\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-node-contains.min.js?ver=3.42.0\\\"><\\/scr\' + \'ipt>\' );( window.DOMRect ) || document.write( \'<script src=\\\"https:\\/\\/travelingdictionary.com\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-dom-rect.min.js?ver=3.42.0\\\"><\\/scr\' + \'ipt>\' );( window.URL && window.URL.prototype && window.URLSearchParams ) || document.write( \'<script src=\\\"https:\\/\\/travelingdictionary.com\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-url.min.js?ver=3.6.4\\\"><\\/scr\' + \'ipt>\' );( window.FormData && window.FormData.prototype.keys ) || document.write( \'<script src=\\\"https:\\/\\/travelingdictionary.com\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-formdata.min.js?ver=3.0.12\\\"><\\/scr\' + \'ipt>\' );( Element.prototype.matches && Element.prototype.closest ) || document.write( \'<script src=\\\"https:\\/\\/travelingdictionary.com\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-element-closest.min.js?ver=2.0.2\\\"><\\/scr\' + \'ipt>\' );( \'objectFit\' in document.documentElement.style ) || document.write( \'<script src=\\\"https:\\/\\/travelingdictionary.com\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-object-fit.min.js?ver=2.3.4\\\"><\\/scr\' + \'ipt>\' );\"}}},\"wp-i18n\":{\"src\":\"\\/wp-includes\\/js\\/dist\\/i18n.min.js\",\"deps\":[\"wp-hooks\",\"wp-polyfill\"],\"ver\":\"db9a9a37da262883343e941c3731bc67\",\"args\":1,\"extra\":{\"after\":{\"1\":\"wp.i18n.setLocaleData( { \'text direction\\\\u0004ltr\': [ \'ltr\' ] } );\"}}},\"jquery-smooth-scroll\":{\"src\":\"\\/wp-content\\/plugins\\/easy-table-of-contents\\/vendor\\/smooth-scroll\\/jquery.smooth-scroll.min.js\",\"deps\":[\"jquery\"],\"ver\":\"2.2.0\",\"extra\":{\"group\":1}},\"js-cookie\":{\"src\":\"\\/wp-content\\/plugins\\/easy-table-of-contents\\/vendor\\/js-cookie\\/js.cookie.min.js\",\"ver\":\"2.2.1\",\"extra\":{\"group\":1}},\"jquery-sticky-kit\":{\"src\":\"\\/wp-content\\/plugins\\/easy-table-of-contents\\/vendor\\/sticky-kit\\/jquery.sticky-kit.min.js\",\"deps\":[\"jquery\"],\"ver\":\"1.9.2\",\"extra\":{\"group\":1}},\"ez-toc-js\":{\"src\":\"\\/wp-content\\/plugins\\/easy-table-of-contents\\/assets\\/js\\/front.min.js\",\"deps\":[\"jquery-smooth-scroll\",\"js-cookie\",\"jquery-sticky-kit\"],\"ver\":\"2.0.16-1612371675\",\"extra\":{\"group\":1,\"data\":\"var ezTOC = {\\\"smooth_scroll\\\":\\\"1\\\",\\\"visibility_hide_by_default\\\":\\\"\\\",\\\"width\\\":\\\"auto\\\",\\\"scroll_offset\\\":\\\"30\\\"};\"}},\"wp-hooks\":{\"src\":\"\\/wp-includes\\/js\\/dist\\/hooks.min.js\",\"deps\":[\"wp-polyfill\"],\"ver\":\"50e23bed88bcb9e6e14023e9961698c1\",\"args\":1},\"lodash\":{\"src\":\"\\/wp-includes\\/js\\/dist\\/vendor\\/lodash.min.js\",\"ver\":\"4.17.19\",\"args\":1,\"extra\":{\"after\":{\"1\":\"window.lodash = _.noConflict();\"}}},\"wp-url\":{\"src\":\"\\/wp-includes\\/js\\/dist\\/url.min.js\",\"deps\":[\"lodash\",\"wp-polyfill\"],\"ver\":\"0ac7e0472c46121366e7ce07244be1ac\",\"args\":1},\"wp-api-fetch\":{\"src\":\"\\/wp-includes\\/js\\/dist\\/api-fetch.min.js\",\"deps\":[\"wp-i18n\",\"wp-polyfill\",\"wp-url\",\"wp-hooks\"],\"ver\":\"a783d1f442d2abefc7d6dbd156a44561\",\"args\":1,\"extra\":{\"after\":{\"1\":\"wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( \\\"https:\\/\\/travelingdictionary.com\\/wp-json\\/\\\" ) );\",\"2\":\"wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( \\\"917fa96157\\\" );\\nwp.apiFetch.use( wp.apiFetch.nonceMiddleware );\\nwp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );\\nwp.apiFetch.nonceEndpoint = \\\"https:\\/\\/travelingdictionary.com\\/wp-admin\\/admin-ajax.php?action=rest-nonce\\\";\"}}},\"preloaded-modules\":{\"src\":\"\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/preloaded-modules.min.js\",\"deps\":[\"elementor-frontend\"],\"ver\":\"3.2.4\",\"extra\":{\"group\":1}}},\"handle_row_contracted\":{\"contact-form-7\":\"1\",\"backbone-marionette\":\"1\",\"backbone-radio\":\"1\",\"elementor-admin-bar\":\"1\",\"elementor-app-loader\":\"1\",\"elementor-common\":\"1\",\"elementor-common-modules\":\"1\",\"elementor-dialog\":\"1\",\"elementor-frontend\":\"1\",\"elementor-frontend-modules\":\"1\",\"elementor-waypoints\":\"1\",\"elementor-webpack-runtime\":\"1\",\"preloaded-elements-handlers\":\"1\",\"share-link\":\"1\",\"swiper\":\"1\"}}}','no'),
(17723,'wpassetcleanup_settings','{\"wiki_read\":\"1\",\"dashboard_show\":\"1\",\"dom_get_type\":\"direct\",\"assets_list_show_status\":\"default\",\"frontend_show\":\"1\",\"frontend_show_exceptions\":\"et_fb=1\\r\\nct_builder=true\\r\\nvc_editable=true\\r\\npreview_nonce=\\r\\n\",\"allow_manage_assets_to\":\"any_admin\",\"assets_list_layout\":\"by-location\",\"assets_list_layout_plugin_area_status\":\"expanded\",\"assets_list_layout_areas_status\":\"expanded\",\"assets_list_inline_code_status\":\"contracted\",\"input_style\":\"enhanced\",\"hide_core_files\":\"1\",\"fetch_cached_files_details_from\":\"disk\",\"clear_cached_files_after\":\"4\",\"do_not_load_plugin_patterns\":\"\\/cart\\/\\r\\n\\/checkout\\/\",\"minify_loaded_css_exceptions\":\"(.*?)\\\\.min.css\\r\\n\\/plugins\\/wd-instagram-feed\\/(.*?).css\",\"combine_loaded_css_for\":\"guests\",\"combine_loaded_css_exceptions\":\"\\/plugins\\/wd-instagram-feed\\/(.*?).css\",\"inline_css_files_below_size\":\"1\",\"inline_css_files_below_size_input\":\"3\",\"minify_loaded_js_exceptions\":\"(.*?)\\\\.min.js\\r\\n\\/plugins\\/wd-instagram-feed\\/(.*?).js\",\"combine_loaded_js_for\":\"guests\",\"combine_loaded_js_exceptions\":\"\\/plugins\\/wd-instagram-feed\\/(.*?).js\",\"inline_js_files_below_size_input\":\"3\",\"move_scripts_to_body_exceptions\":\"\\/\\/cdn.ampproject.org\\/\",\"disable_xmlrpc\":\"keep_it_on\",\"_combine_loaded_css_append_handle_extra\":1,\"_combine_loaded_js_append_handle_extra\":1}','no'),
(17724,'wpassetcleanup_hide_tracking_notice','1','no'),
(17892,'imsanity_max_width','810','no'),
(17893,'imsanity_max_height','0','no'),
(17894,'imsanity_max_width_library','810','no'),
(17895,'imsanity_max_height_library','0','no'),
(17896,'imsanity_max_width_other','810','no'),
(17897,'imsanity_max_height_other','0','no'),
(17898,'imsanity_bmp_to_jpg','1','no'),
(17899,'imsanity_png_to_jpg','','no'),
(17900,'imsanity_quality','82','no'),
(17901,'imsanity_delete_originals','','no'),
(17902,'imsanity_version','2.7.1','yes'),
(17916,'ewww_image_optimizer_relative_migration_status','started','yes'),
(17917,'ewww_image_optimizer_background_optimization','1','yes'),
(17918,'ewww_image_optimizer_noauto','','yes'),
(17919,'ewww_image_optimizer_disable_editor','','yes'),
(17920,'ewww_image_optimizer_debug','','yes'),
(17921,'ewww_image_optimizer_metadata_remove','','yes'),
(17922,'ewww_image_optimizer_jpg_level','10','yes'),
(17923,'ewww_image_optimizer_png_level','10','yes'),
(17924,'ewww_image_optimizer_gif_level','10','yes'),
(17925,'ewww_image_optimizer_pdf_level','0','yes'),
(17926,'ewww_image_optimizer_svg_level','0','yes'),
(17927,'ewww_image_optimizer_jpg_quality','','yes'),
(17928,'ewww_image_optimizer_webp_quality','','yes'),
(17929,'ewww_image_optimizer_exactdn','','yes'),
(17930,'ewww_image_optimizer_exactdn_plan_id','0','yes'),
(17931,'exactdn_all_the_things','1','yes'),
(17932,'exactdn_lossy','1','yes'),
(17933,'exactdn_exclude','','yes'),
(17934,'ewww_image_optimizer_lazy_load','1','yes'),
(17935,'ewww_image_optimizer_ll_exclude','','yes'),
(17936,'ewww_image_optimizer_disable_pngout','1','yes'),
(17937,'ewww_image_optimizer_disable_svgcleaner','1','yes'),
(17938,'ewww_image_optimizer_optipng_level','2','yes'),
(17939,'ewww_image_optimizer_pngout_level','2','yes'),
(17940,'ewww_image_optimizer_webp_for_cdn','','yes'),
(17941,'ewww_image_optimizer_force_gif2webp','1','yes'),
(17942,'ewww_image_optimizer_picture_webp','','yes'),
(17943,'ewww_image_optimizer_webp_rewrite_exclude','','yes'),
(17944,'exactdn_never_been_active','1','no'),
(17945,'ewww_image_optimizer_bulk_resume','','yes'),
(17946,'ewww_image_optimizer_aux_resume','','yes'),
(17947,'ewww_image_optimizer_flag_attachments','','no'),
(17948,'ewww_image_optimizer_ngg_attachments','','no'),
(17949,'ewww_image_optimizer_review_time','1613225811','no'),
(17950,'ewww_image_optimizer_version','601','yes'),
(17960,'ewww_image_optimizer_goal_site_speed','','no'),
(17963,'ewww_image_optimizer_webp','1','yes'),
(17964,'ewww_image_optimizer_wizard_complete','1','no'),
(17977,'ewww_image_optimizer_aux_folders_completed','a:0:{}','no'),
(17979,'ewww_image_optimizer_backup_files','','no'),
(17989,'imsanity_resume_id','0','no'),
(17998,'wp-short-pixel-bulk-last-status','a:16:{s:6:\"Status\";i:1;s:7:\"Message\";s:42:\"Success: No pixels remained unsqueezed :-)\";s:18:\"PercentImprovement\";s:5:\"35.16\";s:7:\"ImageID\";s:4:\"1419\";s:8:\"Filename\";s:44:\"San-Diego-Zoo-Vs-Safari-1-e1612620430387.png\";s:4:\"Type\";s:5:\"lossy\";s:11:\"ThumbsTotal\";i:10;s:11:\"ThumbsCount\";i:8;s:12:\"RetinasCount\";i:0;s:13:\"BackupEnabled\";b:1;s:11:\"TsOptimized\";s:12:\"1 second ago\";s:11:\"BulkPercent\";i:100;s:7:\"BulkMsg\";s:0:\"\";s:18:\"AverageCompression\";d:62;s:5:\"Thumb\";s:96:\"https://travelingdictionary.com/wp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-300x199.png\";s:7:\"BkThumb\";s:133:\"https://travelingdictionary.com/wp-content/uploads/ShortpixelBackups/wp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1-300x199.png\";}','yes'),
(18729,'wpassetcleanup_review_notice_status','a:1:{s:6:\"status\";s:13:\"never_show_it\";}','no'),
(21177,'https_detection_errors','a:0:{}','yes'),
(21667,'bulkProcessingStatus','','no'),
(23748,'siteground_optimizer_fonts_preload_urls','a:1:{i:0;s:106:\"https://travelingdictionary.com/wp-content/themes/voice/assets/css/fonts/fontawesome-webfont.woff2?v=4.7.0\";}','yes'),
(23753,'siteground_optimizer_blocking_plugins_notice','0','yes'),
(23754,'siteground_optimizer_assets_data','a:9:{i:0;a:7:{s:5:\"value\";s:15:\"elementor-icons\";s:5:\"title\";s:64:\"/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:9:\"Elementor\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:17:\"plugin: Elementor\";}i:1;a:7:{s:5:\"value\";s:16:\"elementor-common\";s:5:\"title\";s:44:\"/plugins/elementor/assets/css/common.min.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:9:\"Elementor\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:17:\"plugin: Elementor\";}i:2;a:7:{s:5:\"value\";s:16:\"wp-block-library\";s:5:\"title\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:5:\"group\";s:6:\"others\";s:4:\"name\";b:0;s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:6:\"others\";}i:3;a:7:{s:5:\"value\";s:14:\"contact-form-7\";s:5:\"title\";s:47:\"/plugins/contact-form-7/includes/css/styles.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:14:\"Contact Form 7\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:22:\"plugin: Contact Form 7\";}i:4;a:7:{s:5:\"value\";s:20:\"wpassetcleanup-style\";s:5:\"title\";s:47:\"/plugins/wp-asset-clean-up/assets/style.min.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:33:\"Asset CleanUp: Page Speed Booster\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:41:\"plugin: Asset CleanUp: Page Speed Booster\";}i:5;a:7:{s:5:\"value\";s:10:\"ez-icomoon\";s:5:\"title\";s:60:\"/plugins/easy-table-of-contents/vendor/icomoon/style.min.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:22:\"Easy Table of Contents\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:30:\"plugin: Easy Table of Contents\";}i:6;a:7:{s:5:\"value\";s:6:\"ez-toc\";s:5:\"title\";s:57:\"/plugins/easy-table-of-contents/assets/css/screen.min.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:22:\"Easy Table of Contents\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:30:\"plugin: Easy Table of Contents\";}i:7;a:7:{s:5:\"value\";s:9:\"vce-fonts\";s:5:\"title\";s:101:\"https://fonts.googleapis.com/css?family=Open+Sans%3A400%7CRoboto%3A400%2C300&subset=latin%2Clatin-ext\";s:5:\"group\";s:6:\"others\";s:4:\"name\";b:0;s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:6:\"others\";}i:8;a:7:{s:5:\"value\";s:9:\"vce-style\";s:5:\"title\";s:32:\"/themes/voice/assets/css/min.css\";s:5:\"group\";s:5:\"theme\";s:4:\"name\";s:11:\"Voice Buddy\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:18:\"theme: Voice Buddy\";}}','yes'),
(23755,'siteground_optimizer_user_agent_header','1','yes'),
(23963,'siteground_optimizer_has_cloudflare','1','yes'),
(24236,'wp-short-create-avif','','no'),
(24401,'ShortPixel-notices','a:1:{i:0;O:30:\"ShortPixel\\Notices\\NoticeModel\":13:{s:7:\"message\";s:246:\"Important change: starting May 10th, 2021, ShortPixel Image Optimizer plugin will charge one credit for each WebP image or thumbnail it generates.\r\nMore info about this and the newly supported AVIF format in the ShortPixel Advanced Settings Tab. \";s:7:\"details\";a:0:{}s:4:\"code\";N;s:34:\"\0ShortPixel\\Notices\\NoticeModel\0id\";s:20:\"GlobalNotification29\";s:9:\"\0*\0viewed\";b:1;s:16:\"\0*\0is_persistent\";b:1;s:15:\"\0*\0is_dismissed\";b:0;s:17:\"\0*\0suppress_until\";N;s:18:\"\0*\0suppress_period\";i:2592000;s:12:\"is_removable\";b:1;s:11:\"messageType\";i:1;s:13:\"notice_action\";s:18:\"ShortPixel-notices\";s:11:\"\0*\0callback\";N;}}','yes'),
(24634,'litespeed.cloud._summary','{\"curr_request.wp\\/ver\":0,\"last_request.wp\\/ver\":1631226787,\"news.utime\":1750645686,\"curr_request.wp\\/news\":0,\"last_request.wp\\/news\":1622142008,\"token_ts\":1622142026,\"is_linked\":0,\"apikey_ts\":1622142041,\"curr_request.ver\":0,\"last_request.ver\":1723501532,\"ips_ts\":1735956078,\"ips_ts_runner\":1735956078,\"ips\":[\"102.221.36.98\",\"103.106.229.82\",\"103.106.229.94\",\"103.146.63.42\",\"103.152.118.219\",\"103.152.118.72\",\"103.164.203.163\",\"103.188.22.12\",\"103.28.90.190\",\"103.75.117.169\",\"104.225.142.116\",\"104.244.77.37\",\"108.61.158.223\",\"109.248.43.195\",\"135.148.120.32\",\"136.243.106.228\",\"139.84.230.39\",\"141.164.38.65\",\"145.239.252.65\",\"146.88.239.197\",\"147.78.0.165\",\"147.78.3.13\",\"147.78.3.161\",\"149.248.44.108\",\"149.28.136.245\",\"149.28.47.113\",\"149.28.85.239\",\"152.228.171.66\",\"152.53.36.14\",\"152.53.38.14\",\"155.138.221.81\",\"156.67.218.140\",\"157.90.154.114\",\"158.51.123.249\",\"162.254.117.80\",\"162.254.118.29\",\"163.182.174.161\",\"163.47.21.168\",\"164.52.202.100\",\"167.71.185.204\",\"167.88.61.211\",\"170.249.218.98\",\"178.17.171.177\",\"178.22.124.247\",\"178.22.124.251\",\"178.255.220.12\",\"18.192.146.200\",\"185.116.60.231\",\"185.116.60.232\",\"185.126.237.51\",\"185.212.169.91\",\"185.228.26.40\",\"185.53.57.40\",\"185.53.57.89\",\"188.172.228.182\",\"188.172.229.113\",\"188.64.184.71\",\"190.92.176.5\",\"191.96.101.140\",\"192.248.156.201\",\"192.99.38.117\",\"193.203.191.189\",\"194.163.134.104\",\"194.36.144.221\",\"195.231.17.141\",\"198.38.89.73\",\"199.59.247.242\",\"201.182.97.70\",\"202.182.123.93\",\"202.61.226.253\",\"204.10.163.237\",\"209.124.84.191\",\"209.208.26.218\",\"211.23.143.87\",\"213.159.1.75\",\"213.183.48.170\",\"213.184.85.245\",\"216.238.106.164\",\"216.238.71.13\",\"23.95.73.167\",\"27.131.75.41\",\"31.131.4.244\",\"31.22.115.186\",\"31.40.212.152\",\"34.247.229.180\",\"34.249.110.197\",\"38.101.149.196\",\"38.114.121.40\",\"38.54.30.228\",\"38.54.42.235\",\"38.54.79.187\",\"38.60.253.237\",\"41.185.29.210\",\"41.223.52.170\",\"45.124.65.86\",\"45.132.244.92\",\"45.248.77.61\",\"45.32.123.201\",\"45.32.169.55\",\"45.32.183.112\",\"45.32.210.159\",\"45.32.67.144\",\"45.32.77.223\",\"45.63.67.181\",\"45.76.252.131\",\"45.77.148.74\",\"45.77.233.177\",\"46.250.220.133\",\"49.12.102.29\",\"5.134.119.103\",\"5.134.119.194\",\"5.188.183.13\",\"5.189.146.228\",\"51.81.186.219\",\"51.81.33.156\",\"54.246.224.74\",\"54.36.103.97\",\"61.219.247.87\",\"61.219.247.90\",\"64.176.4.251\",\"64.227.16.93\",\"64.31.63.160\",\"65.108.104.232\",\"65.20.75.178\",\"65.21.81.50\",\"65.21.81.51\",\"66.42.124.101\",\"67.219.99.102\",\"69.50.95.216\",\"70.34.205.229\",\"79.172.239.249\",\"81.31.156.245\",\"81.31.156.246\",\"83.229.71.151\",\"86.105.14.231\",\"86.105.14.232\",\"89.147.110.130\",\"89.58.38.4\",\"91.148.135.53\",\"91.201.67.57\",\"91.228.7.67\",\"92.118.205.75\",\"94.75.232.90\",\"95.179.133.28\",\"95.216.116.209\"],\"curr_request.ver_check\":0,\"last_request.ver_check\":1781700504,\"pk_b64\":\"jVFakwQ1ez9vMYQOpsyua+\\/mG8UDF++Fv796Uc0Igjw=\",\"sk_b64\":\"VksEKQiAUDKp68tQvnvf7733RbOR61xY2gKU\\/ugJfYCNUVqTBDV7P28xhA6mzK5r7+YbxQMX74W\\/v3pRzQiCPA==\",\"curr_request.d\\/v3upgrade\":0,\"last_request.d\\/v3upgrade\":1750371658,\"qc_activated\":\"anonymous\",\"curr_request.news\":0,\"last_request.news\":1750645686}','yes'),
(24636,'litespeed.conf.hash','b0HxD8pPszIiN251ggvMH8SrjI02fW5d','yes'),
(24637,'litespeed.conf.auto_upgrade','1','yes'),
(24638,'litespeed.conf.api_key','F1E23697A944194CA6C65ADEFB2FBF48','yes'),
(24639,'litespeed.conf.server_ip','172.104.4.142','yes'),
(24640,'litespeed.conf.news','1','yes'),
(24641,'litespeed.conf.cache','1','yes'),
(24642,'litespeed.conf.cache-priv','1','yes'),
(24643,'litespeed.conf.cache-commenter','1','yes'),
(24644,'litespeed.conf.cache-rest','1','yes'),
(24645,'litespeed.conf.cache-page_login','1','yes'),
(24646,'litespeed.conf.cache-favicon','1','yes'),
(24647,'litespeed.conf.cache-resources','1','yes'),
(24648,'litespeed.conf.cache-mobile','','yes'),
(24649,'litespeed.conf.cache-mobile_rules','a:7:{i:0;s:6:\"Mobile\";i:1;s:7:\"Android\";i:2;s:5:\"Silk/\";i:3;s:6:\"Kindle\";i:4;s:10:\"BlackBerry\";i:5;s:10:\"Opera Mini\";i:6;s:10:\"Opera Mobi\";}','yes'),
(24650,'litespeed.conf.cache-browser','1','yes'),
(24651,'litespeed.conf.cache-exc_useragents','a:0:{}','yes'),
(24652,'litespeed.conf.cache-exc_cookies','a:0:{}','yes'),
(24653,'litespeed.conf.cache-exc_qs','a:0:{}','yes'),
(24654,'litespeed.conf.cache-exc_cat','a:0:{}','yes'),
(24655,'litespeed.conf.cache-exc_tag','a:0:{}','yes'),
(24656,'litespeed.conf.cache-force_uri','a:0:{}','yes'),
(24657,'litespeed.conf.cache-force_pub_uri','a:0:{}','yes'),
(24658,'litespeed.conf.cache-priv_uri','a:0:{}','yes'),
(24659,'litespeed.conf.cache-exc','a:0:{}','yes'),
(24660,'litespeed.conf.cache-exc_roles','a:0:{}','yes'),
(24661,'litespeed.conf.cache-drop_qs','a:4:{i:0;s:6:\"fbclid\";i:1;s:5:\"gclid\";i:2;s:4:\"utm*\";i:3;s:3:\"_ga\";}','yes'),
(24662,'litespeed.conf.cache-ttl_pub','604800','yes'),
(24663,'litespeed.conf.cache-ttl_priv','1800','yes'),
(24664,'litespeed.conf.cache-ttl_frontpage','604800','yes'),
(24665,'litespeed.conf.cache-ttl_feed','604800','yes'),
(24666,'litespeed.conf.cache-ttl_rest','604800','yes'),
(24667,'litespeed.conf.cache-ttl_browser','31557600','yes'),
(24668,'litespeed.conf.cache-ttl_status','a:3:{i:0;s:8:\"403 3600\";i:1;s:8:\"404 3600\";i:2;s:8:\"500 3600\";}','yes'),
(24669,'litespeed.conf.cache-login_cookie','','yes'),
(24670,'litespeed.conf.cache-vary_group','a:5:{s:13:\"administrator\";s:2:\"99\";s:6:\"author\";s:1:\"0\";s:11:\"contributor\";s:1:\"0\";s:6:\"editor\";s:1:\"0\";s:10:\"subscriber\";s:1:\"0\";}','yes'),
(24671,'litespeed.conf.purge-upgrade','1','yes'),
(24672,'litespeed.conf.purge-stale','','yes'),
(24673,'litespeed.conf.purge-post_all','','yes'),
(24674,'litespeed.conf.purge-post_f','1','yes'),
(24675,'litespeed.conf.purge-post_h','1','yes'),
(24676,'litespeed.conf.purge-post_p','1','yes'),
(24677,'litespeed.conf.purge-post_pwrp','1','yes'),
(24678,'litespeed.conf.purge-post_a','1','yes'),
(24679,'litespeed.conf.purge-post_y','','yes'),
(24680,'litespeed.conf.purge-post_m','1','yes'),
(24681,'litespeed.conf.purge-post_d','','yes'),
(24682,'litespeed.conf.purge-post_t','1','yes'),
(24683,'litespeed.conf.purge-post_pt','1','yes'),
(24684,'litespeed.conf.purge-timed_urls','a:0:{}','yes'),
(24685,'litespeed.conf.purge-timed_urls_time','','yes'),
(24686,'litespeed.conf.purge-hook_all','a:10:{i:0;s:12:\"switch_theme\";i:1;s:18:\"wp_create_nav_menu\";i:2;s:18:\"wp_update_nav_menu\";i:3;s:18:\"wp_delete_nav_menu\";i:4;s:11:\"create_term\";i:5;s:10:\"edit_terms\";i:6;s:11:\"delete_term\";i:7;s:8:\"add_link\";i:8;s:9:\"edit_link\";i:9;s:11:\"delete_link\";}','yes'),
(24687,'litespeed.conf.esi','','yes'),
(24688,'litespeed.conf.esi-cache_admbar','1','yes'),
(24689,'litespeed.conf.esi-cache_commform','1','yes'),
(24690,'litespeed.conf.esi-nonce','a:2:{i:0;s:11:\"stats_nonce\";i:1;s:15:\"subscribe_nonce\";}','yes'),
(24691,'litespeed.conf.util-instant_click','','yes'),
(24692,'litespeed.conf.util-no_https_vary','1','yes'),
(24693,'litespeed.conf.debug-disable_all','','yes'),
(24694,'litespeed.conf.debug','','yes'),
(24695,'litespeed.conf.debug-ips','a:1:{i:0;s:9:\"127.0.0.1\";}','yes'),
(24696,'litespeed.conf.debug-level','','yes'),
(24697,'litespeed.conf.debug-filesize','3','yes'),
(24698,'litespeed.conf.debug-cookie','','yes'),
(24699,'litespeed.conf.debug-collaps_qs','','yes'),
(24700,'litespeed.conf.debug-inc','a:0:{}','yes'),
(24701,'litespeed.conf.debug-exc','a:0:{}','yes'),
(24702,'litespeed.conf.db_optm-revisions_max','0','yes'),
(24703,'litespeed.conf.db_optm-revisions_age','0','yes'),
(24704,'litespeed.conf.optm-css_min','1','yes'),
(24705,'litespeed.conf.optm-css_comb','1','yes'),
(24706,'litespeed.conf.optm-css_comb_ext_inl','','yes'),
(24707,'litespeed.conf.optm-ucss','','yes'),
(24708,'litespeed.conf.optm-ucss_async','','yes'),
(24709,'litespeed.conf.optm-css_http2','1','yes'),
(24710,'litespeed.conf.optm-css_exc','a:0:{}','yes'),
(24711,'litespeed.conf.optm-js_min','1','yes'),
(24712,'litespeed.conf.optm-js_comb','1','yes'),
(24713,'litespeed.conf.optm-js_comb_ext_inl','','yes'),
(24714,'litespeed.conf.optm-js_http2','1','yes'),
(24715,'litespeed.conf.optm-js_exc','a:2:{i:0;s:9:\"jquery.js\";i:1;s:13:\"jquery.min.js\";}','yes'),
(24716,'litespeed.conf.optm-ttl','604800','yes'),
(24717,'litespeed.conf.optm-html_min','1','yes'),
(24718,'litespeed.conf.optm-qs_rm','','yes'),
(24719,'litespeed.conf.optm-ggfonts_rm','','yes'),
(24720,'litespeed.conf.optm-css_async','','yes'),
(24721,'litespeed.conf.optm-ccss_gen','1','yes'),
(24722,'litespeed.conf.optm-ccss_async','1','yes'),
(24723,'litespeed.conf.optm-css_async_inline','1','yes'),
(24724,'litespeed.conf.optm-css_font_display','0','yes'),
(24725,'litespeed.conf.optm-js_defer','','yes'),
(24726,'litespeed.conf.optm-js_inline_defer','0','yes'),
(24727,'litespeed.conf.optm-emoji_rm','','yes'),
(24728,'litespeed.conf.optm-noscript_rm','','yes'),
(24729,'litespeed.conf.optm-ggfonts_async','','yes'),
(24730,'litespeed.conf.optm-exc_roles','a:0:{}','yes'),
(24731,'litespeed.conf.optm-ccss_con','','yes'),
(24732,'litespeed.conf.optm-js_defer_exc','a:2:{i:0;s:9:\"jquery.js\";i:1;s:13:\"jquery.min.js\";}','yes'),
(24733,'litespeed.conf.optm-dns_prefetch','a:0:{}','yes'),
(24734,'litespeed.conf.optm-dns_prefetch_ctrl','','yes'),
(24735,'litespeed.conf.optm-exc','a:0:{}','yes'),
(24736,'litespeed.conf.optm-ccss_sep_posttype','a:0:{}','yes'),
(24737,'litespeed.conf.optm-ccss_sep_uri','a:0:{}','yes'),
(24738,'litespeed.conf.object','','yes'),
(24739,'litespeed.conf.object-kind','','yes'),
(24740,'litespeed.conf.object-host','localhost','yes'),
(24741,'litespeed.conf.object-port','11211','yes'),
(24742,'litespeed.conf.object-life','360','yes'),
(24743,'litespeed.conf.object-persistent','1','yes'),
(24744,'litespeed.conf.object-admin','1','yes'),
(24745,'litespeed.conf.object-transients','1','yes'),
(24746,'litespeed.conf.object-db_id','0','yes'),
(24747,'litespeed.conf.object-user','','yes'),
(24748,'litespeed.conf.object-pswd','','yes'),
(24749,'litespeed.conf.object-global_groups','a:12:{i:0;s:5:\"users\";i:1;s:10:\"userlogins\";i:2;s:8:\"usermeta\";i:3;s:9:\"user_meta\";i:4;s:14:\"site-transient\";i:5;s:12:\"site-options\";i:6;s:11:\"site-lookup\";i:7;s:11:\"blog-lookup\";i:8;s:12:\"blog-details\";i:9;s:3:\"rss\";i:10;s:12:\"global-posts\";i:11;s:13:\"blog-id-cache\";}','yes'),
(24750,'litespeed.conf.object-non_persistent_groups','a:4:{i:0;s:7:\"comment\";i:1;s:6:\"counts\";i:2;s:7:\"plugins\";i:3;s:13:\"wc_session_id\";}','yes'),
(24751,'litespeed.conf.discuss-avatar_cache','','yes'),
(24752,'litespeed.conf.discuss-avatar_cron','','yes'),
(24753,'litespeed.conf.discuss-avatar_cache_ttl','604800','yes'),
(24754,'litespeed.conf.optm-localize','','yes'),
(24755,'litespeed.conf.optm-localize_domains','a:7:{i:0;s:23:\"### Popular scripts ###\";i:1;s:39:\"https://platform.twitter.com/widgets.js\";i:2;s:39:\"https://www.google.com/recaptcha/api.js\";i:3;s:45:\"https://www.google-analytics.com/analytics.js\";i:4;s:39:\"https://www.googletagmanager.com/gtm.js\";i:5;s:47:\"https://www.googletagservices.com/tag/js/gpt.js\";i:6;s:46:\"https://connect.facebook.net/en_US/fbevents.js\";}','yes'),
(24756,'litespeed.conf.media-lazy','','yes'),
(24757,'litespeed.conf.media-lazy_placeholder','','yes'),
(24758,'litespeed.conf.media-placeholder_resp','','yes'),
(24759,'litespeed.conf.media-placeholder_resp_color','#cfd4db','yes'),
(24760,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" fill=\"{color}\"/></svg>','yes'),
(24761,'litespeed.conf.media-lqip','','yes'),
(24762,'litespeed.conf.media-lqip_qual','4','yes'),
(24763,'litespeed.conf.media-lqip_min_w','150','yes'),
(24764,'litespeed.conf.media-lqip_min_h','150','yes'),
(24765,'litespeed.conf.media-placeholder_resp_async','1','yes'),
(24766,'litespeed.conf.media-iframe_lazy','','yes'),
(24767,'litespeed.conf.media-lazyjs_inline','','yes'),
(24768,'litespeed.conf.media-lazy_exc','a:0:{}','yes'),
(24769,'litespeed.conf.media-lazy_cls_exc','a:1:{i:0;s:15:\"wmu-preview-img\";}','yes'),
(24770,'litespeed.conf.media-lazy_parent_cls_exc','a:0:{}','yes'),
(24771,'litespeed.conf.media-iframe_lazy_cls_exc','a:0:{}','yes'),
(24772,'litespeed.conf.media-iframe_lazy_parent_cls_exc','a:0:{}','yes'),
(24773,'litespeed.conf.media-lazy_uri_exc','a:0:{}','yes'),
(24774,'litespeed.conf.media-lqip_exc','a:0:{}','yes'),
(24775,'litespeed.conf.img_optm-auto','','yes'),
(24776,'litespeed.conf.img_optm-cron','1','yes'),
(24777,'litespeed.conf.img_optm-ori','1','yes'),
(24778,'litespeed.conf.img_optm-rm_bkup','','yes'),
(24779,'litespeed.conf.img_optm-webp','','yes'),
(24780,'litespeed.conf.img_optm-lossless','','yes'),
(24781,'litespeed.conf.img_optm-exif','','yes'),
(24782,'litespeed.conf.img_optm-webp_replace','','yes'),
(24783,'litespeed.conf.img_optm-webp_attr','a:7:{i:0;s:7:\"img.src\";i:1;s:14:\"div.data-thumb\";i:2;s:12:\"img.data-src\";i:3;s:20:\"div.data-large_image\";i:4;s:19:\"img.retina_logo_url\";i:5;s:23:\"div.data-parallax-image\";i:6;s:12:\"video.poster\";}','yes'),
(24784,'litespeed.conf.img_optm-webp_replace_srcset','','yes'),
(24785,'litespeed.conf.img_optm-jpg_quality','82','yes'),
(24786,'litespeed.conf.crawler','','yes'),
(24787,'litespeed.conf.crawler-usleep','500','yes'),
(24788,'litespeed.conf.crawler-run_duration','400','yes'),
(24789,'litespeed.conf.crawler-run_interval','600','yes'),
(24790,'litespeed.conf.crawler-crawl_interval','302400','yes'),
(24791,'litespeed.conf.crawler-threads','3','yes'),
(24792,'litespeed.conf.crawler-timeout','30','yes'),
(24793,'litespeed.conf.crawler-load_limit','1','yes'),
(24794,'litespeed.conf.crawler-sitemap','','yes'),
(24795,'litespeed.conf.crawler-drop_domain','1','yes'),
(24796,'litespeed.conf.crawler-map_timeout','120','yes'),
(24797,'litespeed.conf.crawler-roles','a:0:{}','yes'),
(24798,'litespeed.conf.crawler-cookies','a:0:{}','yes'),
(24799,'litespeed.conf.misc-htaccess_front','','yes'),
(24800,'litespeed.conf.misc-htaccess_back','','yes'),
(24801,'litespeed.conf.misc-heartbeat_front','','yes'),
(24802,'litespeed.conf.misc-heartbeat_front_ttl','60','yes'),
(24803,'litespeed.conf.misc-heartbeat_back','','yes'),
(24804,'litespeed.conf.misc-heartbeat_back_ttl','60','yes'),
(24805,'litespeed.conf.misc-heartbeat_editor','','yes'),
(24806,'litespeed.conf.misc-heartbeat_editor_ttl','15','yes'),
(24807,'litespeed.conf.cdn','','yes'),
(24808,'litespeed.conf.cdn-ori','a:0:{}','yes'),
(24809,'litespeed.conf.cdn-ori_dir','a:2:{i:0;s:10:\"wp-content\";i:1;s:11:\"wp-includes\";}','yes'),
(24810,'litespeed.conf.cdn-exc','a:0:{}','yes'),
(24811,'litespeed.conf.cdn-quic','','yes'),
(24812,'litespeed.conf.cdn-cloudflare','','yes'),
(24813,'litespeed.conf.cdn-cloudflare_email','','yes'),
(24814,'litespeed.conf.cdn-cloudflare_key','','yes'),
(24815,'litespeed.conf.cdn-cloudflare_name','','yes'),
(24816,'litespeed.conf.cdn-cloudflare_zone','','yes'),
(24817,'litespeed.conf.cdn-mapping','a:1:{i:0;a:5:{s:3:\"url\";b:0;s:7:\"inc_img\";s:1:\"1\";s:7:\"inc_css\";s:1:\"1\";s:6:\"inc_js\";s:1:\"1\";s:8:\"filetype\";a:17:{i:0;s:4:\".aac\";i:1;s:4:\".css\";i:2;s:4:\".eot\";i:3;s:4:\".gif\";i:4;s:5:\".jpeg\";i:5;s:3:\".js\";i:6;s:4:\".jpg\";i:7;s:5:\".less\";i:8;s:4:\".mp3\";i:9;s:4:\".mp4\";i:10;s:4:\".ogg\";i:11;s:4:\".otf\";i:12;s:4:\".pdf\";i:13;s:4:\".png\";i:14;s:4:\".svg\";i:15;s:4:\".ttf\";i:16;s:5:\".woff\";}}}','yes'),
(24818,'litespeed.conf.cdn-attr','a:5:{i:0;s:4:\".src\";i:1;s:9:\".data-src\";i:2;s:5:\".href\";i:3;s:7:\".poster\";i:4;s:13:\"source.srcset\";}','yes'),
(24821,'litespeed.gui._summary','a:2:{s:11:\"new_version\";i:1622228408;s:5:\"score\";i:1622574008;}','yes'),
(24828,'litespeed.optimize.timestamp_purge_css','1774304080','yes'),
(24838,'wpassetcleanup_post_type_load_exceptions','{\"page\":{\"styles\":{\"contact-form-7\":\"\",\"ez-icomoon\":\"\",\"ez-toc\":\"\",\"elementor-animations\":\"\",\"elementor-common\":\"\",\"elementor-frontend\":\"\",\"elementor-frontend-legacy\":\"\",\"elementor-icons\":\"\",\"elementor-post-819\":\"\",\"font-awesome\":\"\",\"vce-style\":\"\",\"dashicons\":\"\",\"wp-block-library\":\"\",\"google-fonts-1\":\"\",\"vce-fonts\":\"\"},\"scripts\":{\"contact-form-7\":\"\",\"backbone-marionette\":\"\",\"backbone-radio\":\"\",\"elementor-admin-bar\":\"\",\"elementor-app-loader\":\"\",\"elementor-common\":\"\",\"elementor-common-modules\":\"\",\"elementor-dialog\":\"\",\"elementor-frontend\":\"\",\"elementor-frontend-modules\":\"\",\"elementor-waypoints\":\"\",\"elementor-webpack-runtime\":\"\",\"preloaded-modules\":\"\",\"share-link\":\"\",\"swiper\":\"\",\"vce-main\":\"\",\"comment-reply\":\"\",\"hoverintent-js\":\"\",\"imagesloaded\":\"\",\"jquery\":\"\",\"jquery-core\":\"\",\"jquery-migrate\":\"\",\"wp-embed\":\"\"}}}','no'),
(32273,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"seasonedblogger.com@gmail.com\";s:7:\"version\";s:5:\"6.4.5\";s:9:\"timestamp\";i:1719265565;}','no'),
(33634,'litespeed.admin_display.messages','[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]','yes'),
(33635,'litespeed.conf.guest','','yes'),
(33636,'litespeed.conf.guest_optm','1','yes'),
(33637,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]','yes'),
(33638,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','yes'),
(33639,'litespeed.conf.optm-ucss_inline','','yes'),
(33640,'litespeed.conf.optm-ucss_whitelist','[]','yes'),
(33641,'litespeed.conf.optm-ucss_exc','[]','yes'),
(33642,'litespeed.conf.optm-html_lazy','[]','yes'),
(33643,'litespeed.conf.optm-ccss_per_url','1','yes'),
(33644,'litespeed.conf.optm-gm_js_exc','[]','yes'),
(33645,'litespeed.conf.optm-guest_only','1','yes'),
(33646,'litespeed.conf.media-add_missing_sizes','','yes'),
(33680,'litespeed.purge._summary','[]','yes'),
(42668,'litespeed.conf.__activation','-1','yes'),
(42669,'litespeed.purge.queue','-1','yes'),
(42670,'litespeed.purge.queue2','-1','yes'),
(42756,'litespeed.data.upgrading','-1','yes'),
(61145,'litespeed.conf.debug-exc_strings','[]','yes'),
(61146,'litespeed.conf.media-vpi','','yes'),
(61147,'litespeed.conf.media-vpi_cron','1','yes'),
(61148,'litespeed.conf.qc-token','','yes'),
(61149,'litespeed.conf.qc-nameservers','','yes'),
(61150,'litespeed.admin_display.thirdparty_litespeed_check','1','yes'),
(61280,'litespeed.css._summary','[]','yes'),
(66220,'litespeed.conf.optm-ucss_file_exc_inline','[]','yes'),
(80830,'litespeed.conf.optm-js_delay_inc','[]','yes'),
(80831,'litespeed.conf.optm-dns_preconnect','[]','yes'),
(84425,'litespeed.conf.cache-vary_cookies','[]','yes'),
(84426,'litespeed.conf.media-preload_featured','','yes'),
(91532,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(91533,'wp_force_deactivated_plugins','a:0:{}','yes'),
(91534,'wp_attachment_pages_enabled','1','yes'),
(91535,'user_count','1','no'),
(99812,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:7:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-7.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-7.0-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.0\";s:7:\"version\";s:3:\"7.0\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:49:\"https://downloads.w.org/release/wordpress-7.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:49:\"https://downloads.w.org/release/wordpress-7.0.zip\";s:10:\"no_content\";s:60:\"https://downloads.w.org/release/wordpress-7.0-no-content.zip\";s:11:\"new_bundled\";s:61:\"https://downloads.w.org/release/wordpress-7.0-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.0\";s:7:\"version\";s:3:\"7.0\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.8.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.8.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.8.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.8.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.5\";s:7:\"version\";s:5:\"6.8.5\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.5\";s:7:\"version\";s:5:\"6.7.5\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.6.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.6.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.6.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.6.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.5\";s:7:\"version\";s:5:\"6.6.5\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.5.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.5.8.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.5.8-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.5.8-new-bundled.zip\";s:7:\"partial\";s:61:\"https://downloads.w.org/release/wordpress-6.5.8-partial-5.zip\";s:8:\"rollback\";s:62:\"https://downloads.w.org/release/wordpress-6.5.8-rollback-5.zip\";}s:7:\"current\";s:5:\"6.5.8\";s:7:\"version\";s:5:\"6.5.8\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.5.5\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1781700503;s:15:\"version_checked\";s:5:\"6.5.5\";s:12:\"translations\";a:0:{}}','no'),
(105489,'litespeed.conf.cache-ajax_ttl','[]','yes'),
(105490,'litespeed.conf.debug-collapse_qs','','yes'),
(105491,'litespeed.conf.optm-html_skip_comment','[]','yes'),
(141386,'litespeed.conf.optm-ccss_whitelist','[]','yes'),
(141387,'litespeed.conf.cdn-cloudflare_clear','','yes'),
(141388,'litespeed.conf.qc-cname','','yes'),
(141518,'litespeed.gui.lscwp_whm_install','-1','yes'),
(141519,'litespeed.gui.dismiss','-1','yes'),
(141531,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),
(141534,'ai1wm_secret_key','J638c2h0FaEM','yes'),
(141543,'can_compress_scripts','1','yes'),
(141549,'_site_transient_ai1wm_last_check_for_updates','1781700503','no'),
(141550,'ai1wm_updater','a:0:{}','yes'),
(141595,'_elementor_global_css','a:7:{s:4:\"time\";i:1750774499;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','yes'),
(141867,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":5,\"critical\":2}','yes'),
(148807,'litespeed.conf.media-auto_rescale_ori','','yes'),
(148808,'litespeed.conf.debug-disable_tmp','0','yes'),
(149650,'litespeed.conf.img_optm-sizes_skipped','[]','yes'),
(159928,'litespeed.conf._version','7.8.0.1','yes'),
(163513,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1781993718','no'),
(163514,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),
(163523,'_transient_timeout_feed_d21d2a68bac70d38fb7f9a7bd3d1725e','1782005051','no');
INSERT INTO `hrs_options` VALUES
(163524,'_transient_feed_d21d2a68bac70d38fb7f9a7bd3d1725e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:5:\"\n\n	\n	\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:370:\"\n\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n							\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress.org Forums » [XML Sitemap Generator for Google] Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/plugin/google-sitemap-generator/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 14 Jun 2026 01:24:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://bbpress.org/?v=2.7.0-alpha-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/assign-access-to-a-custom-role/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Assign access to a custom role\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/assign-access-to-a-custom-role/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jun 2026 14:58:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:270:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">We manage multiple sites and have a vendor who is requesting access to this plugin. We don&#8217;t give our vendors admin access so is there anyway to assign access to a non-admin role?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"sfarnsworth\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/support/topic/nginx-cve-2026-42945-rewrite-rules/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;NGINX CVE-2026-42945 Rewrite Rules\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/support/topic/nginx-cve-2026-42945-rewrite-rules/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 May 2026 08:58:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2089:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hi, a few days ago, an 18-year-old vulnerability in NGINX—specifically concerning the Rewrite module—was patched. This is particularly relevant in conjunction with <code>$1/$2</code>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In the plugin settings, you currently specify…</p>\n\n\n\n<p class=\"wp-block-paragraph\"><code></code><code>rewrite ^/.*-misc?\\.xml$ \"/index.php?xml_sitemap=params=$2\" last;<br />rewrite ^/.*-misc?\\.xml\\.gz$ \"/index.php?xml_sitemap=params=$2;zip=true\" last;<br />rewrite ^/.*-misc?\\.html$ \"/index.php?xml_sitemap=params=$2;html=true\" last;<br />rewrite ^/.*-misc?\\.html\\.gz$ \"/index.php?xml_sitemap=params=$2;html=true;zip=true\" last;<br />rewrite ^/.*-sitemap.*(?:\\d\\{1,4\\}(?!-misc)|-misc)?\\.xml$ \"/index.php?xml_sitemap=params=$2\" last;<br />rewrite ^/.*-sitemap.*(?:\\d\\{1,4\\}(?!-misc)|-misc)?\\.xml\\.gz$ \"/index.php?xml_sitemap=params=$2;zip=true\" last;<br />rewrite ^/.*-sitemap.*(?:\\d\\{1,4\\}(?!-misc)|-misc)?\\.html$ \"/index.php?xml_sitemap=params=$2;html=true\" last;<br />rewrite ^/.*-sitemap.*(?:\\d\\{1,4\\}(?!-misc)|-misc)?\\.html\\.gz$ \"/index.php?xml_sitemap=params=$2;html=true;zip=true\" last;</code></p>\n\n\n\n<p class=\"wp-block-paragraph\">It should look more like this now.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>rewrite \"^/(?.<em>)-misc.xml$\" \"/index.php?xml_sitemap=params=$slug\" last; rewrite \"^/(?.</em>)-misc.xml.gz$\" \"/index.php?xml_sitemap=params=$slug;zip=true\" last;<br />rewrite \"^/(?.<em>)-misc.html$\" \"/index.php?xml_sitemap=params=$slug;html=true\" last; rewrite \"^/(?.</em>)-misc.html.gz$\" \"/index.php?xml_sitemap=params=$slug;html=true;zip=true\" last;<br />rewrite \"^/(?.<em>)-sitemap.</em>.xml$\" \"/index.php?xml_sitemap=params=$slug\" last;<br />rewrite \"^/(?.<em>)-sitemap.</em>.xml.gz$\" \"/index.php?xml_sitemap=params=$slug;zip=true\" last;<br />rewrite \"^/(?.<em>)-sitemap.</em>.html$\" \"/index.php?xml_sitemap=params=$slug;html=true\" last;<br />rewrite \"^/(?.<em>)-sitemap.</em>.html.gz$\" \"/index.php?xml_sitemap=params=$slug;html=true;zip=true\" last;</code></p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"saguya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/support/topic/add-google-news-xml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Add Google News XML\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/support/topic/add-google-news-xml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 May 2026 20:26:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"wp-block-paragraph\">I can&#8217;t find a way to add a Google News-specific sitemap.  Can you help with this?  <a href=\"https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap\" rel=\"nofollow ugc\">https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap</a></p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"robbypayne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/support/topic/generate-llms-txt-sitemap-for-ia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Generate LLMS.txt sitemap for IA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/support/topic/generate-llms-txt-sitemap-for-ia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 May 2026 20:42:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:295:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">I love you plugin manly because it is not overloading my server generating Sitemap using CRONJOBs.<br /><br />feature suggestion: geneate in the same way the LLMS.TXT IA &#8220;sitemap&#8221; though Cron <br /></p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Matthieuh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/support/topic/issue-with-the-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Issue with the sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/support/topic/issue-with-the-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2026 06:38:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:284:\"\n						\n						<p>Replies: 5</p>\n						<p class=\"wp-block-paragraph\">Why does the sitemap not include all the pages of the website in the newer versions, but only a few, compared to version 4.1.13 ??   Also, what can I do to include the website images in the sitemap ?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"giorgosd1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/support/topic/how-can-i-delete-misc-xml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"How can I delete misc.xml?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/support/topic/how-can-i-delete-misc-xml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Apr 2026 09:07:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:278:\"\n						\n						<p>Replies: 2</p>\n						<p class=\"wp-block-paragraph\">Hi</p>\n\n\n\n<p class=\"wp-block-paragraph\">The misc.xml create automatically in my sitemap. How can I delete or disable it from sitemap?</p>\n\n\n\n<p class=\"wp-block-paragraph\">This sitemap is empty.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Ehsan Fotoohabadi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wordpress.org/support/topic/no-option-to-decrease-the-1000-links-per-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"No option to decrease the 1000 links per page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wordpress.org/support/topic/no-option-to-decrease-the-1000-links-per-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Apr 2026 00:43:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:514:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hello,<br />My website has 2300 pages. I got recommendations to keep XML files no larger then 200 links per page avoid over load of my shared hosting server. But your plugin won&#8217;t allow to decrease the default 1000 value but just to increase it.<br />What is the logic behind the decision to keep this value so high and to block decreasing? </p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Polaris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/how-to-create-an-image-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"How to create an image sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/how-to-create-an-image-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Apr 2026 14:37:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hi, how do I use the plugin to gereate an image sitemap? </p>\n\n\n\n<p class=\"wp-block-paragraph\">The description of the plugin and FAQ both say it will do so, but I can&#8217;t find how.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ditto for video sitemap.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"dfardon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/support/topic/sitemap-xml-not-being-created-correctly/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;sitemap.xml not being created correctly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/support/topic/sitemap-xml-not-being-created-correctly/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 22 Mar 2026 16:28:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:701:\"\n						\n						<p>Replies: 6</p>\n						<p class=\"wp-block-paragraph\">I noticed that google search failed to retrieve our sitemap. I checked our settings and everything looked OK but when I tried to access the sitemap at <a href=\"https://bags-of-books.co.uk/sitemap.xml\" rel=\"nofollow ugc\">https://bags-of-books.co.uk/sitemap.xml</a> I received an error message as follows:</p>\n\n\n\n<p class=\"wp-block-paragraph\">This page contains the following errors:</p>\n\n\n\n<p class=\"wp-block-paragraph\">error on line 2 at column 6: XML declaration allowed only at the start of the document Below is a rendering of the page up to the first error.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Regards<br />Matt</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"mattgivertz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/support/topic/manual-hreflang-xml-sitemap-not-working/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Manual HREFLANG XML Sitemap Not Working\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/support/topic/manual-hreflang-xml-sitemap-not-working/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Mar 2026 19:06:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1591:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hi There &#8211; I&#8217;m generating a central HREFLANG XML Sitemap on a website that is using your plugin to create the general XML Sitemap (which is very good, by the way). <br /><br />My problem is that when I try to view my manual sitemap, the plugin appears to intercept the file and generate a blank file in its place. Screenshot is pasted below. How can I get this manually-generated sitemap to function correctly? Here&#8217;s what appears on the page in the browser when I try to view the manually-generated sitemap:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!--<br /> sitemap-generator-url=\'http://www.arnebrachhold.de\' sitemap-generator-version=\'4.1.23\' <br />--&gt;<br />&lt;!-- generated-on=\'March 2, 2026 6:48 pm\' --&gt;<br />&lt;urlset xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\"/&gt;<br />&lt;!--<br /> Request ID: 40e4fcd22b83ec3d19b4275f1d85e135; Queries for sitemap: 1; Total queries: 44; Seconds: 0; Memory for sitemap: 1KB; Total memory: 12MB <br />--&gt;</code></pre>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\n\n<ul id=\"bbp-topic-revision-log-18838619\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-18838619-item-18838624\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 3 months, 1 week ago by <a href=\"https://wordpress.org/support/users/elmricek/\" title=\"View elmricek&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">elmricek</span></a>.\n	</li>\n\n</ul>\n\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"elmricek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/support/topic/exclude-pages-from-sitemap-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Exclude pages from sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/support/topic/exclude-pages-from-sitemap-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Feb 2026 07:27:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:566:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hi!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Is it possible to exclude certain pages from the site map, so that they aren&#8217;t part of the main results when searching in Google? See attached image: <a href=\"https://ibb.co/DHH7z7GX\" rel=\"nofollow ugc\">https://ibb.co/DHH7z7GX</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Basically, so that the &#8220;Cookies policy&#8221; &#8220;Aviso Legal&#8221;  etc aren&#8217;t up there as main results?</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks!</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"hbee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wordpress.org/support/topic/sitemap-html-not-found-and-no-replays-on-any-of-the-other-post-asking-same/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"sitemap.html not found &amp;#8211; And no replays on any of the other post asking same?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wordpress.org/support/topic/sitemap-html-not-found-and-no-replays-on-any-of-the-other-post-asking-same/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Feb 2026 17:42:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1142:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Why is no one replaying to the sitemap.html not found? I&#8217;m getting the same thing from google search console. Anyone have any ideas? My sitemap &#8211; <a href=\"https://www.gntac.com/sitemap.xml\" rel=\"nofollow ugc\">https://www.gntac.com/sitemap.xml</a><br /><a href=\"https://www.gunnook.com/docs/google/ss1.png\" rel=\"nofollow ugc\">https://www.gunnook.com/docs/google/ss1.png</a><br /><a href=\"https://www.gunnook.com/docs/google/ss2.png\" rel=\"nofollow ugc\">https://www.gunnook.com/docs/google/ss2.png</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.gunnook.com/docs/google/ss3.png\" rel=\"nofollow ugc\">https://www.gunnook.com/docs/google/ss3.png</a></p>\n\n\n<ul id=\"bbp-topic-revision-log-18816928\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-18816928-item-18816933\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 4 months ago by <a href=\"https://wordpress.org/support/users/l3gacy/\" title=\"View l3gacy&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">l3gacy</span></a>.\n	</li>\n\n</ul>\n\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"l3gacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/support/topic/security-risk-reported-by-wp-engine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;security risk reported by WP Engine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/support/topic/security-risk-reported-by-wp-engine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Feb 2026 06:10:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:549:\"\n						\n						<p>Replies: 6</p>\n						<p class=\"wp-block-paragraph\">XML Sitemap Generator for Google &lt;= 4.1.22 is vulnerable to Access Controls</p>\n\n\n\n<p class=\"wp-block-paragraph\">Severity:&nbsp;low (5.3)</p>\n\n\n\n<p class=\"wp-block-paragraph\">Exploited:&nbsp;No</p>\n\n\n\n<p class=\"wp-block-paragraph\">Fixed in:&nbsp;No fix yet</p>\n\n\n\n<p class=\"wp-block-paragraph\">Security risk:&nbsp;access controls.&nbsp;This vulnerability allows any unauthenticated user to perform actions that only an administrator should be allowed to do.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"lilian9888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wordpress.org/support/topic/google-discovered-0-page-in-sitemap-despite-success-status/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Google discovered 0 page in sitemap despite success status\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wordpress.org/support/topic/google-discovered-0-page-in-sitemap-despite-success-status/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Jan 2026 01:32:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"\n						\n						<p>Replies: 4</p>\n						<p class=\"wp-block-paragraph\">Submitted to google successfully, but they discovered 0 page in that sitemap. Whats wrong?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"alexmark001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wordpress.org/support/topic/havent-received-a-response-to-my-email-in-two-weeks-im-send-here/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"haven&amp;#8217;t received a response to my email in two weeks, I&amp;#8217;m send here\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wordpress.org/support/topic/havent-received-a-response-to-my-email-in-two-weeks-im-send-here/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jan 2026 02:31:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:591:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hello</p>\n\n\n\n<p class=\"wp-block-paragraph\">Hello I use your plugin that generates my&nbsp;sitemap, it seems to work on bing but recognises that 4.4 million urls while the site has almost 6 million articles (post) without counting the categories, page etc. However, Google still does not recognise the&nbsp;sitemap, it finds 0 url, do you have any idea why?</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m sending you some screenshots, thanking you in advance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Sincerely,</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"adelmacmac\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/support/topic/slow-load-time-16/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Slow load time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/support/topic/slow-load-time-16/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Jan 2026 09:09:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:703:\"\n						\n						<p>Replies: 5</p>\n						<p class=\"wp-block-paragraph\">Hello.<br /><br /><strong>Why does the latest version of the plugin slow down page loading?</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">A page without the plugin loads in 700 ms.<br />A page with the plugin loads in 1 second.<br />A page with the plugin, but without the option “Do not use automatic priority calculation”, loads in 800 ms.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The plugin slows down performance by 100–200 ms.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Why does it load at all when the landing page is visited?<br /><br />Latest version of WP<br />Latest version of plugin.<br />Multi Sites websites.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"faca5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/support/topic/bing-api-key-generation-bug/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Bing API key generation bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/support/topic/bing-api-key-generation-bug/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jan 2026 10:11:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1570:\"\n						\n						<p>Replies: 1</p>\n						<ul>\n<li>I am using XML Sitemap Generator v4.1.22, WordPress v6.9.</li>\n\n\n\n<li>Blog URL: <a href=\"https://quantumink.co.uk\" rel=\"nofollow ugc\">https://quantumink.co.uk</a></li>\n\n\n\n<li>Apache, Directadmin, Rocky Linux 9.x</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Looks like I have hit a bug. Every time I click on &#8220;update options&#8221;, a new Bing API key is generated &#8211; as shown here:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Use IndexNow Protocol to notify Microsoft Bing, Seznam.cz, Naver, and Yandex search engines about updates to your site<br />Microsoft Bing API Key: 1403c6440c4842598ca21c45cd0f31d7</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">This breaks the automation to send my URLs to IndexNow since the API key file that I have on my blog root becomes invalid.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Example:</p>\n\n\n\n<ul>\n<li>Bing/IndexNow key &#8220;1403c6440c4842598ca21c45cd0f31d7&#8221; is shown in Plugin Settings.</li>\n\n\n\n<li>I create a file called 1403c6440c4842598ca21c45cd0f31d7.txt in my blog root and add the key to this file.</li>\n\n\n\n<li>Plugibn works as expected and notifies IndexNow of any new posts I am create.</li>\n\n\n\n<li>I then go to the plugin setting, make some changes and click on &#8220;Update options&#8221; button at the bottom of the screen. This action regenerates the Bing API key. So my original &lt;key&gt;.txt file now becomes invalid and IndexNow automation breaks.</li>\n</ul>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"quantumink\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/plugin-related-files/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;plugin related files\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/plugin-related-files/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jan 2026 10:36:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1832:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hello</p>\n\n\n\n<p class=\"wp-block-paragraph\">I have found a file fix.php in my host which contains the code below. Seems to be a fix for old errors in wordpress. but i was wondering if it is also related to fixing sitemap errors and somehow related to this plugin.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php<br />function ___wejns_wp_whitespace_fix($input) {<br />    /* valid content-type? */<br />    $allowed = false;<br /><br />    /* found content-type header? */<br />    $found = false;<br /><br />    /* we mangle the output if (and only if) output type is text/* */<br />    foreach (headers_list() as $header) {<br />        if (preg_match(\"/^content-type:\\\\s+(text\\\\/|application\\\\/((xhtml|atom|rss)\\\\+xml|xml))/i\", $header)) {<br />            $allowed = true;<br />        }<br /><br />        if (preg_match(\"/^content-type:\\\\s+/i\", $header)) {<br />            $found = true;<br />        }<br />    }<br /><br />    /* do the actual work */<br />    if ($allowed || !$found) {<br />        return preg_replace(\"/\\\\A\\\\s*/m\", \"\", $input);<br />    } else {<br />        return $input;<br />    }<br />}<br /><br />/* start output buffering using custom callback */<br />ob_start(\"___wejns_wp_whitespace_fix\");<br />?&gt;<br /><br />&lt;?php<br />/**<br /> * Front to the WordPress application. This file doesn\'t do anything, but loads<br /> * wp-blog-header.php which does and tells WordPress to load the theme.<br /> *<br /> * @package WordPress<br /> */<br /><br />/**<br /> * Tells WordPress to load the WordPress theme and output it.<br /> *<br /> * @var bool<br /> */<br />define(\'WP_USE_THEMES\', true);<br /><br />/** Loads the WordPress Environment and Template */<br />require(\'./wp-blog-header.php\');<br />?&gt;</code></pre>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"mina404\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/support/topic/typo-in-admin-message/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Typo in admin message\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/support/topic/typo-in-admin-message/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Dec 2025 03:34:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:348:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">wp-content/plugins/google-sitemap-generator/class-googlesitemapgeneratorloader.php</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\n\n\n<p class=\"wp-block-paragraph\">Message starts:</p>\n\n\n\n<p class=\"wp-block-paragraph\">Auto-updates aren not enabled for Sitemap Generator.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Eli\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wordpress.org/support/topic/xml-sitemap-generator-for-google-has-a-critical-security-vulnerability/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;XML Sitemap Generator for Google&amp;#8221; has a Critical security vulnerability.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wordpress.org/support/topic/xml-sitemap-generator-for-google-has-a-critical-security-vulnerability/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Dec 2025 16:15:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1582:\"\n						\n						<p>Replies: 9</p>\n						<p class=\"wp-block-paragraph\">Hi,<br /><br />Just received a Critical warning regarding your plugin, which is stated as:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Plugin Name: </strong>XML Sitemap Generator for Google<br /><strong>Current Plugin Version: </strong>4.1.21 <br />Issue Found December 21, 2025 9:06 pm &#8211; Critical<br /><br /><strong>Details: </strong>To protect your site from this vulnerability, the safest option is to deactivate and completely remove &#8220;XML Sitemap Generator for Google&#8221; until a patched version is available. <a href=\"https://www.wordfence.com/help/?query=scan-result-plugin-vulnerable\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">Get more information. (opens in new tab)</a><br /><br /><strong>Repository URL: </strong><a href=\"https://wordpress.org/plugins/google-sitemap-generator\" target=\"_blank\" rel=\"noreferrer noopener ugc\">https://wordpress.org/plugins/google-sitemap-generator (opens in new tab)</a><br /><strong>Vulnerability Information: </strong><a href=\"https://www.wordfence.com/threat-intel/vulnerabilities/id/2ea32997-9fe3-4f31-9c3a-28bc14af3713?source=plugin\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">https://www.wordfence.com/threat-intel/vulnerabilities/id/2ea32997-9fe3-4f31-9c3a-28bc14af3713?source=plugin (opens in new tab)</a><br /><strong>Vulnerability Severity: </strong>5.3/10.0 (Medium)</p>\n\n\n\n<p class=\"wp-block-paragraph\">Do hope you will be fixing this issue, quickly.<br /><br />Anxiously awaiting your reply,<br />Trish</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Trish\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/support/topic/security-risk-34/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;security risk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/support/topic/security-risk-34/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2025 20:35:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:997:\"\n						\n						<p>Replies: 4</p>\n						<p class=\"wp-block-paragraph\">WP Engine reported a security risk for the version of 4.1.21. When this can be fixed?</p>\n\n\n\n<p class=\"wp-block-paragraph\">See below:</p>\n\n\n\n<p class=\"wp-block-paragraph\">XML Sitemap Generator for Google&nbsp;&lt;=&nbsp;4.1.21&nbsp;is vulnerable to&nbsp;Access Controls</p>\n\n\n\n<p class=\"wp-block-paragraph\">Severity:&nbsp;low (5.3)</p>\n\n\n\n<p class=\"wp-block-paragraph\">Exploited:&nbsp;No</p>\n\n\n\n<p class=\"wp-block-paragraph\">Fixed in:&nbsp;No fix yet</p>\n\n\n\n<p class=\"wp-block-paragraph\">Security risk: access controls. This vulnerability allows any unauthenticated user to perform actions that only an administrator should be allowed to do.<a href=\"https://patchstack.com/database/vulnerability/google-sitemap-generator/wordpress-google-xml-sitemaps-plugin-4-1-21-broken-access-control-vulnerability?_a_id=473\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\"> </a></p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"lilian9888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/support/topic/broken-access-control-vulnerability-17/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Broken Access Control vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/support/topic/broken-access-control-vulnerability-17/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Dec 2025 00:36:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:895:\"\n						\n						<p>Replies: 7</p>\n						<p class=\"wp-block-paragraph\">Patchstack recently reported a low-priority/low-severity security vulnerability with WordPress Google XML Sitemaps plugin &lt;= 4.1.21. Details here:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://patchstack.com/database/wordpress/plugin/google-sitemap-generator/vulnerability/wordpress-google-xml-sitemaps-plugin-4-1-21-broken-access-control-vulnerability\" rel=\"nofollow ugc\">https://patchstack.com/database/wordpress/plugin/google-sitemap-generator/vulnerability/wordpress-google-xml-sitemaps-plugin-4-1-21-broken-access-control-vulnerability</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.cve.org/CVERecord?id=CVE-2025-64632\" rel=\"nofollow ugc\">https://www.cve.org/CVERecord?id=CVE-2025-64632</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Though a minor issue, will a fix be made available?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ken Gagne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/support/topic/no-woocommerce-products-indexed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"No woocommerce products indexed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/support/topic/no-woocommerce-products-indexed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2025 14:46:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:267:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hello. We have woocomm installed. Both categories and products are checked, but only categories sitemap is being generated.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Can u help? Thank-you</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"davemspan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/support/topic/broken-links-in-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Broken links in sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/support/topic/broken-links-in-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Nov 2025 15:45:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:257:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">I noticed that after enabling the SEO module, my XML sitemap lists some URLs that don&#8217;t exist anymore. How often does it regenerate? Is there a manual refresh option?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"hurtadodoo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/support/topic/bbpress-forum-pagination-topics-replies/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"BBPress Forum Pagination: Topics &amp;amp; Replies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/support/topic/bbpress-forum-pagination-topics-replies/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Oct 2025 12:02:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1136:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hi, even though all the forum posts and replies are nicely picked up in the sitemap, it seems the Google crawler has taken umbrage to some. (The virtual robots.txt option is not selected as we use our own.)</p>\n\n\n\n<p class=\"wp-block-paragraph\"> The validation has failed for <a href=\"https://search.google.com/search-console/index/validation?resource_id=sc-domain%3Astearnvault.com&amp;item_key=CAMYFyAC&amp;sharing_key=yvkDBBThHTOb6Db6yZdXqw\" rel=\"nofollow ugc\">these replies</a> &#8211; no reason given by Google. It might be something to do with them not being published as separate web pages.  The replies aren&#8217;t associated or merged into existing pages having topic page numbers. An idea for the sitemap is, rather than replies, include paginated topics of the form:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>https://mysite.com/forums/topic/mytopic/page/N</code></p>\n\n\n\n<p class=\"wp-block-paragraph\">Is this at all possible? Would be happy to help in any way if there is a glimmer of a chance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"lmstearn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/support/topic/xml-error-24/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"XML error\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/support/topic/xml-error-24/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Oct 2025 21:08:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1527:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"wp-block-paragraph\"><strong>An error has been found!</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">Click on&nbsp;<img data-recalc-dims=\"1\" src=\"https://i0.wp.com/xmlval-4199.kxcdn.com/images/errorjump.png?ssl=1\" alt=\"\" />&nbsp;to jump to the error. In the document, you can point at&nbsp;<img data-recalc-dims=\"1\" src=\"https://i0.wp.com/xmlval-4199.kxcdn.com/images/error.png?ssl=1\" alt=\"\" />&nbsp;with your mouse to see the error message.<br /><strong>Errors in the XML document:</strong><br /><a href=\"https://www.xmlvalidation.com/index.php?id=1&amp;L=0#xml-2-6--1732781305\" rel=\"nofollow ugc\"></a>2:6The processing instruction target matching &#8220;[xX][mM][lL]&#8221; is not allowed.<br /><strong>XML document:</strong><br />12&lt;?xml<a href=\"https://www.xmlvalidation.com/index.php?id=1&amp;L=0#\" rel=\"nofollow ugc\"></a>&nbsp;version=&#8217;1.0&#8242;&nbsp;encoding=&#8217;UTF-8&#8242;?&gt;&lt;?xml-stylesheet&nbsp;type=&#8217;text/xsl&#8217;&nbsp;href=&#8217;<a href=\"https://apriorisource.com/wp-content/plugins/google-sitemap-generator/sitemap.xsl&amp;#8217\" rel=\"nofollow ugc\">https://apriorisource.com/wp-content/plugins/google-sitemap-generator/sitemap.xsl&#038;#8217</a>;?&gt;&lt;!&#8211;&nbsp;sitemap-generator-url=&#8217;<a href=\"http://www.arnebrachhold.de’ sitemap-generator-version=’4.1.21′ –&amp;gt\" rel=\"nofollow ugc\">http://www.arnebrachhold.de&#8217;&nbsp;sitemap-generator-version=&#8217;4.1.21&#8242;&nbsp;&#8211;&#038;gt</a>;</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"artlset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/support/topic/sitemap-html-not-found/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"sitemap.html not found\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/support/topic/sitemap-html-not-found/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Oct 2025 16:17:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:460:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"wp-block-paragraph\">I installed and configured the plugin last week and submitted the .xml sitemap to Google. </p>\n\n\n\n<p class=\"wp-block-paragraph\">It cannot find the /sitemap.html file. I checked the settings and I have checked (by default) generate sitemap and use .html.<br /><br />I tried changing the sitemap name to see if that would trigger the rebuild, but it did not. Still have a 404. </p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"painreliefwa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/support/topic/sitemap-could-not-be-read-13/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Sitemap could not be read\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/support/topic/sitemap-could-not-be-read-13/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Oct 2025 21:41:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1160:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"wp-block-paragraph\">Hi,<br /><br />When I submit my main sitemap (<code>https://vincheck.info/sitemap.xml</code>) to Google Search Console, it shows the error <strong>“couldn’t fetch” / “sitemap could not be read”</strong> (screenshot: <a href=\"https://passimage.in/i/60c7f8fd35c8f45949a7.png\" rel=\"nofollow ugc\">https://passimage.in/i/60c7f8fd35c8f45949a7.png</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">Interestingly, when I submit individual sitemaps such as:</p>\n\n\n\n<ul>\n<li><a href=\"https://vincheck.info/page-sitemap8.xml\" rel=\"nofollow ugc\">https://vincheck.info/page-sitemap8.xml</a></li>\n\n\n\n<li><a href=\"https://vincheck.info/page-sitemap7.xml\" rel=\"nofollow ugc\">https://vincheck.info/page-sitemap7.xml</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">…they are processed successfully without issues.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Do you have any idea why the main sitemap URL fails to be processed, while the individual ones work fine?</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks in advance for your help!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Best regards,<br />Jovan</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"jovanmabilin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/support/topic/location-and-test/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Location and test\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/support/topic/location-and-test/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Sep 2025 18:42:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:239:\"\n						\n						<p>Replies: 2</p>\n						<p class=\"wp-block-paragraph\">After installing and configuring XML Sitemap Generator for Google, I can&#8217;t find a modified sitemap.xml file. Where can I find it, and can I test it?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Jan Gröneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/support/topic/ahrefs-says-sitemap-in-the-wrong-format/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"AHrefs says Sitemap in the wrong format\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/support/topic/ahrefs-says-sitemap-in-the-wrong-format/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Sep 2025 04:08:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:255:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"wp-block-paragraph\">On AHrefs, I am getting a warning that sitemap is wrong format with an &#8220;Invalid representation&#8221;</p>\n\n\n\n<p class=\"wp-block-paragraph\">Any idea why that may be?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"ajaffarali\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:67:\"https://wordpress.org/support/plugin/google-sitemap-generator/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 14 Jun 2026 01:24:11 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:10:\"set-cookie\";s:94:\"old-theme=0; expires=Sun, 14 Jun 2026 02:24:10 GMT; Max-Age=3600; path=/; domain=wordpress.org\";s:6:\"x-olaf\";s:3:\"⛄\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:5:\"clear\";s:4:\"x-nc\";s:10:\"MISS ord 2\";}}s:5:\"build\";s:14:\"20250623024144\";}','no'),
(163525,'_transient_timeout_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e','1782005051','no'),
(163526,'_transient_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e','1781400251','no'),
(163672,'_site_transient_timeout_theme_roots','1781702305','no'),
(163673,'_site_transient_theme_roots','a:4:{s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";s:5:\"voice\";s:7:\"/themes\";}','no'),
(163674,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1781700506;s:7:\"checked\";a:4:{s:16:\"twentytwentyfour\";s:3:\"1.1\";s:17:\"twentytwentythree\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.7\";s:5:\"voice\";s:5:\"2.9.2\";}s:8:\"response\";a:3:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.5.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),
(163675,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1781700508;s:8:\"response\";a:18:{s:43:\"add-expires-headers/add-expires-headers.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/add-expires-headers\";s:4:\"slug\";s:19:\"add-expires-headers\";s:6:\"plugin\";s:43:\"add-expires-headers/add-expires-headers.php\";s:11:\"new_version\";s:5:\"3.3.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/add-expires-headers/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/add-expires-headers.3.3.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/add-expires-headers/assets/icon-256x256.png?rev=2116693\";s:2:\"1x\";s:72:\"https://ps.w.org/add-expires-headers/assets/icon-128x128.png?rev=2116693\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/add-expires-headers/assets/banner-1544x500.png?rev=3394589\";s:2:\"1x\";s:74:\"https://ps.w.org/add-expires-headers/assets/banner-772x250.png?rev=3394589\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:5:\"7.105\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.105.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3490368\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=3490368\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"5.3\";s:16:\"requires_plugins\";a:0:{}}s:27:\"wp-asset-clean-up/wpacu.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/wp-asset-clean-up\";s:4:\"slug\";s:17:\"wp-asset-clean-up\";s:6:\"plugin\";s:27:\"wp-asset-clean-up/wpacu.php\";s:11:\"new_version\";s:7:\"1.4.0.4\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-asset-clean-up/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/wp-asset-clean-up.1.4.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-asset-clean-up/assets/icon-256x256.png?rev=1981952\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-asset-clean-up/assets/icon-128x128.png?rev=1981952\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wp-asset-clean-up/assets/banner-772x250.png?rev=1986594\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:8:\"3.1.15.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/autoptimize.3.1.15.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608\";s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.1\";s:16:\"requires_plugins\";a:0:{}}s:27:\"coming-soon/coming-soon.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/coming-soon\";s:4:\"slug\";s:11:\"coming-soon\";s:6:\"plugin\";s:27:\"coming-soon/coming-soon.php\";s:11:\"new_version\";s:6:\"6.20.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/coming-soon/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/coming-soon.6.20.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-256x256.png?rev=2402574\";s:2:\"1x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-128x128.png?rev=2402575\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/coming-soon/assets/banner-1544x500.png?rev=2683810\";s:2:\"1x\";s:66:\"https://ps.w.org/coming-soon/assets/banner-772x250.png?rev=2683809\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:49:\"easy-table-of-contents/easy-table-of-contents.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/easy-table-of-contents\";s:4:\"slug\";s:22:\"easy-table-of-contents\";s:6:\"plugin\";s:49:\"easy-table-of-contents/easy-table-of-contents.php\";s:11:\"new_version\";s:6:\"2.0.85\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/easy-table-of-contents/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/easy-table-of-contents.2.0.85.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/easy-table-of-contents/assets/icon-256x256.png?rev=3045459\";s:2:\"1x\";s:75:\"https://ps.w.org/easy-table-of-contents/assets/icon-128x128.png?rev=3045459\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/easy-table-of-contents/assets/banner-1544x500.png?rev=2704774\";s:2:\"1x\";s:77:\"https://ps.w.org/easy-table-of-contents/assets/banner-772x250.png?rev=2704774\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:65:\"fix-another-update-in-progress/fix-another-update-in-progress.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:44:\"w.org/plugins/fix-another-update-in-progress\";s:4:\"slug\";s:30:\"fix-another-update-in-progress\";s:6:\"plugin\";s:65:\"fix-another-update-in-progress/fix-another-update-in-progress.php\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/fix-another-update-in-progress/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/fix-another-update-in-progress.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/fix-another-update-in-progress/assets/icon-128x128.png?rev=1686708\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/fix-another-update-in-progress/assets/banner-1544x500.png?rev=1686708\";s:2:\"1x\";s:85:\"https://ps.w.org/fix-another-update-in-progress/assets/banner-772x250.png?rev=1686708\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"6.2.9\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:38:\"w.org/plugins/google-sitemap-generator\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:6:\"4.1.24\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.1.24.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-256x256.png?rev=2713572\";s:2:\"1x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-128x128.png?rev=2713572\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/google-sitemap-generator/assets/banner-772-250.png?rev=2713572\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"5.0\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:208:\"<p>Security: Mitigates CVE-2026-42945 in the suggested Nginx rewrite rules. If you previously copied the Nginx config from Settings &rarr; XML-Sitemap, please re-copy the updated rules from the dashboard.</p>\";}s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.3.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.3.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=3452717\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=3452717\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/header-footer/assets/banner-1544x500.png?rev=3452717\";s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=3452723\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:19:\"imagify/imagify.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/imagify\";s:4:\"slug\";s:7:\"imagify\";s:6:\"plugin\";s:19:\"imagify/imagify.php\";s:11:\"new_version\";s:5:\"2.2.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/imagify/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/imagify.2.2.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/imagify/assets/icon-256x256.gif?rev=3452959\";s:2:\"1x\";s:60:\"https://ps.w.org/imagify/assets/icon-128x128.gif?rev=3452959\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/imagify/assets/banner-1544x500.png?rev=2759224\";s:2:\"1x\";s:62:\"https://ps.w.org/imagify/assets/banner-772x250.png?rev=2759224\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.3\";s:16:\"requires_plugins\";a:0:{}}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"7.8.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:49:\"meks-easy-social-share/meks-easy-social-share.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/meks-easy-social-share\";s:4:\"slug\";s:22:\"meks-easy-social-share\";s:6:\"plugin\";s:49:\"meks-easy-social-share/meks-easy-social-share.php\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/meks-easy-social-share/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/meks-easy-social-share.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/meks-easy-social-share/assets/icon-256x256.png?rev=2092911\";s:2:\"1x\";s:75:\"https://ps.w.org/meks-easy-social-share/assets/icon-128x128.png?rev=2092911\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/meks-easy-social-share/assets/banner-772x250.jpg?rev=2789240\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";s:6:\"tested\";s:5:\"6.6.5\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:6:\"4.5.11\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/redux-framework.4.5.11.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";s:3:\"svg\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=2889347\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:39:\"resmushit-image-optimizer/resmushit.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/resmushit-image-optimizer\";s:4:\"slug\";s:25:\"resmushit-image-optimizer\";s:6:\"plugin\";s:39:\"resmushit-image-optimizer/resmushit.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/resmushit-image-optimizer/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/resmushit-image-optimizer.1.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/resmushit-image-optimizer/assets/icon-256x256.png?rev=3049668\";s:2:\"1x\";s:78:\"https://ps.w.org/resmushit-image-optimizer/assets/icon-128x128.png?rev=3049668\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/resmushit-image-optimizer/assets/banner-1544x500.png?rev=3032213\";s:2:\"1x\";s:80:\"https://ps.w.org/resmushit-image-optimizer/assets/banner-772x250.png?rev=3032215\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.0.0\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"sg-cachepress/sg-cachepress.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/sg-cachepress\";s:4:\"slug\";s:13:\"sg-cachepress\";s:6:\"plugin\";s:31:\"sg-cachepress/sg-cachepress.php\";s:11:\"new_version\";s:6:\"7.7.11\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/sg-cachepress/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/sg-cachepress.7.7.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/sg-cachepress/assets/icon-256x256.gif?rev=2971889\";s:2:\"1x\";s:66:\"https://ps.w.org/sg-cachepress/assets/icon-128x128.gif?rev=2971889\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/sg-cachepress/assets/banner-1544x500.png?rev=2971889\";s:2:\"1x\";s:68:\"https://ps.w.org/sg-cachepress/assets/banner-772x250.png?rev=2971889\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:40:\"w.org/plugins/shortpixel-image-optimiser\";s:4:\"slug\";s:26:\"shortpixel-image-optimiser\";s:6:\"plugin\";s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";s:11:\"new_version\";s:5:\"6.5.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/shortpixel-image-optimiser/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/shortpixel-image-optimiser.6.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/shortpixel-image-optimiser/assets/icon-256x256.gif?rev=3245715\";s:2:\"1x\";s:79:\"https://ps.w.org/shortpixel-image-optimiser/assets/icon-128x128.gif?rev=3245715\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/shortpixel-image-optimiser/assets/banner-1544x500.png?rev=3400007\";s:2:\"1x\";s:81:\"https://ps.w.org/shortpixel-image-optimiser/assets/banner-772x250.png?rev=3400007\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.8.0\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"2.9.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:5:\"7.2.5\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:99:\"<p>This is a security update.  Users that implement mfunc/mclude should update to this version.</p>\";}s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:7:\"0.9.129\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.129.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2899202\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2899202\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2899202\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2899202\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"5.3\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:61:\"<ul>\n<li>Fixed a vulnerability in the plugin code.</li>\n</ul>\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.1.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/ewww-image-optimizer\";s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:6:\"plugin\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:11:\"new_version\";s:5:\"8.7.2\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/ewww-image-optimizer/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/ewww-image-optimizer.8.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-256x256.png?rev=1582276\";s:2:\"1x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-128x128.png?rev=1582276\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/ewww-image-optimizer/assets/banner-1544x500.jpg?rev=1582276\";s:2:\"1x\";s:75:\"https://ps.w.org/ewww-image-optimizer/assets/banner-772x250.jpg?rev=1582276\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:21:\"imsanity/imsanity.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/imsanity\";s:4:\"slug\";s:8:\"imsanity\";s:6:\"plugin\";s:21:\"imsanity/imsanity.php\";s:11:\"new_version\";s:5:\"2.9.2\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/imsanity/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/imsanity.2.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:53:\"https://ps.w.org/imsanity/assets/icon.svg?rev=2420360\";s:3:\"svg\";s:53:\"https://ps.w.org/imsanity/assets/icon.svg?rev=2420360\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/imsanity/assets/banner-1544x500.png?rev=2420360\";s:2:\"1x\";s:63:\"https://ps.w.org/imsanity/assets/banner-772x250.png?rev=2420360\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:7:\"checked\";a:25:{s:43:\"add-expires-headers/add-expires-headers.php\";s:3:\"2.2\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.95\";s:27:\"wp-asset-clean-up/wpacu.php\";s:7:\"1.3.7.9\";s:27:\"autoptimize/autoptimize.php\";s:5:\"2.8.4\";s:27:\"coming-soon/coming-soon.php\";s:5:\"6.2.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.4.1\";s:49:\"easy-table-of-contents/easy-table-of-contents.php\";s:6:\"2.0.17\";s:23:\"elementor/elementor.php\";s:5:\"3.2.4\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:5:\"6.1.5\";s:65:\"fix-another-update-in-progress/fix-another-update-in-progress.php\";s:5:\"1.0.1\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"4.1.1\";s:24:\"header-footer/plugin.php\";s:5:\"3.2.2\";s:19:\"imagify/imagify.php\";s:6:\"1.9.14\";s:21:\"imsanity/imsanity.php\";s:5:\"2.7.1\";s:35:\"litespeed-cache/litespeed-cache.php\";s:7:\"7.8.0.1\";s:49:\"meks-easy-social-share/meks-easy-social-share.php\";s:5:\"1.2.6\";s:35:\"redux-framework/redux-framework.php\";s:6:\"4.1.26\";s:39:\"resmushit-image-optimizer/resmushit.php\";s:5:\"0.4.1\";s:31:\"sg-cachepress/sg-cachepress.php\";s:6:\"5.7.20\";s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";s:6:\"4.22.2\";s:27:\"voice-buddy/voice-buddy.php\";s:5:\"1.0.2\";s:33:\"w3-total-cache/w3-total-cache.php\";s:5:\"2.1.2\";s:23:\"wp-rocket/wp-rocket.php\";s:7:\"3.4.1.2\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.53\";s:29:\"wp-word-count/wpwordcount.php\";s:5:\"3.2.2\";}}','no');
/*!40000 ALTER TABLE `hrs_options` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_postmeta`
--

DROP TABLE IF EXISTS `hrs_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=9260 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_postmeta`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_postmeta` WRITE;
/*!40000 ALTER TABLE `hrs_postmeta` DISABLE KEYS */;
INSERT INTO `hrs_postmeta` VALUES
(7,7,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(8,7,'_mail','a:8:{s:7:\"subject\";s:29:\"My Wordpress \"[your-subject]\"\";s:6:\"sender\";s:48:\"My Wordpress <wordpress@travelingdictionary.com>\";s:4:\"body\";s:181:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Wordpress (http://travelingdictionary.com)\";s:9:\"recipient\";s:29:\"seasonedblogger.com@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(9,7,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:29:\"My Wordpress \"[your-subject]\"\";s:6:\"sender\";s:48:\"My Wordpress <wordpress@travelingdictionary.com>\";s:4:\"body\";s:123:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Wordpress (http://travelingdictionary.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:39:\"Reply-To: seasonedblogger.com@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(10,7,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(11,7,'_additional_settings',NULL),
(12,7,'_locale','en_GB'),
(13,59,'_menu_item_type','custom'),
(14,59,'_menu_item_menu_item_parent','0'),
(15,59,'_menu_item_object_id','59'),
(16,59,'_menu_item_object','custom'),
(17,59,'_menu_item_target',''),
(18,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(19,59,'_menu_item_xfn',''),
(20,59,'_menu_item_url','https://www.facebook.com'),
(21,59,'_vce_mega_menu','0'),
(22,59,'_wxr_import_user_slug','petsBunch'),
(23,65,'_menu_item_type','custom'),
(24,65,'_menu_item_menu_item_parent','0'),
(25,65,'_menu_item_object_id','65'),
(26,65,'_menu_item_object','custom'),
(27,65,'_menu_item_target',''),
(28,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(29,65,'_menu_item_xfn',''),
(30,65,'_menu_item_url','https://twitter.com/'),
(31,65,'_vce_mega_menu','0'),
(32,65,'_wxr_import_user_slug','petsBunch'),
(33,73,'_menu_item_type','custom'),
(34,73,'_menu_item_menu_item_parent','0'),
(35,73,'_menu_item_object_id','73'),
(36,73,'_menu_item_object','custom'),
(37,73,'_menu_item_target',''),
(38,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(39,73,'_menu_item_xfn',''),
(40,73,'_menu_item_url','https://www.pinterest.com/'),
(41,73,'_vce_mega_menu','0'),
(42,73,'_wxr_import_user_slug','petsBunch'),
(43,216,'_menu_item_type','custom'),
(44,216,'_menu_item_menu_item_parent','0'),
(45,216,'_menu_item_object_id','216'),
(46,216,'_menu_item_object','custom'),
(47,216,'_menu_item_target',''),
(48,216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(49,216,'_menu_item_xfn',''),
(50,216,'_menu_item_url','https://www.youtube.com/'),
(51,216,'_vce_mega_menu','0'),
(52,216,'_wxr_import_user_slug','petsBunch'),
(170,384,'_menu_item_type','taxonomy'),
(171,384,'_menu_item_menu_item_parent','0'),
(172,384,'_menu_item_object_id','4'),
(173,384,'_menu_item_object','category'),
(174,384,'_menu_item_target',''),
(175,384,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(176,384,'_menu_item_xfn',''),
(177,384,'_menu_item_url',''),
(178,384,'_vce_mega_menu_cat','1'),
(179,384,'_wxr_import_user_slug','petsBunch'),
(190,480,'_menu_item_type','custom'),
(191,480,'_menu_item_menu_item_parent','0'),
(192,480,'_menu_item_object_id','480'),
(193,480,'_menu_item_object','custom'),
(194,480,'_menu_item_target',''),
(195,480,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(196,480,'_menu_item_xfn',''),
(197,480,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-general'),
(198,480,'_vce_mega_menu','0'),
(199,480,'_wxr_import_user_slug','petsBunch'),
(200,481,'_menu_item_type','custom'),
(201,481,'_menu_item_menu_item_parent','0'),
(202,481,'_menu_item_object_id','481'),
(203,481,'_menu_item_object','custom'),
(204,481,'_menu_item_target',''),
(205,481,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(206,481,'_menu_item_xfn',''),
(207,481,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-header'),
(208,481,'_vce_mega_menu','0'),
(209,481,'_wxr_import_user_slug','petsBunch'),
(210,482,'_menu_item_type','custom'),
(211,482,'_menu_item_menu_item_parent','0'),
(212,482,'_menu_item_object_id','482'),
(213,482,'_menu_item_object','custom'),
(214,482,'_menu_item_target',''),
(215,482,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(216,482,'_menu_item_xfn',''),
(217,482,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-content'),
(218,482,'_vce_mega_menu','0'),
(219,482,'_wxr_import_user_slug','petsBunch'),
(220,483,'_menu_item_type','custom'),
(221,483,'_menu_item_menu_item_parent','0'),
(222,483,'_menu_item_object_id','483'),
(223,483,'_menu_item_object','custom'),
(224,483,'_menu_item_target',''),
(225,483,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(226,483,'_menu_item_xfn',''),
(227,483,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-sidebar'),
(228,483,'_vce_mega_menu','0'),
(229,483,'_wxr_import_user_slug','petsBunch'),
(230,484,'_menu_item_type','custom'),
(231,484,'_menu_item_menu_item_parent','0'),
(232,484,'_menu_item_object_id','484'),
(233,484,'_menu_item_object','custom'),
(234,484,'_menu_item_target',''),
(235,484,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(236,484,'_menu_item_xfn',''),
(237,484,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-footer'),
(238,484,'_vce_mega_menu','0'),
(239,484,'_wxr_import_user_slug','petsBunch'),
(240,493,'_menu_item_type','custom'),
(241,493,'_menu_item_menu_item_parent','0'),
(242,493,'_menu_item_object_id','493'),
(243,493,'_menu_item_object','custom'),
(244,493,'_menu_item_target',''),
(245,493,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(246,493,'_menu_item_xfn',''),
(247,493,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-layouts'),
(248,493,'_vce_mega_menu','0'),
(249,493,'_wxr_import_user_slug','petsBunch'),
(250,494,'_menu_item_type','custom'),
(251,494,'_menu_item_menu_item_parent','0'),
(252,494,'_menu_item_object_id','494'),
(253,494,'_menu_item_object','custom'),
(254,494,'_menu_item_target',''),
(255,494,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(256,494,'_menu_item_xfn',''),
(257,494,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-single'),
(258,494,'_vce_mega_menu','0'),
(259,494,'_wxr_import_user_slug','petsBunch'),
(260,495,'_menu_item_type','custom'),
(261,495,'_menu_item_menu_item_parent','0'),
(262,495,'_menu_item_object_id','495'),
(263,495,'_menu_item_object','custom'),
(264,495,'_menu_item_target',''),
(265,495,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(266,495,'_menu_item_xfn',''),
(267,495,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-page'),
(268,495,'_vce_mega_menu','0'),
(269,495,'_wxr_import_user_slug','petsBunch'),
(270,496,'_menu_item_type','custom'),
(271,496,'_menu_item_menu_item_parent','0'),
(272,496,'_menu_item_object_id','496'),
(273,496,'_menu_item_object','custom'),
(274,496,'_menu_item_target',''),
(275,496,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(276,496,'_menu_item_xfn',''),
(277,496,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-category'),
(278,496,'_vce_mega_menu','0'),
(279,496,'_wxr_import_user_slug','petsBunch'),
(280,497,'_menu_item_type','custom'),
(281,497,'_menu_item_menu_item_parent','0'),
(282,497,'_menu_item_object_id','497'),
(283,497,'_menu_item_object','custom'),
(284,497,'_menu_item_target',''),
(285,497,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(286,497,'_menu_item_xfn',''),
(287,497,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-tag'),
(288,497,'_vce_mega_menu','0'),
(289,497,'_wxr_import_user_slug','petsBunch'),
(290,498,'_menu_item_type','custom'),
(291,498,'_menu_item_menu_item_parent','0'),
(292,498,'_menu_item_object_id','498'),
(293,498,'_menu_item_object','custom'),
(294,498,'_menu_item_target',''),
(295,498,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(296,498,'_menu_item_xfn',''),
(297,498,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-author'),
(298,498,'_vce_mega_menu','0'),
(299,498,'_wxr_import_user_slug','petsBunch'),
(300,500,'_menu_item_type','custom'),
(301,500,'_menu_item_menu_item_parent','0'),
(302,500,'_menu_item_object_id','500'),
(303,500,'_menu_item_object','custom'),
(304,500,'_menu_item_target',''),
(305,500,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(306,500,'_menu_item_xfn',''),
(307,500,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-search'),
(308,500,'_vce_mega_menu','0'),
(309,500,'_wxr_import_user_slug','petsBunch'),
(310,501,'_menu_item_type','custom'),
(311,501,'_menu_item_menu_item_parent','0'),
(312,501,'_menu_item_object_id','501'),
(313,501,'_menu_item_object','custom'),
(314,501,'_menu_item_target',''),
(315,501,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(316,501,'_menu_item_xfn',''),
(317,501,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-ppa'),
(318,501,'_vce_mega_menu','0'),
(319,501,'_wxr_import_user_slug','petsBunch'),
(320,502,'_menu_item_type','custom'),
(321,502,'_menu_item_menu_item_parent','0'),
(322,502,'_menu_item_object_id','502'),
(323,502,'_menu_item_object','custom'),
(324,502,'_menu_item_target',''),
(325,502,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(326,502,'_menu_item_xfn',''),
(327,502,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-archive'),
(328,502,'_vce_mega_menu','0'),
(329,502,'_wxr_import_user_slug','petsBunch'),
(330,503,'_menu_item_type','custom'),
(331,503,'_menu_item_menu_item_parent','0'),
(332,503,'_menu_item_object_id','503'),
(333,503,'_menu_item_object','custom'),
(334,503,'_menu_item_target',''),
(335,503,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(336,503,'_menu_item_xfn',''),
(337,503,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-typography'),
(338,503,'_vce_mega_menu','0'),
(339,503,'_wxr_import_user_slug','petsBunch'),
(340,504,'_menu_item_type','custom'),
(341,504,'_menu_item_menu_item_parent','0'),
(342,504,'_menu_item_object_id','504'),
(343,504,'_menu_item_object','custom'),
(344,504,'_menu_item_target',''),
(345,504,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(346,504,'_menu_item_xfn',''),
(347,504,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-translation'),
(348,504,'_vce_mega_menu','0'),
(349,504,'_wxr_import_user_slug','petsBunch'),
(350,505,'_menu_item_type','custom'),
(351,505,'_menu_item_menu_item_parent','0'),
(352,505,'_menu_item_object_id','505'),
(353,505,'_menu_item_object','custom'),
(354,505,'_menu_item_target',''),
(355,505,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(356,505,'_menu_item_xfn',''),
(357,505,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-misc'),
(358,505,'_vce_mega_menu','0'),
(359,505,'_wxr_import_user_slug','petsBunch'),
(360,506,'_menu_item_type','custom'),
(361,506,'_menu_item_menu_item_parent','0'),
(362,506,'_menu_item_object_id','506'),
(363,506,'_menu_item_object','custom'),
(364,506,'_menu_item_target',''),
(365,506,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(366,506,'_menu_item_xfn',''),
(367,506,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-updater'),
(368,506,'_vce_mega_menu','0'),
(369,506,'_wxr_import_user_slug','petsBunch'),
(370,507,'_menu_item_type','custom'),
(371,507,'_menu_item_menu_item_parent','0'),
(372,507,'_menu_item_object_id','507'),
(373,507,'_menu_item_object','custom'),
(374,507,'_menu_item_target',''),
(375,507,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(376,507,'_menu_item_xfn',''),
(377,507,'_menu_item_url','https://demo.mekshq.com/voice/?page_id=434#vce-opt-import'),
(378,507,'_vce_mega_menu','0'),
(379,507,'_wxr_import_user_slug','petsBunch'),
(410,804,'_menu_item_type','taxonomy'),
(411,804,'_menu_item_menu_item_parent','0'),
(412,804,'_menu_item_object_id','4'),
(413,804,'_menu_item_object','category'),
(414,804,'_menu_item_target',''),
(415,804,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(416,804,'_menu_item_xfn',''),
(417,804,'_menu_item_url',''),
(418,804,'_vce_mega_menu_cat','0'),
(419,804,'_wxr_import_user_slug','petsBunch'),
(423,207,'_wp_page_template','template-modules.php'),
(424,207,'_vce_meta','a:17:{s:11:\"use_sidebar\";s:5:\"right\";s:7:\"sidebar\";s:19:\"vce_default_sidebar\";s:14:\"sticky_sidebar\";s:26:\"vce_default_sticky_sidebar\";s:6:\"layout\";s:7:\"inherit\";s:9:\"fa_layout\";s:4:\"full\";s:8:\"fa_limit\";i:8;s:7:\"fa_time\";s:1:\"0\";s:8:\"fa_order\";s:4:\"date\";s:10:\"fa_exclude\";i:0;s:7:\"fa_sort\";s:4:\"DESC\";s:9:\"fa_author\";a:0:{}s:17:\"fa_author_inc_exc\";s:2:\"in\";s:16:\"fa_exclude_by_id\";a:0:{}s:12:\"fa_post_type\";s:4:\"post\";s:7:\"authors\";a:3:{s:7:\"orderby\";s:10:\"post_count\";s:5:\"order\";s:4:\"DESC\";s:7:\"exclude\";s:0:\"\";}s:7:\"modules\";a:2:{i:0;a:27:{s:6:\"active\";s:1:\"0\";s:4:\"type\";s:5:\"posts\";s:5:\"title\";s:0:\"\";s:10:\"title_link\";s:0:\"\";s:6:\"layout\";s:1:\"a\";s:5:\"limit\";s:1:\"1\";s:9:\"css_class\";s:0:\"\";s:10:\"top_layout\";s:1:\"0\";s:9:\"top_limit\";s:1:\"2\";s:11:\"cat_inc_exc\";s:2:\"in\";s:3:\"tag\";s:0:\"\";s:11:\"tag_inc_exc\";s:2:\"in\";s:6:\"author\";s:0:\"\";s:14:\"author_inc_exc\";s:2:\"in\";s:13:\"exclude_by_id\";s:0:\"\";s:4:\"time\";s:1:\"0\";s:6:\"timeto\";s:1:\"0\";s:5:\"order\";s:4:\"date\";s:4:\"sort\";s:4:\"DESC\";s:6:\"manual\";s:0:\"\";s:7:\"exclude\";s:1:\"1\";s:6:\"action\";s:1:\"0\";s:10:\"pagination\";s:9:\"load-more\";s:16:\"action_link_text\";s:8:\"View all\";s:15:\"action_link_url\";s:7:\"http://\";s:8:\"autoplay\";s:0:\"\";s:3:\"cat\";a:0:{}}i:1;a:26:{s:6:\"active\";s:1:\"1\";s:4:\"type\";s:5:\"posts\";s:5:\"title\";s:0:\"\";s:10:\"title_link\";s:0:\"\";s:6:\"layout\";s:1:\"c\";s:5:\"limit\";s:2:\"10\";s:9:\"css_class\";s:0:\"\";s:10:\"top_layout\";s:1:\"0\";s:9:\"top_limit\";s:1:\"1\";s:11:\"cat_inc_exc\";s:2:\"in\";s:3:\"tag\";s:0:\"\";s:11:\"tag_inc_exc\";s:2:\"in\";s:6:\"author\";s:0:\"\";s:14:\"author_inc_exc\";s:2:\"in\";s:13:\"exclude_by_id\";s:0:\"\";s:4:\"time\";s:1:\"0\";s:6:\"timeto\";s:1:\"0\";s:5:\"order\";s:4:\"date\";s:4:\"sort\";s:4:\"DESC\";s:6:\"manual\";s:0:\"\";s:6:\"action\";s:10:\"pagination\";s:10:\"pagination\";s:9:\"load-more\";s:16:\"action_link_text\";s:8:\"View all\";s:15:\"action_link_url\";s:7:\"http://\";s:8:\"autoplay\";s:0:\"\";s:3:\"cat\";a:0:{}}}s:15:\"display_content\";a:3:{s:8:\"position\";s:1:\"0\";s:5:\"style\";s:4:\"wrap\";s:5:\"width\";s:9:\"container\";}}'),
(425,207,'Views','1'),
(426,207,'_wxr_import_user_slug','petsBunch'),
(798,809,'_form','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>'),
(799,809,'_mail',''),
(800,809,'_mail_2',''),
(801,809,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),
(802,809,'_additional_settings',''),
(803,809,'_locale','en_US'),
(804,809,'_config_errors','a:2:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:103;}'),
(805,809,'_wxr_import_user_slug','petsBunch'),
(896,814,'_wp_attached_file','2020/06/cropped-dog-house.png'),
(897,814,'_wp_attachment_context','site-icon'),
(898,814,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2020/06/cropped-dog-house.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cropped-dog-house-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:29:\"cropped-dog-house-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:29:\"cropped-dog-house-375x195.png\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:29:\"cropped-dog-house-145x100.png\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:29:\"cropped-dog-house-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:29:\"cropped-dog-house-380x260.png\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:30:05\";s:9:\"thumbsOpt\";i:6;s:13:\"thumbsOptList\";a:6:{i:0;s:29:\"cropped-dog-house-300x300.png\";i:1;s:29:\"cropped-dog-house-150x150.png\";i:2;s:29:\"cropped-dog-house-375x195.png\";i:3;s:29:\"cropped-dog-house-145x100.png\";i:4;s:29:\"cropped-dog-house-512x500.png\";i:5;s:29:\"cropped-dog-house-380x260.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"80.16\";}'),
(907,819,'_elementor_edit_mode','builder'),
(908,819,'_elementor_template_type','kit'),
(909,819,'_elementor_version','3.0.5'),
(922,814,'resmushed_quality','92'),
(923,814,'resmushed_cumulated_original_sizes','203151'),
(924,814,'resmushed_cumulated_optimized_sizes','87326'),
(1384,819,'_edit_lock','1599023376:3'),
(1389,819,'_wp_page_template','default'),
(1390,819,'_elementor_page_settings','a:15:{s:8:\"h3_color\";s:7:\"#373727\";s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:11:\"viewport_md\";s:0:\"\";s:11:\"viewport_lg\";s:0:\"\";s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"6835808b\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:7:\"e5df2a1\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:8:\"344cb354\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"71047e5a\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:8:\"h2_color\";s:7:\"#03989E\";s:9:\"site_name\";s:20:\"Traveling Dictionary\";s:16:\"site_description\";s:23:\"A Complete Travel Guide\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),
(1391,819,'_elementor_data','[]'),
(1661,207,'_edit_lock','1612520290:3'),
(1850,814,'_imagify_optimization_level','1'),
(1851,814,'_imagify_status','already_optimized'),
(1852,814,'_imagify_data','a:2:{s:5:\"sizes\";a:8:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17838;s:14:\"optimized_size\";i:3856;s:7:\"percent\";d:78.3799999999999954525264911353588104248046875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7120;s:14:\"optimized_size\";i:5598;s:7:\"percent\";d:21.379999999999999005240169935859739780426025390625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5776;s:14:\"optimized_size\";i:1532;s:7:\"percent\";d:73.4800000000000039790393202565610408782958984375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21705;s:14:\"optimized_size\";i:3314;s:7:\"percent\";d:84.7300000000000039790393202565610408782958984375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7622;s:14:\"optimized_size\";i:1934;s:7:\"percent\";d:74.6299999999999954525264911353588104248046875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20060;s:14:\"optimized_size\";i:3862;s:7:\"percent\";d:80.75;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7205;s:14:\"optimized_size\";i:5996;s:7:\"percent\";d:16.780000000000001136868377216160297393798828125;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:87326;s:14:\"optimized_size\";i:26092;s:7:\"percent\";d:70.1200000000000045474735088646411895751953125;}}'),
(4702,1127,'_wp_page_template','default'),
(4703,1127,'_yoast_wpseo_content_score','30'),
(4704,1127,'colornews_page_layout','default_layout'),
(4705,1127,'_edit_last','3'),
(4706,1127,'_schema_ref','81'),
(4707,1127,'_schema_json','a:10:{s:8:\"@context\";s:18:\"http://schema.org/\";s:5:\"@type\";s:7:\"Article\";s:16:\"mainEntityOfPage\";a:2:{s:5:\"@type\";s:7:\"WebPage\";s:3:\"@id\";s:41:\"https://traveloguepro.com/privacy-policy/\";}s:3:\"url\";s:41:\"https://traveloguepro.com/privacy-policy/\";s:8:\"headline\";s:10:\"Privacy...\";s:13:\"datePublished\";s:25:\"2019-08-25T23:27:00+05:00\";s:12:\"dateModified\";s:25:\"2019-08-27T22:19:54+05:00\";s:9:\"publisher\";a:4:{s:5:\"@type\";s:12:\"Organization\";s:3:\"@id\";s:39:\"https://traveloguepro.com/#organization\";s:4:\"name\";s:13:\"Traveloguepro\";s:4:\"logo\";a:4:{s:5:\"@type\";s:11:\"ImageObject\";s:3:\"url\";s:0:\"\";s:5:\"width\";i:600;s:6:\"height\";i:60;}}s:11:\"description\";s:312:\"At Travelogue Pro , accessible from www.traveloguepro.com/, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Travelogue Pro and how we use it. If you have additional questions or require more information about\";s:6:\"author\";a:4:{s:5:\"@type\";s:6:\"Person\";s:4:\"name\";s:5:\"admin\";s:3:\"url\";s:39:\"https://traveloguepro.com/author/admin/\";s:5:\"image\";a:4:{s:5:\"@type\";s:11:\"ImageObject\";s:3:\"url\";s:81:\"https://secure.gravatar.com/avatar/05859dedd211efde956953fa2bdc9065?s=96&d=mm&r=g\";s:6:\"height\";i:96;s:5:\"width\";i:96;}}}'),
(4708,1127,'_schema_json_timestamp','1592911122'),
(4722,23,'_edit_last','3'),
(4723,23,'colornews_page_layout','default_layout'),
(4724,23,'_yoast_wpseo_content_score','60'),
(4725,23,'_schema_ref','81'),
(4726,23,'_wp_page_template','default'),
(4727,23,'colormag_page_layout','default_layout'),
(4728,23,'_wpb_vc_js_status','false'),
(4729,23,'_schema_json','a:10:{s:8:\"@context\";s:18:\"http://schema.org/\";s:5:\"@type\";s:7:\"Article\";s:16:\"mainEntityOfPage\";a:2:{s:5:\"@type\";s:7:\"WebPage\";s:3:\"@id\";s:37:\"https://traveloguepro.com/contact-us/\";}s:3:\"url\";s:37:\"https://traveloguepro.com/contact-us/\";s:8:\"headline\";s:10:\"Contact...\";s:13:\"datePublished\";s:25:\"2019-08-27T17:34:13+05:00\";s:12:\"dateModified\";s:25:\"2020-04-08T00:31:34+05:00\";s:9:\"publisher\";a:4:{s:5:\"@type\";s:12:\"Organization\";s:3:\"@id\";s:39:\"https://traveloguepro.com/#organization\";s:4:\"name\";s:13:\"Traveloguepro\";s:4:\"logo\";a:4:{s:5:\"@type\";s:11:\"ImageObject\";s:3:\"url\";s:0:\"\";s:5:\"width\";i:600;s:6:\"height\";i:60;}}s:11:\"description\";s:103:\"If you have any query or suggestion related to Traveloguepro, please contact us we will appreciate you.\";s:6:\"author\";a:3:{s:5:\"@type\";s:6:\"Person\";s:4:\"name\";s:7:\"William\";s:3:\"url\";s:39:\"https://traveloguepro.com/author/admin/\";}}'),
(4730,23,'_schema_json_timestamp','1593041801'),
(4731,34,'_edit_last','3'),
(4732,34,'colornews_page_layout','default_layout'),
(4733,34,'_wp_page_template','default'),
(4734,34,'_yoast_wpseo_content_score','30'),
(4735,34,'_schema_ref','81'),
(4736,34,'_schema_json','a:10:{s:8:\"@context\";s:18:\"http://schema.org/\";s:5:\"@type\";s:7:\"Article\";s:16:\"mainEntityOfPage\";a:2:{s:5:\"@type\";s:7:\"WebPage\";s:3:\"@id\";s:31:\"https://traveloguepro.com/34-2/\";}s:3:\"url\";s:31:\"https://traveloguepro.com/34-2/\";s:8:\"headline\";s:12:\"Terms and...\";s:13:\"datePublished\";s:25:\"2019-08-27T22:26:40+05:00\";s:12:\"dateModified\";s:25:\"2019-08-27T22:26:57+05:00\";s:9:\"publisher\";a:4:{s:5:\"@type\";s:12:\"Organization\";s:3:\"@id\";s:39:\"https://traveloguepro.com/#organization\";s:4:\"name\";s:13:\"Traveloguepro\";s:4:\"logo\";a:4:{s:5:\"@type\";s:11:\"ImageObject\";s:3:\"url\";s:0:\"\";s:5:\"width\";i:600;s:6:\"height\";i:60;}}s:11:\"description\";s:314:\"Terms and Conditions Welcome to Travelogue Pro! These terms and conditions outline the rules and regulations for the use of Travelogue Pro\'s Website, located at http://traveloguepro.com/. By accessing this website we assume you accept these terms and conditions. Do not continue to use Travelogue Pro if you do not\";s:6:\"author\";a:4:{s:5:\"@type\";s:6:\"Person\";s:4:\"name\";s:7:\"William\";s:3:\"url\";s:39:\"https://traveloguepro.com/author/admin/\";s:5:\"image\";a:4:{s:5:\"@type\";s:11:\"ImageObject\";s:3:\"url\";s:81:\"https://secure.gravatar.com/avatar/0cb93128b6806e354a5b9f720f9b582c?s=96&d=mm&r=g\";s:6:\"height\";i:96;s:5:\"width\";i:96;}}}'),
(4737,34,'_schema_json_timestamp','1593056625'),
(5721,1272,'_menu_item_type','post_type'),
(5722,1272,'_menu_item_menu_item_parent','0'),
(5723,1272,'_menu_item_object_id','34'),
(5724,1272,'_menu_item_object','page'),
(5725,1272,'_menu_item_target',''),
(5726,1272,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(5727,1272,'_menu_item_xfn',''),
(5728,1272,'_menu_item_url',''),
(5730,1272,'_vce_mega_menu','0'),
(5731,1273,'_menu_item_type','post_type'),
(5732,1273,'_menu_item_menu_item_parent','0'),
(5733,1273,'_menu_item_object_id','23'),
(5734,1273,'_menu_item_object','page'),
(5735,1273,'_menu_item_target',''),
(5736,1273,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(5737,1273,'_menu_item_xfn',''),
(5738,1273,'_menu_item_url',''),
(5740,1273,'_vce_mega_menu','0'),
(5741,1274,'_menu_item_type','post_type'),
(5742,1274,'_menu_item_menu_item_parent','0'),
(5743,1274,'_menu_item_object_id','1127'),
(5744,1274,'_menu_item_object','page'),
(5745,1274,'_menu_item_target',''),
(5746,1274,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(5747,1274,'_menu_item_xfn',''),
(5748,1274,'_menu_item_url',''),
(5750,1274,'_vce_mega_menu','0'),
(5761,23,'_edit_lock','1593633506:3'),
(5762,23,'_ez-toc-disabled',''),
(5763,23,'_ez-toc-insert',''),
(5764,23,'_ez-toc-heading-levels','a:0:{}'),
(5765,23,'_ez-toc-alttext',''),
(5766,23,'_ez-toc-exclude',''),
(5767,23,'_vce_meta','a:7:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";s:9:\"fa_layout\";s:1:\"0\";s:7:\"authors\";a:3:{s:7:\"orderby\";s:10:\"post_count\";s:5:\"order\";s:4:\"DESC\";s:7:\"exclude\";s:0:\"\";}s:15:\"display_content\";a:3:{s:8:\"position\";s:1:\"0\";s:5:\"style\";s:4:\"wrap\";s:5:\"width\";s:9:\"container\";}}'),
(5769,207,'_edit_last','3'),
(5770,207,'_ez-toc-disabled',''),
(5771,207,'_ez-toc-insert',''),
(5772,207,'_ez-toc-heading-levels','a:0:{}'),
(5773,207,'_ez-toc-alttext',''),
(5774,207,'_ez-toc-exclude',''),
(5814,1282,'_wp_attached_file','2020/06/Traveling_Dictionary_Logo-removebg-preview.png'),
(5815,1282,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:320;s:6:\"height\";i:56;s:4:\"file\";s:54:\"2020/06/Traveling_Dictionary_Logo-removebg-preview.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Traveling_Dictionary_Logo-removebg-preview-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Traveling_Dictionary_Logo-removebg-preview-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:53:\"Traveling_Dictionary_Logo-removebg-preview-145x56.png\";s:5:\"width\";i:145;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:29:55\";s:9:\"thumbsOpt\";i:3;s:13:\"thumbsOptList\";a:3:{i:0;s:53:\"Traveling_Dictionary_Logo-removebg-preview-300x53.png\";i:1;s:53:\"Traveling_Dictionary_Logo-removebg-preview-150x56.png\";i:2;s:53:\"Traveling_Dictionary_Logo-removebg-preview-145x56.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"50.32\";}'),
(5816,1282,'resmushed_quality','92'),
(5817,1282,'resmushed_cumulated_original_sizes','35133'),
(5818,1282,'resmushed_cumulated_optimized_sizes','14872'),
(5819,1282,'_imagify_optimization_level','1'),
(5820,1282,'_imagify_status','success'),
(5821,1282,'_imagify_data','a:2:{s:5:\"sizes\";a:8:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4452;s:14:\"optimized_size\";i:3415;s:7:\"percent\";d:23.28999999999999914734871708787977695465087890625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2619;s:14:\"optimized_size\";i:1658;s:7:\"percent\";d:36.68999999999999772626324556767940521240234375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2698;s:14:\"optimized_size\";i:1758;s:7:\"percent\";d:34.840000000000003410605131648480892181396484375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5103;s:14:\"optimized_size\";i:4338;s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4452;s:14:\"optimized_size\";i:3928;s:7:\"percent\";d:11.769999999999999573674358543939888477325439453125;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5103;s:14:\"optimized_size\";i:3994;s:7:\"percent\";d:21.730000000000000426325641456060111522674560546875;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2698;s:14:\"optimized_size\";i:1492;s:7:\"percent\";d:44.7000000000000028421709430404007434844970703125;}s:9:\"vce-lay-d\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2619;s:14:\"optimized_size\";i:1430;s:7:\"percent\";d:45.39999999999999857891452847979962825775146484375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:29744;s:14:\"optimized_size\";i:22013;s:7:\"percent\";d:25.989999999999998436805981327779591083526611328125;}}'),
(5822,1282,'_wp_attachment_image_alt','Travel Dictionary Logo'),
(5823,1283,'_wp_attached_file','2020/06/Traveling_Dictionary_Logo_2x-removebg-preview.png'),
(5824,1283,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:640;s:6:\"height\";i:112;s:4:\"file\";s:57:\"2020/06/Traveling_Dictionary_Logo_2x-removebg-preview.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Traveling_Dictionary_Logo_2x-removebg-preview-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Traveling_Dictionary_Logo_2x-removebg-preview-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:57:\"Traveling_Dictionary_Logo_2x-removebg-preview-375x112.png\";s:5:\"width\";i:375;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:57:\"Traveling_Dictionary_Logo_2x-removebg-preview-145x100.png\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:57:\"Traveling_Dictionary_Logo_2x-removebg-preview-380x112.png\";s:5:\"width\";i:380;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:29:46\";s:9:\"thumbsOpt\";i:5;s:13:\"thumbsOptList\";a:5:{i:0;s:56:\"Traveling_Dictionary_Logo_2x-removebg-preview-300x53.png\";i:1;s:57:\"Traveling_Dictionary_Logo_2x-removebg-preview-150x112.png\";i:2;s:57:\"Traveling_Dictionary_Logo_2x-removebg-preview-375x112.png\";i:3;s:57:\"Traveling_Dictionary_Logo_2x-removebg-preview-145x100.png\";i:4;s:57:\"Traveling_Dictionary_Logo_2x-removebg-preview-380x112.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"54.74\";}'),
(5825,1283,'resmushed_quality','92'),
(5826,1283,'resmushed_cumulated_original_sizes','69451'),
(5827,1283,'resmushed_cumulated_optimized_sizes','28199'),
(5828,1283,'_imagify_optimization_level','1'),
(5829,1283,'_imagify_status','success'),
(5830,1283,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7888;s:14:\"optimized_size\";i:6753;s:7:\"percent\";d:14.3900000000000005684341886080801486968994140625;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4771;s:14:\"optimized_size\";i:3622;s:7:\"percent\";d:24.0799999999999982946974341757595539093017578125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3400;s:14:\"optimized_size\";i:1912;s:7:\"percent\";d:43.75999999999999801048033987171947956085205078125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4712;s:14:\"optimized_size\";i:3570;s:7:\"percent\";d:24.239999999999998436805981327779591083526611328125;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2632;s:14:\"optimized_size\";i:1564;s:7:\"percent\";d:40.5799999999999982946974341757595539093017578125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4796;s:14:\"optimized_size\";i:3464;s:7:\"percent\";d:27.769999999999999573674358543939888477325439453125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7888;s:14:\"optimized_size\";i:7386;s:7:\"percent\";d:6.36000000000000031974423109204508364200592041015625;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4796;s:14:\"optimized_size\";i:3179;s:7:\"percent\";d:33.719999999999998863131622783839702606201171875;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2632;s:14:\"optimized_size\";i:1232;s:7:\"percent\";d:53.18999999999999772626324556767940521240234375;}s:9:\"vce-lay-b\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4712;s:14:\"optimized_size\";i:2911;s:7:\"percent\";d:38.219999999999998863131622783839702606201171875;}s:9:\"vce-lay-d\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3400;s:14:\"optimized_size\";i:1502;s:7:\"percent\";d:55.82000000000000028421709430404007434844970703125;}s:11:\"vce-fa-grid\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4771;s:14:\"optimized_size\";i:3414;s:7:\"percent\";d:28.440000000000001278976924368180334568023681640625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:56398;s:14:\"optimized_size\";i:40509;s:7:\"percent\";d:28.1700000000000017053025658242404460906982421875;}}'),
(5831,1283,'_wp_attachment_image_alt','Travel Dictionary Logo'),
(5832,1284,'_wp_attached_file','2020/06/Traveling_Dictionary_Icon-removebg-preview.png'),
(5833,1284,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2020/06/Traveling_Dictionary_Icon-removebg-preview.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Traveling_Dictionary_Icon-removebg-preview-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:54:\"Traveling_Dictionary_Icon-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:54:\"Traveling_Dictionary_Icon-removebg-preview-375x195.png\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:54:\"Traveling_Dictionary_Icon-removebg-preview-145x100.png\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:54:\"Traveling_Dictionary_Icon-removebg-preview-380x260.png\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:29:35\";s:9:\"thumbsOpt\";i:5;s:13:\"thumbsOptList\";a:5:{i:0;s:54:\"Traveling_Dictionary_Icon-removebg-preview-300x300.png\";i:1;s:54:\"Traveling_Dictionary_Icon-removebg-preview-150x150.png\";i:2;s:54:\"Traveling_Dictionary_Icon-removebg-preview-375x195.png\";i:3;s:54:\"Traveling_Dictionary_Icon-removebg-preview-145x100.png\";i:4;s:54:\"Traveling_Dictionary_Icon-removebg-preview-380x260.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"58.18\";}'),
(5834,1284,'resmushed_quality','92'),
(5835,1284,'resmushed_cumulated_original_sizes','175011'),
(5836,1284,'resmushed_cumulated_optimized_sizes','65662'),
(5837,1284,'_imagify_optimization_level','1'),
(5838,1284,'_imagify_status','success'),
(5839,1284,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15500;s:14:\"optimized_size\";i:14157;s:7:\"percent\";d:8.660000000000000142108547152020037174224853515625;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18847;s:14:\"optimized_size\";i:12646;s:7:\"percent\";d:32.89999999999999857891452847979962825775146484375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5530;s:14:\"optimized_size\";i:3726;s:7:\"percent\";d:32.61999999999999744204615126363933086395263671875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10537;s:14:\"optimized_size\";i:9874;s:7:\"percent\";d:6.29000000000000003552713678800500929355621337890625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4887;s:14:\"optimized_size\";i:4008;s:7:\"percent\";d:17.989999999999998436805981327779591083526611328125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10361;s:14:\"optimized_size\";i:9424;s:7:\"percent\";d:9.03999999999999914734871708787977695465087890625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15500;s:14:\"optimized_size\";i:16150;s:7:\"percent\";d:-4.19000000000000039079850466805510222911834716796875;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10361;s:14:\"optimized_size\";i:6519;s:7:\"percent\";d:37.0799999999999982946974341757595539093017578125;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4887;s:14:\"optimized_size\";i:2488;s:7:\"percent\";d:49.090000000000003410605131648480892181396484375;}s:9:\"vce-lay-b\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10537;s:14:\"optimized_size\";i:7329;s:7:\"percent\";d:30.449999999999999289457264239899814128875732421875;}s:9:\"vce-lay-d\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5530;s:14:\"optimized_size\";i:2439;s:7:\"percent\";d:55.89999999999999857891452847979962825775146484375;}s:11:\"vce-fa-grid\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18847;s:14:\"optimized_size\";i:9178;s:7:\"percent\";d:51.2999999999999971578290569595992565155029296875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:131324;s:14:\"optimized_size\";i:97938;s:7:\"percent\";d:25.4200000000000017053025658242404460906982421875;}}'),
(5840,1284,'_wp_attachment_image_alt','Traveling Dictionary Icon'),
(5841,1285,'_wp_attached_file','2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview.png'),
(5842,1285,'_wp_attachment_context','site-icon'),
(5843,1285,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:62:\"2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-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:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-375x195.png\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-145x100.png\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-380x260.png\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-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:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-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:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-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:60:\"cropped-Traveling_Dictionary_Icon-removebg-preview-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:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:29:23\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-300x300.png\";i:1;s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-150x150.png\";i:2;s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-375x195.png\";i:3;s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-145x100.png\";i:4;s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-512x500.png\";i:5;s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-380x260.png\";i:6;s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-270x270.png\";i:7;s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-192x192.png\";i:8;s:62:\"cropped-Traveling_Dictionary_Icon-removebg-preview-180x180.png\";i:9;s:60:\"cropped-Traveling_Dictionary_Icon-removebg-preview-32x32.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"63.08\";}'),
(5844,1285,'resmushed_quality','92'),
(5845,1285,'resmushed_cumulated_original_sizes','375688'),
(5846,1285,'resmushed_cumulated_optimized_sizes','158398'),
(5847,1285,'_imagify_optimization_level','1'),
(5848,1285,'_imagify_status','success'),
(5849,1285,'_imagify_data','a:2:{s:5:\"sizes\";a:14:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29364;s:14:\"optimized_size\";i:17605;s:7:\"percent\";d:40.0499999999999971578290569595992565155029296875;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25421;s:14:\"optimized_size\";i:14292;s:7:\"percent\";d:43.780000000000001136868377216160297393798828125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29399;s:14:\"optimized_size\";i:20742;s:7:\"percent\";d:29.449999999999999289457264239899814128875732421875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4869;s:14:\"optimized_size\";i:3844;s:7:\"percent\";d:21.050000000000000710542735760100185871124267578125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20066;s:14:\"optimized_size\";i:11286;s:7:\"percent\";d:43.75999999999999801048033987171947956085205078125;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5226;s:14:\"optimized_size\";i:4202;s:7:\"percent\";d:19.589999999999999857891452847979962825775146484375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16254;s:14:\"optimized_size\";i:10534;s:7:\"percent\";d:35.18999999999999772626324556767940521240234375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29364;s:14:\"optimized_size\";i:20868;s:7:\"percent\";d:28.92999999999999971578290569595992565155029296875;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16254;s:14:\"optimized_size\";i:5880;s:7:\"percent\";d:63.82000000000000028421709430404007434844970703125;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5226;s:14:\"optimized_size\";i:2495;s:7:\"percent\";d:52.25999999999999801048033987171947956085205078125;}s:9:\"vce-lay-b\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20066;s:14:\"optimized_size\";i:8041;s:7:\"percent\";d:59.92999999999999971578290569595992565155029296875;}s:9:\"vce-lay-d\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4869;s:14:\"optimized_size\";i:2849;s:7:\"percent\";d:41.49000000000000198951966012828052043914794921875;}s:11:\"vce-fa-full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29399;s:14:\"optimized_size\";i:17416;s:7:\"percent\";d:40.75999999999999801048033987171947956085205078125;}s:11:\"vce-fa-grid\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25421;s:14:\"optimized_size\";i:8980;s:7:\"percent\";d:64.6700000000000017053025658242404460906982421875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:261198;s:14:\"optimized_size\";i:149034;s:7:\"percent\";d:42.93999999999999772626324556767940521240234375;}}'),
(5853,34,'_edit_lock','1593633296:3'),
(5854,34,'_ez-toc-disabled',''),
(5855,34,'_ez-toc-insert',''),
(5856,34,'_ez-toc-heading-levels','a:0:{}'),
(5857,34,'_ez-toc-alttext',''),
(5858,34,'_ez-toc-exclude',''),
(5859,34,'_vce_meta','a:7:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";s:9:\"fa_layout\";s:1:\"0\";s:7:\"authors\";a:3:{s:7:\"orderby\";s:10:\"post_count\";s:5:\"order\";s:4:\"DESC\";s:7:\"exclude\";s:0:\"\";}s:15:\"display_content\";a:3:{s:8:\"position\";s:1:\"0\";s:5:\"style\";s:4:\"wrap\";s:5:\"width\";s:9:\"container\";}}'),
(5860,1127,'_edit_lock','1593633437:3'),
(5861,1127,'_ez-toc-disabled',''),
(5862,1127,'_ez-toc-insert',''),
(5863,1127,'_ez-toc-heading-levels','a:0:{}'),
(5864,1127,'_ez-toc-alttext',''),
(5865,1127,'_ez-toc-exclude',''),
(5866,1127,'_vce_meta','a:7:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";s:9:\"fa_layout\";s:1:\"0\";s:7:\"authors\";a:3:{s:7:\"orderby\";s:10:\"post_count\";s:5:\"order\";s:4:\"DESC\";s:7:\"exclude\";s:0:\"\";}s:15:\"display_content\";a:3:{s:8:\"position\";s:1:\"0\";s:5:\"style\";s:4:\"wrap\";s:5:\"width\";s:9:\"container\";}}'),
(5869,1294,'tdn_pic','tdn_pic_1'),
(5870,1294,'_wp_attached_file','tdn_pic_1.png'),
(5871,1294,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:600;s:6:\"height\";i:407;s:4:\"file\";s:13:\"tdn_pic_1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tdn_pic_1-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tdn_pic_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:29:10\";s:9:\"thumbsOpt\";i:2;s:13:\"thumbsOptList\";a:2:{i:0;s:21:\"tdn_pic_1-300x204.png\";i:1;s:21:\"tdn_pic_1-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"46.66\";}'),
(5872,1295,'tdn_pic','tdn_pic_2'),
(5873,1295,'_wp_attached_file','tdn_pic_2.png'),
(5874,1295,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:500;s:6:\"height\";i:339;s:4:\"file\";s:13:\"tdn_pic_2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tdn_pic_2-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tdn_pic_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:29:00\";s:9:\"thumbsOpt\";i:2;s:13:\"thumbsOptList\";a:2:{i:0;s:21:\"tdn_pic_2-300x203.png\";i:1;s:21:\"tdn_pic_2-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"73.19\";}'),
(5875,1296,'tdn_pic','tdn_pic_3'),
(5876,1296,'_wp_attached_file','tdn_pic_3.png'),
(5877,1296,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:500;s:6:\"height\";i:360;s:4:\"file\";s:13:\"tdn_pic_3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tdn_pic_3-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tdn_pic_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:28:50\";s:9:\"thumbsOpt\";i:2;s:13:\"thumbsOptList\";a:2:{i:0;s:21:\"tdn_pic_3-300x216.png\";i:1;s:21:\"tdn_pic_3-150x150.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"53.49\";}'),
(5878,1295,'resmushed_quality','92'),
(5879,1295,'resmushed_cumulated_original_sizes','63810'),
(5880,1295,'resmushed_cumulated_optimized_sizes','33863'),
(5881,1294,'_imagify_optimization_level','1'),
(5882,1294,'_imagify_status','already_optimized'),
(5883,1294,'_imagify_data','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6104;s:14:\"optimized_size\";i:1840;s:7:\"percent\";d:69.8599999999999994315658113919198513031005859375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15110;s:14:\"optimized_size\";i:2282;s:7:\"percent\";d:84.900000000000005684341886080801486968994140625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10485;s:14:\"optimized_size\";i:5022;s:7:\"percent\";d:52.10000000000000142108547152020037174224853515625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:31699;s:14:\"optimized_size\";i:9144;s:7:\"percent\";d:71.150000000000005684341886080801486968994140625;}}'),
(5884,1296,'_imagify_optimization_level','1'),
(5885,1296,'_imagify_status','success'),
(5886,1296,'_imagify_data','a:2:{s:5:\"sizes\";a:6:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62685;s:14:\"optimized_size\";i:30127;s:7:\"percent\";d:51.93999999999999772626324556767940521240234375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4967;s:14:\"optimized_size\";i:4442;s:7:\"percent\";d:10.57000000000000028421709430404007434844970703125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7675;s:14:\"optimized_size\";i:7110;s:7:\"percent\";d:7.36000000000000031974423109204508364200592041015625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:62685;s:14:\"optimized_size\";i:11054;s:7:\"percent\";d:82.3700000000000045474735088646411895751953125;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7675;s:14:\"optimized_size\";i:7642;s:7:\"percent\";d:0.429999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4967;s:14:\"optimized_size\";i:4644;s:7:\"percent\";d:6.5;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:150654;s:14:\"optimized_size\";i:65019;s:7:\"percent\";d:56.840000000000003410605131648480892181396484375;}}'),
(5889,1295,'_imagify_optimization_level','1'),
(5890,1295,'_imagify_status','success'),
(5891,1295,'_imagify_data','a:2:{s:5:\"sizes\";a:6:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23420;s:14:\"optimized_size\";i:21841;s:7:\"percent\";d:6.7400000000000002131628207280300557613372802734375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4630;s:14:\"optimized_size\";i:2112;s:7:\"percent\";d:54.38000000000000255795384873636066913604736328125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5813;s:14:\"optimized_size\";i:2820;s:7:\"percent\";d:51.49000000000000198951966012828052043914794921875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23420;s:14:\"optimized_size\";i:4798;s:7:\"percent\";d:79.5100000000000051159076974727213382720947265625;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5813;s:14:\"optimized_size\";i:4205;s:7:\"percent\";d:27.660000000000000142108547152020037174224853515625;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4630;s:14:\"optimized_size\";i:2651;s:7:\"percent\";d:42.74000000000000198951966012828052043914794921875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:67726;s:14:\"optimized_size\";i:38427;s:7:\"percent\";d:43.25999999999999801048033987171947956085205078125;}}'),
(7668,1454,'_imagify_data','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:151013;s:14:\"optimized_size\";i:109255;s:7:\"percent\";d:27.64999999999999857891452847979962825775146484375;}s:24:\"td_1068x580@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:116656;s:14:\"optimized_size\";i:94218;s:7:\"percent\";d:19.230000000000000426325641456060111522674560546875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:267669;s:14:\"optimized_size\";i:203473;s:7:\"percent\";d:23.980000000000000426325641456060111522674560546875;}}'),
(7945,1298,'_menu_item_type','taxonomy'),
(7946,1298,'_menu_item_menu_item_parent','0'),
(7947,1298,'_menu_item_object_id','702'),
(7948,1298,'_menu_item_object','category'),
(7949,1298,'_menu_item_target',''),
(7950,1298,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7951,1298,'_menu_item_xfn',''),
(7952,1298,'_menu_item_url',''),
(7954,1298,'_vce_mega_menu_cat','0'),
(7955,1299,'_menu_item_type','taxonomy'),
(7956,1299,'_menu_item_menu_item_parent','0'),
(7957,1299,'_menu_item_object_id','703'),
(7958,1299,'_menu_item_object','category'),
(7959,1299,'_menu_item_target',''),
(7960,1299,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7961,1299,'_menu_item_xfn',''),
(7962,1299,'_menu_item_url',''),
(7964,1299,'_vce_mega_menu_cat','0'),
(7965,1301,'_edit_lock','1595469046:3'),
(7966,1301,'_edit_last','3'),
(7967,1301,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(7968,1303,'_edit_lock','1595441872:3'),
(7969,1303,'_edit_last','3'),
(7970,1303,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(7971,1306,'_wp_attached_file','2020/07/easter-291346_1280-1.jpg'),
(7972,1306,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:536;s:4:\"file\";s:32:\"2020/07/easter-291346_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"easter-291346_1280-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"easter-291346_1280-1-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"easter-291346_1280-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:32:\"easter-291346_1280-1-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:32:\"easter-291346_1280-1-810x536.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:33:\"easter-291346_1280-1-1140x754.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:32:\"easter-291346_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:32:\"easter-291346_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:33:\"easter-291346_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:32:\"easter-291346_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:28:40\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:32:\"easter-291346_1280-1-300x199.jpg\";i:1;s:33:\"easter-291346_1280-1-1024x678.jpg\";i:2;s:32:\"easter-291346_1280-1-150x150.jpg\";i:3;s:32:\"easter-291346_1280-1-768x508.jpg\";i:4;s:32:\"easter-291346_1280-1-810x536.jpg\";i:5;s:33:\"easter-291346_1280-1-1140x754.jpg\";i:6;s:32:\"easter-291346_1280-1-375x195.jpg\";i:7;s:32:\"easter-291346_1280-1-145x100.jpg\";i:8;s:33:\"easter-291346_1280-1-1280x500.jpg\";i:9;s:32:\"easter-291346_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"28.81\";}'),
(7973,1306,'resmushed_quality','92'),
(7974,1306,'resmushed_cumulated_original_sizes','1001951'),
(7975,1306,'resmushed_cumulated_optimized_sizes','966207'),
(7976,1306,'_imagify_optimization_level','1'),
(7977,1306,'_imagify_status','already_optimized'),
(7978,1306,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22954;s:14:\"optimized_size\";i:15458;s:7:\"percent\";d:32.659999999999996589394868351519107818603515625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:188951;s:14:\"optimized_size\";i:151932;s:7:\"percent\";d:19.589999999999999857891452847979962825775146484375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4398;s:14:\"optimized_size\";i:2930;s:7:\"percent\";d:33.38000000000000255795384873636066913604736328125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19479;s:14:\"optimized_size\";i:13192;s:7:\"percent\";d:32.280000000000001136868377216160297393798828125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:176504;s:14:\"optimized_size\";i:118486;s:7:\"percent\";d:32.86999999999999744204615126363933086395263671875;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90358;s:14:\"optimized_size\";i:58768;s:7:\"percent\";d:34.96000000000000085265128291212022304534912109375;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81399;s:14:\"optimized_size\";i:52888;s:7:\"percent\";d:35.030000000000001136868377216160297393798828125;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6255;s:14:\"optimized_size\";i:4246;s:7:\"percent\";d:32.11999999999999744204615126363933086395263671875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:142933;s:14:\"optimized_size\";i:94574;s:7:\"percent\";d:33.8299999999999982946974341757595539093017578125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14558;s:14:\"optimized_size\";i:10002;s:7:\"percent\";d:31.300000000000000710542735760100185871124267578125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:218418;s:14:\"optimized_size\";i:190888;s:7:\"percent\";d:12.5999999999999996447286321199499070644378662109375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:966207;s:14:\"optimized_size\";i:713364;s:7:\"percent\";d:26.1700000000000017053025658242404460906982421875;}}'),
(7979,1306,'_wp_attachment_image_alt','Best Places To Paddle Board Worldwide'),
(7980,1303,'_thumbnail_id','1308'),
(7981,1307,'_wp_attached_file','2020/07/bora-bora-3023437_1280-1.jpg'),
(7982,1307,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:540;s:4:\"file\";s:36:\"2020/07/bora-bora-3023437_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"bora-bora-3023437_1280-1-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:\"bora-bora-3023437_1280-1-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:\"bora-bora-3023437_1280-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:36:\"bora-bora-3023437_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:36:\"bora-bora-3023437_1280-1-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:37:\"bora-bora-3023437_1280-1-1140x761.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:36:\"bora-bora-3023437_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:36:\"bora-bora-3023437_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:37:\"bora-bora-3023437_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:36:\"bora-bora-3023437_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:28:20\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:36:\"bora-bora-3023437_1280-1-300x200.jpg\";i:1;s:37:\"bora-bora-3023437_1280-1-1024x683.jpg\";i:2;s:36:\"bora-bora-3023437_1280-1-150x150.jpg\";i:3;s:36:\"bora-bora-3023437_1280-1-768x512.jpg\";i:4;s:36:\"bora-bora-3023437_1280-1-810x540.jpg\";i:5;s:37:\"bora-bora-3023437_1280-1-1140x761.jpg\";i:6;s:36:\"bora-bora-3023437_1280-1-375x195.jpg\";i:7;s:36:\"bora-bora-3023437_1280-1-145x100.jpg\";i:8;s:37:\"bora-bora-3023437_1280-1-1280x500.jpg\";i:9;s:36:\"bora-bora-3023437_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"31.61\";}'),
(7983,1307,'resmushed_quality','92'),
(7984,1307,'resmushed_cumulated_original_sizes','1281603'),
(7985,1307,'resmushed_cumulated_optimized_sizes','1221262'),
(7986,1307,'_imagify_optimization_level','1'),
(7987,1307,'_imagify_status','already_optimized'),
(7988,1307,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24690;s:14:\"optimized_size\";i:17340;s:7:\"percent\";d:29.769999999999999573674358543939888477325439453125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:222193;s:14:\"optimized_size\";i:185704;s:7:\"percent\";d:16.4200000000000017053025658242404460906982421875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4817;s:14:\"optimized_size\";i:3272;s:7:\"percent\";d:32.07000000000000028421709430404007434844970703125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19913;s:14:\"optimized_size\";i:14076;s:7:\"percent\";d:29.309999999999998721023075631819665431976318359375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:219184;s:14:\"optimized_size\";i:166520;s:7:\"percent\";d:24.030000000000001136868377216160297393798828125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:107636;s:14:\"optimized_size\";i:80348;s:7:\"percent\";d:25.35000000000000142108547152020037174224853515625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:96177;s:14:\"optimized_size\";i:71328;s:7:\"percent\";d:25.839999999999999857891452847979962825775146484375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7003;s:14:\"optimized_size\";i:4808;s:7:\"percent\";d:31.339999999999999857891452847979962825775146484375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:176012;s:14:\"optimized_size\";i:132016;s:7:\"percent\";d:25;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15477;s:14:\"optimized_size\";i:10802;s:7:\"percent\";d:30.21000000000000085265128291212022304534912109375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:328160;s:14:\"optimized_size\";i:273288;s:7:\"percent\";d:16.719999999999998863131622783839702606201171875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1221262;s:14:\"optimized_size\";i:959502;s:7:\"percent\";d:21.42999999999999971578290569595992565155029296875;}}'),
(7989,1307,'_wp_attachment_image_alt','Things To Do In Bora Bora'),
(7990,1301,'_thumbnail_id','1307'),
(7991,1308,'_wp_attached_file','2020/07/stand-up-paddling-729824_1280-1.jpg'),
(7992,1308,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:550;s:4:\"file\";s:43:\"2020/07/stand-up-paddling-729824_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"stand-up-paddling-729824_1280-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"stand-up-paddling-729824_1280-1-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"stand-up-paddling-729824_1280-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:43:\"stand-up-paddling-729824_1280-1-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:43:\"stand-up-paddling-729824_1280-1-810x550.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:44:\"stand-up-paddling-729824_1280-1-1140x774.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:43:\"stand-up-paddling-729824_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:43:\"stand-up-paddling-729824_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:44:\"stand-up-paddling-729824_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:43:\"stand-up-paddling-729824_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:28:01\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:43:\"stand-up-paddling-729824_1280-1-300x204.jpg\";i:1;s:44:\"stand-up-paddling-729824_1280-1-1024x695.jpg\";i:2;s:43:\"stand-up-paddling-729824_1280-1-150x150.jpg\";i:3;s:43:\"stand-up-paddling-729824_1280-1-768x521.jpg\";i:4;s:43:\"stand-up-paddling-729824_1280-1-810x550.jpg\";i:5;s:44:\"stand-up-paddling-729824_1280-1-1140x774.jpg\";i:6;s:43:\"stand-up-paddling-729824_1280-1-375x195.jpg\";i:7;s:43:\"stand-up-paddling-729824_1280-1-145x100.jpg\";i:8;s:44:\"stand-up-paddling-729824_1280-1-1280x500.jpg\";i:9;s:43:\"stand-up-paddling-729824_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"29.98\";}'),
(7993,1308,'resmushed_quality','92'),
(7994,1308,'resmushed_cumulated_original_sizes','753695'),
(7995,1308,'resmushed_cumulated_optimized_sizes','730597'),
(7996,1308,'_imagify_optimization_level','1'),
(7997,1308,'_imagify_status','already_optimized'),
(7998,1308,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20535;s:14:\"optimized_size\";i:11948;s:7:\"percent\";d:41.82000000000000028421709430404007434844970703125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:111587;s:14:\"optimized_size\";i:64814;s:7:\"percent\";d:41.9200000000000017053025658242404460906982421875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4393;s:14:\"optimized_size\";i:2792;s:7:\"percent\";d:36.43999999999999772626324556767940521240234375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16157;s:14:\"optimized_size\";i:9594;s:7:\"percent\";d:40.61999999999999744204615126363933086395263671875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:133818;s:14:\"optimized_size\";i:68440;s:7:\"percent\";d:48.8599999999999994315658113919198513031005859375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72125;s:14:\"optimized_size\";i:38498;s:7:\"percent\";d:46.61999999999999744204615126363933086395263671875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:65556;s:14:\"optimized_size\";i:35280;s:7:\"percent\";d:46.17999999999999971578290569595992565155029296875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6251;s:14:\"optimized_size\";i:4050;s:7:\"percent\";d:35.21000000000000085265128291212022304534912109375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:109503;s:14:\"optimized_size\";i:56378;s:7:\"percent\";d:48.50999999999999801048033987171947956085205078125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13873;s:14:\"optimized_size\";i:8232;s:7:\"percent\";d:40.659999999999996589394868351519107818603515625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:176799;s:14:\"optimized_size\";i:106268;s:7:\"percent\";d:39.8900000000000005684341886080801486968994140625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:730597;s:14:\"optimized_size\";i:406294;s:7:\"percent\";d:44.3900000000000005684341886080801486968994140625;}}'),
(7999,1308,'_wp_attachment_image_alt','Best Places To Paddle Board Worldwide'),
(8000,1303,'_elementor_edit_mode','builder'),
(8001,1303,'_elementor_template_type','wp-post'),
(8002,1303,'_elementor_version','2.9.14'),
(8003,1303,'_wp_page_template','default'),
(8004,1303,'_elementor_data','[{\"id\":\"2903fa8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"da8961a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ec9e99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Paddleboarding is an activity that has become very popular these days. As well as, it becomes one of the best water creations activity worldwide. There is a no better choice to see the god creation of wonders than from the crystal blue clean ocean on a stand-up paddleboard precisely when it\'s closed by brassica, bushes, snow-covered mountains, beautiful sky, and artifacts.<\\/p><p>Apart from, stand up paddleboards (SUP) offers you an exciting and thrilling fun on the surface of the water. That\'s not enough you can do a lot of exciting things with the SUP. For instance, you can practice yoga or fitness exercises that treat your body well, even on the first attempt, and reduces your stress level. You can go surfing, fishing, snorkeling, racing and romantic date with your partner. Besides these, you can do so many other things on one. And if you can avail of all of these things from doing a single activity, you should probably try this one out.<\\/p><p>Peoples around the globe, engaging themself to be a part of this activity. Even some famous personalities predict that it will be an Olympic sport. Moreover, in 2019 ICF claimed that SUP athletes could also compete in a world championship. According to the report, Paddleboarding getting increases every year and grasping the attention of people from all over the world no matter at what age a person belongs.<\\/p><p><b><i>-If you are searching for the best places in the world to try Paddleboarding, then you are the right place<\\/i><\\/b><\\/p><p>After a complete dept analysis and reviews of paddleboarders, we gather the best suitable places to do Paddleboarding for you guys. Here are the top ten destinations to paddleboard in the world:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c48931\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8af397b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ac0dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. Sunset Beach, Oahu, Hawaii\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a213e02\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eb1160e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f195357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In Hawaii, you will find out different charming beaches, but sunset beach is one of the most popular beaches of Hawaii, and honestly, it\'s worth visiting. Sunset beach located on the north shore of Oahu in Hawaii and usually renown by its Paddleboarding in the summer season and surfing mostly in winter. SUP is ideally for the summer season in Hawaii because it observed that the waves of the ocean are mild, which is best for the Paddleboarding.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ca0ed23\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4f5870f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac371b8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=cUv3AFhOyCs\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"6dd225d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without a doubt, Hawaii is the birthplace of stand up Paddleboarding, so the whole process of Paddleboarding is not such complex if you don\'t have a paddleboard, you can also rent it from there such a reasonable price. Sunset beach is a fantastic destination to spend your whole day with your family or loved ones.<\\/p><p>This beach located outside Haleiwa Town, so if you feel hungry, there are many famous food chain trucks available. For instance, the famous Seven Bother food truck is there from there you can get burgers and cheesy fries, and Crispy Grintz is also over there, renowned for Brazilian food. So many others that will, for sure, make your fantastic day and a delightful day.<\\/p><p>Nearby, Waimea bays its located, which is four miles away you can also paddle there. And especially for beginners in Haleiwa, a famous Puaena spot is located where a beginner can comfortably ride over the calm waves on flat water.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a565384\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"78b1e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb81c06\",\"elType\":\"widget\",\"settings\":{\"title\":\"2. Colorado River, Arizona \"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21abd54\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"40cdbd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01b3a0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/boating-1251431_1280-1.jpg\",\"id\":1312}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"429c0da\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b3221e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddb7da5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Colorado River is a dream destination for adventure and makes you stop from long routes trips. Because there are four fantastic adventure parks nearby where you can do Paddleboarding, hiking, surfing, and other water or outdoor activities, it will make your vacations or trip memorable.<\\/p><p>According to the research of journal science, The Colorado river now becomes the lifeline of the southwest. The tourist enjoys the last changes of weather there and mainly spent their vacation in Colorado River. The Colorado River is famous for paddle boarding because of its mountainous view. The trippers loved to do Paddleboarding at such a place where your both hands are covered with mountains, and there are some narrow ways which will make you reach the center of this 1,450 miles long river.<br \\/><br \\/>The tourist wants to visit this fascinating place during the snowfall season when all the mountain becomes white with heavily covered snow. It gives you the seam of heaven, and as the changes occur in the weather and snow started melted into the river. The drops of water are showering onto the paddleboarders, and they feel delightful and thankful to God for his elegant beauty. As it reported that it is the bad news for the paddleboarder that the flow of the river will be drop to 19 to 31 percent if the carbon emission continues there at the same place.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fccf03\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0a7f2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ef7fa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"3. Bali, Indonesia\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47467cf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ec8ae4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76d9a9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/kelingking-beach-bali-indonesia-P3R24C3-1-scaled.jpg\",\"id\":1311}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59cf643\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"37f0264\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9aa60fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Paradise Island is one of the most popular places, the priority of tourists in Indonesia. And whatever a tourist wants in their tour to make it a remarkable one, everything is readily available in this steamy Island. There are so many water activities which you can do in Bali. Like, scuba diving, it is one of the most popular water activities you can do in Bali, surfing, wakeboarding, parasailing, and many others.<\\/p><p>But, if you are in Bali and you haven\'t try Paddleboarding yet, it\'s going to be a significant loss. Paddleboarding is not just a water activity, but it is also a great exercise to keep you maintain your body strength and make your mind relax on a cold breeze ocean. Bali\'s waves are so calm that you can even throw yourself with waves and do some yoga on boards. You can easily rent the board there for your fantastic vacation plan.<\\/p><p>The Island Bali of Indonesia is well known for so many good things. Crystal Blue Ocean, nightlife in clubs, temples, and different attractive spots that almost attracts all of the travelers to visit this iconic destination. Whether it once in a lifetime or for a few days, the place will surely make vacations best among them all.<\\/p><p>Bali is Indonesia\'s most visited destination, with an increasing rise in the rate of tourism. And Bali generated 80% of the income through this tourism. Their beautiful marine or water life attracts tourists.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b13a631\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"45a982a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"185cc1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"4. Santa Cruz, California\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"180f2e8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7a260cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f55faf2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When we talk about Paddleboarding, we can\'t forget the name of Santa Cruz in Northern California. The spatiality and ionic fact about Santa Cruz are that the water of its lake always remains icy or frosty, and because of that, the paddleboarder needs to wear wet suits. In California, there\'s a Santa Cruz park that entitled to historical landmarks of the country.<\\/p><p>Near Santa Cruz, there are so many other parks located which tourist likes to visit. Like, Twin Lakes States Beach, Lighthouse Field State Beach, Sea Bright State Beach, and Natural Bridges State Beach. While Natural Bridges State Beach, located on the Northern side of Santa Cruz. It\'s famous for marine and water life activities.<\\/p><p>The paddleboarders in Santa Cruz, fortunately, get the chance to see the whale in the sea because of the whales and other water animals. There are different spots for the guidance of paddleboarders to aware of that danger. There is a famous lane so-called steamer lane, which provides you the Paddleboarding according to your satisfaction. In short, they serve you all the joys of Paddleboarding from beginners to the advanced level, which makes this ocean different. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd6a588\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f54c0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdf8ce5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/california-2488205_1280-1.jpg\",\"id\":1316}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da9f687\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"271f1a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3af6f98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A maverick is a point in Santa Cruz, where occurs the mighty big wave of water and paddle boarders gathered there, and here starts the massive contest between the Paddleboarders. The height of these mighty waves recorded as 60 meters up from the water level.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c3e3854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12d2407\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f97d6a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"5.\\tIsland Of The Caribbean\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"afb7136\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe3bae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cdf7a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/caribbean-beach-1941529_1280-1.jpg\",\"id\":1319}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"266f039\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63dc6f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7e6f3e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We all want our vacations a memorable one and the most excited one than the before. We find that place which gives you the pleasure of heaven and exactly especially for the paddle boarders. This place is not less than heaven because of its open area, and the sun shines on the water like the glitter that really makes your mood to do paddleboard here and not to go anywhere. This Island\'s water is so pure that all the marine life and animals can be easily seen by the person how to do paddleboard here. The color or shade of this unique ocean is some like greenish-blue and is see-through because of its light shade.<\\/p><p>There are more than 7000 islands, but the uniqueness and the most pleasing of that Island is its clean, green, and healthy environment because of which peoples dream is to go there and do paddleboard there.<\\/p><p>The water of this Island always remains calms and changes its temperature under the sun\'s heat. Many Paddleboarders do yoga there because of its greenery to feel pleasant in the arms of this fascinating Island. As\\/ the water is much stagnant than the other Island, paddle boarders make a fast trip on their board.<\\/p><p>The staff of the Caribbean provides you the classes for the paddleboard and can give you paddleboard in rent for your convenience and their trainers too. Till now, the total vote the Caribbean for the best place to do paddleboard here.\\u00a0\\u00a0 <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9749263\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"630b73b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b5e1b28\",\"elType\":\"widget\",\"settings\":{\"title\":\"6. Netherlands \"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8a8327\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe46b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae4c057\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Netherland also is known as Holland, located in Western Europe in the Caribbean. Netherland is considered one of the lowest-lying countries in the world. But, the country is with massive canals, lakes, and rivers. Moreover, the Netherlands\' climate is God gifted that whole year tourists can visit this country, whether it is winter or summer. Although this country comprises of 12 provinces in which Amsterdam is the most popular and famous city.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"294d8cf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"973de42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9ebc024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-scaled.jpg\",\"id\":1322}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ad618c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd828f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"699024c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Instead of these Netherlands canal, rivers and lakes offer fantastic Paddleboarding for their tourist. The only problem is you can use a single paddleboard in summers rather than winter. In winter, lakes are in freezing conditions, so this season gives some rest to your paddleboards. But in summer, the sea refreshes you with red, pink, and blue tulip a bloom which attracts the paddleboarders to board in this country.<\\/p><p>There are so many best hot spots that you can quickly go if you are in the Netherlands. For instance, Amsterdam, the Amsteel River, Ijsselmeer, and Utrecht. These are the Netherlands\' best cities for paddle boarding just to enjoy the perfect water and natural life. While Utrecht is also a great city of Netherlands, it gives a unique touch to the traveler in paddle boarding as the canal linked along with the two streets and a unique wharf basement. That attracts a lot of travelers to paddleboard there to experience a beautiful and change look from the water.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f13cd3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0688b24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c880ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"7.\\tBanff, Alberta\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e429797\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e488b6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c68ac78\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Banff is a town of Alberta located in Canada. Banff is a resorted city which has specially designed for the tourist. Albert is the city, where there are numbers of remarkable parks are present, there is a wide range of trilling lakes from that place light blue color to dark greenish-blue, but the most famous among all there parks is The Banff National Park. The Banff is mainly the destination of the Paddleboarders. The color of this new lake is turquoise.<\\/p><p>If anyone wants to do a paddleboard, there is no better place except Banff, Alberta, because of its natural beauty, and the paddleboarders feel the joy of heaven while boarding and its color can see the freshness and purity of the water of shades. Banff\'s spatiality is that, if you want to do paddleboard with your dog, they will provide you, classes, for the joy of your dog.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"796aacb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfed10e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b0caa40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/banff-4331689_1280-1.jpg\",\"id\":1325}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77ee6c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"afd3a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6410057\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As the temperature of the Banff country, many lakes become so cold that it freezes the whole lake. This lake is not suggested as the best in the winter season because of its high temperature because paddle boarders can\'t do their boarding in the icy lake. The best and the most precious time for the tourist to do paddleboarding is the summer season or spring season when the sun is on its peak, and the cold water touches your body, you will be amazed for this creature of God, if you goanna visits this fantasy lake. The best months that I suggest my readers do paddleboard here are mainly June, July, and August.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b3e0fb9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a590079\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97f5e30\",\"elType\":\"widget\",\"settings\":{\"title\":\"8. Italy\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbfa9e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2dd9e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37ff0f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/arno-5228334_1280-1.jpg\",\"id\":1326}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35c1260\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6de3f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"575b1c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When there is the talk of paddleboarding, how can we miss the name of Italy? The country has over 150+ canals. Italy has originated as the city of tourists. The largest among these all channels and the most famous for its look is The Grand Canal, the main waterway of Venice. It is 3km long and 30 \\u2013 70 meters wide, and because of its vast size, paddle boarders prefer to do paddling in Grand Canal.<\\/p><p>If you are going to Italy for Paddleboarding, I would suggest you go to the Venice Canal. The beauty of Venice Canal is its beauty and calmness of the canal, the voices of birds and regular at the time of sunset all the birds drink water from this canal, and paddle boarders look this view.<\\/p><p>There are vast numbers of canals where we can do paddling boarding, but the top voted canals for paddle boarding are Giudecca Canal, Muzza Canal, Navigli, Navecelli Channel.<\\/p><p>One of the best locations for paddleboarding with a family in Italy is River Arno because of its calm water, and there is no danger. You can quickly learn here how to do stand up paddleboarding with different and unique techniques .the environment of Italy make your mood to do paddleboard here. When we talk about the cheapest and low-rate paddle boarding in the world, then we always choose Italy for its low budget of paddleboarding for the convenience of the paddle boarders.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"08a7b6c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d4d37e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5baac61\",\"elType\":\"widget\",\"settings\":{\"title\":\"9. Thailand\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d9c86b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"862da30\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"704e3b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Thailand is a Southeast Asian country. You are widely known for its hot steamy beaches, Buddha\'s temple, noble palaces, foods, and many other things. It stated that Thailand is one of the world\'s most beautiful countries that can\'t even compare with any other country. Further, stand up Paddleboarding is the best activity you can do in Thailand to enjoy your trip.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6460e92\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"aa28e37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2bdb15c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/thailand-1340893_1280-1.jpg\",\"id\":1327}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b1a6066\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d525f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff3b873\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bang Tao Beach is one of the best destinations in turkey .where, you can use paddleboard in warm and clear calm water and known as the best Island of Phuket. This place is recommended mostly to beginners because the water of this land is easy to practice Paddleboarding.<\\/p><p>There\'s another famous beach in Thailand known as Patang Beach, this beach crowded with different caf\\u00e9 and high lifestyle of restaurant which attracts the travelers to paddleboard on this beach. Sairee beach is also located and is famous as it is the longest beach in Thailand. Travelers prefer this Island, whether for Paddleboarding, long walks, swimming, and scuba diving. Railay beach is also a famous place in Thailand that makes your trip a worthy one for sure! This beautiful beach is surrounded by a brilliant blue crystal ocean, for its green nature, forest, and monkeys. You can also enjoy different festivals, restaurants, and nightlife in a club in this city.<\\/p><p>Well, Thailand is the bested choice to paddleboard in a dramatic and fantastic landscape. Thailand also offers rental paddleboards, gives lessons regarding Paddleboarding, and helps you in your tours. That you can avail if you want someone who can guide you in all of your journeys in Thailand. And make a remarkable destination for your vacations with your family and friends.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"074d121\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a6341e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0884184\",\"elType\":\"widget\",\"settings\":{\"title\":\"10. The Fjords In Norway\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"856213a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe71431\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a5cd49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/fjord-2652823_1280.jpg\",\"id\":1328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78f16eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2e0e2eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9a9eb79\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There are about 1,190 fjords in Norway. The brilliant sceneries of fjords in Norway are full of ice ages. In fjords Norway, you will find out everything from large cities to iconic islands. Fjords for Paddleboarding is such a beautiful place. The national geographic traveler magazine claims that this is the number one travel spot in a list of different countries around the globe. Snow-covered mountains, flat surface water, that highly recommended for the Paddleboarding. This place is a dream destination for paddleboard riders.<\\/p><p>The Sognefjord located in the vested land, western Norway. One of The biggest as well as considerable Fjords in Norway. SUP in Sagnefjords will be such a fantastic experience you will ever have in your life. Ocean fully covered with beautiful landscapes, versatile mountains that enhance the beauty of the ocean more. You can even explore many other places you can\'t explore on vehicles but can easily traverse through the Paddleboarding.<\\/p><p>Naerofjord, also located in the vested land, Norway, and it is the branch of Sognefjord. Naerofjord is one of the narrowest fjords of Norway. This fjord has recommended for these travelers whose interest in nature or God\'s creation. Like, a mountain full of hot steam, beautiful valleys, snowflakes, and rain and versatile crystal ocean. Even in a list prepared by UNESCO Naerofjord and Geirangerfjord is considered a popular tourist destination in the world. You can also explore farms in these Fjords.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2531288\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b3c7251\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6e9468\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"126a4ee\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8249b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26e9516\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Water sport activities like kayaking, scuba diving, snorkeling, and the most famous Paddleboarding, all these become the best activities among tourists. Through Paddleboarding, tourists can do a lot of activities. For instance, they can do yoga, exercises, fishing mining, and a lot of things that have mentioned above.<\\/p><p>Paddleboarding also benefits a person in burning a lot of calories, boost vitamin D levels from paddling in the day time under the sun. Then the other sports, Paddleboarding, do all these things in an hour because it\'s a full-body workout and makes you physically fit and helps reduce the stress level and make you mentally fit.<br \\/><br \\/>In the destinations as mentioned earlier, you can also create communities and grouping system through that helps you in making new friends from different countries and make plans with them of your next trip for the following paddleboard destinations. And who knows, from that, you will find out the future soul mate of your life! Through friends, you can also learn new skills and a lesson about paddleboards which suits you the most you might to get to know it better. It has hence proven that 15 minutes a day, paddling helps your heart system to work better and healthy. It also enables you to explore the countries around the world and can quickly examine the world\'s best creation or water life through Paddleboarding. In the last, if you\'re a person that quickly gets bored, then trust me this sport will be for you because it can\'t get you tired and it is well worth it.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8019,1311,'_wp_attached_file','2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-scaled.jpg'),
(8020,1311,'_wp_attachment_metadata','a:8:{s:5:\"width\";i:810;s:6:\"height\";i:488;s:4:\"file\";s:60:\"2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"kelingking-beach-bali-indonesia-P3R24C3-1-1024x617.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"kelingking-beach-bali-indonesia-P3R24C3-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:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"kelingking-beach-bali-indonesia-P3R24C3-1-1536x925.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:55:\"kelingking-beach-bali-indonesia-P3R24C3-1-2048x1233.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-810x488.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:54:\"kelingking-beach-bali-indonesia-P3R24C3-1-1140x686.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:54:\"kelingking-beach-bali-indonesia-P3R24C3-1-3438x500.jpg\";s:5:\"width\";i:3438;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:45:\"kelingking-beach-bali-indonesia-P3R24C3-1.jpg\";s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:27:44\";s:9:\"thumbsOpt\";i:13;s:13:\"thumbsOptList\";a:13:{i:0;s:45:\"kelingking-beach-bali-indonesia-P3R24C3-1.jpg\";i:1;s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-300x181.jpg\";i:2;s:54:\"kelingking-beach-bali-indonesia-P3R24C3-1-1024x617.jpg\";i:3;s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-150x150.jpg\";i:4;s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-768x462.jpg\";i:5;s:54:\"kelingking-beach-bali-indonesia-P3R24C3-1-1536x925.jpg\";i:6;s:55:\"kelingking-beach-bali-indonesia-P3R24C3-1-2048x1233.jpg\";i:7;s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-810x488.jpg\";i:8;s:54:\"kelingking-beach-bali-indonesia-P3R24C3-1-1140x686.jpg\";i:9;s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-375x195.jpg\";i:10;s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-145x100.jpg\";i:11;s:54:\"kelingking-beach-bali-indonesia-P3R24C3-1-3438x500.jpg\";i:12;s:53:\"kelingking-beach-bali-indonesia-P3R24C3-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"58.63\";}'),
(8021,1311,'resmushed_quality','92'),
(8022,1311,'resmushed_cumulated_original_sizes','1537053'),
(8023,1311,'resmushed_cumulated_optimized_sizes','1477879'),
(8024,1311,'_imagify_optimization_level','1'),
(8025,1311,'_imagify_status','already_optimized'),
(8026,1311,'_imagify_data','a:2:{s:5:\"sizes\";a:14:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17645;s:14:\"optimized_size\";i:9674;s:7:\"percent\";d:45.1700000000000017053025658242404460906982421875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:167690;s:14:\"optimized_size\";i:75558;s:7:\"percent\";d:54.93999999999999772626324556767940521240234375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3184;s:14:\"optimized_size\";i:1692;s:7:\"percent\";d:46.8599999999999994315658113919198513031005859375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12799;s:14:\"optimized_size\";i:6730;s:7:\"percent\";d:47.4200000000000017053025658242404460906982421875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:112612;s:14:\"optimized_size\";i:57018;s:7:\"percent\";d:49.36999999999999744204615126363933086395263671875;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60095;s:14:\"optimized_size\";i:32058;s:7:\"percent\";d:46.64999999999999857891452847979962825775146484375;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:309335;s:14:\"optimized_size\";i:136564;s:7:\"percent\";d:55.85000000000000142108547152020037174224853515625;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:190563;s:14:\"optimized_size\";i:91080;s:7:\"percent\";d:52.2000000000000028421709430404007434844970703125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54410;s:14:\"optimized_size\";i:28864;s:7:\"percent\";d:46.9500000000000028421709430404007434844970703125;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4820;s:14:\"optimized_size\";i:2774;s:7:\"percent\";d:42.4500000000000028421709430404007434844970703125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:92944;s:14:\"optimized_size\";i:48002;s:7:\"percent\";d:48.35000000000000142108547152020037174224853515625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9579;s:14:\"optimized_size\";i:5010;s:7:\"percent\";d:47.7000000000000028421709430404007434844970703125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:442203;s:14:\"optimized_size\";i:188604;s:7:\"percent\";d:57.35000000000000142108547152020037174224853515625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1477879;s:14:\"optimized_size\";i:683628;s:7:\"percent\";d:53.74000000000000198951966012828052043914794921875;}}'),
(8027,1311,'_wp_attachment_image_alt','Bali, Indonesia'),
(8028,1312,'_wp_attached_file','2020/07/boating-1251431_1280-1.jpg'),
(8029,1312,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:540;s:4:\"file\";s:34:\"2020/07/boating-1251431_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"boating-1251431_1280-1-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:35:\"boating-1251431_1280-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"boating-1251431_1280-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:34:\"boating-1251431_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:34:\"boating-1251431_1280-1-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:35:\"boating-1251431_1280-1-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:34:\"boating-1251431_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:34:\"boating-1251431_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:35:\"boating-1251431_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:34:\"boating-1251431_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:27:25\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:34:\"boating-1251431_1280-1-300x200.jpg\";i:1;s:35:\"boating-1251431_1280-1-1024x682.jpg\";i:2;s:34:\"boating-1251431_1280-1-150x150.jpg\";i:3;s:34:\"boating-1251431_1280-1-768x512.jpg\";i:4;s:34:\"boating-1251431_1280-1-810x540.jpg\";i:5;s:35:\"boating-1251431_1280-1-1140x760.jpg\";i:6;s:34:\"boating-1251431_1280-1-375x195.jpg\";i:7;s:34:\"boating-1251431_1280-1-145x100.jpg\";i:8;s:35:\"boating-1251431_1280-1-1280x500.jpg\";i:9;s:34:\"boating-1251431_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"24.79\";}'),
(8030,1312,'resmushed_quality','92'),
(8031,1312,'resmushed_cumulated_original_sizes','1097969'),
(8032,1312,'resmushed_cumulated_optimized_sizes','1040862'),
(8033,1312,'_imagify_optimization_level','1'),
(8034,1312,'_imagify_status','already_optimized'),
(8035,1312,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24989;s:14:\"optimized_size\";i:17604;s:7:\"percent\";d:29.550000000000000710542735760100185871124267578125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:165845;s:14:\"optimized_size\";i:132824;s:7:\"percent\";d:19.910000000000000142108547152020037174224853515625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4534;s:14:\"optimized_size\";i:3014;s:7:\"percent\";d:33.52000000000000312638803734444081783294677734375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19658;s:14:\"optimized_size\";i:14344;s:7:\"percent\";d:27.030000000000001136868377216160297393798828125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:194612;s:14:\"optimized_size\";i:132528;s:7:\"percent\";d:31.89999999999999857891452847979962825775146484375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:102126;s:14:\"optimized_size\";i:71200;s:7:\"percent\";d:30.280000000000001136868377216160297393798828125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:92136;s:14:\"optimized_size\";i:63998;s:7:\"percent\";d:30.53999999999999914734871708787977695465087890625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7086;s:14:\"optimized_size\";i:5010;s:7:\"percent\";d:29.300000000000000710542735760100185871124267578125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:159438;s:14:\"optimized_size\";i:108832;s:7:\"percent\";d:31.739999999999998436805981327779591083526611328125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15443;s:14:\"optimized_size\";i:11064;s:7:\"percent\";d:28.3599999999999994315658113919198513031005859375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:254995;s:14:\"optimized_size\";i:211842;s:7:\"percent\";d:16.9200000000000017053025658242404460906982421875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1040862;s:14:\"optimized_size\";i:772260;s:7:\"percent\";d:25.809999999999998721023075631819665431976318359375;}}'),
(8036,1312,'_wp_attachment_image_alt','Colorado River, Arizona'),
(8038,1313,'_wp_attached_file','2020/07/lagoon-1008331_1280-1.jpg'),
(8039,1313,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:503;s:4:\"file\";s:33:\"2020/07/lagoon-1008331_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"lagoon-1008331_1280-1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"lagoon-1008331_1280-1-1024x636.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"lagoon-1008331_1280-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:33:\"lagoon-1008331_1280-1-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:33:\"lagoon-1008331_1280-1-810x503.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:34:\"lagoon-1008331_1280-1-1140x708.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:33:\"lagoon-1008331_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:33:\"lagoon-1008331_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:34:\"lagoon-1008331_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:33:\"lagoon-1008331_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:27:07\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:33:\"lagoon-1008331_1280-1-300x186.jpg\";i:1;s:34:\"lagoon-1008331_1280-1-1024x636.jpg\";i:2;s:33:\"lagoon-1008331_1280-1-150x150.jpg\";i:3;s:33:\"lagoon-1008331_1280-1-768x477.jpg\";i:4;s:33:\"lagoon-1008331_1280-1-810x503.jpg\";i:5;s:34:\"lagoon-1008331_1280-1-1140x708.jpg\";i:6;s:33:\"lagoon-1008331_1280-1-375x195.jpg\";i:7;s:33:\"lagoon-1008331_1280-1-145x100.jpg\";i:8;s:34:\"lagoon-1008331_1280-1-1280x500.jpg\";i:9;s:33:\"lagoon-1008331_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"31.82\";}'),
(8040,1313,'resmushed_quality','92'),
(8041,1313,'resmushed_cumulated_original_sizes','785537'),
(8042,1313,'resmushed_cumulated_optimized_sizes','761102'),
(8043,1313,'_imagify_optimization_level','1'),
(8044,1313,'_imagify_status','already_optimized'),
(8045,1313,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19799;s:14:\"optimized_size\";i:12134;s:7:\"percent\";d:38.71000000000000085265128291212022304534912109375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:134132;s:14:\"optimized_size\";i:92320;s:7:\"percent\";d:31.1700000000000017053025658242404460906982421875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4041;s:14:\"optimized_size\";i:2476;s:7:\"percent\";d:38.72999999999999687361196265555918216705322265625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15198;s:14:\"optimized_size\";i:9510;s:7:\"percent\";d:37.42999999999999971578290569595992565155029296875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:134644;s:14:\"optimized_size\";i:79424;s:7:\"percent\";d:41.00999999999999801048033987171947956085205078125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:70530;s:14:\"optimized_size\";i:42418;s:7:\"percent\";d:39.8599999999999994315658113919198513031005859375;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:64118;s:14:\"optimized_size\";i:38980;s:7:\"percent\";d:39.21000000000000085265128291212022304534912109375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5340;s:14:\"optimized_size\";i:3366;s:7:\"percent\";d:36.969999999999998863131622783839702606201171875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:110305;s:14:\"optimized_size\";i:64640;s:7:\"percent\";d:41.39999999999999857891452847979962825775146484375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12260;s:14:\"optimized_size\";i:7650;s:7:\"percent\";d:37.60000000000000142108547152020037174224853515625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:190735;s:14:\"optimized_size\";i:126738;s:7:\"percent\";d:33.5499999999999971578290569595992565155029296875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:761102;s:14:\"optimized_size\";i:479656;s:7:\"percent\";d:36.97999999999999687361196265555918216705322265625;}}'),
(8046,1313,'_wp_attachment_image_alt','Oahu, Hawaii​'),
(8063,1316,'_wp_attached_file','2020/07/california-2488205_1280-1.jpg'),
(8064,1316,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:607;s:4:\"file\";s:37:\"2020/07/california-2488205_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"california-2488205_1280-1-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:38:\"california-2488205_1280-1-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"california-2488205_1280-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:37:\"california-2488205_1280-1-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:37:\"california-2488205_1280-1-810x607.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:38:\"california-2488205_1280-1-1140x854.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:37:\"california-2488205_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:37:\"california-2488205_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:38:\"california-2488205_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:37:\"california-2488205_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:26:50\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:37:\"california-2488205_1280-1-300x225.jpg\";i:1;s:38:\"california-2488205_1280-1-1024x767.jpg\";i:2;s:37:\"california-2488205_1280-1-150x150.jpg\";i:3;s:37:\"california-2488205_1280-1-768x575.jpg\";i:4;s:37:\"california-2488205_1280-1-810x607.jpg\";i:5;s:38:\"california-2488205_1280-1-1140x854.jpg\";i:6;s:37:\"california-2488205_1280-1-375x195.jpg\";i:7;s:37:\"california-2488205_1280-1-145x100.jpg\";i:8;s:38:\"california-2488205_1280-1-1280x500.jpg\";i:9;s:37:\"california-2488205_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"35.56\";}'),
(8065,1316,'resmushed_quality','92'),
(8066,1316,'resmushed_cumulated_original_sizes','1040671'),
(8067,1316,'resmushed_cumulated_optimized_sizes','1001551'),
(8068,1316,'_imagify_optimization_level','1'),
(8069,1316,'_imagify_status','already_optimized'),
(8070,1316,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19069;s:14:\"optimized_size\";i:12010;s:7:\"percent\";d:37.02000000000000312638803734444081783294677734375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:186515;s:14:\"optimized_size\";i:151832;s:7:\"percent\";d:18.60000000000000142108547152020037174224853515625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3282;s:14:\"optimized_size\";i:1922;s:7:\"percent\";d:41.43999999999999772626324556767940521240234375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15712;s:14:\"optimized_size\";i:10038;s:7:\"percent\";d:36.1099999999999994315658113919198513031005859375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:189209;s:14:\"optimized_size\";i:125524;s:7:\"percent\";d:33.659999999999996589394868351519107818603515625;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:92536;s:14:\"optimized_size\";i:59656;s:7:\"percent\";d:35.530000000000001136868377216160297393798828125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83087;s:14:\"optimized_size\";i:53834;s:7:\"percent\";d:35.21000000000000085265128291212022304534912109375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4727;s:14:\"optimized_size\";i:2992;s:7:\"percent\";d:36.7000000000000028421709430404007434844970703125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:151137;s:14:\"optimized_size\";i:98484;s:7:\"percent\";d:34.840000000000003410605131648480892181396484375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13248;s:14:\"optimized_size\";i:8388;s:7:\"percent\";d:36.67999999999999971578290569595992565155029296875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:243029;s:14:\"optimized_size\";i:209410;s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1001551;s:14:\"optimized_size\";i:734090;s:7:\"percent\";d:26.699999999999999289457264239899814128875732421875;}}'),
(8071,1316,'_wp_attachment_image_alt','Santa Cruz, California'),
(8088,1319,'_wp_attached_file','2020/07/caribbean-beach-1941529_1280-1.jpg'),
(8089,1319,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:542;s:4:\"file\";s:42:\"2020/07/caribbean-beach-1941529_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"caribbean-beach-1941529_1280-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"caribbean-beach-1941529_1280-1-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"caribbean-beach-1941529_1280-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:42:\"caribbean-beach-1941529_1280-1-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:42:\"caribbean-beach-1941529_1280-1-810x542.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:43:\"caribbean-beach-1941529_1280-1-1140x762.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:42:\"caribbean-beach-1941529_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:42:\"caribbean-beach-1941529_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:43:\"caribbean-beach-1941529_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:42:\"caribbean-beach-1941529_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:26:33\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:42:\"caribbean-beach-1941529_1280-1-300x201.jpg\";i:1;s:43:\"caribbean-beach-1941529_1280-1-1024x685.jpg\";i:2;s:42:\"caribbean-beach-1941529_1280-1-150x150.jpg\";i:3;s:42:\"caribbean-beach-1941529_1280-1-768x514.jpg\";i:4;s:42:\"caribbean-beach-1941529_1280-1-810x542.jpg\";i:5;s:43:\"caribbean-beach-1941529_1280-1-1140x762.jpg\";i:6;s:42:\"caribbean-beach-1941529_1280-1-375x195.jpg\";i:7;s:42:\"caribbean-beach-1941529_1280-1-145x100.jpg\";i:8;s:43:\"caribbean-beach-1941529_1280-1-1280x500.jpg\";i:9;s:42:\"caribbean-beach-1941529_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"31.92\";}'),
(8090,1319,'resmushed_quality','92'),
(8091,1319,'resmushed_cumulated_original_sizes','1164125'),
(8092,1319,'resmushed_cumulated_optimized_sizes','1121837'),
(8093,1319,'_imagify_optimization_level','1'),
(8094,1319,'_imagify_status','already_optimized'),
(8095,1319,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25256;s:14:\"optimized_size\";i:17194;s:7:\"percent\";d:31.9200000000000017053025658242404460906982421875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:200374;s:14:\"optimized_size\";i:162496;s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4997;s:14:\"optimized_size\";i:3234;s:7:\"percent\";d:35.280000000000001136868377216160297393798828125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20449;s:14:\"optimized_size\";i:14468;s:7:\"percent\";d:29.25;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:202782;s:14:\"optimized_size\";i:144050;s:7:\"percent\";d:28.96000000000000085265128291212022304534912109375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:104771;s:14:\"optimized_size\";i:73950;s:7:\"percent\";d:29.4200000000000017053025658242404460906982421875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:94851;s:14:\"optimized_size\";i:66986;s:7:\"percent\";d:29.379999999999999005240169935859739780426025390625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6694;s:14:\"optimized_size\";i:4470;s:7:\"percent\";d:33.219999999999998863131622783839702606201171875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:165272;s:14:\"optimized_size\";i:116752;s:7:\"percent\";d:29.3599999999999994315658113919198513031005859375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15977;s:14:\"optimized_size\";i:11036;s:7:\"percent\";d:30.92999999999999971578290569595992565155029296875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:280414;s:14:\"optimized_size\";i:228980;s:7:\"percent\";d:18.339999999999999857891452847979962825775146484375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1121837;s:14:\"optimized_size\";i:843616;s:7:\"percent\";d:24.800000000000000710542735760100185871124267578125;}}'),
(8096,1319,'_wp_attachment_image_alt','Island Of The Caribbean'),
(8113,1322,'_wp_attached_file','2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-scaled.jpg'),
(8114,1322,'_wp_attachment_metadata','a:8:{s:5:\"width\";i:810;s:6:\"height\";i:517;s:4:\"file\";s:60:\"2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1024x653.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-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:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-768x490.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1536x980.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:55:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-2048x1307.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-810x517.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:54:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1140x727.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:54:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-3500x500.jpg\";s:5:\"width\";i:3500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:45:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1.jpg\";s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:26:15\";s:9:\"thumbsOpt\";i:13;s:13:\"thumbsOptList\";a:13:{i:0;s:45:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1.jpg\";i:1;s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-300x191.jpg\";i:2;s:54:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1024x653.jpg\";i:3;s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-150x150.jpg\";i:4;s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-768x490.jpg\";i:5;s:54:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1536x980.jpg\";i:6;s:55:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-2048x1307.jpg\";i:7;s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-810x517.jpg\";i:8;s:54:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1140x727.jpg\";i:9;s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-375x195.jpg\";i:10;s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-145x100.jpg\";i:11;s:54:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-3500x500.jpg\";i:12;s:53:\"ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"71.31\";}'),
(8115,1322,'resmushed_quality','92'),
(8116,1322,'resmushed_cumulated_original_sizes','1455074'),
(8117,1322,'resmushed_cumulated_optimized_sizes','1405499'),
(8118,1322,'_imagify_optimization_level','1'),
(8119,1322,'_imagify_status','already_optimized'),
(8120,1322,'_imagify_data','a:2:{s:5:\"sizes\";a:14:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19335;s:14:\"optimized_size\";i:12218;s:7:\"percent\";d:36.81000000000000227373675443232059478759765625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67400;s:14:\"optimized_size\";i:23064;s:7:\"percent\";d:65.780000000000001136868377216160297393798828125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4186;s:14:\"optimized_size\";i:2666;s:7:\"percent\";d:36.31000000000000227373675443232059478759765625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14606;s:14:\"optimized_size\";i:8954;s:7:\"percent\";d:38.7000000000000028421709430404007434844970703125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:115594;s:14:\"optimized_size\";i:67594;s:7:\"percent\";d:41.52000000000000312638803734444081783294677734375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:64668;s:14:\"optimized_size\";i:39416;s:7:\"percent\";d:39.0499999999999971578290569595992565155029296875;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:310838;s:14:\"optimized_size\";i:165252;s:7:\"percent\";d:46.840000000000003410605131648480892181396484375;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:192597;s:14:\"optimized_size\";i:107876;s:7:\"percent\";d:43.99000000000000198951966012828052043914794921875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:59200;s:14:\"optimized_size\";i:35722;s:7:\"percent\";d:39.659999999999996589394868351519107818603515625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5865;s:14:\"optimized_size\";i:3890;s:7:\"percent\";d:33.6700000000000017053025658242404460906982421875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:95784;s:14:\"optimized_size\";i:56574;s:7:\"percent\";d:40.93999999999999772626324556767940521240234375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12089;s:14:\"optimized_size\";i:7750;s:7:\"percent\";d:35.8900000000000005684341886080801486968994140625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:443337;s:14:\"optimized_size\";i:225944;s:7:\"percent\";d:49.03999999999999914734871708787977695465087890625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1405499;s:14:\"optimized_size\";i:756920;s:7:\"percent\";d:46.14999999999999857891452847979962825775146484375;}}'),
(8121,1322,'_wp_attachment_image_alt','Ijsselmeer, Netherlands'),
(8138,1325,'_wp_attached_file','2020/07/banff-4331689_1280-1.jpg'),
(8139,1325,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:540;s:4:\"file\";s:32:\"2020/07/banff-4331689_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"banff-4331689_1280-1-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:33:\"banff-4331689_1280-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"banff-4331689_1280-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:32:\"banff-4331689_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:32:\"banff-4331689_1280-1-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:33:\"banff-4331689_1280-1-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:32:\"banff-4331689_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:32:\"banff-4331689_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:33:\"banff-4331689_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:32:\"banff-4331689_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:25:56\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:32:\"banff-4331689_1280-1-300x200.jpg\";i:1;s:33:\"banff-4331689_1280-1-1024x682.jpg\";i:2;s:32:\"banff-4331689_1280-1-150x150.jpg\";i:3;s:32:\"banff-4331689_1280-1-768x512.jpg\";i:4;s:32:\"banff-4331689_1280-1-810x540.jpg\";i:5;s:33:\"banff-4331689_1280-1-1140x760.jpg\";i:6;s:32:\"banff-4331689_1280-1-375x195.jpg\";i:7;s:32:\"banff-4331689_1280-1-145x100.jpg\";i:8;s:33:\"banff-4331689_1280-1-1280x500.jpg\";i:9;s:32:\"banff-4331689_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"35.15\";}'),
(8140,1325,'resmushed_quality','92'),
(8141,1325,'resmushed_cumulated_original_sizes','969465'),
(8142,1325,'resmushed_cumulated_optimized_sizes','921419'),
(8143,1325,'_imagify_optimization_level','1'),
(8144,1325,'_imagify_status','already_optimized'),
(8145,1325,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22845;s:14:\"optimized_size\";i:15040;s:7:\"percent\";d:34.1700000000000017053025658242404460906982421875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:171145;s:14:\"optimized_size\";i:135508;s:7:\"percent\";d:20.82000000000000028421709430404007434844970703125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5012;s:14:\"optimized_size\";i:3342;s:7:\"percent\";d:33.32000000000000028421709430404007434844970703125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19000;s:14:\"optimized_size\";i:13208;s:7:\"percent\";d:30.480000000000000426325641456060111522674560546875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:160386;s:14:\"optimized_size\";i:101032;s:7:\"percent\";d:37.00999999999999801048033987171947956085205078125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:84281;s:14:\"optimized_size\";i:54096;s:7:\"percent\";d:35.81000000000000227373675443232059478759765625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:76006;s:14:\"optimized_size\";i:49170;s:7:\"percent\";d:35.31000000000000227373675443232059478759765625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6291;s:14:\"optimized_size\";i:4124;s:7:\"percent\";d:34.4500000000000028421709430404007434844970703125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:130657;s:14:\"optimized_size\";i:82278;s:7:\"percent\";d:37.030000000000001136868377216160297393798828125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15138;s:14:\"optimized_size\";i:10214;s:7:\"percent\";d:32.530000000000001136868377216160297393798828125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:230658;s:14:\"optimized_size\";i:166862;s:7:\"percent\";d:27.660000000000000142108547152020037174224853515625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:921419;s:14:\"optimized_size\";i:634874;s:7:\"percent\";d:31.10000000000000142108547152020037174224853515625;}}'),
(8146,1325,'_wp_attachment_image_alt','Banff Alberta'),
(8148,1326,'_wp_attached_file','2020/07/arno-5228334_1280-1.jpg'),
(8149,1326,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:505;s:4:\"file\";s:31:\"2020/07/arno-5228334_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"arno-5228334_1280-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"arno-5228334_1280-1-1024x638.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"arno-5228334_1280-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:31:\"arno-5228334_1280-1-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:31:\"arno-5228334_1280-1-810x505.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:32:\"arno-5228334_1280-1-1140x711.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:31:\"arno-5228334_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:31:\"arno-5228334_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:32:\"arno-5228334_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:31:\"arno-5228334_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:25:39\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:31:\"arno-5228334_1280-1-300x187.jpg\";i:1;s:32:\"arno-5228334_1280-1-1024x638.jpg\";i:2;s:31:\"arno-5228334_1280-1-150x150.jpg\";i:3;s:31:\"arno-5228334_1280-1-768x479.jpg\";i:4;s:31:\"arno-5228334_1280-1-810x505.jpg\";i:5;s:32:\"arno-5228334_1280-1-1140x711.jpg\";i:6;s:31:\"arno-5228334_1280-1-375x195.jpg\";i:7;s:31:\"arno-5228334_1280-1-145x100.jpg\";i:8;s:32:\"arno-5228334_1280-1-1280x500.jpg\";i:9;s:31:\"arno-5228334_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"25.3\";}'),
(8150,1326,'resmushed_quality','92'),
(8151,1326,'resmushed_cumulated_original_sizes','873275'),
(8152,1326,'resmushed_cumulated_optimized_sizes','840812'),
(8153,1326,'_imagify_optimization_level','1'),
(8154,1326,'_imagify_status','already_optimized'),
(8155,1326,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18983;s:14:\"optimized_size\";i:11606;s:7:\"percent\";d:38.8599999999999994315658113919198513031005859375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:151313;s:14:\"optimized_size\";i:111196;s:7:\"percent\";d:26.510000000000001563194018672220408916473388671875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3750;s:14:\"optimized_size\";i:2300;s:7:\"percent\";d:38.6700000000000017053025658242404460906982421875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15250;s:14:\"optimized_size\";i:9578;s:7:\"percent\";d:37.18999999999999772626324556767940521240234375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:151076;s:14:\"optimized_size\";i:100690;s:7:\"percent\";d:33.35000000000000142108547152020037174224853515625;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75434;s:14:\"optimized_size\";i:49624;s:7:\"percent\";d:34.219999999999998863131622783839702606201171875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:67480;s:14:\"optimized_size\";i:44160;s:7:\"percent\";d:34.56000000000000227373675443232059478759765625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4659;s:14:\"optimized_size\";i:2732;s:7:\"percent\";d:41.3599999999999994315658113919198513031005859375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:121601;s:14:\"optimized_size\";i:79724;s:7:\"percent\";d:34.43999999999999772626324556767940521240234375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11652;s:14:\"optimized_size\";i:7082;s:7:\"percent\";d:39.219999999999998863131622783839702606201171875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:219614;s:14:\"optimized_size\";i:166520;s:7:\"percent\";d:24.17999999999999971578290569595992565155029296875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:840812;s:14:\"optimized_size\";i:585212;s:7:\"percent\";d:30.39999999999999857891452847979962825775146484375;}}'),
(8156,1326,'_wp_attachment_image_alt','River Arno'),
(8158,1327,'_wp_attached_file','2020/07/thailand-1340893_1280-1.jpg'),
(8159,1327,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:538;s:4:\"file\";s:35:\"2020/07/thailand-1340893_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"thailand-1340893_1280-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"thailand-1340893_1280-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"thailand-1340893_1280-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:35:\"thailand-1340893_1280-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:35:\"thailand-1340893_1280-1-810x538.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:36:\"thailand-1340893_1280-1-1140x757.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:757;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:35:\"thailand-1340893_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:35:\"thailand-1340893_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:36:\"thailand-1340893_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:35:\"thailand-1340893_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:25:22\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:35:\"thailand-1340893_1280-1-300x199.jpg\";i:1;s:36:\"thailand-1340893_1280-1-1024x680.jpg\";i:2;s:35:\"thailand-1340893_1280-1-150x150.jpg\";i:3;s:35:\"thailand-1340893_1280-1-768x510.jpg\";i:4;s:35:\"thailand-1340893_1280-1-810x538.jpg\";i:5;s:36:\"thailand-1340893_1280-1-1140x757.jpg\";i:6;s:35:\"thailand-1340893_1280-1-375x195.jpg\";i:7;s:35:\"thailand-1340893_1280-1-145x100.jpg\";i:8;s:36:\"thailand-1340893_1280-1-1280x500.jpg\";i:9;s:35:\"thailand-1340893_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"30.52\";}'),
(8160,1327,'resmushed_quality','92'),
(8161,1327,'resmushed_cumulated_original_sizes','698987'),
(8162,1327,'resmushed_cumulated_optimized_sizes','675796'),
(8163,1327,'_imagify_optimization_level','1'),
(8164,1327,'_imagify_status','already_optimized'),
(8165,1327,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16735;s:14:\"optimized_size\";i:9368;s:7:\"percent\";d:44.02000000000000312638803734444081783294677734375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:114604;s:14:\"optimized_size\";i:74398;s:7:\"percent\";d:35.0799999999999982946974341757595539093017578125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3312;s:14:\"optimized_size\";i:1912;s:7:\"percent\";d:42.27000000000000312638803734444081783294677734375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12963;s:14:\"optimized_size\";i:7162;s:7:\"percent\";d:44.75;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:122727;s:14:\"optimized_size\";i:63658;s:7:\"percent\";d:48.13000000000000255795384873636066913604736328125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:63822;s:14:\"optimized_size\";i:33244;s:7:\"percent\";d:47.909999999999996589394868351519107818603515625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57900;s:14:\"optimized_size\";i:30180;s:7:\"percent\";d:47.88000000000000255795384873636066913604736328125;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4462;s:14:\"optimized_size\";i:2578;s:7:\"percent\";d:42.219999999999998863131622783839702606201171875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:99319;s:14:\"optimized_size\";i:51448;s:7:\"percent\";d:48.2000000000000028421709430404007434844970703125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10769;s:14:\"optimized_size\";i:5926;s:7:\"percent\";d:44.969999999999998863131622783839702606201171875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:169183;s:14:\"optimized_size\";i:110190;s:7:\"percent\";d:34.86999999999999744204615126363933086395263671875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:675796;s:14:\"optimized_size\";i:390064;s:7:\"percent\";d:42.280000000000001136868377216160297393798828125;}}'),
(8166,1327,'_wp_attachment_image_alt','Patang Beach'),
(8168,1328,'_wp_attached_file','2020/07/fjord-2652823_1280.jpg'),
(8169,1328,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:608;s:4:\"file\";s:30:\"2020/07/fjord-2652823_1280.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"fjord-2652823_1280-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:31:\"fjord-2652823_1280-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:30:\"fjord-2652823_1280-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:30:\"fjord-2652823_1280-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:30:\"fjord-2652823_1280-810x608.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:31:\"fjord-2652823_1280-1140x855.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:30:\"fjord-2652823_1280-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:30:\"fjord-2652823_1280-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:31:\"fjord-2652823_1280-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:30:\"fjord-2652823_1280-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:25:06\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:30:\"fjord-2652823_1280-300x225.jpg\";i:1;s:31:\"fjord-2652823_1280-1024x768.jpg\";i:2;s:30:\"fjord-2652823_1280-150x150.jpg\";i:3;s:30:\"fjord-2652823_1280-768x576.jpg\";i:4;s:30:\"fjord-2652823_1280-810x608.jpg\";i:5;s:31:\"fjord-2652823_1280-1140x855.jpg\";i:6;s:30:\"fjord-2652823_1280-375x195.jpg\";i:7;s:30:\"fjord-2652823_1280-145x100.jpg\";i:8;s:31:\"fjord-2652823_1280-1280x500.jpg\";i:9;s:30:\"fjord-2652823_1280-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"31.62\";}'),
(8170,1328,'resmushed_quality','92'),
(8171,1328,'resmushed_cumulated_original_sizes','1344225'),
(8172,1328,'resmushed_cumulated_optimized_sizes','1295109'),
(8173,1328,'_imagify_optimization_level','1'),
(8174,1328,'_imagify_status','already_optimized'),
(8175,1328,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22815;s:14:\"optimized_size\";i:15492;s:7:\"percent\";d:32.10000000000000142108547152020037174224853515625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:200515;s:14:\"optimized_size\";i:168208;s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3849;s:14:\"optimized_size\";i:2290;s:7:\"percent\";d:40.5;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17604;s:14:\"optimized_size\";i:12262;s:7:\"percent\";d:30.35000000000000142108547152020037174224853515625;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:233207;s:14:\"optimized_size\";i:174982;s:7:\"percent\";d:24.969999999999998863131622783839702606201171875;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:115527;s:14:\"optimized_size\";i:85578;s:7:\"percent\";d:25.9200000000000017053025658242404460906982421875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103982;s:14:\"optimized_size\";i:77272;s:7:\"percent\";d:25.690000000000001278976924368180334568023681640625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5823;s:14:\"optimized_size\";i:3786;s:7:\"percent\";d:34.97999999999999687361196265555918216705322265625;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:187621;s:14:\"optimized_size\";i:139088;s:7:\"percent\";d:25.870000000000000994759830064140260219573974609375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15452;s:14:\"optimized_size\";i:10302;s:7:\"percent\";d:33.3299999999999982946974341757595539093017578125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:388714;s:14:\"optimized_size\";i:296588;s:7:\"percent\";d:23.699999999999999289457264239899814128875732421875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1295109;s:14:\"optimized_size\";i:985848;s:7:\"percent\";d:23.879999999999999005240169935859739780426025390625;}}'),
(8176,1328,'_wp_attachment_image_alt','The Fjords In Norway'),
(8197,1301,'_elementor_edit_mode','builder'),
(8198,1301,'_elementor_template_type','wp-post'),
(8199,1301,'_elementor_version','2.9.14'),
(8200,1301,'_wp_page_template','default'),
(8201,1301,'_elementor_data','[{\"id\":\"4d4b3e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8bd4892\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9fa4bcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bora is the most popular destination for tourism. It is one of the places on the planet earth that everyone desires to visit once in their lifetime. Bora Bora Island is approximately 50 minutes away from the island of Tahiti on the flight. It is an island on the Pacific Ocean .the actual name of this island is Pora Pora because the letter has not considered in the language of local, so it means firstborn.<\\/p><p>The cool breeze of this island touches the heart and soul. This island is around 7 million old, but it came into existence in 1722. The blue clean crystal ocean, with rich sands, makes your holidays a remarkable and unforgettable one. Bora Bora is a dream paradise, where everyone wishes to go there.<\\/p><p>Whether a person prefers it for honeymoon or celebrities, enjoy them for vacations. I think there is nobody in this world for whom this island has not on their wish list. While waking up on those beautiful bungalows or the hotel surround by the water is the specialty of this iconic island.<\\/p><p>Beautiful mountains all around the water, rainforest, landscapes, and coral reefs are not much you see on Bora Bora and so many other things you can explore on this island. Here are the lists of stuff you can do in Bora Bora Island:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c3fc50\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12ad90f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8215215\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=ZZ9E-Jadv88\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be4125\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0fbfcb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"edbd29b\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. Snorkeling\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae40dbc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c00457e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94bf09f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Snorkeling in Bora Bora island is one of the best things you can do on this island. Different types of species, fish, stings, and manta rays, sharks are the critical home for them. This island provides a platform for tourists in the field of snorkeling of all levels so they can enhance their entertainment level to a high peak.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da940d2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1c8bb40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e924f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/snorkeling-3917769_1280-1.jpg\",\"id\":1332}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573bc55\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d1f211\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb34058\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The crystal lagoon or ocean is full of coral gardens, and snorkeling is famous on this island because snorkelers in this lagoon meet the sharks that admire and attracted them to do snorkeling. There are different canal gardens where you can do snorkeling in Bora Bora. The aquarium is one of the best destinations which tourist can easily visit for snorkeling.<\\/p><p>And if you are interested in colorful coral gardens for snorkeling there on the southern side of Bora Bora, there is a versatile or tortoquite blue water which for sure you have not seen before.<\\/p><p>There\'s another island in Tahiti, which is also a fantastic place for snorkeling. There you can do snorkeling with drifting on the water. In this water, you will feel like fishes are coming towards you because the water of this island is shallow, which gives you a thought that you are very close to the creation of the water.<\\/p><p>Well, in Bora Bora you will probably enjoy your vacations every part. That crystal blue and deep blue shade of water make the island a snorkeling ground, which attracts different people from all over the world and makes you happy no matter what mood you are. We recommend you do snorkeling whenever you\'re going to visit these dreams comes to the island in your life. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"85394da\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8f687e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b1e3e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"2. 4WD Tour\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ecc4769\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"914fc8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94f549d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy your quality time on tour in an open-air 4WD truck. Perfect ride or activity is for photo-centric people who want perfect photos in daylight\\u2014visiting beautiful and amazing destinations in Bora Bora with these 4WD trucks. Those best destinations are East Matira, Amanahune Bay, and Faanui Canon.<\\/p><p>You can see in this tour the artistic work of locals, old world war II vestiges, and can eat fresh fruits by plugging it by own self from trees. You have two options in selecting the time one is in the morning, and the second ride starts in the afternoon, which you choose and fits you is up to you to choose. And you can enjoy this tour with delicious wines.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fc192e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88ad5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a985b94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>These 4WD trucks stop at several amazing spots, which gives you goosebump and a fantastic view of oceans. You can also look up to World War II things that were left by the US Military at the Faanui canon. Through this tour, you can also learn about Polynesian culture and traditions. At some points, you can also grab some of the refreshments items or lunch from amazing restaurants.<\\/p><p>Although, you will surely enjoy a fresh breeze of these rides that touches your soul beautifully. This adventure activity has highly recommended for those you are willing to know about the history of Bora Bora Island and how these island effects before and after World War II.<\\/p><p>The most inspiring thing about this 4WD tour is that you can visit many beautiful places on this island a few times. And you have many opportunities to capture this iconic view from your cameras.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd02f1f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8ba761b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e3d3c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"3. Sunset Cruise \"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23cb2ed\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d70a997\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f11a2e0\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=t1_-Zspskjc\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88d3cad\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0a13e1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6680cfc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Bora Bora sunset cruise is the superb late afternoon activity, especially for the new partners to romance in this exciting place. Bora Bora island provides you several sunset cruise options: in a speed boat, outrigger canoe, or catamaran - in a private or group setting - with or without a stop for dinner.<\\/p><p>Bora Bora sunset is one of the most romantic places where every couple wants to spend at least one evening theirs during the sunset. The customers have the opportunity to book a personal sunset cruise or the small group sunset cruise if you are luckily spending your time there with your loved one, so never missed anyone sunset cruise from the above two options.<br \\/><br \\/>If you are going to book a personal cruise, then a private sunset cruise allows you, your partner, and the captain of the journey. Your captain will take you to the sunset point of the Bora Bora Island and also provides you the bottle of champagne to celebrate the end of the beautiful day in Bora Bora Island. The private board\'s price is around $500-$900, and that is affordable to make your day feel like in heaven.<\\/p><p>Usually, some cruise provides you the option of dinner too. Still, it will be a little more expensive than the normal one, and they will charge $1000+ per couple, and your journey period has increased to 3 to 4 hours, but this option will your day.<\\/p><p>If someone is interested in a small group sunset cruise, it will be cheaper than the private option. They provide a different thing in this option like champagne, snacks and sometimes even dinner, and offer you all that in just $200 per person. So, I prefer you to join a small group it will be more comfortable for you to afford it.<\\/p><p>The 2nd most enjoyable thing is to do sailing at the cruise of Bora Bora, but there is minimal space (Only four couples on one trip), that\'s why usually it is booked, but it is one of the best experience you have ever done.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c8d682\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ff69a72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a3ceffa\",\"elType\":\"widget\",\"settings\":{\"title\":\"4. Scuba Diving or Aqua Safari\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bda979c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ce7dbfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d93ddf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Scuba diving is one of the most entertaining and most exciting sports to do in Bora Bora island. Bora Bora has considered the best lagoons in the world, giving and providing you the joy of heaven, which has located in the heart of the intercontinental resort and Thalassic spa.<\\/p><p>It is one of the best places to scuba dive because the temperature doesn\'t exceed much whole year because it is very close to the equator. Still, you don\'t have to go there from July to August because it\'s quite a windy season and that\'s a dangerous sign for the lovers of Scuba diving.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"382a5e5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f4a6cc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9993e6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/dive-1849534_1280-1.jpg\",\"id\":1333}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f3c408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4af927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50e0546\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Scuba diving is a bit dangerous enjoyment because of fishes and the whale in the sea. You have to be very careful while doing Scuba diving and diving into the water, but how dangerous it would be will make you feel charged and active.<\\/p><p>Suppose we are talking about the types of equipment and kits that a scuba diving person needs necessarily. It contains apparel, bags, dive boot, dive computer, scuba fins, gauges, gloves, hookah, surface air system, knives, light, snorkels, tanks, and other related accessories, underwater communication and octopus.<\\/p><p>It\'s a high activity to do with your partner to make some adventure memories with them and our family. I recommend the Bora Bora Island for Scuba Diving because it is especially famous for its Scuba diving and its whales, so be very careful during these sports and concentrate on making your journey safe from injuries.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03c1770\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c12586a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"00bb878\",\"elType\":\"widget\",\"settings\":{\"title\":\"5. Dinner On The Beach\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac48197\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9fbfec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"178d844\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautiful venues always attract tourists for dinner and make their experience the most magical one that they can\'t ever forget for so long. Without any doubt, Bora Bora, every corner of this island, gives you a beautiful and charming view that you can\'t stop glance at those fantastic oceans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79a7e3e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b8dee3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7961777\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-scaled.jpg\",\"id\":1335}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6763794\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cc85bda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"16e49d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Here we gather up some of the best resorts which you should visit to have dinner. The four seasons are among the leading resorts that give you a pleasing view of saddle rooftops houses and small motu. This resort only works through reservations and starts in the evening. That is because of beach bars and grills.<\\/p><p>They create so much rush or traffic of people walking. Hence, these bars and restaurants closed before the afternoon, making the path clear and providing privacy to their customers to have their dinner in four-season so they can enjoy their delicious dinner.<\\/p><p>Little palm tree motu is one of the most romantic and idle locations for newlyweds couples and partners in Bora Bora. The dinner might cost you a little more than the other island because everything in this resort comes through the boat, even you and your lover. If you want to make dinner at these unique resorts, you just don\'t have an issue of money to spend.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"91e7502\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"392335f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fd5fc6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"6. Aqua Bike Adventure\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cdf73e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7217688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5de2ddc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aqua Bike is one of the sports which can do only in 3 places in Bora Bora. In the Maldives and Mediterranean, if you have the opportunity to go anyone spot out of them, you must try this adventure because it is different from other activities in many ways.<\\/p><p>We are always trying to do something different because it is human beings\' nature to work more and one thing in life, so if anyone will get the chance to go, Bora Bora than I prefer you to enjoy the Aqua bike adventure.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6af8044\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cf7167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"344543a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/aqua-14857_640.jpg\",\"id\":1336}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b4f7301\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f095fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19ffdab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The aqua bike is such a brilliant way to explore the underwater world. When you are in the water, you look like a big marine bicycle-scooter combo. It is also known as the mini-submarine. But there is also no driver required to handle it because it is quite easy, incase if can\'t swim no matter what so ever is the motor will handle all the misbalancing and provides you the smooth drive 10 feet below the water.<\\/p><p>Aqua bike is a two-person motor vehicle, and you can enjoy this with your partner and explore the mighty big sea with your loved ones. The panoramic glass airlock will protect the biker\'s head.<\\/p><p>It consists of a dive tank that gives or provides you air in your whole journey, and because of that beautiful glass airlock cover your head remains dry, and the water only touches your shoulder, and you can also easily talk to your partner, and I think that is so cold.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e4df8f3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c975ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5259a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"7. Climb Mount Pahia\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50d6c31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"941f366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"449beb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bora Bora hiking is one the most beautiful place in the world, and it looks like paradise and also gives you calm and peace like heaven. Bora Bora is one of the most beautiful places where you can do hiking adventure, hiking areas or mountain is so dull that even a person could also get tired, but Bora Bora is such a beautiful island covered with water, greenery, and mountains, so its beautifulness will never lead you down.<\\/p><p>Hiking and Climbing are Bora Bora is mostly done in winter in the winter season because of its weather. The best months for the visitor to do such activities are June, July, and August. The highest and top peak of Bora Bora mountain is 2,385 feet (727 meters) tall, and from this peak, you can enjoy the wonders of The Bora Bora Island. The highest peak is known as Mount Otemanu. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"116f206\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"19045c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f766eff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/bora-bora-resort-panorama-PJ496BR-scaled.jpg\",\"id\":1337}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"373d777\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"479b1d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05a348e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are a challenge lover so go should go to Mount Pahia Climb. It can be a climb to 4 hours, this period is only for the experienced one because many people try to climb this peak in 4 hours, but they often fail to do so.<\\/p><p>Some local type of guide is also necessary for those who are going to adventure this beauty, the only guide that I can give you is Mount climb Phaia is Azzedine. The period for the regular climbers is around 6 hours. Its height is 2,168ft (661m) s you should take care of your health and your fitness and not get injured.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79ce187\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ae6f6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a5dbc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"8. Maohi Nui \"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66791a0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d66985f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f7f535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maohi Nui is a Polynesian firm famously renowned as a firm that comes up with cultural experience in Bora Bora. The firm Maohi Nui\'s purpose is to exceed your adventure experience through exploring, romancing with your partner, relaxing, and lively feels the water life.<\\/p><p>The tour starts with the fun on the boat, the boat travel just about the whole lagoon of the Bora Bora. The ship stops at three spots. The number of places might not be suitable for such activities due to climate, rain, or other circumstances. The duration of this activity is around 3 hours. In which seasonal fruits, fresh fruits, water, and soft drinks.<\\/p><p>For those tourists who want to extend their days and want to stay more, they offer them there remain in small private Motu. So they can enjoy a private lagoon sitting under the sun with a wine glass. On this private motu, they can more easily examine the traditions and culture of Bora Bora and taste their delicious traditional foods. Under the roof covered with beautiful umbrellas.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aa9bab\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ac607d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebd7a7d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If a couple wants to celebrate their marriage on this island, they can also do it here. Maohi offers couples their wedding packages. Not only unions, but people also celebrate their birthday parties and anniversaries.<\\/p><p>These parties gare decorated or organized with leaves of the coconut tree, beautiful flowers, dancer, and musicians on the Matira beach. Further, the languages you speak here are English, French, and Spanish.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7612519\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"16440ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77b5b42\",\"elType\":\"widget\",\"settings\":{\"title\":\"9. Dolphin And Whale Watching\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a327bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3be013a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2784ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Someone is going to visit the Bora Bora island in July to November. Hence, it is the best, and prime time when you will get chances to see the humpback whales, it is a natural process that these whales migrate their location to the tropical water to give the birth to the young whale.<\\/p><p>Still, you have to see them from afar distance because it is hazardous for us to survive if they caught us and you should have the experience to do these things,either you will be in serious trouble.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"196d56b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"08a9689\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24bf866\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/dolphins-underwater-PHESSGU-scaled.jpg\",\"id\":1338}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58208f0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9e32f32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f0815f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>While you are watching them and try to hear the whale\'s voice, you will listen to the sound of singing the whales. They sing as loudly that if you don\'t see them, you will readily listen to the voice of beautiful singing.<\\/p><p>French Polynesia is the point where they used to stay from July to November. Tohora Bora Bora is the first company to discover the migration process of whale and make or develop an interest around the whole world. It takes almost 16 years to complete their research in whale\'s migration. We can proudly say that Tohara Company invents or discovered one of the most beautiful natural beauty of the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f3686\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57dac1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46cae30\",\"elType\":\"widget\",\"settings\":{\"title\":\"10. Spending the Day Exploring the Lagoon\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17dd9fc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"36593cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5642eae\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=c4Nz7n-cVfk\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"start\":30,\"yt_privacy\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02d86e2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"280184d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58c086e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The beauty of Bora Bora starts from its fantasy lagoons, and it is the best tour or the best-spent activity in the world. Whether you are coming with your family or coming for the honeymoon, you will take photos of this natural beauty.<br \\/><br \\/>You are seriously lucky if you can visit Bora Bora there are several activities you can do here. I can\'t explain all the actions, but the top voted events I discussed and spending a day in the lagoon is the most favorite and suitable for the couple and the partners to enjoy the beginning of life from such a beautiful destination.<\\/p><p>The color of the water is a very light shade, and that\'s the prove cleanness and freshwater of Bora Bora island. Take some rest to snorkel in the superb and colorful coral gardens and make your guide feed the stingrays. There is a vast range of excursions to select from, offering the discovery of less-visited spots in the privacy and total comfort of a beautiful boat with your partner.<\\/p><p>If you are on the honeymoon trip, then this place is perfect for you because of its prime location and its lagoons, when it\'s the time of sunset your guide will take you to the sunset point and provide you the bottle of Champaign to enjoy the end of the beautiful and the memorable day.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e344867\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fc1328a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2e9c37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e46ca77\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d453cf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ab3bcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Well, Bora Bora resorts are considered as the best hotels to stay on this island. Where everything is so conveniently available to enjoy your vacation time, this location gives you a calm and pleasant view that it will become hard for you to leave this place. It is that if you\'re planning to go Bora Bora for a week, then only stuck yourself to the one island. Because only on one island there so many things to explore in a week.<\\/p><p>So it would be better to explore them first rather than wasting your time searching for more islands. And so you can keep your mind and self relax on the vacations by relaxing on a sun lounge. And let your holidays to spend calmly.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8211,1331,'_imagify_data','a:2:{s:5:\"sizes\";a:8:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22780;s:14:\"optimized_size\";i:15436;s:7:\"percent\";d:32.24000000000000198951966012828052043914794921875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:209791;s:14:\"optimized_size\";i:181038;s:7:\"percent\";d:13.71000000000000085265128291212022304534912109375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3845;s:14:\"optimized_size\";i:2260;s:7:\"percent\";d:41.219999999999998863131622783839702606201171875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17608;s:14:\"optimized_size\";i:12028;s:7:\"percent\";d:31.690000000000001278976924368180334568023681640625;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:245913;s:14:\"optimized_size\";i:193764;s:7:\"percent\";d:21.21000000000000085265128291212022304534912109375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:118251;s:14:\"optimized_size\";i:90106;s:7:\"percent\";d:23.800000000000000710542735760100185871124267578125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:106210;s:14:\"optimized_size\";i:80608;s:7:\"percent\";d:24.1099999999999994315658113919198513031005859375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:724398;s:14:\"optimized_size\";i:575240;s:7:\"percent\";d:20.589999999999999857891452847979962825775146484375;}}'),
(8212,1332,'_wp_attached_file','2020/07/snorkeling-3917769_1280-1.jpg'),
(8213,1332,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:540;s:4:\"file\";s:37:\"2020/07/snorkeling-3917769_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"snorkeling-3917769_1280-1-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:38:\"snorkeling-3917769_1280-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"snorkeling-3917769_1280-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:37:\"snorkeling-3917769_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:37:\"snorkeling-3917769_1280-1-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:38:\"snorkeling-3917769_1280-1-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:37:\"snorkeling-3917769_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:37:\"snorkeling-3917769_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:38:\"snorkeling-3917769_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:37:\"snorkeling-3917769_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:24:47\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:37:\"snorkeling-3917769_1280-1-300x200.jpg\";i:1;s:38:\"snorkeling-3917769_1280-1-1024x682.jpg\";i:2;s:37:\"snorkeling-3917769_1280-1-150x150.jpg\";i:3;s:37:\"snorkeling-3917769_1280-1-768x512.jpg\";i:4;s:37:\"snorkeling-3917769_1280-1-810x540.jpg\";i:5;s:38:\"snorkeling-3917769_1280-1-1140x760.jpg\";i:6;s:37:\"snorkeling-3917769_1280-1-375x195.jpg\";i:7;s:37:\"snorkeling-3917769_1280-1-145x100.jpg\";i:8;s:38:\"snorkeling-3917769_1280-1-1280x500.jpg\";i:9;s:37:\"snorkeling-3917769_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"26.78\";}'),
(8214,1332,'resmushed_quality','92'),
(8215,1332,'resmushed_cumulated_original_sizes','1060728'),
(8216,1332,'resmushed_cumulated_optimized_sizes','1019959'),
(8217,1332,'_imagify_optimization_level','1'),
(8218,1332,'_imagify_status','already_optimized'),
(8219,1332,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23670;s:14:\"optimized_size\";i:15680;s:7:\"percent\";d:33.75999999999999801048033987171947956085205078125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:170752;s:14:\"optimized_size\";i:137622;s:7:\"percent\";d:19.39999999999999857891452847979962825775146484375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4414;s:14:\"optimized_size\";i:2890;s:7:\"percent\";d:34.530000000000001136868377216160297393798828125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18608;s:14:\"optimized_size\";i:12662;s:7:\"percent\";d:31.949999999999999289457264239899814128875732421875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:190546;s:14:\"optimized_size\";i:126308;s:7:\"percent\";d:33.71000000000000085265128291212022304534912109375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:98135;s:14:\"optimized_size\";i:65662;s:7:\"percent\";d:33.090000000000003410605131648480892181396484375;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87653;s:14:\"optimized_size\";i:58630;s:7:\"percent\";d:33.1099999999999994315658113919198513031005859375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6244;s:14:\"optimized_size\";i:4224;s:7:\"percent\";d:32.35000000000000142108547152020037174224853515625;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:154408;s:14:\"optimized_size\";i:103744;s:7:\"percent\";d:32.81000000000000227373675443232059478759765625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14807;s:14:\"optimized_size\";i:9952;s:7:\"percent\";d:32.78999999999999914734871708787977695465087890625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:250722;s:14:\"optimized_size\";i:208344;s:7:\"percent\";d:16.89999999999999857891452847979962825775146484375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1019959;s:14:\"optimized_size\";i:745718;s:7:\"percent\";d:26.8900000000000005684341886080801486968994140625;}}'),
(8220,1332,'_wp_attachment_image_alt','Snorkeling​'),
(8221,1333,'_wp_attached_file','2020/07/dive-1849534_1280-1.jpg'),
(8222,1333,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:540;s:4:\"file\";s:31:\"2020/07/dive-1849534_1280-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"dive-1849534_1280-1-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:32:\"dive-1849534_1280-1-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:31:\"dive-1849534_1280-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:31:\"dive-1849534_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:31:\"dive-1849534_1280-1-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:32:\"dive-1849534_1280-1-1140x761.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:31:\"dive-1849534_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:31:\"dive-1849534_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:32:\"dive-1849534_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:31:\"dive-1849534_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:24:29\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:31:\"dive-1849534_1280-1-300x200.jpg\";i:1;s:32:\"dive-1849534_1280-1-1024x683.jpg\";i:2;s:31:\"dive-1849534_1280-1-150x150.jpg\";i:3;s:31:\"dive-1849534_1280-1-768x512.jpg\";i:4;s:31:\"dive-1849534_1280-1-810x540.jpg\";i:5;s:32:\"dive-1849534_1280-1-1140x761.jpg\";i:6;s:31:\"dive-1849534_1280-1-375x195.jpg\";i:7;s:31:\"dive-1849534_1280-1-145x100.jpg\";i:8;s:32:\"dive-1849534_1280-1-1280x500.jpg\";i:9;s:31:\"dive-1849534_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"29.93\";}'),
(8223,1333,'resmushed_quality','92'),
(8224,1333,'resmushed_cumulated_original_sizes','872369'),
(8225,1333,'resmushed_cumulated_optimized_sizes','837993'),
(8226,1333,'_imagify_optimization_level','1'),
(8227,1333,'_imagify_status','already_optimized'),
(8228,1333,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23073;s:14:\"optimized_size\";i:14138;s:7:\"percent\";d:38.719999999999998863131622783839702606201171875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:121635;s:14:\"optimized_size\";i:72672;s:7:\"percent\";d:40.25;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4935;s:14:\"optimized_size\";i:3380;s:7:\"percent\";d:31.510000000000001563194018672220408916473388671875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17474;s:14:\"optimized_size\";i:11018;s:7:\"percent\";d:36.9500000000000028421709430404007434844970703125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:153247;s:14:\"optimized_size\";i:81860;s:7:\"percent\";d:46.5799999999999982946974341757595539093017578125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81948;s:14:\"optimized_size\";i:44848;s:7:\"percent\";d:45.27000000000000312638803734444081783294677734375;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:73837;s:14:\"optimized_size\";i:40708;s:7:\"percent\";d:44.86999999999999744204615126363933086395263671875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6468;s:14:\"optimized_size\";i:4146;s:7:\"percent\";d:35.89999999999999857891452847979962825775146484375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:124946;s:14:\"optimized_size\";i:66480;s:7:\"percent\";d:46.78999999999999914734871708787977695465087890625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15171;s:14:\"optimized_size\";i:9728;s:7:\"percent\";d:35.88000000000000255795384873636066913604736328125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:215259;s:14:\"optimized_size\";i:139268;s:7:\"percent\";d:35.2999999999999971578290569595992565155029296875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:837993;s:14:\"optimized_size\";i:488246;s:7:\"percent\";d:41.74000000000000198951966012828052043914794921875;}}'),
(8229,1333,'_wp_attachment_image_alt','Scuba Diving or Aqua Safari'),
(8230,1334,'_wp_attached_file','2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-scaled.jpg'),
(8231,1334,'_wp_attachment_metadata','a:8:{s:5:\"width\";i:810;s:6:\"height\";i:456;s:4:\"file\";s:77:\"2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:71:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-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:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:71:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:72:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-810x456.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:71:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-1140x641.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:71:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-4592x500.jpg\";s:5:\"width\";i:4592;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-G70\";s:7:\"caption\";s:99:\"Blurred of Table in the Restaurant witch candles and woment servant on the Beach, Bali. Swirl Bokeh\";s:17:\"created_timestamp\";s:10:\"1479901896\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:79:\"Blurred of Table in the Restaurant witch candles and servant on the Beach, Bali\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:36:{i:0;s:7:\"blurred\";i:1;s:12:\"appointments\";i:2;s:4:\"bali\";i:3;s:7:\"servant\";i:4;s:6:\"candle\";i:5;s:5:\"bokeh\";i:6;s:9:\"restournt\";i:7;s:7:\"wedding\";i:8;s:5:\"beach\";i:9;s:5:\"bower\";i:10;s:8:\"bungalow\";i:11;s:4:\"cafe\";i:12;s:8:\"catering\";i:13;s:5:\"chair\";i:14;s:6:\"dining\";i:15;s:6:\"dinner\";i:16;s:8:\"elegance\";i:17;s:5:\"empty\";i:18;s:5:\"event\";i:19;s:6:\"exotic\";i:20;s:7:\"flowers\";i:21;s:4:\"food\";i:22;s:9:\"furniture\";i:23;s:6:\"garden\";i:24;s:5:\"hotel\";i:25;s:9:\"indonesia\";i:26;s:8:\"interior\";i:27;s:6:\"island\";i:28;s:5:\"lunch\";i:29;s:6:\"luxury\";i:30;s:6:\"nature\";i:31;s:6:\"nobody\";i:32;s:5:\"ocean\";i:33;s:7:\"outdoor\";i:34;s:5:\"green\";i:35;s:4:\"rose\";}}s:14:\"original_image\";s:62:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G.jpg\";s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:24:11\";s:9:\"thumbsOpt\";i:13;s:13:\"thumbsOptList\";a:13:{i:0;s:62:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G.jpg\";i:1;s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-300x169.jpg\";i:2;s:71:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-1024x576.jpg\";i:3;s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-150x150.jpg\";i:4;s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-768x432.jpg\";i:5;s:71:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-1536x864.jpg\";i:6;s:72:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-2048x1152.jpg\";i:7;s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-810x456.jpg\";i:8;s:71:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-1140x641.jpg\";i:9;s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-375x195.jpg\";i:10;s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-145x100.jpg\";i:11;s:71:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-4592x500.jpg\";i:12;s:70:\"blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"92.13\";}'),
(8232,1335,'_wp_attached_file','2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-scaled.jpg'),
(8233,1335,'_wp_attachment_metadata','a:8:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:77:\"2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-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:71:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-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:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-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:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-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:72:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:72:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:71:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:71:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-6720x500.jpg\";s:5:\"width\";i:6720;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:20:\"Kondratova Ekaterina\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:122:\"Two glasses of wine and italian snacks  with amazing view at sunset in Italy. Romantic dinner for two on panoramic terrace\";s:17:\"created_timestamp\";s:10:\"1547902336\";s:9:\"copyright\";s:20:\"Kondratova Ekaterina\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:77:\"Two glasses of wine and italian snacks  with amazing view at sunset in Italy.\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:50:{i:0;s:4:\"wine\";i:1;s:5:\"beach\";i:2;s:6:\"picnic\";i:3;s:6:\"sunset\";i:4;s:4:\"food\";i:5;s:3:\"sea\";i:6;s:6:\"summer\";i:7;s:6:\"dinner\";i:8;s:6:\"cheese\";i:9;s:5:\"glass\";i:10;s:5:\"bread\";i:11;s:5:\"drink\";i:12;s:8:\"romantic\";i:13;s:5:\"party\";i:14;s:5:\"white\";i:15;s:5:\"fruit\";i:16;s:4:\"rose\";i:17;s:7:\"holiday\";i:18;s:5:\"table\";i:19;s:4:\"meal\";i:20;s:4:\"meat\";i:21;s:8:\"beverage\";i:22;s:6:\"travel\";i:23;s:10:\"background\";i:24;s:5:\"lunch\";i:25;s:5:\"snack\";i:26;s:6:\"europe\";i:27;s:4:\"view\";i:28;s:7:\"tourism\";i:29;s:8:\"manarola\";i:30;s:6:\"bottle\";i:31;s:6:\"nature\";i:32;s:7:\"outdoor\";i:33;s:5:\"olive\";i:34;s:8:\"ciabatta\";i:35;s:10:\"prosciutto\";i:36;s:5:\"plate\";i:37;s:5:\"jamon\";i:38;s:5:\"cured\";i:39;s:5:\"board\";i:40;s:9:\"appetizer\";i:41;s:7:\"italian\";i:42;s:4:\"blue\";i:43;s:5:\"chair\";i:44;s:5:\"italy\";i:45;s:10:\"bruschetta\";i:46;s:11:\"charcuterie\";i:47;s:8:\"vacation\";i:48;s:7:\"terrace\";i:49;s:7:\"balcony\";}}s:14:\"original_image\";s:62:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R.jpg\";s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:23:52\";s:9:\"thumbsOpt\";i:13;s:13:\"thumbsOptList\";a:13:{i:0;s:62:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R.jpg\";i:1;s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-300x200.jpg\";i:2;s:71:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1024x683.jpg\";i:3;s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-150x150.jpg\";i:4;s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-768x512.jpg\";i:5;s:72:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1536x1024.jpg\";i:6;s:72:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-2048x1365.jpg\";i:7;s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-810x540.jpg\";i:8;s:71:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1140x760.jpg\";i:9;s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-375x195.jpg\";i:10;s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-145x100.jpg\";i:11;s:71:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-6720x500.jpg\";i:12;s:70:\"two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"92.38\";}'),
(8234,1335,'resmushed_quality','92'),
(8235,1335,'resmushed_cumulated_original_sizes','1940396'),
(8236,1335,'resmushed_cumulated_optimized_sizes','1846626'),
(8237,1335,'_imagify_optimization_level','1'),
(8238,1335,'_imagify_status','already_optimized'),
(8239,1335,'_imagify_data','a:2:{s:5:\"sizes\";a:14:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23590;s:14:\"optimized_size\";i:14174;s:7:\"percent\";d:39.9200000000000017053025658242404460906982421875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:359343;s:14:\"optimized_size\";i:128028;s:7:\"percent\";d:64.3700000000000045474735088646411895751953125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5298;s:14:\"optimized_size\";i:3476;s:7:\"percent\";d:34.3900000000000005684341886080801486968994140625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17850;s:14:\"optimized_size\";i:10562;s:7:\"percent\";d:40.8299999999999982946974341757595539093017578125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:132439;s:14:\"optimized_size\";i:69568;s:7:\"percent\";d:47.469999999999998863131622783839702606201171875;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:77088;s:14:\"optimized_size\";i:41588;s:7:\"percent\";d:46.0499999999999971578290569595992565155029296875;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:334768;s:14:\"optimized_size\";i:164788;s:7:\"percent\";d:50.780000000000001136868377216160297393798828125;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:212363;s:14:\"optimized_size\";i:106908;s:7:\"percent\";d:49.659999999999996589394868351519107818603515625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:69827;s:14:\"optimized_size\";i:38426;s:7:\"percent\";d:44.969999999999998863131622783839702606201171875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7251;s:14:\"optimized_size\";i:4796;s:7:\"percent\";d:33.8599999999999994315658113919198513031005859375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:111498;s:14:\"optimized_size\";i:59288;s:7:\"percent\";d:46.8299999999999982946974341757595539093017578125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15598;s:14:\"optimized_size\";i:9960;s:7:\"percent\";d:36.14999999999999857891452847979962825775146484375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:479713;s:14:\"optimized_size\";i:227042;s:7:\"percent\";d:52.6700000000000017053025658242404460906982421875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1846626;s:14:\"optimized_size\";i:878604;s:7:\"percent\";d:52.4200000000000017053025658242404460906982421875;}}'),
(8240,1335,'_wp_attachment_image_alt','Dinner on the beach'),
(8241,1336,'_wp_attached_file','2020/07/aqua-14857_640.jpg'),
(8242,1336,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:26:\"2020/07/aqua-14857_640.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"aqua-14857_640-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"aqua-14857_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:26:\"aqua-14857_640-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:26:\"aqua-14857_640-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:26:\"aqua-14857_640-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:23:33\";s:9:\"thumbsOpt\";i:5;s:13:\"thumbsOptList\";a:5:{i:0;s:26:\"aqua-14857_640-300x199.jpg\";i:1;s:26:\"aqua-14857_640-150x150.jpg\";i:2;s:26:\"aqua-14857_640-375x195.jpg\";i:3;s:26:\"aqua-14857_640-145x100.jpg\";i:4;s:26:\"aqua-14857_640-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"19.43\";}'),
(8243,1336,'resmushed_quality','92'),
(8244,1336,'resmushed_cumulated_original_sizes','153611'),
(8245,1336,'resmushed_cumulated_optimized_sizes','145807'),
(8246,1336,'_imagify_optimization_level','1'),
(8247,1336,'_imagify_status','already_optimized'),
(8248,1336,'_imagify_data','a:2:{s:5:\"sizes\";a:7:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20570;s:14:\"optimized_size\";i:11066;s:7:\"percent\";d:46.2000000000000028421709430404007434844970703125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4511;s:14:\"optimized_size\";i:2612;s:7:\"percent\";d:42.10000000000000142108547152020037174224853515625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16745;s:14:\"optimized_size\";i:9592;s:7:\"percent\";d:42.719999999999998863131622783839702606201171875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6338;s:14:\"optimized_size\";i:3732;s:7:\"percent\";d:41.11999999999999744204615126363933086395263671875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13388;s:14:\"optimized_size\";i:7400;s:7:\"percent\";d:44.72999999999999687361196265555918216705322265625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:84255;s:14:\"optimized_size\";i:32304;s:7:\"percent\";d:61.659999999999996589394868351519107818603515625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:145807;s:14:\"optimized_size\";i:66706;s:7:\"percent\";d:54.25;}}'),
(8249,1336,'_wp_attachment_image_alt','Aqua Bike Adventure'),
(8250,1337,'_wp_attached_file','2020/07/bora-bora-resort-panorama-PJ496BR-scaled.jpg'),
(8251,1337,'_wp_attachment_metadata','a:8:{s:5:\"width\";i:810;s:6:\"height\";i:337;s:4:\"file\";s:52:\"2020/07/bora-bora-resort-panorama-PJ496BR-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"bora-bora-resort-panorama-PJ496BR-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"bora-bora-resort-panorama-PJ496BR-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"bora-bora-resort-panorama-PJ496BR-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:\"bora-bora-resort-panorama-PJ496BR-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"bora-bora-resort-panorama-PJ496BR-1536x640.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"bora-bora-resort-panorama-PJ496BR-2048x853.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:45:\"bora-bora-resort-panorama-PJ496BR-810x337.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:46:\"bora-bora-resort-panorama-PJ496BR-1140x475.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:45:\"bora-bora-resort-panorama-PJ496BR-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:45:\"bora-bora-resort-panorama-PJ496BR-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:46:\"bora-bora-resort-panorama-PJ496BR-4928x500.jpg\";s:5:\"width\";i:4928;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:45:\"bora-bora-resort-panorama-PJ496BR-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:178:\"Panorama image of a tropical Bora Bora landscape with green Otemanu mountain behind a luxury resort in the turquoise lagoon of the island near Tahiti in Pacific French Polynesia.\";s:17:\"created_timestamp\";s:10:\"1336336116\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:48:\"Bora Bora island panorama with resort and lagoon\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:24:{i:0;s:9:\"Bora Bora\";i:1;s:8:\"panorama\";i:2;s:9:\"landscape\";i:3;s:6:\"resort\";i:4;s:6:\"lagoon\";i:5;s:9:\"polynesia\";i:6;s:6:\"travel\";i:7;s:9:\"honeymoon\";i:8;s:8:\"tropical\";i:9;s:6:\"luxury\";i:10;s:16:\"french polynesia\";i:11;s:6:\"island\";i:12;s:7:\"pacific\";i:13;s:6:\"tahiti\";i:14;s:4:\"bora\";i:15;s:6:\"nature\";i:16;s:6:\"banner\";i:17;s:7:\"Otemanu\";i:18;s:9:\"panoramic\";i:19;s:6:\"summer\";i:20;s:8:\"vacation\";i:21;s:9:\"turquoise\";i:22;s:4:\"blue\";i:23;s:8:\"mountain\";}}s:14:\"original_image\";s:37:\"bora-bora-resort-panorama-PJ496BR.jpg\";s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:23:21\";s:9:\"thumbsOpt\";i:13;s:13:\"thumbsOptList\";a:13:{i:0;s:37:\"bora-bora-resort-panorama-PJ496BR.jpg\";i:1;s:45:\"bora-bora-resort-panorama-PJ496BR-300x125.jpg\";i:2;s:46:\"bora-bora-resort-panorama-PJ496BR-1024x427.jpg\";i:3;s:45:\"bora-bora-resort-panorama-PJ496BR-150x150.jpg\";i:4;s:45:\"bora-bora-resort-panorama-PJ496BR-768x320.jpg\";i:5;s:46:\"bora-bora-resort-panorama-PJ496BR-1536x640.jpg\";i:6;s:46:\"bora-bora-resort-panorama-PJ496BR-2048x853.jpg\";i:7;s:45:\"bora-bora-resort-panorama-PJ496BR-810x337.jpg\";i:8;s:46:\"bora-bora-resort-panorama-PJ496BR-1140x475.jpg\";i:9;s:45:\"bora-bora-resort-panorama-PJ496BR-375x195.jpg\";i:10;s:45:\"bora-bora-resort-panorama-PJ496BR-145x100.jpg\";i:11;s:46:\"bora-bora-resort-panorama-PJ496BR-4928x500.jpg\";i:12;s:45:\"bora-bora-resort-panorama-PJ496BR-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"91.37\";}'),
(8252,1337,'resmushed_quality','92'),
(8253,1337,'resmushed_cumulated_original_sizes','1094060'),
(8254,1337,'resmushed_cumulated_optimized_sizes','1053651'),
(8255,1337,'_imagify_optimization_level','1'),
(8256,1337,'_imagify_status','already_optimized'),
(8257,1337,'_imagify_data','a:2:{s:5:\"sizes\";a:14:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16845;s:14:\"optimized_size\";i:9458;s:7:\"percent\";d:43.85000000000000142108547152020037174224853515625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:140790;s:14:\"optimized_size\";i:44540;s:7:\"percent\";d:68.3599999999999994315658113919198513031005859375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3759;s:14:\"optimized_size\";i:2134;s:7:\"percent\";d:43.22999999999999687361196265555918216705322265625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13726;s:14:\"optimized_size\";i:7708;s:7:\"percent\";d:43.840000000000003410605131648480892181396484375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:76452;s:14:\"optimized_size\";i:41828;s:7:\"percent\";d:45.28999999999999914734871708787977695465087890625;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42719;s:14:\"optimized_size\";i:24046;s:7:\"percent\";d:43.71000000000000085265128291212022304534912109375;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:209834;s:14:\"optimized_size\";i:109158;s:7:\"percent\";d:47.97999999999999687361196265555918216705322265625;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:126459;s:14:\"optimized_size\";i:68772;s:7:\"percent\";d:45.61999999999999744204615126363933086395263671875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38158;s:14:\"optimized_size\";i:21216;s:7:\"percent\";d:44.39999999999999857891452847979962825775146484375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4881;s:14:\"optimized_size\";i:2770;s:7:\"percent\";d:43.25;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:63522;s:14:\"optimized_size\";i:35016;s:7:\"percent\";d:44.88000000000000255795384873636066913604736328125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8536;s:14:\"optimized_size\";i:4960;s:7:\"percent\";d:41.8900000000000005684341886080801486968994140625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:307970;s:14:\"optimized_size\";i:152638;s:7:\"percent\";d:50.43999999999999772626324556767940521240234375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1053651;s:14:\"optimized_size\";i:524244;s:7:\"percent\";d:50.25;}}'),
(8258,1337,'_wp_attachment_image_alt','Climb Mount Pahia'),
(8259,1338,'_wp_attached_file','2020/07/dolphins-underwater-PHESSGU-scaled.jpg'),
(8260,1338,'_wp_attachment_metadata','a:8:{s:5:\"width\";i:1387;s:6:\"height\";i:924;s:4:\"file\";s:46:\"2020/07/dolphins-underwater-PHESSGU-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"dolphins-underwater-PHESSGU-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:40:\"dolphins-underwater-PHESSGU-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:39:\"dolphins-underwater-PHESSGU-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:39:\"dolphins-underwater-PHESSGU-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:41:\"dolphins-underwater-PHESSGU-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"dolphins-underwater-PHESSGU-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:39:\"dolphins-underwater-PHESSGU-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:40:\"dolphins-underwater-PHESSGU-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:39:\"dolphins-underwater-PHESSGU-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:39:\"dolphins-underwater-PHESSGU-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:40:\"dolphins-underwater-PHESSGU-3800x500.jpg\";s:5:\"width\";i:3800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:39:\"dolphins-underwater-PHESSGU-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:55:\"Dolphins Swimming in the Ocean, Amazing Underwater View\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:19:\"Dolphins Underwater\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:33:{i:0;s:6:\"animal\";i:1;s:5:\"atoll\";i:2;s:4:\"ayes\";i:3;s:4:\"blue\";i:4;s:6:\"bottle\";i:5;s:11:\"bottle-nose\";i:6;s:6:\"common\";i:7;s:4:\"dive\";i:8;s:7:\"dolphin\";i:9;s:6:\"dorsal\";i:10;s:3:\"eye\";i:11;s:4:\"fast\";i:12;s:6:\"friend\";i:13;s:4:\"grey\";i:14;s:5:\"happy\";i:15;s:11:\"intelligent\";i:16;s:4:\"life\";i:17;s:7:\"mammals\";i:18;s:6:\"motion\";i:19;s:4:\"nose\";i:20;s:5:\"ocean\";i:21;s:5:\"quick\";i:22;s:3:\"red\";i:23;s:4:\"reef\";i:24;s:3:\"sea\";i:25;s:5:\"smile\";i:26;s:5:\"speed\";i:27;s:8:\"swimming\";i:28;s:10:\"underwater\";i:29;s:5:\"water\";i:30;s:6:\"whales\";i:31;s:4:\"wild\";i:32;s:8:\"wildlife\";}}s:14:\"original_image\";s:31:\"dolphins-underwater-PHESSGU.jpg\";s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:23:03\";s:9:\"thumbsOpt\";i:13;s:13:\"thumbsOptList\";a:13:{i:0;s:31:\"dolphins-underwater-PHESSGU.jpg\";i:1;s:39:\"dolphins-underwater-PHESSGU-300x200.jpg\";i:2;s:40:\"dolphins-underwater-PHESSGU-1024x683.jpg\";i:3;s:39:\"dolphins-underwater-PHESSGU-150x150.jpg\";i:4;s:39:\"dolphins-underwater-PHESSGU-768x512.jpg\";i:5;s:41:\"dolphins-underwater-PHESSGU-1536x1024.jpg\";i:6;s:41:\"dolphins-underwater-PHESSGU-2048x1365.jpg\";i:7;s:39:\"dolphins-underwater-PHESSGU-810x540.jpg\";i:8;s:40:\"dolphins-underwater-PHESSGU-1140x760.jpg\";i:9;s:39:\"dolphins-underwater-PHESSGU-375x195.jpg\";i:10;s:39:\"dolphins-underwater-PHESSGU-145x100.jpg\";i:11;s:40:\"dolphins-underwater-PHESSGU-3800x500.jpg\";i:12;s:39:\"dolphins-underwater-PHESSGU-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"95.59\";}'),
(8261,1338,'resmushed_quality','92'),
(8262,1338,'resmushed_cumulated_original_sizes','932533'),
(8263,1338,'resmushed_cumulated_optimized_sizes','843963'),
(8264,1338,'_imagify_optimization_level','1'),
(8265,1338,'_imagify_status','success'),
(8266,1338,'_imagify_data','a:2:{s:5:\"sizes\";a:26:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:223506;s:14:\"optimized_size\";i:84137;s:7:\"percent\";d:62.3599999999999994315658113919198513031005859375;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10824;s:14:\"optimized_size\";i:5594;s:7:\"percent\";d:48.32000000000000028421709430404007434844970703125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:188810;s:14:\"optimized_size\";i:59230;s:7:\"percent\";d:68.6299999999999954525264911353588104248046875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:2475;s:14:\"optimized_size\";i:1308;s:7:\"percent\";d:47.14999999999999857891452847979962825775146484375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8405;s:14:\"optimized_size\";i:4306;s:7:\"percent\";d:48.77000000000000312638803734444081783294677734375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:55729;s:14:\"optimized_size\";i:26568;s:7:\"percent\";d:52.3299999999999982946974341757595539093017578125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:33005;s:14:\"optimized_size\";i:16274;s:7:\"percent\";d:50.68999999999999772626324556767940521240234375;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:144470;s:14:\"optimized_size\";i:59096;s:7:\"percent\";d:59.090000000000003410605131648480892181396484375;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:88363;s:14:\"optimized_size\";i:40226;s:7:\"percent\";d:54.47999999999999687361196265555918216705322265625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30179;s:14:\"optimized_size\";i:15052;s:7:\"percent\";d:50.11999999999999744204615126363933086395263671875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3969;s:14:\"optimized_size\";i:2218;s:7:\"percent\";d:44.11999999999999744204615126363933086395263671875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:47136;s:14:\"optimized_size\";i:22826;s:7:\"percent\";d:51.57000000000000028421709430404007434844970703125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7092;s:14:\"optimized_size\";i:3744;s:7:\"percent\";d:47.21000000000000085265128291212022304534912109375;}s:17:\"full@imagify-webp\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:61:\"File size must be under 2.0 MB .Current file size is 6.4 MB\";}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:5:\"large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:88363;s:14:\"optimized_size\";i:41880;s:7:\"percent\";d:52.60000000000000142108547152020037174224853515625;}s:9:\"2048x2048\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:144470;s:14:\"optimized_size\";i:57538;s:7:\"percent\";d:60.1700000000000017053025658242404460906982421875;}s:9:\"vce-lay-a\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:15:\"vce-lay-a-nosid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-b\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-d\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-grid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1076796;s:14:\"optimized_size\";i:439997;s:7:\"percent\";d:59.1400000000000005684341886080801486968994140625;}}'),
(8267,1338,'_wp_attachment_image_alt','Dolphin And Whale Watching'),
(8300,207,'hefo_before','0'),
(8301,207,'hefo_after','0'),
(8302,1348,'_edit_lock','1597600909:3'),
(8303,1349,'_wp_attached_file','2020/07/Pierogi-Truck.jpg'),
(8304,1349,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:479;s:4:\"file\";s:25:\"2020/07/Pierogi-Truck.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Pierogi-Truck-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Pierogi-Truck-1024x605.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Pierogi-Truck-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:25:\"Pierogi-Truck-768x454.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"Pierogi-Truck-1536x908.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:908;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:25:\"Pierogi-Truck-810x479.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:26:\"Pierogi-Truck-1140x674.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:25:\"Pierogi-Truck-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:25:\"Pierogi-Truck-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:26:\"Pierogi-Truck-2048x500.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:25:\"Pierogi-Truck-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:22:47\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:25:\"Pierogi-Truck-300x177.jpg\";i:1;s:26:\"Pierogi-Truck-1024x605.jpg\";i:2;s:25:\"Pierogi-Truck-150x150.jpg\";i:3;s:25:\"Pierogi-Truck-768x454.jpg\";i:4;s:26:\"Pierogi-Truck-1536x908.jpg\";i:5;s:25:\"Pierogi-Truck-810x479.jpg\";i:6;s:26:\"Pierogi-Truck-1140x674.jpg\";i:7;s:25:\"Pierogi-Truck-375x195.jpg\";i:8;s:25:\"Pierogi-Truck-145x100.jpg\";i:9;s:26:\"Pierogi-Truck-2048x500.jpg\";i:10;s:25:\"Pierogi-Truck-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"57.94\";}'),
(8305,1349,'resmushed_quality','92'),
(8306,1349,'resmushed_cumulated_original_sizes','1788367'),
(8307,1349,'resmushed_cumulated_optimized_sizes','1734088'),
(8308,1349,'_imagify_optimization_level','1'),
(8309,1349,'_imagify_status','already_optimized'),
(8310,1349,'_imagify_data','a:2:{s:5:\"sizes\";a:13:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31610;s:14:\"optimized_size\";i:22438;s:7:\"percent\";d:29.019999999999999573674358543939888477325439453125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:197264;s:14:\"optimized_size\";i:102796;s:7:\"percent\";d:47.8900000000000005684341886080801486968994140625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6642;s:14:\"optimized_size\";i:4806;s:7:\"percent\";d:27.6400000000000005684341886080801486968994140625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24836;s:14:\"optimized_size\";i:17990;s:7:\"percent\";d:27.559999999999998721023075631819665431976318359375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:171958;s:14:\"optimized_size\";i:106004;s:7:\"percent\";d:38.35000000000000142108547152020037174224853515625;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:98533;s:14:\"optimized_size\";i:66066;s:7:\"percent\";d:32.9500000000000028421709430404007434844970703125;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:277250;s:14:\"optimized_size\";i:157834;s:7:\"percent\";d:43.07000000000000028421709430404007434844970703125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90121;s:14:\"optimized_size\";i:60746;s:7:\"percent\";d:32.60000000000000142108547152020037174224853515625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9254;s:14:\"optimized_size\";i:6690;s:7:\"percent\";d:27.71000000000000085265128291212022304534912109375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:148308;s:14:\"optimized_size\";i:97350;s:7:\"percent\";d:34.3599999999999994315658113919198513031005859375;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18774;s:14:\"optimized_size\";i:13804;s:7:\"percent\";d:26.469999999999998863131622783839702606201171875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:659538;s:14:\"optimized_size\";i:242574;s:7:\"percent\";d:63.219999999999998863131622783839702606201171875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1734088;s:14:\"optimized_size\";i:899098;s:7:\"percent\";d:48.14999999999999857891452847979962825775146484375;}}'),
(8311,1349,'_wp_attachment_image_alt','Best Food Truck In San Diego'),
(8312,1348,'_thumbnail_id','1349'),
(8313,1348,'_edit_last','3'),
(8314,1348,'hefo_before','0'),
(8315,1348,'hefo_after','0'),
(8316,1348,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(8317,1348,'_elementor_edit_mode','builder'),
(8318,1348,'_elementor_template_type','wp-post'),
(8319,1348,'_elementor_version','2.9.13'),
(8320,1348,'_wp_page_template','default'),
(8321,1348,'_elementor_data','[{\"id\":\"764b01e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"525b813\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ba6bf13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>San Diego is well known and famous for its beaches, parks, food trucks and warm weather. San Diego is very close to the Pacific coast of California. It is historically known as the Birth Place of California. It is such a crucial moment for San Diego that it is the first place where the European visited after discovering the U.S West Coast.<\\/p><p>In the last 20 year of history, San Diego upgraded and groomed itself from surf town to craft leader and that is because San Diego is accessible for the Craft Beer Capital of America. The entire San Diego is such a food lover and because of which people there always think to open a new food truck and restaurant to attract people towards their food.<\\/p><p>The food truck is the invent of America, and the most Food trucks are present in San Diego, they set the example that even a car can also take the place of giant and big restaurants, just the thing you want to handle food business is the taste in your hands.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82931ed\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2eeb442\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea17ba8\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. Snocal Shaved Ice\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75ff536\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b6ad345\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b158d0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SnoCal shaved ice is a truck located in San Diego Street. It only begins with the ice. The idea forms up when the owner of SnoCal shaved ice, Loretta and Joe went for their marriage at Maui. The idea shaped when they first taste the shaved ice on that island and got inspired by it.<\\/p><p>When they came back to San Diego after their marriage, then they both planned to immerge that idea and form up their own business of this. Starting up a new venture on land cost a lot, so they came up with the food truck idea rather than opening up a restaurant.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc6fa17\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a309aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f196882\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/Snocal-Shaved-Ice.jpg\",\"id\":1352}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e67ca09\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a69ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3511c3f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>After a lot of researches, then they came up with producing the block of ice that process involved multi-steps. And that process of shaved ice is known as tempering with adding up some flavours. The factor behind their success is that they add sugar cane for sweetness and mineral water for preparing the syrup and uses fresh flavours from fruits.<\\/p><p>There are more than 24 different flavours which they offer. Like, peppermint, blue bubble gum, raspberry, cotton candy, banana, pink lemonade, tiger\'s blood, li hing mui, cola and many other amazing flavours which you can try. And their Pina colada will for sure remind you of Hawaii cool breeze.<\\/p><p>After the hard work done by the couples, they launch this excellent idea for us, so we can also taste those shaved ice. You are now thinking about that it\'s just regular ice which cut with a cream but what is inside it that taste you can\'t ever forget. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7741072\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a6ecb4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"feda4c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"2. Devilicious\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c29db13\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ef7939a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7e32d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A television show first started Devilicious, and people give very positive replies to them because they have opened the restaurant after that. Devilicious is one of the best food offering sites and restaurants that offers tasty and delightful food in San Diego.<\\/p><p>Let\'s have a view on the best food of Devilicious Restaurant. One of the best and top-voted dishes of this restaurant is grilled cheese, their grilled cheese is not ordinary or every day like others, their grilled cheese is not a white bread with some standard cheese, but they also use butter-poached lobster or a duck confit. All the ingredients they use are pure and fresh.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"269dc16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56ee4e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7892ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/Devilicious.jpg\",\"id\":1354}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d94901e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6a02ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"61627da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Some other, famous and tasty foods include American burger and cheese Steak, All Crab Crab Cake, Buffalo Chicken Melt, and the Cubano. Now, we are introducing the new and pure cheese dish of Devilicious is The Butter Poached Lobster Grilled Cheese. Devilicious is one of the luckiest dishes of this restaurant, which maintains the name and dignity of Devilicious restaurant.<\\/p><p>The reviews of people or customers about Devilicious and its taste are extraordinary appreciating words. San Diego has become a fan of Devilicious, and they can\'t control going to this restaurant again. If you are searching for a restaurant whose names bring a smile on your face and make your mouth full of water than you are exactly in the right place to take the information about Devilicious restaurant.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"899147b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"057e7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fc00cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"3. Pierogi Truck\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8fd226\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21213c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34df41b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the unique and selected menu selections is the greatness of the Pierogi Truck. Pierogi Truck is the only restaurant in San Diego where you can eat your favorite Eastern European and Polish cuisine and can easily enjoy the taste of European in San Diego.<\\/p><p>This restaurant took the start with the unique idea of one of the polish or established families of Chicago. After two decades, they have migrated to San Diego and observe that there is not even one restaurant that offers Eastern European food, so that\'s the base of starting this restaurant. They opened the food truck in 2011.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3143a44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ed72a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f005445\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/Pierogi-Truck.jpg\",\"id\":1349}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9663ef1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5479586\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f54a5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main goal or objective of Pierogi Truck is to offer the authentic Polish and Eastern European dishes to the citizen of San Diego. Pierogi is the tastiest dish, so after that, it will become the signature dish of this food truck. The reason behind the signature dish is that they provide you Pierogi in 10 different variations.<\\/p><p>The most voted dishes of this restaurant are its signature dish, which means Pierogi; they serve Pierogi in different styles. Let\'s have some look on it Pierogi are dumplings with unleavened dough first boiled, and then they are baked in butter with onions. It serves with sauerkraut, potato filling, ground meat, cheese, or fruits.<\\/p><p>Let\'s have some talk on the review regarding Pierogi. Is that they give you the best service and serves your food within 10 minutes after your order, and that is its specialty. Suppose you get the chance to visit San Diego; then, you should taste Pierogi of Pierogi Truck.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"854045d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"614f325\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"833532c\",\"elType\":\"widget\",\"settings\":{\"title\":\"4. Casanova Fish Tacos\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a92f609\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4b7f52c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff60763\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Casanova fish taco first started in 2009, and Chef Hector began this food truck. Casanova Fish Tacos Achieved an award in the field of best salsa in town. This food company\'s objective is to give experience to the customers the real style of Baja taco fishes. And after the hardworking of 3 years, they got a perfect taste in their spices.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"deb9e2d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3a34dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a3e399\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/Casanova-Fish-Tacos.jpg\",\"id\":1355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69fe2ef\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4b45a01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a371950\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hector came up with this idea when the whole economy was facing recession and peoples laid off from their jobs in 2008. while hector with some of their friends, he established his fish tacos, which can efficiently operate from mobile in san Diego. The creation of chef hector itself is he scratches the batter by own to get that batter in the form of cream, which he used it daily but fresh.<\\/p><p>The menu comprised of the best things which you should try once in your lifetime must! Their Mexican roasted corns; whenever you try out these corns, you cannot stop your mouth from having it more. It\'s a mixture of sweet honey corn with traditional Mexican species, the citrus green salad that enhances the taste with fresh citrus lemon juice, raspberries, orange, and strawberries slices.<br \\/><br \\/>Their specialty of Baja fish tacos that have fried in deep oil adding up with their own made aioli and cabbage, this dish in the meal is a prominent hacker for the customers. And there are so many other meals which you should try it out. They also have salsas, which are of two flavors. Which gives you a unique taste, and that for sure you haven\'t tried it out before in your life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7458482\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ce687bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b9cff2\",\"elType\":\"widget\",\"settings\":{\"title\":\"5. Nana\'s Heavenly Hot Dogs\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3bc066\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c187ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"487a8e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nana\'s heavenly hot dogs offer you the best and precious taste of hot dogs in America, hot dog itself is the most comforting dishes of entire America. In 2010, there were two brothers named Dan and Jeff Hart; they decided to give some new taste and new look too hot dogs in the form of sand wishes by adding some different touch.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab1458d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f030e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c8f3912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/Nanas-Heavenly.jpg\",\"id\":1356}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d4d4ce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3a95937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6beda23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dan and Jeff\'s mom\'s name was famous and known as Nana, and after their death, they give their moms name to the restaurant as Nana\'s heavenly hot dogs. They used to make hot dogs as their mom taught them topping cream, cheese, and chili. They gave some touch on the topping material to provide better and delicious taste from the necessary preparation.<\\/p><p>One of the best and loving dishes after the above one is the Range dog, which is also invented by both brothers. For the better, different tastes and looks, they use bacon, buttermilk, ranch dressing, and freshly sliced tomatoes as there ingredients. There are so many different dishes which was firstly invented by these two and after that big restaurant copied them.<\\/p><p>When we look at the review list of Nana\'s heavenly hot dogs, there are lots of people appreciating Dan and Jeff\'s efforts to give them such an iconic and different taste from others. I am sure that after reading this article, you will have a craving for their hot dogs, so I recommend that you go their stylish food truck and enjoy the real taste of American most loved dishes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6f512b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3427c26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbda9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"6. Aunty Lynne\'s\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e4d0645\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"636de38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3cf5375\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aunty Lynne is the one who gives the best combo to America of all the dishes. She collects their flavor ideas from Pacific Rim. She provides the combo of Asian and pacific food such as Japanese, Hawaiian, Filipino, Chinese, Korean, and American cuisine. They are very few names of her hard works.<\\/p><p>Aunty Lynne\'s menu list includes house-made lumpia ( a snack made with savory fillings rolled with crepe skin), popped Chicharrones, Salmon Teriyaki salad, and Korean BBQ fries. She also provides the different types of juice like fruit smoothies(yogurt with fruit), Hawaiian kind shaved ice and Bubble Teas.<\\/p><p>Suppose you are looking for the perfect combo food or searching for the best Asian and Pacific food, then you should have to visit Balboa Park around the streets of San Diego. Let\'s look at the vast menu of Aunty Lynne\'s food truck, which includes BBQ Pulled Pork, and it is the tastiest and hungry tummy of this restaurant. The serving ingredients of BBQ Pulled Pork consist of seasoned fries, topped with a slow-cooked \\/ dry-rubbed pork butt, which is super tender to eat with BBQ.<\\/p><p>When we look at the reviews about Aunty Lynne\'s, there are thousands of people in love with the crazy food of this food truck, and many people also declared their best dish as Korean BBQ Fries. The best thing because of which people refer to this food truck is that it is not an expensive restaurant and can be easily in the range of every ordinary citizen of San Diego.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5380ae1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"735cc83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34fa482\",\"elType\":\"widget\",\"settings\":{\"title\":\"7. Shawarma Guys\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcb741f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a1054c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12961c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shawarma Guys food truck was owned by Bryan Zeto, and he is only there for one year. Zeto told NBC 7 (local news channel of San Diego) that only one year in South Park has become very supportive and humble. He works to patrons the best of the Shawarma Guy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eac3b4b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"47296f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac7e6c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/Shawarma-Guys.jpg\",\"id\":1357}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f8e1ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e171ad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"869a55d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The price range of the Shawarma Guys menu is $3 to $15, and the items they provide in such a low budget are the leading cause of the popularity of this food truck; the taste of their food has pure class and maintain their dignity in San Diego. There are many tables set just in front of the food truck where you may have a seat and relax and enjoy your meal.<\\/p><p>Shawarma Guys opens six days a week, and its timing is 11:00 am to 8:00 pm. They closed their food truck, but as the passes and the people start loving them so much, they are now discussing to open their food truck on Sunday.<\\/p><p>Zeto also told that they might open their restaurant but also keep this food truck because of this food truck they had started. The menu of this delightful food truck contains and offers at low prices are tabouli, hummus, Greek salad, and shawarma, including Wagyu tasty Beef Shawarma and Chicken delicious Shawarma.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22f0e31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3998b09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70f076d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd080d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"710fe79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0a086b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Food trucks are now making history in the city of San Diego and it is one of the most beautiful and attractive cities. More than 50 food trucks made this city their hometown; it provides you the best taste to the richest to the poor. This city is widely known for its Mexican food.<\\/p><p>Several food trucks use their truck as the beer making shop and serve you the unique and new sorts of the taste of beer and these peoples sets an example that the thing you want to do any business only wants potential and focus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8328,1352,'_wp_attached_file','2020/07/Snocal-Shaved-Ice.jpg'),
(8329,1352,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:573;s:4:\"file\";s:29:\"2020/07/Snocal-Shaved-Ice.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Snocal-Shaved-Ice-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Snocal-Shaved-Ice-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Snocal-Shaved-Ice-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:29:\"Snocal-Shaved-Ice-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Snocal-Shaved-Ice-1536x1086.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:29:\"Snocal-Shaved-Ice-810x573.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:30:\"Snocal-Shaved-Ice-1140x806.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:806;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:29:\"Snocal-Shaved-Ice-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:29:\"Snocal-Shaved-Ice-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:30:\"Snocal-Shaved-Ice-2048x500.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:29:\"Snocal-Shaved-Ice-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:22:29\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:29:\"Snocal-Shaved-Ice-300x212.jpg\";i:1;s:30:\"Snocal-Shaved-Ice-1024x724.jpg\";i:2;s:29:\"Snocal-Shaved-Ice-150x150.jpg\";i:3;s:29:\"Snocal-Shaved-Ice-768x543.jpg\";i:4;s:31:\"Snocal-Shaved-Ice-1536x1086.jpg\";i:5;s:29:\"Snocal-Shaved-Ice-810x573.jpg\";i:6;s:30:\"Snocal-Shaved-Ice-1140x806.jpg\";i:7;s:29:\"Snocal-Shaved-Ice-375x195.jpg\";i:8;s:29:\"Snocal-Shaved-Ice-145x100.jpg\";i:9;s:30:\"Snocal-Shaved-Ice-2048x500.jpg\";i:10;s:29:\"Snocal-Shaved-Ice-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"62.24\";}'),
(8330,1352,'resmushed_quality','92'),
(8331,1352,'resmushed_cumulated_original_sizes','3489412'),
(8332,1352,'resmushed_cumulated_optimized_sizes','3286671'),
(8333,1352,'_imagify_optimization_level','1'),
(8334,1352,'_imagify_status','already_optimized'),
(8335,1352,'_imagify_data','a:2:{s:5:\"sizes\";a:13:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32742;s:14:\"optimized_size\";i:25982;s:7:\"percent\";d:20.64999999999999857891452847979962825775146484375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:403220;s:14:\"optimized_size\";i:354060;s:7:\"percent\";d:12.1899999999999995026200849679298698902130126953125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5798;s:14:\"optimized_size\";i:4246;s:7:\"percent\";d:26.769999999999999573674358543939888477325439453125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25016;s:14:\"optimized_size\";i:20008;s:7:\"percent\";d:20.019999999999999573674358543939888477325439453125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:303461;s:14:\"optimized_size\";i:252286;s:7:\"percent\";d:16.8599999999999994315658113919198513031005859375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:151277;s:14:\"optimized_size\";i:123520;s:7:\"percent\";d:18.35000000000000142108547152020037174224853515625;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:564212;s:14:\"optimized_size\";i:477816;s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:135571;s:14:\"optimized_size\";i:110404;s:7:\"percent\";d:18.559999999999998721023075631819665431976318359375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8294;s:14:\"optimized_size\";i:6252;s:7:\"percent\";d:24.620000000000000994759830064140260219573974609375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:261964;s:14:\"optimized_size\";i:224480;s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21434;s:14:\"optimized_size\";i:16812;s:7:\"percent\";d:21.559999999999998721023075631819665431976318359375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1373682;s:14:\"optimized_size\";i:1061272;s:7:\"percent\";d:22.739999999999998436805981327779591083526611328125;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:3286671;s:14:\"optimized_size\";i:2677138;s:7:\"percent\";d:18.550000000000000710542735760100185871124267578125;}}'),
(8336,1352,'_wp_attachment_image_alt','Snocal Shaved Ice'),
(8344,1354,'_wp_attached_file','2020/07/Devilicious.jpg'),
(8345,1354,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2020/07/Devilicious.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Devilicious-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:23:\"Devilicious-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:23:\"Devilicious-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:23:\"Devilicious-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:23:\"Devilicious-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:23:\"Devilicious-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:23:\"Devilicious-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:22:10\";s:9:\"thumbsOpt\";i:7;s:13:\"thumbsOptList\";a:7:{i:0;s:23:\"Devilicious-300x225.jpg\";i:1;s:23:\"Devilicious-150x150.jpg\";i:2;s:23:\"Devilicious-768x576.jpg\";i:3;s:23:\"Devilicious-375x195.jpg\";i:4;s:23:\"Devilicious-145x100.jpg\";i:5;s:23:\"Devilicious-800x500.jpg\";i:6;s:23:\"Devilicious-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"31.13\";}'),
(8346,1354,'resmushed_quality','92'),
(8347,1354,'resmushed_cumulated_original_sizes','319845'),
(8348,1354,'resmushed_cumulated_optimized_sizes','305565'),
(8349,1354,'_imagify_optimization_level','1'),
(8350,1354,'_imagify_status','already_optimized'),
(8351,1354,'_imagify_data','a:2:{s:5:\"sizes\";a:9:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22193;s:14:\"optimized_size\";i:13690;s:7:\"percent\";d:38.31000000000000227373675443232059478759765625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:78280;s:14:\"optimized_size\";i:49132;s:7:\"percent\";d:37.24000000000000198951966012828052043914794921875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4974;s:14:\"optimized_size\";i:3220;s:7:\"percent\";d:35.25999999999999801048033987171947956085205078125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18843;s:14:\"optimized_size\";i:12174;s:7:\"percent\";d:35.3900000000000005684341886080801486968994140625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71118;s:14:\"optimized_size\";i:39876;s:7:\"percent\";d:43.92999999999999971578290569595992565155029296875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6425;s:14:\"optimized_size\";i:4266;s:7:\"percent\";d:33.60000000000000142108547152020037174224853515625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16014;s:14:\"optimized_size\";i:10064;s:7:\"percent\";d:37.14999999999999857891452847979962825775146484375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:87718;s:14:\"optimized_size\";i:50864;s:7:\"percent\";d:42.00999999999999801048033987171947956085205078125;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:305565;s:14:\"optimized_size\";i:183286;s:7:\"percent\";d:40.02000000000000312638803734444081783294677734375;}}'),
(8352,1354,'_wp_attachment_image_alt','Devilicious'),
(8353,1355,'_wp_attached_file','2020/07/Casanova-Fish-Tacos.jpg'),
(8354,1355,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2020/07/Casanova-Fish-Tacos.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Casanova-Fish-Tacos-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:32:\"Casanova-Fish-Tacos-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:31:\"Casanova-Fish-Tacos-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:31:\"Casanova-Fish-Tacos-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:33:\"Casanova-Fish-Tacos-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:31:\"Casanova-Fish-Tacos-810x608.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:32:\"Casanova-Fish-Tacos-1140x855.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:31:\"Casanova-Fish-Tacos-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:31:\"Casanova-Fish-Tacos-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:32:\"Casanova-Fish-Tacos-1600x500.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:31:\"Casanova-Fish-Tacos-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:21:56\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:31:\"Casanova-Fish-Tacos-300x225.jpg\";i:1;s:32:\"Casanova-Fish-Tacos-1024x768.jpg\";i:2;s:31:\"Casanova-Fish-Tacos-150x150.jpg\";i:3;s:31:\"Casanova-Fish-Tacos-768x576.jpg\";i:4;s:33:\"Casanova-Fish-Tacos-1536x1152.jpg\";i:5;s:31:\"Casanova-Fish-Tacos-810x608.jpg\";i:6;s:32:\"Casanova-Fish-Tacos-1140x855.jpg\";i:7;s:31:\"Casanova-Fish-Tacos-375x195.jpg\";i:8;s:31:\"Casanova-Fish-Tacos-145x100.jpg\";i:9;s:32:\"Casanova-Fish-Tacos-1600x500.jpg\";i:10;s:31:\"Casanova-Fish-Tacos-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"49.05\";}'),
(8355,1355,'resmushed_quality','92'),
(8356,1355,'resmushed_cumulated_original_sizes','1387935'),
(8357,1355,'resmushed_cumulated_optimized_sizes','1330488'),
(8358,1355,'_imagify_optimization_level','1'),
(8359,1355,'_imagify_status','success'),
(8360,1355,'_imagify_data','a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:344326;s:14:\"optimized_size\";i:235145;s:7:\"percent\";d:31.71000000000000085265128291212022304534912109375;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29829;s:14:\"optimized_size\";i:20204;s:7:\"percent\";d:32.27000000000000312638803734444081783294677734375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:108670;s:14:\"optimized_size\";i:44800;s:7:\"percent\";d:58.77000000000000312638803734444081783294677734375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6860;s:14:\"optimized_size\";i:5082;s:7:\"percent\";d:25.9200000000000017053025658242404460906982421875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22390;s:14:\"optimized_size\";i:14366;s:7:\"percent\";d:35.840000000000003410605131648480892181396484375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:173647;s:14:\"optimized_size\";i:86838;s:7:\"percent\";d:49.99000000000000198951966012828052043914794921875;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:103776;s:14:\"optimized_size\";i:57898;s:7:\"percent\";d:44.21000000000000085265128291212022304534912109375;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:266963;s:14:\"optimized_size\";i:120782;s:7:\"percent\";d:54.75999999999999801048033987171947956085205078125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:95253;s:14:\"optimized_size\";i:54476;s:7:\"percent\";d:42.81000000000000227373675443232059478759765625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9437;s:14:\"optimized_size\";i:7130;s:7:\"percent\";d:24.449999999999999289457264239899814128875732421875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:146471;s:14:\"optimized_size\";i:77528;s:7:\"percent\";d:47.07000000000000028421709430404007434844970703125;}s:19:\"medium@imagify-webp\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:34:\"Our server returned an error (502)\";}s:17:\"full@imagify-webp\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:58:\"Our server returned an error (0 - Empty reply from server)\";}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:5:\"large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:58:\"Our server returned an error (0 - Empty reply from server)\";}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:34:\"Our server returned an error (502)\";}s:9:\"1536x1536\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-a\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:15:\"vce-lay-a-nosid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-b\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-d\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-grid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1307622;s:14:\"optimized_size\";i:724249;s:7:\"percent\";d:44.6099999999999994315658113919198513031005859375;}}'),
(8361,1355,'_wp_attachment_image_alt','Casanova Fish Tacos'),
(8362,1356,'_wp_attached_file','2020/07/Nanas-Heavenly.jpg'),
(8363,1356,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2020/07/Nanas-Heavenly.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Nanas-Heavenly-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Nanas-Heavenly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:26:\"Nanas-Heavenly-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:26:\"Nanas-Heavenly-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:26:\"Nanas-Heavenly-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:21:40\";s:9:\"thumbsOpt\";i:5;s:13:\"thumbsOptList\";a:5:{i:0;s:26:\"Nanas-Heavenly-300x300.jpg\";i:1;s:26:\"Nanas-Heavenly-150x150.jpg\";i:2;s:26:\"Nanas-Heavenly-375x195.jpg\";i:3;s:26:\"Nanas-Heavenly-145x100.jpg\";i:4;s:26:\"Nanas-Heavenly-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"5.46\";}'),
(8364,1356,'resmushed_quality','92'),
(8365,1356,'resmushed_cumulated_original_sizes','75250'),
(8366,1356,'resmushed_cumulated_optimized_sizes','69513'),
(8367,1356,'_wp_attachment_image_alt',''),
(8368,1356,'_imagify_optimization_level','1'),
(8369,1356,'_imagify_status','success'),
(8370,1356,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21416;s:14:\"optimized_size\";i:13855;s:7:\"percent\";d:35.31000000000000227373675443232059478759765625;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14536;s:14:\"optimized_size\";i:6362;s:7:\"percent\";d:56.22999999999999687361196265555918216705322265625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3948;s:14:\"optimized_size\";i:2216;s:7:\"percent\";d:43.86999999999999744204615126363933086395263671875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11454;s:14:\"optimized_size\";i:5092;s:7:\"percent\";d:55.53999999999999914734871708787977695465087890625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4878;s:14:\"optimized_size\";i:2648;s:7:\"percent\";d:45.719999999999998863131622783839702606201171875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13281;s:14:\"optimized_size\";i:5862;s:7:\"percent\";d:55.8599999999999994315658113919198513031005859375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21416;s:14:\"optimized_size\";i:8606;s:7:\"percent\";d:59.82000000000000028421709430404007434844970703125;}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-b\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-d\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-grid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:90929;s:14:\"optimized_size\";i:44641;s:7:\"percent\";d:50.909999999999996589394868351519107818603515625;}}'),
(8371,1357,'_wp_attached_file','2020/07/Shawarma-Guys.jpg'),
(8372,1357,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1345;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2020/07/Shawarma-Guys.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Shawarma-Guys-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Shawarma-Guys-1024x704.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Shawarma-Guys-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:25:\"Shawarma-Guys-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"Shawarma-Guys-1536x1055.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1055;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:25:\"Shawarma-Guys-810x556.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:26:\"Shawarma-Guys-1140x783.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:25:\"Shawarma-Guys-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:25:\"Shawarma-Guys-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:26:\"Shawarma-Guys-2048x500.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:25:\"Shawarma-Guys-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:21:29\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:25:\"Shawarma-Guys-300x206.jpg\";i:1;s:26:\"Shawarma-Guys-1024x704.jpg\";i:2;s:25:\"Shawarma-Guys-150x150.jpg\";i:3;s:25:\"Shawarma-Guys-768x528.jpg\";i:4;s:27:\"Shawarma-Guys-1536x1055.jpg\";i:5;s:25:\"Shawarma-Guys-810x556.jpg\";i:6;s:26:\"Shawarma-Guys-1140x783.jpg\";i:7;s:25:\"Shawarma-Guys-375x195.jpg\";i:8;s:25:\"Shawarma-Guys-145x100.jpg\";i:9;s:26:\"Shawarma-Guys-2048x500.jpg\";i:10;s:25:\"Shawarma-Guys-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"59.28\";}'),
(8373,1357,'resmushed_quality','92'),
(8374,1357,'resmushed_cumulated_original_sizes','1769431'),
(8375,1357,'resmushed_cumulated_optimized_sizes','1680999'),
(8376,1357,'_wp_attachment_image_alt','Shawarma Guys'),
(8377,1357,'_imagify_optimization_level','1'),
(8378,1357,'_imagify_status','success'),
(8379,1357,'_imagify_data','a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:677313;s:14:\"optimized_size\";i:453573;s:7:\"percent\";d:33.030000000000001136868377216160297393798828125;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25770;s:14:\"optimized_size\";i:17392;s:7:\"percent\";d:32.50999999999999801048033987171947956085205078125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:189533;s:14:\"optimized_size\";i:108450;s:7:\"percent\";d:42.780000000000001136868377216160297393798828125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5541;s:14:\"optimized_size\";i:3818;s:7:\"percent\";d:31.10000000000000142108547152020037174224853515625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20187;s:14:\"optimized_size\";i:13774;s:7:\"percent\";d:31.769999999999999573674358543939888477325439453125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:159958;s:14:\"optimized_size\";i:87198;s:7:\"percent\";d:45.49000000000000198951966012828052043914794921875;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90309;s:14:\"optimized_size\";i:52640;s:7:\"percent\";d:41.71000000000000085265128291212022304534912109375;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:267953;s:14:\"optimized_size\";i:139590;s:7:\"percent\";d:47.909999999999996589394868351519107818603515625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82725;s:14:\"optimized_size\";i:49036;s:7:\"percent\";d:40.719999999999998863131622783839702606201171875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7770;s:14:\"optimized_size\";i:5366;s:7:\"percent\";d:30.940000000000001278976924368180334568023681640625;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:136397;s:14:\"optimized_size\";i:77772;s:7:\"percent\";d:42.97999999999999687361196265555918216705322265625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17543;s:14:\"optimized_size\";i:12096;s:7:\"percent\";d:31.050000000000000710542735760100185871124267578125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:677313;s:14:\"optimized_size\";i:281096;s:7:\"percent\";d:58.5;}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:5:\"large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"1536x1536\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-a\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:15:\"vce-lay-a-nosid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-b\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-d\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-grid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2358312;s:14:\"optimized_size\";i:1301801;s:7:\"percent\";d:44.7999999999999971578290569595992565155029296875;}}'),
(8389,1348,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;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:29;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:6;}}}}}'),
(8391,1359,'_edit_lock','1595450661:3'),
(8400,1360,'_imagify_data','a:2:{s:5:\"sizes\";a:5:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29332;s:14:\"optimized_size\";i:20862;s:7:\"percent\";d:28.879999999999999005240169935859739780426025390625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:154554;s:14:\"optimized_size\";i:100048;s:7:\"percent\";d:35.27000000000000312638803734444081783294677734375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5974;s:14:\"optimized_size\";i:4308;s:7:\"percent\";d:27.8900000000000005684341886080801486968994140625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22688;s:14:\"optimized_size\";i:16072;s:7:\"percent\";d:29.160000000000000142108547152020037174224853515625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:212548;s:14:\"optimized_size\";i:141290;s:7:\"percent\";d:33.530000000000001136868377216160297393798828125;}}'),
(8401,1361,'_wp_attached_file','2020/07/8132850175_2a57ec1505_h.jpg'),
(8402,1361,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:35:\"2020/07/8132850175_2a57ec1505_h.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"8132850175_2a57ec1505_h-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:36:\"8132850175_2a57ec1505_h-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:35:\"8132850175_2a57ec1505_h-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:35:\"8132850175_2a57ec1505_h-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:37:\"8132850175_2a57ec1505_h-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:35:\"8132850175_2a57ec1505_h-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:36:\"8132850175_2a57ec1505_h-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:35:\"8132850175_2a57ec1505_h-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:35:\"8132850175_2a57ec1505_h-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:36:\"8132850175_2a57ec1505_h-1600x500.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:35:\"8132850175_2a57ec1505_h-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:21:13\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:35:\"8132850175_2a57ec1505_h-300x200.jpg\";i:1;s:36:\"8132850175_2a57ec1505_h-1024x683.jpg\";i:2;s:35:\"8132850175_2a57ec1505_h-150x150.jpg\";i:3;s:35:\"8132850175_2a57ec1505_h-768x512.jpg\";i:4;s:37:\"8132850175_2a57ec1505_h-1536x1024.jpg\";i:5;s:35:\"8132850175_2a57ec1505_h-810x540.jpg\";i:6;s:36:\"8132850175_2a57ec1505_h-1140x760.jpg\";i:7;s:35:\"8132850175_2a57ec1505_h-375x195.jpg\";i:8;s:35:\"8132850175_2a57ec1505_h-145x100.jpg\";i:9;s:36:\"8132850175_2a57ec1505_h-1600x500.jpg\";i:10;s:35:\"8132850175_2a57ec1505_h-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"45.87\";}'),
(8403,1361,'resmushed_quality','92'),
(8404,1361,'resmushed_cumulated_original_sizes','1527270'),
(8405,1361,'resmushed_cumulated_optimized_sizes','836838'),
(8406,1361,'_imagify_optimization_level','1'),
(8407,1361,'_imagify_status','success'),
(8408,1361,'_imagify_data','a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:259977;s:14:\"optimized_size\";i:133652;s:7:\"percent\";d:48.590000000000003410605131648480892181396484375;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18934;s:14:\"optimized_size\";i:10646;s:7:\"percent\";d:43.77000000000000312638803734444081783294677734375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81996;s:14:\"optimized_size\";i:37046;s:7:\"percent\";d:54.82000000000000028421709430404007434844970703125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4650;s:14:\"optimized_size\";i:2866;s:7:\"percent\";d:38.36999999999999744204615126363933086395263671875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14724;s:14:\"optimized_size\";i:8374;s:7:\"percent\";d:43.13000000000000255795384873636066913604736328125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:96225;s:14:\"optimized_size\";i:45090;s:7:\"percent\";d:53.1400000000000005684341886080801486968994140625;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:57707;s:14:\"optimized_size\";i:28540;s:7:\"percent\";d:50.53999999999999914734871708787977695465087890625;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:149373;s:14:\"optimized_size\";i:65516;s:7:\"percent\";d:56.1400000000000005684341886080801486968994140625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:52679;s:14:\"optimized_size\";i:26408;s:7:\"percent\";d:49.86999999999999744204615126363933086395263671875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5925;s:14:\"optimized_size\";i:3492;s:7:\"percent\";d:41.06000000000000227373675443232059478759765625;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81697;s:14:\"optimized_size\";i:38620;s:7:\"percent\";d:52.72999999999999687361196265555918216705322265625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12951;s:14:\"optimized_size\";i:7568;s:7:\"percent\";d:41.56000000000000227373675443232059478759765625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:259977;s:14:\"optimized_size\";i:74076;s:7:\"percent\";d:71.5100000000000051159076974727213382720947265625;}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:5:\"large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"1536x1536\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-a\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:15:\"vce-lay-a-nosid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-b\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-d\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81996;s:14:\"optimized_size\";i:51241;s:7:\"percent\";d:37.50999999999999801048033987171947956085205078125;}s:11:\"vce-fa-grid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1178811;s:14:\"optimized_size\";i:533135;s:7:\"percent\";d:54.77000000000000312638803734444081783294677734375;}}'),
(8409,1361,'_wp_attachment_image_alt','Things to Do In Dawsonville GA'),
(8410,1359,'_thumbnail_id','1361'),
(8411,1359,'_edit_last','3'),
(8412,1359,'hefo_before','0'),
(8413,1359,'hefo_after','0'),
(8414,1359,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(8415,1359,'_elementor_edit_mode','builder'),
(8416,1359,'_elementor_template_type','wp-post'),
(8417,1359,'_elementor_version','2.9.14'),
(8418,1359,'_wp_page_template','default'),
(8419,1359,'_elementor_data','[{\"id\":\"64541bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0529cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2cefad5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most amazing place in Georgia known for its natural beauty and beautiful scenic views is Downsville. People from all over the world come and explore this place. It has many attractions like the Appalachian Mountains, Blue Ridge Mountains, Amicalola Falls State Park, Dawson Forest, and many other breathtaking places.<\\/p><p>Another interesting fact of this place is that it provides entertainment activities for every kind of age group. No one will regret visiting Downsville. Whether you are an art lover, shopaholic, or sporty, then this is the perfect place to visit. We have collected some of the best places for you to visit in Downsville with your friends or family even.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a28aa2d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9c67e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44cb96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. Amicalola Falls State Park\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81e0b8e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15635b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e8f1a8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Set in the middle of Ellijay and Dahlonega, among the mountains of North Georgia, the state is the true meaning of fun and entertainment. It is spread over a land of 829 acres, and its name is taken from the Cherokee language, which means \'tumbling waters.\' The 729 ft. Waterfall is the tallest fall in the country and provides you with some magnificent views. It comes under the top 7 wonders of Georgia.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2771a9b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7eab976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3763bcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/5807261360_604d8daca8_k.jpg\",\"id\":1363}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7f70726\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"19699ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5736146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An adventurous trail in the park leads you to the Springer Mountains, also known as the southern terminal, which is 13 kilometers long. Walk along with your friends and family and enjoy the beautiful view of the falls as you pass through. The park brings you with a lot more activities to enjoy, like hunting, zip-lining, and other survival encounters.<\\/p><p>You will also find some great resting lodges, camping ground, cabins to spend your night peacefully in a safe and sound environment. Moreover, the state park is an ideal location to arrange a wedding event to make it remember your whole lifetime. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e1647fb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9404190\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7aa2201\",\"elType\":\"widget\",\"settings\":{\"title\":\"2. Burt\\u2019s Farm\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0616e3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f0da551\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938426c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You will find everything at the Burt\'s farm, starting from hayrides to pumpkin patches, and all the products are worth discovering. The farm also incorporates a shop that presents you with an assortment of food, clothing, cosmetics, and baking products. You will also find some amazing home d\\u00e9cor products at their stores as well. Burt\'s farm operates during the months of August till November, and everybody from adults to kids will enjoy spending time in this place.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8b80322\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e93091e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"88dbcbd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=tQYMBG0s4ys\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ab0295\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49032cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be007b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is next to the Amicalola Falls state park, and you can visit both places and call it a day! Apart from their store, you get to taste some mouth-watering baked items at the Burt\'s farm. The whole farm is filled with the sweet aroma of pumpkin rolls and pumpkin pies prepared using authentic and traditional recipes. More than twenty different kinds of pumpkins are grown here along with winter squash too.<\\/p><p>Another specialty is that Burt\\u2019s farm uses butternut squash as an ingredient in skin care products. Because butternut squash is rich in vitamin C, Vitamin A, and Beta Keratin. The liquid extracted from it works like a miracle on your skin and hair. They also make shampoos, conditioners, and other skin care items from this organic juice from butternut squash. Burt\'s farm has been serving its customers for 40 years and has never failed to disappoint them. You will only find such fine and organic products from the Burt\\u2019s farm and from nowhere else.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39524fd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d524736\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dc954e\",\"elType\":\"widget\",\"settings\":{\"title\":\"3. The Dawson Forest\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84409d9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ff2131c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1106b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mark the Dawson forest on top of the list because you will regret missing it out. Spread over a land of 10,130 acres, the Dawson forest is situated on the southwestern side of Dawsonville. Although the Atlanta city claims it, but it is a regional forest because it is looked over by the Forestry Commission of Georgia. This forest was bought from Lockheed in 1971, and since then, it is open to everyone.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cdbc4a6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33d99c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d46434\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/4985469809_280c4b442f_k.jpg\",\"id\":1365}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33fbbc8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86d2dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24c3e9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This wide spread land of the Dawson forest is perfect for hiking. You will also find some ideal picnic areas and camping places and interestingly a lake that will fulfill your passion for fishing. Get to ride a bike and horses as well because the Dawson forest has set up some amazing trails for its visitors.<\\/p><p>Moreover, this spot is best for boating, geocaching, or simply relaxing in your chair while appreciating the marvelous beauty of the whole forest. You will also find more different paths available too. Dawson forest also incorporates the Amicalola Creek, which is included in the Amicalola Falls state park. It will provide you with such an experience you\'ve never had before, and it will be a memorable visit for everyone who pays a visit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"093a838\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6ca13a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"383a7cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"4. Etowah Valley Sporting Clays\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57d0cfe\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"858d325\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdc5a65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Operating since 2004 and situated in the Appalachian Mountains, Etowah valley sporting clays offer you the true meaning of joy and adventure in the form of clay shooting. It is an ideal spot for both beginners and experienced individuals because it provides learning courses for kind of person. The learning courses are arranged in the foothills of the Appalachian Mountains.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb04956\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e04e6fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff33cda\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/3021107338_40db8ea50f_h.jpg\",\"id\":1366}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7576c9c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13055b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d3336b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Etowah valley sporting clays come up with interesting learning courses like five strand shooting, trap shooting, and skeet. You also get the opportunity to become their members and join their youth programs. The staff here makes sure to provide you with all the fun in a safe environment. The beautiful view of this spot will make you want to visit this place time and again.<\\/p><p>If you are bored in the house and looking for an exciting activity, then Etowah valley sporting clays are the perfect place to be. Besides, it attracts many tourists, and they have a good time too. Experience what you have never done before!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b91d66f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"75e0c03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68de3d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"5. Atlanta Motor Sports Park\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f7a2bc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3234ff6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0077ad5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Atlanta motor sports park is a prime club known for its top-notch high-end bikes, cars, and karts. It is an ideal place to experience the true adventure of car racing in Georgia. Providing driver\'s haven to its customers also provides separate paths and group choices for the kart trails. You can also have the learning lessons in case you are a beginner and eager to learn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d091bdc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ba26a0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9be7cbe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/8292908580_7f12db9110_o.jpg\",\"id\":1367}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bdb44f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"98ab365\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"00d0976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The good news is that you can enter into the membership of Atlanta motor sport and also take admission in their stunt schools. Quite often, the Atlanta motor sports organize different events like the karting and racing championship.<\\/p><p>The main road pathway of Atlanta motor sports park is two miles in length, which was created by Formula One track architect Herman Tilke. The whole trail includes 98 Ft. of altitude changing and 16 turning points. Two of the most popular corners are also included in the track, known as the Spa-Franco champ\\u2019s corner of Eau Rouge and Carousel corner from the Nurburgring track all the way from Germany.<\\/p><p>The karting circuit is also created by Tilke and is almost a mile long. This path includes 43 Ft. altitude changing and 17 turning points. All the tracks have a 180-degree hairpin and are the longest kart tracks of the country. Besides, Atlanta motor sports park cares for its customers and provides luxurious services to them.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"868b2e3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2069354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f6aaa0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"6. Fausett Farm\\u2019s Horse Trails\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49f5613\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"47b94df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"083c700\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Fausett farm\'s house trails are found in the foothills of the Blue Ridge Mountains of Downsville. The trails are 30 miles long, having eight distinct tracks. The owner of this property is Fausett Family themselves, and it can be dated back to 1858. The different tracks of this farm allow individuals to have different experiences as they differ in distance and levels. Kids and adults both have a good time here as they enjoy the scenic beauty of the Blue Ridge Mountains along the way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f762937\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"14dde7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"951ad4e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/Fausett-Farm\\u2019s-Horse-Trails.png\",\"id\":1372}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3cd3ce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8b4575d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c706c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As you travel on the different tracks, you will come across beautiful picnic spots where you can enjoy your homemade meals. Different spots are made to rest and fasten your horses too. If you are looking for some place to ride in Dawsonville, then this is the perfect place to be. So come with your family and friends with some delicious meals made and enjoy the riding tracks and end the day with appreciating the beauty of the city. This is the perfect spot to enjoy a summer evening on the weekend. The Fausett farm\'s horse trails have something different to offer to everyone.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3c7b32\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bfad977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"559bfe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"7. North Georgian Premium Outlets\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3924817\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0736918\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43853ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The north Georgian premium outlets are situated on the northern side of Atlanta, built like a Georgian-style village. It is a perfect spot for shopping with your family and friends. You will find a huge variety of men and women\'s clothing apparel. You will find more than 100 brands and designer outlets like Kate Spade, Nike, and Polo Ralph Lauren store as well. Shop from these amazing brands while saving 25 to 60% every time you purchase something.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a1b29dc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9024e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f11f6b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/North-Georgian-Premium-Outlets.png\",\"id\":1371}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"096f2f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3307a84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b0496b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also find some delicious snacks and a play area for the kids. This outlet also arranges interesting events like the current Artisans of Atlanta, which highlights a huge variety of local traders and some delicious meals selling. This market is set on the weekends only. No trip is complete without exploring into a city\'s cuisine. This festival allows you to enjoy some delicious foods in Dawsonville. North Georgian premium outlet gives you all the entertainment under one roof. Purchase pretty clothes from different brands, have fun with your friends, and get to taste the authentic snacks and meals of the city.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc99cf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c3b884\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f00bd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"8. Bowen Center For The Arts\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81e2700\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"38615ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3711fb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are an art lover, then this the perfect place for you. Discover and purchase some of the unique and different art pieces to gift or for your home as well. Upon signing their membership, you will have the advantage of some discounts on their products. Moreover, the Bowen center expects local citizens to share their pieces of art and give some donations to keep running because it is a non-profit organization.<\\/p><p>You will also encounter some interesting events like the recent day workshop and the quilt exhibit as well. The Bowen center aims to provide a platform to appreciate art, allow the local people to participate in art activities, and allow the people of the southeast who are eager to learn different experiences via the art workshops, several exhibitions, and visual art performances. It mainly features in classes in all fields of fine arts, history exhibitions depicting their history and visual arts.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30ad2e7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2075da4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6845d2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"9. Jungle Paradise Daylilies\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8187db9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"257b379\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caa8bad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jungle paradise is a dream land for all the people who are fond of plants and flowers. It highlights a huge garden where unique plants are ready to be purchased. There are different wildflowers, tropical, perennials, and many camellias, rhododendrons, and azaleas. Amazingly, you will also find banana, palm, and pomegranate trees!<\\/p><p>The perfect season is from March to October, where you will enjoy walking in the garden and looking at the beautiful flowers. And some pretty flowers bloom as Easter comes near. You get a tour through the whole garden and some learning classes on the hybridization of flowers and plants.<\\/p><p>Jungle paradise also allows you to arrange different events in beautiful surroundings, like wedding ceremonies, photo shoots, birthday parties, and others, depending on the clients\' demands.<\\/p><p>There are many different entertainments and excitements in Dawsonville. This city has much more to give than what we can see from our eyes. As we keep exploring it, we find more and more unusual places filled with fun beauty and fun. Whether it is the natural landscapes, or some sports or shopping, Dawsonville provides you everything. It is the perfect spot for a vacation with your friends and family.<\\/p><p>Explore the foods of this city, and upon meeting new people, you will be amazed by their hospitality and the warm way they welcome the tourists. The tourist guide will make your trip even easier. The fresh and the clean environment will make you even enjoy more.<\\/p><p>Every place is safe to visit. It is a great city with great people. And the natural scenic views of this city make it worth visiting. Take your family and your friends, and make some unforgettable memories in Dawsonville. So next time you plan your vacation, Dawsonville should be your priority because this is the city you do not want to miss ever. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8420,1363,'_wp_attached_file','2020/07/5807261360_604d8daca8_k.jpg'),
(8421,1363,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:540;s:4:\"file\";s:35:\"2020/07/5807261360_604d8daca8_k.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"5807261360_604d8daca8_k-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:36:\"5807261360_604d8daca8_k-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:35:\"5807261360_604d8daca8_k-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:35:\"5807261360_604d8daca8_k-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:37:\"5807261360_604d8daca8_k-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:35:\"5807261360_604d8daca8_k-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:36:\"5807261360_604d8daca8_k-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:35:\"5807261360_604d8daca8_k-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:35:\"5807261360_604d8daca8_k-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:36:\"5807261360_604d8daca8_k-2048x500.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:35:\"5807261360_604d8daca8_k-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Michael R. Hicks\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:34:\"Copyright © 2011 Michael R. Hicks\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:20:57\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:35:\"5807261360_604d8daca8_k-300x200.jpg\";i:1;s:36:\"5807261360_604d8daca8_k-1024x683.jpg\";i:2;s:35:\"5807261360_604d8daca8_k-150x150.jpg\";i:3;s:35:\"5807261360_604d8daca8_k-768x512.jpg\";i:4;s:37:\"5807261360_604d8daca8_k-1536x1024.jpg\";i:5;s:35:\"5807261360_604d8daca8_k-810x540.jpg\";i:6;s:36:\"5807261360_604d8daca8_k-1140x760.jpg\";i:7;s:35:\"5807261360_604d8daca8_k-375x195.jpg\";i:8;s:35:\"5807261360_604d8daca8_k-145x100.jpg\";i:9;s:36:\"5807261360_604d8daca8_k-2048x500.jpg\";i:10;s:35:\"5807261360_604d8daca8_k-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"64.65\";}'),
(8422,1363,'resmushed_quality','92'),
(8423,1363,'resmushed_cumulated_original_sizes','2883152'),
(8424,1363,'resmushed_cumulated_optimized_sizes','2440734'),
(8425,1363,'_imagify_optimization_level','1'),
(8426,1363,'_imagify_status','already_optimized'),
(8427,1363,'_imagify_data','a:2:{s:5:\"sizes\";a:13:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35899;s:14:\"optimized_size\";i:29724;s:7:\"percent\";d:17.199999999999999289457264239899814128875732421875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:280535;s:14:\"optimized_size\";i:212668;s:7:\"percent\";d:24.190000000000001278976924368180334568023681640625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6765;s:14:\"optimized_size\";i:5222;s:7:\"percent\";d:22.809999999999998721023075631819665431976318359375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27007;s:14:\"optimized_size\";i:22524;s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:243444;s:14:\"optimized_size\";i:184824;s:7:\"percent\";d:24.0799999999999982946974341757595539093017578125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:136529;s:14:\"optimized_size\";i:108684;s:7:\"percent\";d:20.3900000000000005684341886080801486968994140625;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:396418;s:14:\"optimized_size\";i:282244;s:7:\"percent\";d:28.800000000000000710542735760100185871124267578125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:123271;s:14:\"optimized_size\";i:99996;s:7:\"percent\";d:18.879999999999999005240169935859739780426025390625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9784;s:14:\"optimized_size\";i:7826;s:7:\"percent\";d:20.010000000000001563194018672220408916473388671875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:207565;s:14:\"optimized_size\";i:163038;s:7:\"percent\";d:21.449999999999999289457264239899814128875732421875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22548;s:14:\"optimized_size\";i:19374;s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:950969;s:14:\"optimized_size\";i:458790;s:7:\"percent\";d:51.75999999999999801048033987171947956085205078125;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2440734;s:14:\"optimized_size\";i:1594914;s:7:\"percent\";d:34.64999999999999857891452847979962825775146484375;}}'),
(8428,1363,'_wp_attachment_image_alt','Amicalola Falls State Park'),
(8429,1364,'_wp_attached_file','2020/07/10237002356_9b7aa72655_k.jpg'),
(8430,1364,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1293;s:6:\"height\";i:924;s:4:\"file\";s:36:\"2020/07/10237002356_9b7aa72655_k.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"10237002356_9b7aa72655_k-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"10237002356_9b7aa72655_k-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"10237002356_9b7aa72655_k-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:\"10237002356_9b7aa72655_k-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"10237002356_9b7aa72655_k-1536x1097.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1097;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:36:\"10237002356_9b7aa72655_k-810x579.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:37:\"10237002356_9b7aa72655_k-1140x814.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:36:\"10237002356_9b7aa72655_k-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:36:\"10237002356_9b7aa72655_k-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:37:\"10237002356_9b7aa72655_k-2048x500.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:36:\"10237002356_9b7aa72655_k-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:20:40\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:36:\"10237002356_9b7aa72655_k-300x214.jpg\";i:1;s:37:\"10237002356_9b7aa72655_k-1024x732.jpg\";i:2;s:36:\"10237002356_9b7aa72655_k-150x150.jpg\";i:3;s:36:\"10237002356_9b7aa72655_k-768x549.jpg\";i:4;s:38:\"10237002356_9b7aa72655_k-1536x1097.jpg\";i:5;s:36:\"10237002356_9b7aa72655_k-810x579.jpg\";i:6;s:37:\"10237002356_9b7aa72655_k-1140x814.jpg\";i:7;s:36:\"10237002356_9b7aa72655_k-375x195.jpg\";i:8;s:36:\"10237002356_9b7aa72655_k-145x100.jpg\";i:9;s:37:\"10237002356_9b7aa72655_k-2048x500.jpg\";i:10;s:36:\"10237002356_9b7aa72655_k-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"53.92\";}'),
(8431,1364,'resmushed_quality','92'),
(8432,1364,'resmushed_cumulated_original_sizes','1544245'),
(8433,1364,'resmushed_cumulated_optimized_sizes','1492018'),
(8434,1364,'_imagify_optimization_level','1'),
(8435,1364,'_imagify_status','success'),
(8436,1364,'_imagify_data','a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:542379;s:14:\"optimized_size\";i:336227;s:7:\"percent\";d:38.00999999999999801048033987171947956085205078125;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26765;s:14:\"optimized_size\";i:18204;s:7:\"percent\";d:31.989999999999998436805981327779591083526611328125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:133746;s:14:\"optimized_size\";i:62080;s:7:\"percent\";d:53.5799999999999982946974341757595539093017578125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6092;s:14:\"optimized_size\";i:4322;s:7:\"percent\";d:29.050000000000000710542735760100185871124267578125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19391;s:14:\"optimized_size\";i:13020;s:7:\"percent\";d:32.8599999999999994315658113919198513031005859375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:160884;s:14:\"optimized_size\";i:89266;s:7:\"percent\";d:44.52000000000000312638803734444081783294677734375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:95114;s:14:\"optimized_size\";i:56750;s:7:\"percent\";d:40.3299999999999982946974341757595539093017578125;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:255890;s:14:\"optimized_size\";i:130562;s:7:\"percent\";d:48.97999999999999687361196265555918216705322265625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:86657;s:14:\"optimized_size\";i:52826;s:7:\"percent\";d:39.03999999999999914734871708787977695465087890625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7988;s:14:\"optimized_size\";i:5706;s:7:\"percent\";d:28.57000000000000028421709430404007434844970703125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:138028;s:14:\"optimized_size\";i:79188;s:7:\"percent\";d:42.63000000000000255795384873636066913604736328125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19084;s:14:\"optimized_size\";i:13692;s:7:\"percent\";d:28.25;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:542379;s:14:\"optimized_size\";i:207414;s:7:\"percent\";d:61.75999999999999801048033987171947956085205078125;}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:5:\"large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"1536x1536\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-a\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:15:\"vce-lay-a-nosid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-b\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-d\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-grid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2034397;s:14:\"optimized_size\";i:1069257;s:7:\"percent\";d:47.43999999999999772626324556767940521240234375;}}'),
(8437,1364,'_wp_attachment_image_alt','Burt’s Farm'),
(8438,1365,'_wp_attached_file','2020/07/4985469809_280c4b442f_k.jpg'),
(8439,1365,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:608;s:4:\"file\";s:35:\"2020/07/4985469809_280c4b442f_k.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"4985469809_280c4b442f_k-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:36:\"4985469809_280c4b442f_k-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:35:\"4985469809_280c4b442f_k-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:35:\"4985469809_280c4b442f_k-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:37:\"4985469809_280c4b442f_k-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:35:\"4985469809_280c4b442f_k-810x608.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:36:\"4985469809_280c4b442f_k-1140x855.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:35:\"4985469809_280c4b442f_k-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:35:\"4985469809_280c4b442f_k-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:36:\"4985469809_280c4b442f_k-2048x500.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:35:\"4985469809_280c4b442f_k-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:20:24\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:35:\"4985469809_280c4b442f_k-300x225.jpg\";i:1;s:36:\"4985469809_280c4b442f_k-1024x768.jpg\";i:2;s:35:\"4985469809_280c4b442f_k-150x150.jpg\";i:3;s:35:\"4985469809_280c4b442f_k-768x576.jpg\";i:4;s:37:\"4985469809_280c4b442f_k-1536x1152.jpg\";i:5;s:35:\"4985469809_280c4b442f_k-810x608.jpg\";i:6;s:36:\"4985469809_280c4b442f_k-1140x855.jpg\";i:7;s:35:\"4985469809_280c4b442f_k-375x195.jpg\";i:8;s:35:\"4985469809_280c4b442f_k-145x100.jpg\";i:9;s:36:\"4985469809_280c4b442f_k-2048x500.jpg\";i:10;s:35:\"4985469809_280c4b442f_k-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"62.44\";}'),
(8440,1365,'resmushed_quality','92'),
(8441,1365,'resmushed_cumulated_original_sizes','4258300'),
(8442,1365,'resmushed_cumulated_optimized_sizes','3891296'),
(8443,1365,'_wp_attachment_image_alt','The Dawson Forest'),
(8444,1365,'_imagify_optimization_level','1'),
(8445,1365,'_imagify_status','already_optimized'),
(8446,1365,'_imagify_data','a:2:{s:5:\"sizes\";a:13:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36710;s:14:\"optimized_size\";i:31764;s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:414468;s:14:\"optimized_size\";i:366508;s:7:\"percent\";d:11.57000000000000028421709430404007434844970703125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5883;s:14:\"optimized_size\";i:4386;s:7:\"percent\";d:25.449999999999999289457264239899814128875732421875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:27753;s:14:\"optimized_size\";i:23762;s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:369437;s:14:\"optimized_size\";i:324390;s:7:\"percent\";d:12.1899999999999995026200849679298698902130126953125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:185588;s:14:\"optimized_size\";i:164894;s:7:\"percent\";d:11.1500000000000003552713678800500929355621337890625;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:650372;s:14:\"optimized_size\";i:571198;s:7:\"percent\";d:12.1699999999999999289457264239899814128875732421875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:165975;s:14:\"optimized_size\";i:147520;s:7:\"percent\";d:11.1199999999999992184029906638897955417633056640625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8790;s:14:\"optimized_size\";i:7072;s:7:\"percent\";d:19.53999999999999914734871708787977695465087890625;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:316085;s:14:\"optimized_size\";i:280152;s:7:\"percent\";d:11.3699999999999992184029906638897955417633056640625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24639;s:14:\"optimized_size\";i:20984;s:7:\"percent\";d:14.8300000000000000710542735760100185871124267578125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1685596;s:14:\"optimized_size\";i:1056782;s:7:\"percent\";d:37.31000000000000227373675443232059478759765625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:3891296;s:14:\"optimized_size\";i:2999412;s:7:\"percent\";d:22.9200000000000017053025658242404460906982421875;}}'),
(8447,1366,'_wp_attached_file','2020/07/3021107338_40db8ea50f_h.jpg'),
(8448,1366,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:506;s:4:\"file\";s:35:\"2020/07/3021107338_40db8ea50f_h.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"3021107338_40db8ea50f_h-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"3021107338_40db8ea50f_h-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"3021107338_40db8ea50f_h-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:35:\"3021107338_40db8ea50f_h-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"3021107338_40db8ea50f_h-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:35:\"3021107338_40db8ea50f_h-810x506.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:36:\"3021107338_40db8ea50f_h-1140x713.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:35:\"3021107338_40db8ea50f_h-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:35:\"3021107338_40db8ea50f_h-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:36:\"3021107338_40db8ea50f_h-1600x500.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:35:\"3021107338_40db8ea50f_h-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Nathan Johansen\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:20:05\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:35:\"3021107338_40db8ea50f_h-300x188.jpg\";i:1;s:36:\"3021107338_40db8ea50f_h-1024x640.jpg\";i:2;s:35:\"3021107338_40db8ea50f_h-150x150.jpg\";i:3;s:35:\"3021107338_40db8ea50f_h-768x480.jpg\";i:4;s:36:\"3021107338_40db8ea50f_h-1536x960.jpg\";i:5;s:35:\"3021107338_40db8ea50f_h-810x506.jpg\";i:6;s:36:\"3021107338_40db8ea50f_h-1140x713.jpg\";i:7;s:35:\"3021107338_40db8ea50f_h-375x195.jpg\";i:8;s:35:\"3021107338_40db8ea50f_h-145x100.jpg\";i:9;s:36:\"3021107338_40db8ea50f_h-1600x500.jpg\";i:10;s:35:\"3021107338_40db8ea50f_h-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"46.98\";}'),
(8449,1366,'resmushed_quality','92'),
(8450,1366,'resmushed_cumulated_original_sizes','2309021'),
(8451,1366,'resmushed_cumulated_optimized_sizes','2146919'),
(8452,1366,'_wp_attachment_image_alt','Etowah Valley Sporting Clays'),
(8453,1366,'_imagify_optimization_level','1'),
(8454,1366,'_imagify_status','already_optimized'),
(8455,1366,'_imagify_data','a:2:{s:5:\"sizes\";a:13:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:35061;s:14:\"optimized_size\";i:29392;s:7:\"percent\";d:16.1700000000000017053025658242404460906982421875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:292625;s:14:\"optimized_size\";i:249842;s:7:\"percent\";d:14.6199999999999992184029906638897955417633056640625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6048;s:14:\"optimized_size\";i:4522;s:7:\"percent\";d:25.230000000000000426325641456060111522674560546875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26700;s:14:\"optimized_size\";i:22450;s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:259417;s:14:\"optimized_size\";i:208672;s:7:\"percent\";d:19.559999999999998721023075631819665431976318359375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:138736;s:14:\"optimized_size\";i:114500;s:7:\"percent\";d:17.469999999999998863131622783839702606201171875;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:427594;s:14:\"optimized_size\";i:331216;s:7:\"percent\";d:22.53999999999999914734871708787977695465087890625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:124230;s:14:\"optimized_size\";i:103128;s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9137;s:14:\"optimized_size\";i:7336;s:7:\"percent\";d:19.71000000000000085265128291212022304534912109375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:211945;s:14:\"optimized_size\";i:173842;s:7:\"percent\";d:17.980000000000000426325641456060111522674560546875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20209;s:14:\"optimized_size\";i:16514;s:7:\"percent\";d:18.280000000000001136868377216160297393798828125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:595217;s:14:\"optimized_size\";i:426802;s:7:\"percent\";d:28.28999999999999914734871708787977695465087890625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2146919;s:14:\"optimized_size\";i:1688216;s:7:\"percent\";d:21.370000000000000994759830064140260219573974609375;}}'),
(8456,1367,'_wp_attached_file','2020/07/8292908580_7f12db9110_o.jpg'),
(8457,1367,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:541;s:4:\"file\";s:35:\"2020/07/8292908580_7f12db9110_o.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"8292908580_7f12db9110_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"8292908580_7f12db9110_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:35:\"8292908580_7f12db9110_o-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:35:\"8292908580_7f12db9110_o-810x541.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:35:\"8292908580_7f12db9110_o-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:35:\"8292908580_7f12db9110_o-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:35:\"8292908580_7f12db9110_o-850x500.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:35:\"8292908580_7f12db9110_o-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:19:47\";s:9:\"thumbsOpt\";i:8;s:13:\"thumbsOptList\";a:8:{i:0;s:35:\"8292908580_7f12db9110_o-300x200.jpg\";i:1;s:35:\"8292908580_7f12db9110_o-150x150.jpg\";i:2;s:35:\"8292908580_7f12db9110_o-768x513.jpg\";i:3;s:35:\"8292908580_7f12db9110_o-810x541.jpg\";i:4;s:35:\"8292908580_7f12db9110_o-375x195.jpg\";i:5;s:35:\"8292908580_7f12db9110_o-145x100.jpg\";i:6;s:35:\"8292908580_7f12db9110_o-850x500.jpg\";i:7;s:35:\"8292908580_7f12db9110_o-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"30.08\";}'),
(8458,1367,'resmushed_quality','92'),
(8459,1367,'resmushed_cumulated_original_sizes','665791'),
(8460,1367,'resmushed_cumulated_optimized_sizes','403973'),
(8461,1367,'_imagify_optimization_level','1'),
(8462,1367,'_imagify_status','already_optimized'),
(8463,1367,'_imagify_data','a:2:{s:5:\"sizes\";a:10:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20844;s:14:\"optimized_size\";i:12102;s:7:\"percent\";d:41.93999999999999772626324556767940521240234375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75549;s:14:\"optimized_size\";i:40052;s:7:\"percent\";d:46.99000000000000198951966012828052043914794921875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4298;s:14:\"optimized_size\";i:2620;s:7:\"percent\";d:39.03999999999999914734871708787977695465087890625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16155;s:14:\"optimized_size\";i:9704;s:7:\"percent\";d:39.92999999999999971578290569595992565155029296875;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:72273;s:14:\"optimized_size\";i:35640;s:7:\"percent\";d:50.68999999999999772626324556767940521240234375;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66122;s:14:\"optimized_size\";i:33310;s:7:\"percent\";d:49.61999999999999744204615126363933086395263671875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5785;s:14:\"optimized_size\";i:3572;s:7:\"percent\";d:38.25;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13594;s:14:\"optimized_size\";i:8204;s:7:\"percent\";d:39.64999999999999857891452847979962825775146484375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:129353;s:14:\"optimized_size\";i:45854;s:7:\"percent\";d:64.5499999999999971578290569595992565155029296875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:403973;s:14:\"optimized_size\";i:191058;s:7:\"percent\";d:52.71000000000000085265128291212022304534912109375;}}'),
(8464,1367,'_wp_attachment_image_alt','Atlanta Motor Sports Park'),
(8491,1370,'_imagify_data','a:2:{s:5:\"sizes\";a:3:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:650798;s:14:\"optimized_size\";i:631017;s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51307;s:14:\"optimized_size\";i:13142;s:7:\"percent\";d:74.3900000000000005684341886080801486968994140625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:387002;s:14:\"optimized_size\";i:86982;s:7:\"percent\";d:77.5199999999999960209606797434389591217041015625;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1089107;s:14:\"optimized_size\";i:731141;s:7:\"percent\";d:32.86999999999999744204615126363933086395263671875;}}'),
(8492,1371,'_wp_attached_file','2020/07/North-Georgian-Premium-Outlets.png'),
(8493,1371,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1383;s:6:\"height\";i:924;s:4:\"file\";s:42:\"2020/07/North-Georgian-Premium-Outlets.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"North-Georgian-Premium-Outlets-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"North-Georgian-Premium-Outlets-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"North-Georgian-Premium-Outlets-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:42:\"North-Georgian-Premium-Outlets-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:42:\"North-Georgian-Premium-Outlets-810x541.png\";s:5:\"width\";i:810;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:43:\"North-Georgian-Premium-Outlets-1140x762.png\";s:5:\"width\";i:1140;s:6:\"height\";i:762;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:42:\"North-Georgian-Premium-Outlets-375x195.png\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:42:\"North-Georgian-Premium-Outlets-145x100.png\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:43:\"North-Georgian-Premium-Outlets-1464x500.png\";s:5:\"width\";i:1464;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:42:\"North-Georgian-Premium-Outlets-380x260.png\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:19:33\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:42:\"North-Georgian-Premium-Outlets-300x200.png\";i:1;s:43:\"North-Georgian-Premium-Outlets-1024x684.png\";i:2;s:42:\"North-Georgian-Premium-Outlets-150x150.png\";i:3;s:42:\"North-Georgian-Premium-Outlets-768x513.png\";i:4;s:42:\"North-Georgian-Premium-Outlets-810x541.png\";i:5;s:43:\"North-Georgian-Premium-Outlets-1140x762.png\";i:6;s:42:\"North-Georgian-Premium-Outlets-375x195.png\";i:7;s:42:\"North-Georgian-Premium-Outlets-145x100.png\";i:8;s:43:\"North-Georgian-Premium-Outlets-1464x500.png\";i:9;s:42:\"North-Georgian-Premium-Outlets-380x260.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"10.89\";}'),
(8494,1371,'resmushed_quality','92'),
(8495,1371,'resmushed_cumulated_original_sizes','8050889'),
(8496,1371,'resmushed_cumulated_optimized_sizes','2289469'),
(8497,1371,'_imagify_optimization_level','1'),
(8498,1371,'_imagify_status','success'),
(8499,1371,'_imagify_data','a:2:{s:5:\"sizes\";a:22:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:650798;s:14:\"optimized_size\";i:631017;s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51307;s:14:\"optimized_size\";i:13142;s:7:\"percent\";d:74.3900000000000005684341886080801486968994140625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:387002;s:14:\"optimized_size\";i:86982;s:7:\"percent\";d:77.5199999999999960209606797434389591217041015625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9313;s:14:\"optimized_size\";i:2634;s:7:\"percent\";d:71.719999999999998863131622783839702606201171875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41232;s:14:\"optimized_size\";i:12142;s:7:\"percent\";d:70.5499999999999971578290569595992565155029296875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:391478;s:14:\"optimized_size\";i:80924;s:7:\"percent\";d:79.3299999999999982946974341757595539093017578125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:204619;s:14:\"optimized_size\";i:47252;s:7:\"percent\";d:76.909999999999996589394868351519107818603515625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:187289;s:14:\"optimized_size\";i:42906;s:7:\"percent\";d:77.090000000000003410605131648480892181396484375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13792;s:14:\"optimized_size\";i:3968;s:7:\"percent\";d:71.2300000000000039790393202565610408782958984375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:320644;s:14:\"optimized_size\";i:67984;s:7:\"percent\";d:78.7999999999999971578290569595992565155029296875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31995;s:14:\"optimized_size\";i:8738;s:7:\"percent\";d:72.68999999999999772626324556767940521240234375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:650798;s:14:\"optimized_size\";i:141482;s:7:\"percent\";d:78.2600000000000051159076974727213382720947265625;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:31995;s:14:\"optimized_size\";i:29753;s:7:\"percent\";d:7.0099999999999997868371792719699442386627197265625;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:320644;s:14:\"optimized_size\";i:304505;s:7:\"percent\";d:5.03000000000000024868995751603506505489349365234375;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13792;s:14:\"optimized_size\";i:11502;s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:187289;s:14:\"optimized_size\";i:175428;s:7:\"percent\";d:6.3300000000000000710542735760100185871124267578125;}s:9:\"vce-lay-a\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:204619;s:14:\"optimized_size\";i:194723;s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;}s:15:\"vce-lay-a-nosid\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:391478;s:14:\"optimized_size\";i:373276;s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;}s:9:\"vce-lay-b\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:41232;s:14:\"optimized_size\";i:37746;s:7:\"percent\";d:8.449999999999999289457264239899814128875732421875;}s:9:\"vce-lay-d\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9313;s:14:\"optimized_size\";i:8291;s:7:\"percent\";d:10.9700000000000006394884621840901672840118408203125;}s:11:\"vce-fa-full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:387002;s:14:\"optimized_size\";i:376513;s:7:\"percent\";d:2.70999999999999996447286321199499070644378662109375;}s:11:\"vce-fa-grid\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51307;s:14:\"optimized_size\";i:46972;s:7:\"percent\";d:8.449999999999999289457264239899814128875732421875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:4578938;s:14:\"optimized_size\";i:2697880;s:7:\"percent\";d:41.0799999999999982946974341757595539093017578125;}}'),
(8500,1372,'_wp_attached_file','2020/07/Fausett-Farm’s-Horse-Trails.png'),
(8501,1372,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:480;s:4:\"file\";s:41:\"2020/07/Fausett-Farm’s-Horse-Trails.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Fausett-Farm’s-Horse-Trails-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Fausett-Farm’s-Horse-Trails-1024x607.png\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Fausett-Farm’s-Horse-Trails-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:41:\"Fausett-Farm’s-Horse-Trails-768x455.png\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"Fausett-Farm’s-Horse-Trails-1536x910.png\";s:5:\"width\";i:1536;s:6:\"height\";i:910;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:41:\"Fausett-Farm’s-Horse-Trails-810x480.png\";s:5:\"width\";i:810;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:42:\"Fausett-Farm’s-Horse-Trails-1140x675.png\";s:5:\"width\";i:1140;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:41:\"Fausett-Farm’s-Horse-Trails-375x195.png\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:41:\"Fausett-Farm’s-Horse-Trails-145x100.png\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:42:\"Fausett-Farm’s-Horse-Trails-1644x500.png\";s:5:\"width\";i:1644;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:41:\"Fausett-Farm’s-Horse-Trails-380x260.png\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:19:12\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:41:\"Fausett-Farm’s-Horse-Trails-300x178.png\";i:1;s:42:\"Fausett-Farm’s-Horse-Trails-1024x607.png\";i:2;s:41:\"Fausett-Farm’s-Horse-Trails-150x150.png\";i:3;s:41:\"Fausett-Farm’s-Horse-Trails-768x455.png\";i:4;s:42:\"Fausett-Farm’s-Horse-Trails-1536x910.png\";i:5;s:41:\"Fausett-Farm’s-Horse-Trails-810x480.png\";i:6;s:42:\"Fausett-Farm’s-Horse-Trails-1140x675.png\";i:7;s:41:\"Fausett-Farm’s-Horse-Trails-375x195.png\";i:8;s:41:\"Fausett-Farm’s-Horse-Trails-145x100.png\";i:9;s:42:\"Fausett-Farm’s-Horse-Trails-1644x500.png\";i:10;s:41:\"Fausett-Farm’s-Horse-Trails-380x260.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"7.39\";}'),
(8502,1372,'resmushed_quality','92'),
(8503,1372,'resmushed_cumulated_original_sizes','15864868'),
(8504,1372,'resmushed_cumulated_optimized_sizes','4696239'),
(8505,1372,'_wp_attachment_image_alt','Fausett Farm’s Horse Trails'),
(8506,1372,'_imagify_optimization_level','1'),
(8507,1372,'_imagify_status','success'),
(8508,1372,'_imagify_data','a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1208201;s:14:\"optimized_size\";i:1192597;s:7:\"percent\";d:1.29000000000000003552713678800500929355621337890625;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82009;s:14:\"optimized_size\";i:31572;s:7:\"percent\";d:61.5;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:591190;s:14:\"optimized_size\";i:204582;s:7:\"percent\";d:65.3900000000000005684341886080801486968994140625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13409;s:14:\"optimized_size\";i:4716;s:7:\"percent\";d:64.8299999999999982946974341757595539093017578125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61197;s:14:\"optimized_size\";i:23294;s:7:\"percent\";d:61.93999999999999772626324556767940521240234375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:591523;s:14:\"optimized_size\";i:215870;s:7:\"percent\";d:63.50999999999999801048033987171947956085205078125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:309474;s:14:\"optimized_size\";i:118172;s:7:\"percent\";d:61.82000000000000028421709430404007434844970703125;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1015250;s:14:\"optimized_size\";i:342868;s:7:\"percent\";d:66.2300000000000039790393202565610408782958984375;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:279317;s:14:\"optimized_size\";i:107590;s:7:\"percent\";d:61.47999999999999687361196265555918216705322265625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19718;s:14:\"optimized_size\";i:7492;s:7:\"percent\";d:62;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:479357;s:14:\"optimized_size\";i:181698;s:7:\"percent\";d:62.10000000000000142108547152020037174224853515625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45594;s:14:\"optimized_size\";i:17644;s:7:\"percent\";d:61.2999999999999971578290569595992565155029296875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1208201;s:14:\"optimized_size\";i:452978;s:7:\"percent\";d:62.50999999999999801048033987171947956085205078125;}s:6:\"medium\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:45594;s:14:\"optimized_size\";i:44215;s:7:\"percent\";d:3.020000000000000017763568394002504646778106689453125;}s:5:\"large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:479357;s:14:\"optimized_size\";i:473273;s:7:\"percent\";d:1.270000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19718;s:14:\"optimized_size\";i:18755;s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;}s:12:\"medium_large\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:279317;s:14:\"optimized_size\";i:275486;s:7:\"percent\";d:1.37000000000000010658141036401502788066864013671875;}s:9:\"1536x1536\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:1015250;s:14:\"optimized_size\";i:1010156;s:7:\"percent\";d:0.5;}s:9:\"vce-lay-a\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:309474;s:14:\"optimized_size\";i:303541;s:7:\"percent\";d:1.9199999999999999289457264239899814128875732421875;}s:15:\"vce-lay-a-nosid\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:591523;s:14:\"optimized_size\";i:581451;s:7:\"percent\";d:1.6999999999999999555910790149937383830547332763671875;}s:9:\"vce-lay-b\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:61197;s:14:\"optimized_size\";i:59668;s:7:\"percent\";d:2.5;}s:9:\"vce-lay-d\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:13409;s:14:\"optimized_size\";i:12749;s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;}s:11:\"vce-fa-full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:591190;s:14:\"optimized_size\";i:584030;s:7:\"percent\";d:1.20999999999999996447286321199499070644378662109375;}s:11:\"vce-fa-grid\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82009;s:14:\"optimized_size\";i:80042;s:7:\"percent\";d:2.399999999999999911182158029987476766109466552734375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:9392478;s:14:\"optimized_size\";i:6344439;s:7:\"percent\";d:32.4500000000000028421709430404007434844970703125;}}'),
(8530,1375,'_edit_lock','1595514078:3'),
(8531,1375,'_edit_last','3'),
(8532,1375,'hefo_before','0'),
(8533,1375,'hefo_after','0'),
(8534,1375,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(8535,1375,'_elementor_edit_mode','builder'),
(8536,1375,'_elementor_template_type','wp-post'),
(8537,1375,'_elementor_version','2.9.14'),
(8538,1377,'_wp_attached_file','2020/07/bora-bora-3023437_1280-2-1.jpg'),
(8539,1377,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:540;s:4:\"file\";s:38:\"2020/07/bora-bora-3023437_1280-2-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"bora-bora-3023437_1280-2-1-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:39:\"bora-bora-3023437_1280-2-1-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:38:\"bora-bora-3023437_1280-2-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:38:\"bora-bora-3023437_1280-2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:38:\"bora-bora-3023437_1280-2-1-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:39:\"bora-bora-3023437_1280-2-1-1140x761.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:38:\"bora-bora-3023437_1280-2-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:38:\"bora-bora-3023437_1280-2-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:39:\"bora-bora-3023437_1280-2-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:38:\"bora-bora-3023437_1280-2-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:18:46\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:38:\"bora-bora-3023437_1280-2-1-300x200.jpg\";i:1;s:39:\"bora-bora-3023437_1280-2-1-1024x683.jpg\";i:2;s:38:\"bora-bora-3023437_1280-2-1-150x150.jpg\";i:3;s:38:\"bora-bora-3023437_1280-2-1-768x512.jpg\";i:4;s:38:\"bora-bora-3023437_1280-2-1-810x540.jpg\";i:5;s:39:\"bora-bora-3023437_1280-2-1-1140x761.jpg\";i:6;s:38:\"bora-bora-3023437_1280-2-1-375x195.jpg\";i:7;s:38:\"bora-bora-3023437_1280-2-1-145x100.jpg\";i:8;s:39:\"bora-bora-3023437_1280-2-1-1280x500.jpg\";i:9;s:38:\"bora-bora-3023437_1280-2-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"31.61\";}'),
(8540,1377,'resmushed_quality','92'),
(8541,1377,'resmushed_cumulated_original_sizes','1281603'),
(8542,1377,'resmushed_cumulated_optimized_sizes','1221262'),
(8543,1377,'_imagify_optimization_level','1'),
(8544,1377,'_imagify_status','already_optimized'),
(8545,1377,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:24690;s:14:\"optimized_size\";i:17340;s:7:\"percent\";d:29.769999999999999573674358543939888477325439453125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:222193;s:14:\"optimized_size\";i:185704;s:7:\"percent\";d:16.4200000000000017053025658242404460906982421875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4817;s:14:\"optimized_size\";i:3272;s:7:\"percent\";d:32.07000000000000028421709430404007434844970703125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:19913;s:14:\"optimized_size\";i:14076;s:7:\"percent\";d:29.309999999999998721023075631819665431976318359375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:219184;s:14:\"optimized_size\";i:166520;s:7:\"percent\";d:24.030000000000001136868377216160297393798828125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:107636;s:14:\"optimized_size\";i:80348;s:7:\"percent\";d:25.35000000000000142108547152020037174224853515625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:96177;s:14:\"optimized_size\";i:71328;s:7:\"percent\";d:25.839999999999999857891452847979962825775146484375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7003;s:14:\"optimized_size\";i:4808;s:7:\"percent\";d:31.339999999999999857891452847979962825775146484375;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:176012;s:14:\"optimized_size\";i:132016;s:7:\"percent\";d:25;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15477;s:14:\"optimized_size\";i:10802;s:7:\"percent\";d:30.21000000000000085265128291212022304534912109375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:328160;s:14:\"optimized_size\";i:273288;s:7:\"percent\";d:16.719999999999998863131622783839702606201171875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1221262;s:14:\"optimized_size\";i:959502;s:7:\"percent\";d:21.42999999999999971578290569595992565155029296875;}}'),
(8546,1377,'_wp_attachment_image_alt','Best Time To Visit Bora Bora'),
(8547,1375,'_thumbnail_id','1383'),
(8550,1375,'_wp_page_template','default'),
(8551,1375,'_elementor_data','[{\"id\":\"d90b46f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e781ce8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3a58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On the northwest side of Tahiti locates the most stunning and romantic island of the world Bora Bora. The unique element of this island is its versatile and crystal blue ocean and twin peak volcanic tops. This beach is not just watching crabs walking on the sand and taking sunbathing and relaxing. Instead of these things, you can also entertain yourself with various water sports activities and boating on this beautiful Bora Bora Island.<\\/p><p>Scuba diving, Paddleboarding, and snorkeling are the best activities you can do here. Bora bora comes in a list of those islands where you can stay in overwater houses or bungalows, where you can feed the fishes, and the walls of the cottage are of glass walls. From where you can easily see the amazing island from your room that gives a very charming and astonishing look. Bora Island is specially designed for newlyweds couples and centered them by allotting them separate areas to make their honeymoon desire special.<\\/p><p>So, as you want to know about the best and worst season to visit bora, we have gathered some new information regarding the wheatear of this beautiful island and their festivals throughout the year.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"86d0807\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d2b7b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5686db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. January\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20b6085\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4e1d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb86d10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>January is one of the cloudiest and damp periods in Bora Bora. Moisture and warmer air touch its peak this month. It is also one of the rainiest months of the year because of its cloudiness and warm air. A non predicts windstorm may spread across the Pacific sea because of which cloud shower earlier than it expects.<\\/p><p>The average rainfall in this month in several years is 270mm, which is the second-highest monthly rainfall. The expected temperature in the past years is about 30 degrees Celsius. After the rain, the humidity will be challenging because land exits its hotness through vapors through a more increase in temperature.<\\/p><p>So, because of all the weather condition about January in Bora Bora is not satisfactory that\'s why January has not recommended to travelers because of weather harshness. Bora Bora has blessed with different cold and hot temperatures because people want to spend their time in one of the most beautiful places.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd31e2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0281fc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d33f56\",\"elType\":\"widget\",\"settings\":{\"title\":\"2. February\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5d7a13\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9de2320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"520e543\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The weather of February is also very respectful to January become it comes just after January. February is such a wet season in Bora Bora because of massive rainfall in the whole month, after every 2 -3 hours there become the possibility of rain. If we talk about the overall temperature of February consistency in the shower, its weather will change to the cold one.<br \\/><br \\/>It is a bit of general advice to the visitors or trippers to bring a raincoat with them to make memories also in the rain. One of the most severe issues regarding their weather is that sometimes due to terrible weather conditions, the flights or plane couldn\'t cross over the Bora Bora, so you have to be aware during these months to be saved.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"681f354\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ad77572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec30ca5\",\"elType\":\"widget\",\"settings\":{\"title\":\"3. March\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"764a7c6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c92078a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"73a1459\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The weather of March also relates to its previous month in February, and the rain continues this month. But with less pressure with almost 170mm, while the temperature remains the same, which is more than 30 degrees Celsius and because of its high temperate people try not to go out of their home useless.<\\/p><p>March is the last rainy and damp month in the whole year because it is too hot, and it is such a warm month.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b984d6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c7cf7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29c59f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"4. April\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0a9b40\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15f4033\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1567a94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>( The best time to visit Bora Bora )<\\/b><\\/p><p>In Bora Island, April has considered being the best month to visit because, in April, the snowy season is at the end. You feel a little reduction in foggy. The season in which sun glow some more hours and have a little bit chance of rain fall.<br \\/><br \\/>The most advantage of this month you can take is that hotels minimize their rates than the other months because it\'s a peak tourist period, which creates competition among the hotels, this makes hotels to reduce their prices to attract the people towards them.<br \\/><br \\/>Moreover, the temperature in April lies between the mid-70s to mid-80s. So mostly people considered this month to explore this beautiful location. And it\'s a long peak period for tourists. And believe me, this iconic place looks more attractive this month and makes your vacations a perfect desirable holiday.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23b4ba4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1edc925\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d75e07d\",\"elType\":\"widget\",\"settings\":{\"title\":\"5. May\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b44906f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b4af4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5add6be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>May is also considered as one of the best months to visit this island. As in this month, the tourist rate is exceptionally high as in April. And the prices of hotels have also reduced because of the high peak rate of tourists. Some time this month is called by locals as the \'\'winters\'\'. You can\'t trust the temperature because sometimes it becomes hot and on the second it becomes cold.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dee3693\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f2f4a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3fabc4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"6. June\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bee94a3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bef673\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"78ed8db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In June in Bora Bora is the initial start of the high season.\\u00a0 Considered as perfect weather with much reduction in rainfall and because of this, your clothes would be dry. And most importantly, humidity is at a lower rate. Winds and water feel you relaxed in this month.<br \\/><br \\/>An estimated average temperature has considered this month, and the next three months is 28\\u00b0C to 82\\u00b0F\\u2014one of the best months for newlyweds couples to visit this island for their honeymoon.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad19b59\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7b8a455\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"27d4cfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"7. July\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b2f188\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e649c7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a14c35c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From July, the season of winter has gradually started, and it is too good weather to enjoy the beauty of such beautiful places. July in Bora Bora is such windy weather, and everything is enjoying and opens their arm in the natural air of Bora Bora.<\\/p><p>As the months pass through January, rain is getting slower and lower in Bora Bora. The average temperature in July is 20 to 28 Celsius because it is a high time for the visitor or tourist to enjoy there.<\\/p><p>So, if you are looking to go in July, make sure that the hotel has a vacancy or not. Every year that is the biggest issue for the visitors that they don\'t book the restaurant from their homeland and face the difficulties in Bora Bora.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e6de8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cd61cde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fc4fc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"8. August\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eba876f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b2f995\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5bd6d95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the pleasant and perfect weather months is August in Bora Bora and almost in every country because it is the central month of the year. The winds and fresh fast air are on its peak to feel beautiful to the people of Bora Bora. Rainfalls are on its lowest monthly average the year around -60mm.<\\/p><p>August has such a peaceful environment with the maximum time of sunshine and a very few days with rain. During this period the rate of hotels is also touched its peak. So, book your hotel in advance so you will not face any problem over there.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bca24d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7047ea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63f9367\",\"elType\":\"widget\",\"settings\":{\"title\":\"9. September\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a24247\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d8dcef2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"66e1c12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>September is an optimal month to visit Bora bora because of a slight change in temperature. Autumn has started from the mid of September; that\'s why it is a combo of different weather.<\\/p><p>In September, the fares of the hotel are slightly low than the previous one, and there is also a decrease in the number of visitors because it is not a vacation and its working months in all countries. When we talk about the best month to visit Bora Bora so, September is one of the top months.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f741609\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"88af323\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24329cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"10. October \"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f86316\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9e224d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"597ff7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Probably October is the final month of the mild weather in Bora Bora. From the mid of October, there is again start an increase in temperature. And gradually, humidity increases, and there has yet started the rainy and cloudy atmosphere. It is one of the most comfortable months from the season point of view. It is clear, mild, and dry, and that is what you want from our favorite month.<\\/p><p>It has recorded that the clouds rain more than 30% in October compared to the previous three months, but when we compared with the next three months, it rains half from the others. Because of a beautiful atmosphere in the whole month of some countries and holiday period heir rate is at its peak. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f64811\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b126514\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7035451\",\"elType\":\"widget\",\"settings\":{\"title\":\"11. November \"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"480beb1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"35087a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6192163\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Here starts the season of humidity and rain, and its month\'s name in November. This weather continues from November to late April. The average temperature of November is 30 Celsius or more than 30 Celsius. It is such a rainy month that you can assume it from its rain double to the storm of October and triple to September.<\\/p><p>November can also have turned the month of danger because of its unexpected windstorm and cyclones, so you should be alert regarding safety purposes. It is recommended not to visit Bora Bora during November and December because of the harsh weather. Flights are also sometimes closed due to its climate.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f26289\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d21caf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"555aed3\",\"elType\":\"widget\",\"settings\":{\"title\":\"12.\\tDecember\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3da5497\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f07f08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57de8e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The wet season is entirely and truly starts from December with such a heavy rainfall or downpour that could harm the travel plans. The entire rainy day recorded every year is almost 15 days, with the heavy rain of nearly 280mm. December is the wettest month in Bora Bora, and it rains five times more than August.<\\/p><p>Because of consistency in the rain, the weather becomes so pleasant to enjoy the beauty of Bora Bora, and people visit a lot this month because it is a vacation all over the world due to Christmas and New Year. So, the fares of restaurants increase double to September because people love to enjoy the beauty of Bora Bora is such a dramatic season.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d9d922\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b92e3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d351b80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Annual Festivals In Bora Bora\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d8e004\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f69750\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38f988d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Visiting on these days of annual festivals in Bora Bora are also recommended and encouraged tourist towards them to visit this admiring location. Here are those festivals:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8ed8d9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5c5af51\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a91753\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2022\\tTahiti Pearl Regatta\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3faa089\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8e415d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"760fe38\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This Tahiti festival is a sailing race between four Polynesia islands. Those are Bora Bora, Taha\'a, Raiatea, and Huahine. People who want to be a part of this event have invited throughout the pacific<br \\/><br \\/>In the evening this festival takes place in the city with different activities. Like it includes, games, singing, dancing, local cuisine, and BBQ parties. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a3bc67\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7f4adc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0f0f45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/8857487504_8ac943b5b7_o-1.jpg\",\"id\":1379}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"815a9af\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"83351ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1b9a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2022 Bora Bora Liquid Festival\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e45a41\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fabdb58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ccd2e4f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=vo9Jpt9Hk5s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"566d16e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b2a5e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"995822f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Well, this another festival which happens in Bora Bora. However, this fluid festival merges with the water athletes and the fantastic beauty of Bora Bora to compete in the ocean.<\\/p><p>This festival is organized each year in December. There are various activities and beach celebrations have planned in the liquid festival. That attracts so many tourists to which this island in December during these festival days.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa8435a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ce846b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"143c55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2022 Heiva In Bora Bora\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0cc20f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"83ce475\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1789fea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/4803208018_3cbb10a942_o-1.jpg\",\"id\":1381}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"abe0350\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"601597b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b35f9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is the best festival held in Bora Bora. And this festival has organized in July and August each year. This festival aims to show the Polynesian traditions and their rituals through their costumes, music, and skills.<br \\/><br \\/>This festival has celebrated through traditional singing, dancing, crafts work, and different regular sports competitions. This festival is not only limited to Bora Bora\'s location of vape, but this is the festival celebrated all across the French pacific island. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ba15ba\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1dcfca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"627dd23\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17220d2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3a9b629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b3ae94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you don\'t want to spend much money and be in your budget. You can visit this place in the lower tourist season, and you can enjoy the moisture climate. That is the season of the quieter period.<br \\/><br \\/>As this location is so beautiful that you feel a dream comes true to visit this charming island. And when you are going to plan to explore this place at first, you got a very satisfaction impression.<br \\/><br \\/>And believe me, that matters when you are spending a considerable amount to explore any place you just want that place keep its worth, and you don\'t regret it. If you want this type of satisfaction, then this place is above your expectation.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8560,1379,'_wp_attached_file','2020/07/8857487504_8ac943b5b7_o-1.jpg'),
(8561,1379,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:502;s:4:\"file\";s:37:\"2020/07/8857487504_8ac943b5b7_o-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"8857487504_8ac943b5b7_o-1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"8857487504_8ac943b5b7_o-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:37:\"8857487504_8ac943b5b7_o-1-768x476.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:37:\"8857487504_8ac943b5b7_o-1-810x502.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:37:\"8857487504_8ac943b5b7_o-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:37:\"8857487504_8ac943b5b7_o-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:38:\"8857487504_8ac943b5b7_o-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:37:\"8857487504_8ac943b5b7_o-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:18:28\";s:9:\"thumbsOpt\";i:8;s:13:\"thumbsOptList\";a:8:{i:0;s:37:\"8857487504_8ac943b5b7_o-1-300x186.jpg\";i:1;s:37:\"8857487504_8ac943b5b7_o-1-150x150.jpg\";i:2;s:37:\"8857487504_8ac943b5b7_o-1-768x476.jpg\";i:3;s:37:\"8857487504_8ac943b5b7_o-1-810x502.jpg\";i:4;s:37:\"8857487504_8ac943b5b7_o-1-375x195.jpg\";i:5;s:37:\"8857487504_8ac943b5b7_o-1-145x100.jpg\";i:6;s:38:\"8857487504_8ac943b5b7_o-1-1000x500.jpg\";i:7;s:37:\"8857487504_8ac943b5b7_o-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"15.18\";}'),
(8562,1379,'resmushed_quality','92'),
(8563,1379,'resmushed_cumulated_original_sizes','360363'),
(8564,1379,'resmushed_cumulated_optimized_sizes','348538'),
(8565,1379,'_imagify_optimization_level','1'),
(8566,1379,'_imagify_status','already_optimized'),
(8567,1379,'_imagify_data','a:2:{s:5:\"sizes\";a:10:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18100;s:14:\"optimized_size\";i:9894;s:7:\"percent\";d:45.340000000000003410605131648480892181396484375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:90356;s:14:\"optimized_size\";i:51880;s:7:\"percent\";d:42.5799999999999982946974341757595539093017578125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3869;s:14:\"optimized_size\";i:2320;s:7:\"percent\";d:40.03999999999999914734871708787977695465087890625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14008;s:14:\"optimized_size\";i:7586;s:7:\"percent\";d:45.85000000000000142108547152020037174224853515625;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:64708;s:14:\"optimized_size\";i:32298;s:7:\"percent\";d:50.090000000000003410605131648480892181396484375;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58252;s:14:\"optimized_size\";i:29158;s:7:\"percent\";d:49.9500000000000028421709430404007434844970703125;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5178;s:14:\"optimized_size\";i:3108;s:7:\"percent\";d:39.97999999999999687361196265555918216705322265625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11308;s:14:\"optimized_size\";i:6376;s:7:\"percent\";d:43.61999999999999744204615126363933086395263671875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:82759;s:14:\"optimized_size\";i:61606;s:7:\"percent\";d:25.559999999999998721023075631819665431976318359375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:348538;s:14:\"optimized_size\";i:204226;s:7:\"percent\";d:41.39999999999999857891452847979962825775146484375;}}'),
(8568,1379,'_wp_attachment_image_alt','Tahiti Pearl Regatta'),
(8578,1381,'_wp_attached_file','2020/07/4803208018_3cbb10a942_o-1.jpg'),
(8579,1381,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:419;s:4:\"file\";s:37:\"2020/07/4803208018_3cbb10a942_o-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"4803208018_3cbb10a942_o-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"4803208018_3cbb10a942_o-1-1024x530.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"4803208018_3cbb10a942_o-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:37:\"4803208018_3cbb10a942_o-1-768x397.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"4803208018_3cbb10a942_o-1-1536x795.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:37:\"4803208018_3cbb10a942_o-1-810x419.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:38:\"4803208018_3cbb10a942_o-1-1140x590.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:37:\"4803208018_3cbb10a942_o-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:37:\"4803208018_3cbb10a942_o-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:38:\"4803208018_3cbb10a942_o-1-1600x500.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:37:\"4803208018_3cbb10a942_o-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:18:14\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:37:\"4803208018_3cbb10a942_o-1-300x155.jpg\";i:1;s:38:\"4803208018_3cbb10a942_o-1-1024x530.jpg\";i:2;s:37:\"4803208018_3cbb10a942_o-1-150x150.jpg\";i:3;s:37:\"4803208018_3cbb10a942_o-1-768x397.jpg\";i:4;s:38:\"4803208018_3cbb10a942_o-1-1536x795.jpg\";i:5;s:37:\"4803208018_3cbb10a942_o-1-810x419.jpg\";i:6;s:38:\"4803208018_3cbb10a942_o-1-1140x590.jpg\";i:7;s:37:\"4803208018_3cbb10a942_o-1-375x195.jpg\";i:8;s:37:\"4803208018_3cbb10a942_o-1-145x100.jpg\";i:9;s:38:\"4803208018_3cbb10a942_o-1-1600x500.jpg\";i:10;s:37:\"4803208018_3cbb10a942_o-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"30.71\";}'),
(8580,1381,'resmushed_quality','92'),
(8581,1381,'resmushed_cumulated_original_sizes','1049251'),
(8582,1381,'resmushed_cumulated_optimized_sizes','998567'),
(8583,1381,'_imagify_optimization_level','1'),
(8584,1381,'_imagify_status','already_optimized'),
(8585,1381,'_imagify_data','a:2:{s:5:\"sizes\";a:13:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25023;s:14:\"optimized_size\";i:17002;s:7:\"percent\";d:32.0499999999999971578290569595992565155029296875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:163873;s:14:\"optimized_size\";i:99748;s:7:\"percent\";d:39.13000000000000255795384873636066913604736328125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5616;s:14:\"optimized_size\";i:3926;s:7:\"percent\";d:30.089999999999999857891452847979962825775146484375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20359;s:14:\"optimized_size\";i:14422;s:7:\"percent\";d:29.160000000000000142108547152020037174224853515625;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:128714;s:14:\"optimized_size\";i:73246;s:7:\"percent\";d:43.090000000000003410605131648480892181396484375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:71933;s:14:\"optimized_size\";i:43638;s:7:\"percent\";d:39.340000000000003410605131648480892181396484375;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:213121;s:14:\"optimized_size\";i:112678;s:7:\"percent\";d:47.13000000000000255795384873636066913604736328125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:65035;s:14:\"optimized_size\";i:39856;s:7:\"percent\";d:38.719999999999998863131622783839702606201171875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7346;s:14:\"optimized_size\";i:5174;s:7:\"percent\";d:29.57000000000000028421709430404007434844970703125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:107021;s:14:\"optimized_size\";i:62302;s:7:\"percent\";d:41.78999999999999914734871708787977695465087890625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14127;s:14:\"optimized_size\";i:10144;s:7:\"percent\";d:28.190000000000001278976924368180334568023681640625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:176399;s:14:\"optimized_size\";i:142970;s:7:\"percent\";d:18.949999999999999289457264239899814128875732421875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:998567;s:14:\"optimized_size\";i:625106;s:7:\"percent\";d:37.39999999999999857891452847979962825775146484375;}}'),
(8586,1381,'_wp_attachment_image_alt','Heiva In Bora Bora'),
(8598,1383,'_wp_attached_file','2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-scaled.jpg'),
(8599,1383,'_wp_attachment_metadata','a:8:{s:5:\"width\";i:810;s:6:\"height\";i:540;s:4:\"file\";s:77:\"2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-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:71:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-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:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-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:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-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:72:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:72:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:71:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:71:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-5371x500.jpg\";s:5:\"width\";i:5371;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:76:\"Overwater bungalows with best beach for snorkeling, Tahiti, French Polynesia\";s:17:\"created_timestamp\";s:10:\"1243640620\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:64:\"Overwater bungalows with best beach for snorkeling, Tahiti, Poly\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:34:{i:0;s:6:\"tahiti\";i:1;s:9:\"turquoise\";i:2;s:3:\"sea\";i:3;s:8:\"bungalow\";i:4;s:5:\"water\";i:5;s:8:\"vacation\";i:6;s:6:\"travel\";i:7;s:8:\"tropical\";i:8;s:6:\"lagoon\";i:9;s:5:\"ocean\";i:10;s:6:\"resort\";i:11;s:8:\"romantic\";i:12;s:9:\"polynesia\";i:13;s:12:\"destinations\";i:14;s:4:\"blue\";i:15;s:7:\"tourism\";i:16;s:7:\"pacific\";i:17;s:6:\"luxury\";i:18;s:6:\"french\";i:19;s:3:\"sky\";i:20;s:6:\"exotic\";i:21;s:6:\"island\";i:22;s:8:\"paradise\";i:23;s:4:\"bora\";i:24;s:6:\"moorea\";i:25;s:3:\"hut\";i:26;s:5:\"coast\";i:27;s:5:\"hotel\";i:28;s:5:\"house\";i:29;s:5:\"villa\";i:30;s:9:\"overwater\";i:31;s:13:\"accommodation\";i:32;s:9:\"bora bora\";i:33;s:18:\"overwater bungalow\";}}s:14:\"original_image\";s:62:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF.jpg\";s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:17:56\";s:9:\"thumbsOpt\";i:13;s:13:\"thumbsOptList\";a:13:{i:0;s:62:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF.jpg\";i:1;s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-300x200.jpg\";i:2;s:71:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-1024x683.jpg\";i:3;s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-150x150.jpg\";i:4;s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-768x512.jpg\";i:5;s:72:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-1536x1024.jpg\";i:6;s:72:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-2048x1365.jpg\";i:7;s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-810x540.jpg\";i:8;s:71:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-1140x760.jpg\";i:9;s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-375x195.jpg\";i:10;s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-145x100.jpg\";i:11;s:71:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-5371x500.jpg\";i:12;s:70:\"overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"93.48\";}'),
(8600,1383,'resmushed_quality','92'),
(8601,1383,'resmushed_cumulated_original_sizes','3312392'),
(8602,1383,'resmushed_cumulated_optimized_sizes','3173332'),
(8603,1383,'_imagify_optimization_level','1'),
(8604,1383,'_imagify_status','already_optimized'),
(8605,1383,'_imagify_data','a:2:{s:5:\"sizes\";a:14:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29407;s:14:\"optimized_size\";i:21776;s:7:\"percent\";d:25.949999999999999289457264239899814128875732421875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:498819;s:14:\"optimized_size\";i:270106;s:7:\"percent\";d:45.85000000000000142108547152020037174224853515625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5551;s:14:\"optimized_size\";i:3994;s:7:\"percent\";d:28.050000000000000710542735760100185871124267578125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23474;s:14:\"optimized_size\";i:17912;s:7:\"percent\";d:23.690000000000001278976924368180334568023681640625;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:220062;s:14:\"optimized_size\";i:161200;s:7:\"percent\";d:26.75;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:116787;s:14:\"optimized_size\";i:86130;s:7:\"percent\";d:26.25;}s:22:\"2048x2048@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:640902;s:14:\"optimized_size\";i:452560;s:7:\"percent\";d:29.3900000000000005684341886080801486968994140625;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:380093;s:14:\"optimized_size\";i:272622;s:7:\"percent\";d:28.269999999999999573674358543939888477325439453125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:104621;s:14:\"optimized_size\";i:77492;s:7:\"percent\";d:25.92999999999999971578290569595992565155029296875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7758;s:14:\"optimized_size\";i:5664;s:7:\"percent\";d:26.989999999999998436805981327779591083526611328125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:180659;s:14:\"optimized_size\";i:133352;s:7:\"percent\";d:26.190000000000001278976924368180334568023681640625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18299;s:14:\"optimized_size\";i:13638;s:7:\"percent\";d:25.469999999999998863131622783839702606201171875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:946900;s:14:\"optimized_size\";i:653132;s:7:\"percent\";d:31.019999999999999573674358543939888477325439453125;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:3173332;s:14:\"optimized_size\";i:2169578;s:7:\"percent\";d:31.629999999999999005240169935859739780426025390625;}}'),
(8606,1383,'_wp_attachment_image_alt','Best Time To Visit Bora Bora'),
(8638,1301,'hefo_before','0'),
(8639,1301,'hefo_after','0'),
(8659,1301,'_oembed_1573b2a74277cef7abdb1d8b5786e333','<iframe title=\"Bora Bora French Polynesia in 4K\" width=\"810\" height=\"456\" src=\"https://www.youtube.com/embed/ZZ9E-Jadv88?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(8660,1301,'_oembed_time_1573b2a74277cef7abdb1d8b5786e333','1595441717'),
(8672,1303,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:17;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:37;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:37;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:37;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:11;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:2:{s:11:\"youtube_url\";i:1;s:10:\"yt_privacy\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:9;}}}}}'),
(8674,1303,'_oembed_d02198a330c6332b6314b944186b21c3','<iframe title=\"HAWAII Paddle Boarding Kauai | Hawaii Vacation Tips\" width=\"810\" height=\"456\" src=\"https://www.youtube.com/embed/cUv3AFhOyCs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(8675,1303,'_oembed_time_d02198a330c6332b6314b944186b21c3','1595441989'),
(8685,1359,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:17;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:33;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:33;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:33;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:9;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:6;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:2:{s:11:\"youtube_url\";i:1;s:10:\"yt_privacy\";i:1;}}}}}'),
(8687,1359,'_oembed_d05203711bf1b5eb361ae85f4b62d5fb','<iframe title=\"Burt&#039;s Pumpkin Farm | Dawsonville, Georgia\" width=\"810\" height=\"456\" src=\"https://www.youtube.com/embed/tQYMBG0s4ys?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(8688,1359,'_oembed_time_d05203711bf1b5eb361ae85f4b62d5fb','1595450707'),
(8709,1301,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:20;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:40;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:40;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:40;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:5:\"video\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:3:{s:11:\"youtube_url\";i:3;s:10:\"yt_privacy\";i:3;s:5:\"start\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:11;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:6;}}}}}'),
(8738,1375,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:18;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;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:38;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:17;s:11:\"header_size\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:2:{s:11:\"youtube_url\";i:1;s:10:\"yt_privacy\";i:1;}}}}}'),
(8740,1396,'_edit_lock','1595527814:3'),
(8741,1397,'_wp_attached_file','2020/07/Best-Mexican-Food-In-El-Paso-1.png'),
(8742,1397,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1250;s:6:\"height\";i:820;s:4:\"file\";s:42:\"2020/07/Best-Mexican-Food-In-El-Paso-1.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Best-Mexican-Food-In-El-Paso-1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Best-Mexican-Food-In-El-Paso-1-1024x672.png\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Best-Mexican-Food-In-El-Paso-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:42:\"Best-Mexican-Food-In-El-Paso-1-768x504.png\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:42:\"Best-Mexican-Food-In-El-Paso-1-810x531.png\";s:5:\"width\";i:810;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:43:\"Best-Mexican-Food-In-El-Paso-1-1140x748.png\";s:5:\"width\";i:1140;s:6:\"height\";i:748;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:42:\"Best-Mexican-Food-In-El-Paso-1-375x195.png\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:42:\"Best-Mexican-Food-In-El-Paso-1-145x100.png\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:43:\"Best-Mexican-Food-In-El-Paso-1-1250x500.png\";s:5:\"width\";i:1250;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:42:\"Best-Mexican-Food-In-El-Paso-1-380x260.png\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:17:35\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:42:\"Best-Mexican-Food-In-El-Paso-1-300x197.png\";i:1;s:43:\"Best-Mexican-Food-In-El-Paso-1-1024x672.png\";i:2;s:42:\"Best-Mexican-Food-In-El-Paso-1-150x150.png\";i:3;s:42:\"Best-Mexican-Food-In-El-Paso-1-768x504.png\";i:4;s:42:\"Best-Mexican-Food-In-El-Paso-1-810x531.png\";i:5;s:43:\"Best-Mexican-Food-In-El-Paso-1-1140x748.png\";i:6;s:42:\"Best-Mexican-Food-In-El-Paso-1-375x195.png\";i:7;s:42:\"Best-Mexican-Food-In-El-Paso-1-145x100.png\";i:8;s:43:\"Best-Mexican-Food-In-El-Paso-1-1250x500.png\";i:9;s:42:\"Best-Mexican-Food-In-El-Paso-1-380x260.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:4:\"8.13\";}'),
(8743,1397,'resmushed_quality','92'),
(8744,1397,'resmushed_cumulated_original_sizes','6722045'),
(8745,1397,'resmushed_cumulated_optimized_sizes','2329014'),
(8746,1397,'_imagify_optimization_level','1'),
(8747,1397,'_imagify_status','already_optimized'),
(8748,1397,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:58396;s:14:\"optimized_size\";i:17974;s:7:\"percent\";d:69.219999999999998863131622783839702606201171875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:375012;s:14:\"optimized_size\";i:118566;s:7:\"percent\";d:68.3799999999999954525264911353588104248046875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10562;s:14:\"optimized_size\";i:3290;s:7:\"percent\";d:68.849999999999994315658113919198513031005859375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:46628;s:14:\"optimized_size\";i:14874;s:7:\"percent\";d:68.099999999999994315658113919198513031005859375;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:454009;s:14:\"optimized_size\";i:109848;s:7:\"percent\";d:75.7999999999999971578290569595992565155029296875;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:236977;s:14:\"optimized_size\";i:63378;s:7:\"percent\";d:73.2600000000000051159076974727213382720947265625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:215649;s:14:\"optimized_size\";i:58364;s:7:\"percent\";d:72.93999999999999772626324556767940521240234375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:15064;s:14:\"optimized_size\";i:4688;s:7:\"percent\";d:68.8799999999999954525264911353588104248046875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:371871;s:14:\"optimized_size\";i:91548;s:7:\"percent\";d:75.3799999999999954525264911353588104248046875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:36429;s:14:\"optimized_size\";i:11544;s:7:\"percent\";d:68.31000000000000227373675443232059478759765625;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:508417;s:14:\"optimized_size\";i:154868;s:7:\"percent\";d:69.5400000000000062527760746888816356658935546875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2329014;s:14:\"optimized_size\";i:648942;s:7:\"percent\";d:72.1400000000000005684341886080801486968994140625;}}'),
(8749,1397,'_wp_attachment_image_alt','Best Mexican Food in El Paso'),
(8750,1396,'_thumbnail_id','1397'),
(8751,1396,'_edit_last','3'),
(8752,1396,'hefo_before','0'),
(8753,1396,'hefo_after','0'),
(8754,1396,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(8755,1396,'_elementor_edit_mode','builder'),
(8756,1396,'_elementor_template_type','wp-post'),
(8757,1396,'_elementor_version','2.9.14'),
(8758,1396,'_wp_page_template','default'),
(8759,1396,'_elementor_data','[{\"id\":\"fa581ce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f9b44db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c6ce178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mexico is the state of the United Mexican, a country located in North America. Mexico is the 11th most populated country in the world. Land area is the 14th largest country, and the most substantial income generated state of the united state through tourism in Mexico. There are 31 states in Mexico, and the language that spoken in this country is Spanish. And El Paso, known as New Mexico, located on the Rio Grande near the Mexico border. And is the 22nd largest city of the United States. Moreover, recognized and awarded as the safest city in the U.S.<\\/p><p>El Paso is one of the best destinations for tourism. And travelers around the world get attracted to Mexico is because of their foods, drinks, Mayan temples, bands, beautiful beaches, and festivals.<\\/p><p>When it comes to food, El Paso is famous for different varieties of flavors in foods and species for many decades. Mexican foods are a symbolic and unique element of Americans for so long. Moreover, In Mexico, food is considered a valuable source for any relationship, and it deemed necessary to build a relation. If a girl wants to marry, she must know how to cook, and most importantly, she must have cooking skills required to make such a portion of delicious food. It stated that Mexican\'s couldn\'t compromise on their meals!<br \\/><br \\/><\\/p><p><em>-Although, if you love foods and want to visit El Paso, then this article is just for you. <\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"04ca714\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"302171c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee1ce5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"1.\\tMachaca\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5809a5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"abd07b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6511647\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of the tops voted dishes of Mexico, and El Paso is Machaca. Machaca is such different food from others in many ways that it contains the dried meat. There are various combinations with Machaca, such as Machaca beef, Machaca burrito, Machaca eggs, and many others. When we talk about the most famous combo among all are these three. And If we rate or vote these three in order than number 1 is Machaca beef, number 2 is Machaca burrito, and the number 3 is Machaca egg. If you want to eat the best Machaca in the world, then I should prefer you to eat the Machacca of Caf\\u00e9 may pan, which has located in Mexico, El Paso.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"939c45d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0de8607\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06279d3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=EqNblGxtdlc\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"yt_privacy\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db6eac2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4c94a9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"724c39c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2022\\tMachaca Beef\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6de1d6a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3eb31c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e926357\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This type of Machaca contains the boneless piece of beef chuck roast, large onion sliced, green chilies, beef bouillon, mustard, garlic, salt, peppercorn, and salsa. Based on multiple and different kinds of ingredients, this dish is spreading day by day. It contains 270 calories, so it\'s a bit healthy food.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e3adf3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"140e9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e42e177\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2022 Machaca Burrito\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b72ba28\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b422d7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1484d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Firstly, Bruitto is a kind of roll with central filled with the ingredients you may like, but when it has filled with Machaca, there is no choice of choosing anything else except Machaca burrito.<\\/p><p>The elements contain yellow onions, red bell peppers, large garlic cloves, green chilies, lime juice, soy sauce, dried oregano, and black pepper.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f162e7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"11f5a33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7531509\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2022 Machaca and Eggs\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcb51bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf6726e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6421c73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is not as much as different from Machaca beef, there is only one difference between the ingredients: that Machaca beef contains meat, and Machaca egg contain eggs, but there is much difference in their taste. It is a low rate item, so people prefer Machhaca egg more than the above two.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"438e8f8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0e91b65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b1eb60\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2022 Albondigas al Chipotle\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39a852f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"35f5268\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41c9089\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Caf\\u00e9 may pan one of the highly paid restaurants in Mexico, El Paso. Cafe Mayapan is a not only expensive restaurant, but it has its class in taste. They maintain their status to compete with others. Albondigas al Chipotle is one of Mexico\'s famous food, not only for its taste but also for its epic and a different name. It is the only dish that maintains the dignity of this restaurant in taste. Its best combo is with plain white rice, and it is not as heavy so that you can take this meal at the time of dinner. You may also eat Albondigas al Chipotle with Samosas as snacks.<\\/p><p>The ingredients of this yummy and delightful food are tomatoes, onion, clove garlic, chipotle peppers, vegetable oil, chicken stock, and eggs. When you see the item using in this dish, we all can understand how energetic it would be for us.<\\/p><p>Albondigas al Chipotle is the dish that we can eat from spoon and fork. It seems so tasty when a full pale of white rice has loaded with Albondigas al Chipotle on it. The waiter of the Caf\\u00e9 may pan to you and said, enjoy your delicious meal, sir, while writing this article, my mouth is full of water because I have tasted this meal before.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be594b6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"74d2f59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19ab23a\",\"elType\":\"widget\",\"settings\":{\"title\":\"2. Steak Tacos\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4110075\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4006b4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"91be792\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/tacos-3448929_1280.jpg\",\"id\":1400}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4adaa24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"599c961\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3771284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In El Paso, steak tacos are full of juice, grilled steak with baked potatoes and onion in it, and a topping of creamy and cheesy mushrooms and olives. Steak taco has considered one of the mouth-watering dishes. Steak Tacos is one of the premium Mexican dishes, mostly it is served with salsa and lettuce. I don\'t like the taste of Steak Tacos, but I must say that I have been shocked by the feeling of La Malinche. La Malinche is the regular and typical restaurant of Mexico, El Paso, and the Mexican version of Applebee\'s also calls it. <br \\/><br \\/>If you are looking for the best Steak Tacos, then you should try the Tacos of La Malinche, it\'s the best option I have ever seen. The La Malinche restaurant makes my least favorite dish turn in my favorite ones. And Tacos have served with plain white rice, beans, and gardens items. It has decorated with cilantro and onion. It is not an expensive dish, but every man can afford it and make its meal superb. It contains 225 calories in one plate of tacos. Hence, it\'s a very healthy diet for all ages. You can also enjoy this meal, like a family dinner. <br \\/><br \\/>When we are talking about the ingredients of Tacos. That includes boneless, beef, flour, Worcestershire sauce, chili powder, garlic powder, dried oregano, salt, lime juice, hot pepper sauce, flour tortillas, shredded cheddar cheese, Picante sauce, and sour cream, optional.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54368e7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5813767\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c369b79\",\"elType\":\"widget\",\"settings\":{\"title\":\"3. Menudo\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5781cb9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe05d8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a6b398\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Menudo is a crucial and ubiquitous dish in Mexico, El Paso. Mexican People love Menudo so much, that\'s why it is the household dish of Mexico. Menudo is the best hangover cure for the Mexicans, not by drink but also by food. Menuda is a red chili pepper soup with the stomach of beef.it is the first choice and the most voted soup of the people of El Paso. The secret in the quality taste of this recipe is its different flavors.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0833833\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8465c9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b916e06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Good Luck Caf\\u00e9 is one of the old Caf\\u00e9 of El Paso and because of its long period, its overall style and look become very old-fashioned structure. But, the taste of Good Luck Caf\\u00e9 is not only enjoyable, but it also has the quality of its product and flavor. The two most famous food of his caf\\u00e9 is Menudo and grilled items. Everyone in El Paso wants to taste the Menudo of Good luck caf\\u00e9, but usually, there is a long, long queue of people to buy Menudo. Home-made Mexican food points also know cafe Good Luck.<\\/p><p>Peoples belonging to any age group can eat this because there is no harm to this soup; instead, there are a lot of benefits of this soup because of its ingredients. So, let\'s talk about its healthy ingredients: beef tripe, garlic, salt, red chili powder, oregano, black pepper, cumin powder, onion chopped, and hominy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e36289b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c3bf2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"277cd7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.\\tPaletas De Crema \"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87286e3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1c517ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cec4dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As we are talking about the most loved foods of El Paso, so how can we miss the name of one of the best sweet dishes or ice cream of El Paso. First of all, I am relating to those people who had never seen or taste this ice cream, which means you don\'t have to feel the glamour of the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a44785\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9bcdbd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1816499\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/21040798769_fb9107c93d_k-1.jpg\",\"id\":1399}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32db036\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"aa8f0b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"341c1f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Paleteria Tepalca is the local\'s favorite dessert house of Mexico, and now it is also named as Mexican ice-cream dessert. It is not as old. The structure of Paleteria Tepalca is, although not so high level, the food lover always likes the quality of its food. The reason behind the long queue for its item is that they serve Paletas de Crema with a full cup of corn and beans, their flavors taste like the first fruits. The price of each ice cream is quite affordable to everyone and make your stomach full with its ice cream<\\/p><p>When we talk about its taste and delicious ingredients, it includes ripe strawberries, morena sugar, heavy whipping cream, and sugar; because of its natural and convenient ingredients. This ice cream is a low-rate and high-tasting if you are going to make a plan of date, so I would prefer you to take Paletas de Crema from Paleteria Tepalca.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c447c5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63d0c64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f20403f\",\"elType\":\"widget\",\"settings\":{\"title\":\"5. Gorditas\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b46211\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c079925\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ad213ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Gorditas is a meat dish that is like pastry, which meat and lettuce are filled in the mid of bread and serve with the side dishes. Like, rice, tomatoes, potatoes, and beans that enhance its taste more. Moreover, Gorditas is a traditional Mexican food that readily available in El Paso even it is also available in street stalls, van, and infamous restaurants. The word Gorditas means small, chubby, and fatty in the Spanish language. JJ\'s is the name of the restaurant in El Paso, famously known for its breakfast and lunching serving deals. In El Paso, Jj\'s is the best restaurant that serves Gorditas.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16f89a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9813fe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c61d649\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/4078458283_fbb69c01e2_k-1.jpg\",\"id\":1402}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e3366d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2258d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ad8742\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Well, it has made from masa harina that is also known as nixtamalized maize flour. Mexican use this floor as a culinary culture. The concept of this flour is to use in a portion of food because they think it helps keep the masa longer. Nixtamalized flour has made up of cooking corn in lime water. Hence, lime water helps in digesting the food, so Gorditas is a digestible and nutritious food. It examines that in each gordita, there are 280 calories.<\\/p><p>Some of the best restaurants in El Paso, where you can get Gorditas easily are:<\\/p><ul><li>Gorditas Lerado.<\\/li><li>Tony\'s Gorditas.<\\/li><li>Gorditas Mexicana.\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a06c501\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d35debe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8b617\",\"elType\":\"widget\",\"settings\":{\"title\":\"6. Mexican Rice\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29dbea7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f95a46d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee0c687\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/travelingdictionary.com\\/wp-content\\/uploads\\/2020\\/07\\/rice-popular-1766131_1280-1.jpg\",\"id\":1403}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5871d55\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211aab6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"236538b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Soft, Mexican rice is a perfect dish that has quickly cooked, and the taste is so delicious. Excellently use as a side dish too with some combination of chicken, beef, mushrooms, and fish that enhances and gives the blend of spices. Most importantly, it is the most natural food to cook, whether in the stove or microwave. This rice is also known as Spanish rice or Arroz Rojo. <br \\/><br \\/>The ingredients used in making this rice are rice, cilantro, chicken, tomatoes, beans, onions, and if you want it cheesy, you can add cheese. There are approximately 199 calories in one cup of rice that contains 37% fat, 7% protein, and fiber and 56% carbs<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a6f749\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2862e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"662d800\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"905721b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"954716c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53058ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whenever you visit El Paso, you examine the importance of food in every single spot. Every meal is entirely natural and deliciously full of taste, colors, and with perfect spices. It has believed that Mexican foods have not to change for many decades. Most of the ingredients are familiar and useful in many dishes\\u2014for instance, beans, corn, pepper, tomatoes, lettuce, beef, and chicken.<\\/p><p>The fantastic thing about Mexican foods is that all of the best dishes are also available in the street in the shape of street vans. That is quite obvious, cost less than the big restaurants in El Paso, which is easily affordable by any class group. These street vans enrich the outing for tourism that they can quickly eat in any spot at a very affordable price, and that taste is so amazing!<\\/p><p>Not only for food Mexico famous for but also for its drink culture. The best drinks are warm chocolate latte, a rice drink known as horchata Blanca, and another rice drink toasted known as horchata de Arroz and almond rice drink.<\\/p><p>The problem for travelers is choosing one meal to eat at a time out of so many delicious meals While we are traveling to different states of Mexico. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8760,1399,'_wp_attached_file','2020/07/21040798769_fb9107c93d_k-1.jpg'),
(8761,1399,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:38:\"2020/07/21040798769_fb9107c93d_k-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"21040798769_fb9107c93d_k-1-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:39:\"21040798769_fb9107c93d_k-1-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:38:\"21040798769_fb9107c93d_k-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:38:\"21040798769_fb9107c93d_k-1-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:40:\"21040798769_fb9107c93d_k-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:38:\"21040798769_fb9107c93d_k-1-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:39:\"21040798769_fb9107c93d_k-1-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:38:\"21040798769_fb9107c93d_k-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:38:\"21040798769_fb9107c93d_k-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:39:\"21040798769_fb9107c93d_k-1-2048x500.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:38:\"21040798769_fb9107c93d_k-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:17:12\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:38:\"21040798769_fb9107c93d_k-1-300x200.jpg\";i:1;s:39:\"21040798769_fb9107c93d_k-1-1024x683.jpg\";i:2;s:38:\"21040798769_fb9107c93d_k-1-150x150.jpg\";i:3;s:38:\"21040798769_fb9107c93d_k-1-768x512.jpg\";i:4;s:40:\"21040798769_fb9107c93d_k-1-1536x1024.jpg\";i:5;s:38:\"21040798769_fb9107c93d_k-1-810x540.jpg\";i:6;s:39:\"21040798769_fb9107c93d_k-1-1140x760.jpg\";i:7;s:38:\"21040798769_fb9107c93d_k-1-375x195.jpg\";i:8;s:38:\"21040798769_fb9107c93d_k-1-145x100.jpg\";i:9;s:39:\"21040798769_fb9107c93d_k-1-2048x500.jpg\";i:10;s:38:\"21040798769_fb9107c93d_k-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"48.79\";}'),
(8762,1399,'resmushed_quality','92'),
(8763,1399,'resmushed_cumulated_original_sizes','1068011'),
(8764,1399,'resmushed_cumulated_optimized_sizes','1033922'),
(8765,1399,'_imagify_optimization_level','1'),
(8766,1399,'_imagify_status','success'),
(8767,1399,'_imagify_data','a:2:{s:5:\"sizes\";a:24:{s:4:\"full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:246458;s:14:\"optimized_size\";i:141556;s:7:\"percent\";d:42.56000000000000227373675443232059478759765625;}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:26996;s:14:\"optimized_size\";i:17880;s:7:\"percent\";d:33.77000000000000312638803734444081783294677734375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:96155;s:14:\"optimized_size\";i:56498;s:7:\"percent\";d:41.24000000000000198951966012828052043914794921875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6262;s:14:\"optimized_size\";i:4516;s:7:\"percent\";d:27.879999999999999005240169935859739780426025390625;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20648;s:14:\"optimized_size\";i:13766;s:7:\"percent\";d:33.3299999999999982946974341757595539093017578125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:133673;s:14:\"optimized_size\";i:67448;s:7:\"percent\";d:49.53999999999999914734871708787977695465087890625;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:81584;s:14:\"optimized_size\";i:44626;s:7:\"percent\";d:45.2999999999999971578290569595992565155029296875;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:205502;s:14:\"optimized_size\";i:96694;s:7:\"percent\";d:52.9500000000000028421709430404007434844970703125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75064;s:14:\"optimized_size\";i:42488;s:7:\"percent\";d:43.39999999999999857891452847979962825775146484375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8517;s:14:\"optimized_size\";i:6206;s:7:\"percent\";d:27.129999999999999005240169935859739780426025390625;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:114773;s:14:\"optimized_size\";i:60288;s:7:\"percent\";d:47.469999999999998863131622783839702606201171875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18290;s:14:\"optimized_size\";i:12982;s:7:\"percent\";d:29.019999999999999573674358543939888477325439453125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:246458;s:14:\"optimized_size\";i:146278;s:7:\"percent\";d:40.64999999999999857891452847979962825775146484375;}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:5:\"large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"1536x1536\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-a\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:15:\"vce-lay-a-nosid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-b\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:9:\"vce-lay-d\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:11:\"vce-fa-full\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:96155;s:14:\"optimized_size\";i:56934;s:7:\"percent\";d:40.78999999999999914734871708787977695465087890625;}s:11:\"vce-fa-grid\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1376535;s:14:\"optimized_size\";i:768160;s:7:\"percent\";d:44.2000000000000028421709430404007434844970703125;}}'),
(8768,1399,'_wp_attachment_image_alt','Paletas De Crema'),
(8769,1400,'_wp_attached_file','2020/07/tacos-3448929_1280.jpg'),
(8770,1400,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:539;s:4:\"file\";s:30:\"2020/07/tacos-3448929_1280.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"tacos-3448929_1280-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"tacos-3448929_1280-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"tacos-3448929_1280-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:30:\"tacos-3448929_1280-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:30:\"tacos-3448929_1280-810x539.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:31:\"tacos-3448929_1280-1140x758.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:758;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:30:\"tacos-3448929_1280-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:30:\"tacos-3448929_1280-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:31:\"tacos-3448929_1280-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:30:\"tacos-3448929_1280-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:16:56\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:30:\"tacos-3448929_1280-300x199.jpg\";i:1;s:31:\"tacos-3448929_1280-1024x681.jpg\";i:2;s:30:\"tacos-3448929_1280-150x150.jpg\";i:3;s:30:\"tacos-3448929_1280-768x511.jpg\";i:4;s:30:\"tacos-3448929_1280-810x539.jpg\";i:5;s:31:\"tacos-3448929_1280-1140x758.jpg\";i:6;s:30:\"tacos-3448929_1280-375x195.jpg\";i:7;s:30:\"tacos-3448929_1280-145x100.jpg\";i:8;s:31:\"tacos-3448929_1280-1280x500.jpg\";i:9;s:30:\"tacos-3448929_1280-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"40.13\";}'),
(8771,1400,'resmushed_quality','92'),
(8772,1400,'resmushed_cumulated_original_sizes','744269'),
(8773,1400,'resmushed_cumulated_optimized_sizes','713352'),
(8774,1400,'_imagify_optimization_level','1'),
(8775,1400,'_imagify_status','already_optimized'),
(8776,1400,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:21033;s:14:\"optimized_size\";i:12958;s:7:\"percent\";d:38.3900000000000005684341886080801486968994140625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:121390;s:14:\"optimized_size\";i:68472;s:7:\"percent\";d:43.590000000000003410605131648480892181396484375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:4987;s:14:\"optimized_size\";i:3406;s:7:\"percent\";d:31.699999999999999289457264239899814128875732421875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17879;s:14:\"optimized_size\";i:11742;s:7:\"percent\";d:34.3299999999999982946974341757595539093017578125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:118466;s:14:\"optimized_size\";i:53768;s:7:\"percent\";d:54.6099999999999994315658113919198513031005859375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:66154;s:14:\"optimized_size\";i:33346;s:7:\"percent\";d:49.590000000000003410605131648480892181396484375;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:60506;s:14:\"optimized_size\";i:31336;s:7:\"percent\";d:48.21000000000000085265128291212022304534912109375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7254;s:14:\"optimized_size\";i:4998;s:7:\"percent\";d:31.10000000000000142108547152020037174224853515625;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:97561;s:14:\"optimized_size\";i:45208;s:7:\"percent\";d:53.659999999999996589394868351519107818603515625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14098;s:14:\"optimized_size\";i:9238;s:7:\"percent\";d:34.469999999999998863131622783839702606201171875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:184024;s:14:\"optimized_size\";i:78760;s:7:\"percent\";d:57.2000000000000028421709430404007434844970703125;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:713352;s:14:\"optimized_size\";i:353232;s:7:\"percent\";d:50.47999999999999687361196265555918216705322265625;}}'),
(8777,1400,'_wp_attachment_image_alt','Steak Tacos'),
(8778,1401,'_wp_attached_file','2020/07/godiva-955527_1280-1-e1612620581332.jpg'),
(8779,1401,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:608;s:4:\"file\";s:47:\"2020/07/godiva-955527_1280-1-e1612620581332.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"godiva-955527_1280-1-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:33:\"godiva-955527_1280-1-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:32:\"godiva-955527_1280-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:32:\"godiva-955527_1280-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:32:\"godiva-955527_1280-1-810x608.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:33:\"godiva-955527_1280-1-1140x855.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:32:\"godiva-955527_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:32:\"godiva-955527_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:33:\"godiva-955527_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:32:\"godiva-955527_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:16:40\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:32:\"godiva-955527_1280-1-300x225.jpg\";i:1;s:33:\"godiva-955527_1280-1-1024x768.jpg\";i:2;s:32:\"godiva-955527_1280-1-150x150.jpg\";i:3;s:32:\"godiva-955527_1280-1-768x576.jpg\";i:4;s:32:\"godiva-955527_1280-1-810x608.jpg\";i:5;s:33:\"godiva-955527_1280-1-1140x855.jpg\";i:6;s:32:\"godiva-955527_1280-1-375x195.jpg\";i:7;s:32:\"godiva-955527_1280-1-145x100.jpg\";i:8;s:33:\"godiva-955527_1280-1-1280x500.jpg\";i:9;s:32:\"godiva-955527_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:2:\"42\";}'),
(8780,1401,'resmushed_quality','92'),
(8781,1401,'resmushed_cumulated_original_sizes','573283'),
(8782,1401,'resmushed_cumulated_optimized_sizes','549044'),
(8783,1401,'_imagify_optimization_level','1'),
(8784,1401,'_imagify_status','already_optimized'),
(8785,1401,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:14736;s:14:\"optimized_size\";i:7666;s:7:\"percent\";d:47.97999999999999687361196265555918216705322265625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:80662;s:14:\"optimized_size\";i:43304;s:7:\"percent\";d:46.31000000000000227373675443232059478759765625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:3516;s:14:\"optimized_size\";i:1936;s:7:\"percent\";d:44.93999999999999772626324556767940521240234375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:11699;s:14:\"optimized_size\";i:6166;s:7:\"percent\";d:47.28999999999999914734871708787977695465087890625;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105369;s:14:\"optimized_size\";i:45430;s:7:\"percent\";d:56.88000000000000255795384873636066913604736328125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:54809;s:14:\"optimized_size\";i:24692;s:7:\"percent\";d:54.9500000000000028421709430404007434844970703125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:49790;s:14:\"optimized_size\";i:22876;s:7:\"percent\";d:54.06000000000000227373675443232059478759765625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5015;s:14:\"optimized_size\";i:2842;s:7:\"percent\";d:43.3299999999999982946974341757595539093017578125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:86094;s:14:\"optimized_size\";i:36904;s:7:\"percent\";d:57.1400000000000005684341886080801486968994140625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:10719;s:14:\"optimized_size\";i:5566;s:7:\"percent\";d:48.07000000000000028421709430404007434844970703125;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:126635;s:14:\"optimized_size\";i:76036;s:7:\"percent\";d:39.96000000000000085265128291212022304534912109375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:549044;s:14:\"optimized_size\";i:273418;s:7:\"percent\";d:50.2000000000000028421709430404007434844970703125;}}'),
(8786,1401,'_wp_attachment_image_alt','Gorditas'),
(8787,1402,'_wp_attached_file','2020/07/4078458283_fbb69c01e2_k-1-e1612620559256.jpg'),
(8788,1402,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:608;s:4:\"file\";s:52:\"2020/07/4078458283_fbb69c01e2_k-1-e1612620559256.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"4078458283_fbb69c01e2_k-1-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:38:\"4078458283_fbb69c01e2_k-1-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:37:\"4078458283_fbb69c01e2_k-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:37:\"4078458283_fbb69c01e2_k-1-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:39:\"4078458283_fbb69c01e2_k-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:37:\"4078458283_fbb69c01e2_k-1-810x608.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:38:\"4078458283_fbb69c01e2_k-1-1140x855.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:37:\"4078458283_fbb69c01e2_k-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:37:\"4078458283_fbb69c01e2_k-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:38:\"4078458283_fbb69c01e2_k-1-2048x500.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:37:\"4078458283_fbb69c01e2_k-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:16:24\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:37:\"4078458283_fbb69c01e2_k-1-300x225.jpg\";i:1;s:38:\"4078458283_fbb69c01e2_k-1-1024x768.jpg\";i:2;s:37:\"4078458283_fbb69c01e2_k-1-150x150.jpg\";i:3;s:37:\"4078458283_fbb69c01e2_k-1-768x576.jpg\";i:4;s:39:\"4078458283_fbb69c01e2_k-1-1536x1152.jpg\";i:5;s:37:\"4078458283_fbb69c01e2_k-1-810x608.jpg\";i:6;s:38:\"4078458283_fbb69c01e2_k-1-1140x855.jpg\";i:7;s:37:\"4078458283_fbb69c01e2_k-1-375x195.jpg\";i:8;s:37:\"4078458283_fbb69c01e2_k-1-145x100.jpg\";i:9;s:38:\"4078458283_fbb69c01e2_k-1-2048x500.jpg\";i:10;s:37:\"4078458283_fbb69c01e2_k-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"54.91\";}'),
(8789,1402,'resmushed_quality','92'),
(8790,1402,'resmushed_cumulated_original_sizes','1012857'),
(8791,1402,'resmushed_cumulated_optimized_sizes','982777'),
(8792,1402,'_imagify_optimization_level','1'),
(8793,1402,'_imagify_status','already_optimized'),
(8794,1402,'_imagify_data','a:2:{s:5:\"sizes\";a:13:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:22571;s:14:\"optimized_size\";i:14340;s:7:\"percent\";d:36.469999999999998863131622783839702606201171875;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:139091;s:14:\"optimized_size\";i:71390;s:7:\"percent\";d:48.6700000000000017053025658242404460906982421875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5318;s:14:\"optimized_size\";i:3546;s:7:\"percent\";d:33.32000000000000028421709430404007434844970703125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:18231;s:14:\"optimized_size\";i:11904;s:7:\"percent\";d:34.7000000000000028421709430404007434844970703125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:126866;s:14:\"optimized_size\";i:61978;s:7:\"percent\";d:51.14999999999999857891452847979962825775146484375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75736;s:14:\"optimized_size\";i:40544;s:7:\"percent\";d:46.469999999999998863131622783839702606201171875;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:199937;s:14:\"optimized_size\";i:90914;s:7:\"percent\";d:54.530000000000001136868377216160297393798828125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:70236;s:14:\"optimized_size\";i:38308;s:7:\"percent\";d:45.46000000000000085265128291212022304534912109375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7245;s:14:\"optimized_size\";i:4962;s:7:\"percent\";d:31.510000000000001563194018672220408916473388671875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:109519;s:14:\"optimized_size\";i:56066;s:7:\"percent\";d:48.81000000000000227373675443232059478759765625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16659;s:14:\"optimized_size\";i:10714;s:7:\"percent\";d:35.68999999999999772626324556767940521240234375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:191368;s:14:\"optimized_size\";i:134518;s:7:\"percent\";d:29.71000000000000085265128291212022304534912109375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:982777;s:14:\"optimized_size\";i:539184;s:7:\"percent\";d:45.1400000000000005684341886080801486968994140625;}}'),
(8795,1402,'_wp_attachment_image_alt','Gorditas​'),
(8796,1403,'_wp_attached_file','2020/07/rice-popular-1766131_1280-1-e1612620533962.jpg'),
(8797,1403,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:540;s:4:\"file\";s:54:\"2020/07/rice-popular-1766131_1280-1-e1612620533962.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"rice-popular-1766131_1280-1-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:40:\"rice-popular-1766131_1280-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"rice-popular-1766131_1280-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:39:\"rice-popular-1766131_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:39:\"rice-popular-1766131_1280-1-810x540.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:40:\"rice-popular-1766131_1280-1-1140x760.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:39:\"rice-popular-1766131_1280-1-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:39:\"rice-popular-1766131_1280-1-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:40:\"rice-popular-1766131_1280-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:39:\"rice-popular-1766131_1280-1-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:16:08\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:39:\"rice-popular-1766131_1280-1-300x200.jpg\";i:1;s:40:\"rice-popular-1766131_1280-1-1024x682.jpg\";i:2;s:39:\"rice-popular-1766131_1280-1-150x150.jpg\";i:3;s:39:\"rice-popular-1766131_1280-1-768x512.jpg\";i:4;s:39:\"rice-popular-1766131_1280-1-810x540.jpg\";i:5;s:40:\"rice-popular-1766131_1280-1-1140x760.jpg\";i:6;s:39:\"rice-popular-1766131_1280-1-375x195.jpg\";i:7;s:39:\"rice-popular-1766131_1280-1-145x100.jpg\";i:8;s:40:\"rice-popular-1766131_1280-1-1280x500.jpg\";i:9;s:39:\"rice-popular-1766131_1280-1-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"45.28\";}'),
(8798,1403,'resmushed_quality','92'),
(8799,1403,'resmushed_cumulated_original_sizes','831105'),
(8800,1403,'resmushed_cumulated_optimized_sizes','786144'),
(8801,1403,'_imagify_optimization_level','1'),
(8802,1403,'_imagify_status','already_optimized'),
(8803,1403,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:25790;s:14:\"optimized_size\";i:17084;s:7:\"percent\";d:33.75999999999999801048033987171947956085205078125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:113219;s:14:\"optimized_size\";i:72466;s:7:\"percent\";d:35.99000000000000198951966012828052043914794921875;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6203;s:14:\"optimized_size\";i:4652;s:7:\"percent\";d:25;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:20511;s:14:\"optimized_size\";i:14260;s:7:\"percent\";d:30.480000000000000426325641456060111522674560546875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:151795;s:14:\"optimized_size\";i:81464;s:7:\"percent\";d:46.3299999999999982946974341757595539093017578125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:83375;s:14:\"optimized_size\";i:46316;s:7:\"percent\";d:44.4500000000000028421709430404007434844970703125;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:75552;s:14:\"optimized_size\";i:43188;s:7:\"percent\";d:42.840000000000003410605131648480892181396484375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8120;s:14:\"optimized_size\";i:5950;s:7:\"percent\";d:26.719999999999998863131622783839702606201171875;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:125255;s:14:\"optimized_size\";i:66864;s:7:\"percent\";d:46.61999999999999744204615126363933086395263671875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17435;s:14:\"optimized_size\";i:12392;s:7:\"percent\";d:28.9200000000000017053025658242404460906982421875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:158889;s:14:\"optimized_size\";i:125944;s:7:\"percent\";d:20.730000000000000426325641456060111522674560546875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:786144;s:14:\"optimized_size\";i:490580;s:7:\"percent\";d:37.60000000000000142108547152020037174224853515625;}}'),
(8804,1403,'_wp_attachment_image_alt','Mexican Rice'),
(8819,1396,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:31;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:31;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:31;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:11;s:11:\"header_size\";i:4;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:2:{s:11:\"youtube_url\";i:1;s:10:\"yt_privacy\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}}}}'),
(8831,1396,'_oembed_621f4cef4b2873edf57750b373a6cd6c','<iframe title=\"MACHACA MEXICANA\" width=\"810\" height=\"456\" src=\"https://www.youtube.com/embed/EqNblGxtdlc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(8832,1396,'_oembed_time_621f4cef4b2873edf57750b373a6cd6c','1595527885'),
(8836,1409,'_edit_lock','1597687653:3'),
(8837,1410,'_wp_attached_file','2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-e1612620508172.png'),
(8838,1410,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:551;s:4:\"file\";s:66:\"2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1-e1612620508172.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Which-Is-Better-Maldives-or-Bora-Bora-1-1024x696.png\";s:5:\"width\";i:1024;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-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:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-768x522.png\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-810x551.png\";s:5:\"width\";i:810;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:52:\"Which-Is-Better-Maldives-or-Bora-Bora-1-1140x775.png\";s:5:\"width\";i:1140;s:6:\"height\";i:775;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-375x195.png\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-145x100.png\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:52:\"Which-Is-Better-Maldives-or-Bora-Bora-1-1250x500.png\";s:5:\"width\";i:1250;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-380x260.png\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:15:52\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-300x204.png\";i:1;s:52:\"Which-Is-Better-Maldives-or-Bora-Bora-1-1024x696.png\";i:2;s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-150x150.png\";i:3;s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-768x522.png\";i:4;s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-810x551.png\";i:5;s:52:\"Which-Is-Better-Maldives-or-Bora-Bora-1-1140x775.png\";i:6;s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-375x195.png\";i:7;s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-145x100.png\";i:8;s:52:\"Which-Is-Better-Maldives-or-Bora-Bora-1-1250x500.png\";i:9;s:51:\"Which-Is-Better-Maldives-or-Bora-Bora-1-380x260.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:3:\"5.3\";}'),
(8839,1410,'resmushed_quality','92'),
(8840,1410,'resmushed_cumulated_original_sizes','5292166'),
(8841,1410,'resmushed_cumulated_optimized_sizes','1532023'),
(8842,1410,'_imagify_optimization_level','1'),
(8843,1410,'_imagify_status','already_optimized'),
(8844,1410,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:43540;s:14:\"optimized_size\";i:15800;s:7:\"percent\";d:63.71000000000000085265128291212022304534912109375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:177913;s:14:\"optimized_size\";i:54238;s:7:\"percent\";d:69.5100000000000051159076974727213382720947265625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:8773;s:14:\"optimized_size\";i:3296;s:7:\"percent\";d:62.42999999999999971578290569595992565155029296875;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:32036;s:14:\"optimized_size\";i:12090;s:7:\"percent\";d:62.25999999999999801048033987171947956085205078125;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:317103;s:14:\"optimized_size\";i:85740;s:7:\"percent\";d:72.9599999999999937472239253111183643341064453125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:173356;s:14:\"optimized_size\";i:50636;s:7:\"percent\";d:70.7900000000000062527760746888816356658935546875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:154538;s:14:\"optimized_size\";i:46882;s:7:\"percent\";d:69.659999999999996589394868351519107818603515625;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12333;s:14:\"optimized_size\";i:4620;s:7:\"percent\";d:62.53999999999999914734871708787977695465087890625;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:263845;s:14:\"optimized_size\";i:73820;s:7:\"percent\";d:72.0199999999999960209606797434389591217041015625;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:28336;s:14:\"optimized_size\";i:10650;s:7:\"percent\";d:62.4200000000000017053025658242404460906982421875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:320250;s:14:\"optimized_size\";i:110958;s:7:\"percent\";d:65.349999999999994315658113919198513031005859375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1532023;s:14:\"optimized_size\";i:468730;s:7:\"percent\";d:69.400000000000005684341886080801486968994140625;}}'),
(8845,1410,'_wp_attachment_image_alt','Which Is Better Maldives or Bora Bora'),
(8846,1409,'_thumbnail_id','1410'),
(8847,1409,'_edit_last','3'),
(8848,1409,'hefo_before','0'),
(8849,1409,'hefo_after','0'),
(8850,1409,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(8851,1409,'_elementor_edit_mode','builder'),
(8852,1409,'_elementor_template_type','wp-post'),
(8853,1409,'_elementor_version','2.9.14'),
(8854,1409,'_wp_page_template','default'),
(8855,1409,'_elementor_data','[{\"id\":\"9f7882b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fdde0fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b80ab3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Well, the most difficult decision to decide where to go to the Maldives or Bora Bora. They both are the most luxurious and fantastic island to visit and spend your dream vacation. And the first thought came to my mind regarding these islands are there exotic overwater bungalows.<\\/p><p>Bora Bora locates near Tahiti in French Polynesia, in the south pacific and like a small island. While on the other hand, Maldives is a steamy tropical country finds in the Indian Ocean with lots of little scattered resorts.<\\/p><p>Whether you are planning to visit these fantastic destinations for making your life\'s prestigious event, a memorable one, or enjoying your holidays, and if you feel stuck between two of these exotic locations, this might help you for sure then<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755a0a6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4fb81d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63fedeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: Food\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32e867b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"aa25372\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d7769e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In Bora Bora, you can find out variety in seafood like mahimahi, grouper, Poisson cru (that includes tuna thoroughly marinated with lemon juice and coconut milk). And some fruits like pineapple, bananas coconuts, and bonitos. They also have yummiest pastries and slices of bread as they got influence by French so that you will find out amazing French cuisines.<\\/p><p>Diversely, Maldives has more curry, seafood, and coconut. And that seafood has a grill on the coconut charcoals. And there are so many amazing restaurants where you can fill up your tummies with so many delicious dishes. They got influenced by Indian and Asian so you can get their delicious Asian foods.<\\/p><p>Well, in foods, Maldives win as compared to Bora Bora. Each meal over there has perfectly cooked with delicious tastes, not only this, but also the Maldives has a lot of restaurants. Restaurants with fantastic sea views and sunset views.<\\/p><p>\\u00a0It doesn\'t mean that Bora Bora fails. They have one of the famous restaurants the four seasons where you can get fantastic food too, but it isn\'t that much impressive comparing to Maldives restaurants. And the food price of both islands while they both are expensive a lot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12bc31a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7647b01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b37289\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs Maldives: Activities\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7397105\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f79e80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9eac456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>So whatever place you decided to visit, you will surely enjoy your journey in a relaxing and fun way. Both destinations have fantastic spa\'s that keep you relaxed, and both are famous for their overwater Bungalows.<\\/p><p>Well, Bora offers its complementary tourist activities on their fantastic island for adventure. Like, stand up Paddleboarding, scuba diving, and snorkeling. You can do snorkeling in coral gardens and the Bora Bora Langoonarium (a place of the natural aquarium where you can watch and meet stingrays and sharks).<\\/p><p>\\u00a0No worries if you don\'t like watching sharks and stingrays, you can also enjoy their snorkeling. And you can also try their fishing and canoeing outrigger. Except for these water activities, tourists can also hire a guide to help them exploring the Bora Bora culture and history. And mostly guides are locals, so this is the best way to learn about this island.<\\/p><p>On the other hand, Maldives is best known for its quality beaches. The Maldives has a lot of varieties to entertain their tourist. In terms of water activities, they have a uniqueness in their activities like whale shark snorkeling, diving in the warm water, and enjoying beautiful marine life.<\\/p><p>Along with these manta rays and snorkeling makes the perfect idle destination to visit. And if you want to explore water life, then, believe me, this place is especially for you. You can do swimming, surfing, Paddleboarding, sea kayaking, jet-skiing, and there are so many other fun doing things in the Maldives.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6060fb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d6455e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9c5398\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: Accessibility\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3897293\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"950cce0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"316b5f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suppose traveling time is an essential element for you. In that case, you should keep in mind that accessibility is also critical for you to for spending quality and relaxing time on paradise more than in traveling.<\\/p><p>So here you can have an idea, that if you are traveling from the United States than Bora Bora will be more suitable for you than the Maldives. And if you are going from Africa and Europe, then the Maldives would be your better option.<\\/p><p>Approximately it takes around 10 hours from LOS Angeles to reach Bora Bora. And from LOS Angeles, it takes more than 27 hours to reach to the Maldives. So here you can save your time by choosing an accessible location for your vacations.<\\/p><p>And if you are coming from London to the Maldives it takes 10 hours from the direct flight then you have to take sea boats and seaplane to reach your desire resort. So to Bora Bora, it takes around 24 hours, which does not directly arrive at this island, but first, you enter in Tahiti and then another flight you have to take to reach t the Bora Bora.<\\/p><p>I think this time analyzing would surely help you plan your trip, whether to Bora Bora or Maldives.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738653a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ccee6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0326aab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: Vibes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e1b2d19\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"24343f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8b021\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The vibes that you feel in the Maldives that is a luxurious sandy private island and Bora Bora is a relaxing and comfortable resort. Different country\'s different natures of tourists and couples come to visit these destinations.<\\/p><p>Moreover, Maldives has preferred those people whose interests are off the map and want a place full of privacy. And Bora Bora has preferred by those whose interest is in civilization and society\'s willingness.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c2ab6e5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3a9bb66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa04a2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: Where To Stay There\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28d4b97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39ee837\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1957b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In Bora Bora the most famous resorts are:<\\/p><p><b>Four seasons<br \\/><\\/b><b>St. Regis Bora bora<br \\/><\\/b><b>Hilton Moorea<\\/b><\\/p><p>These resorts are fantastic over the water bungalows with luxurious facilities and panache.<\\/p><p>While in Maldives best resorts for a honeymoon that couples prefer are:<\\/p><p><b>GiliLankanfushi<br \\/><\\/b><b>Six senses Laamu<\\/b><\\/p><p>In these two resorts, you can find out amazingly delicious food and over the water bungalows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95084cf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8562518\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61409\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: Accommodation or Cost\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0c9aa7a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d9a8871\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48ab0d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Well, both destinations are considered expensive. But the Maldives is less costly as compared to Bora Bora. More importantly, when we are talking about foods and drinks.<\\/p><p>If you are interested in the Maldives trip, then the approx expense you might bear is around 11000 dollars to 25000 dollars per week, including room rates, foods, and flight. bora bora will charge you more around 14000 dollars to 35000 dollars. While when you are planning for vacations to one of them, you should keep in mind that Bora costs you more than the Maldives.<\\/p><p>These charges may differ if you are using coupon cards, travel card points, and airline miles.<\\/p><p>Accommodation is also high in Bora Bora. It charged you around 300 dollars per night. And if you are desirable to spend on private overwater bungalows, it costs you about 800 dollars to 15000 dollars. More you can see in our article. And you don\'t have many options to decide on the resorts because there are few resorts available.<\\/p><p>While in the Maldives, you can find out more options to have your stay, which is reasonable than the Bora Bora. And you can be booked yourself with different price range resorts.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"af1bd8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0c1f26e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53d349e\",\"elType\":\"widget\",\"settings\":{\"title\":\"BORA Bora Vs. Maldives: Best Time To Visit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ae6a6a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"97a9e39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d3a61c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>What is the best or perfect time to visit The Bora Bora and the Maldives?<\\/p><p>Let have some look at the Bora Bora, you will get the perfect vacation or honeymoon through months from May to October, in the dry and rainy season, you will enjoy your partner.<\\/p><p>The most highly rated and crowded months of Bora Bora are considered June, July, and August because of their seasonal changes. In Bora Bora, you are not restricted to enjoying only one weather at a time like other countries; you will have mixed weather like dry, cold, and sunshine with the sun on its peak.<\\/p><p>Let have some discussion on the weather or the best time for the visitor to visit the Maldives. The high seasons of Maldives are considered from December to April. The foggy and rainy is during summer.<\\/p><p>September and October are the only two months when there is nothing that means no rain or fog but only sunshine. The sunshine of Maldives is very famous for its island view, and the most attractive thing about these months is that the hotel fares and residence costs are almost half as compared to the other months.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"daaf653\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1061ba3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5240693\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: How to Reach\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b668746\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"82d0435\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee78c9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to Bora Bora or the Maldives is such a long route and very painful for your back to travel, the flights of both destinations are so irritating because you have to stop at different airports and then, in the end, you will reach there.<\\/p><p>The way to the Maldives is considered as more stress full than Bora Bora. First, you have to reach Srilanka from our homeland, and then you have to fly from Srilanka to Maldive for almost 200$ per person and then you had to take a seaplane to the Maldives for 500$ per person, which is quite expensive people don\'t like this at all.<\\/p><p>While reaching to Bora Bora is much convenient as compared to the Maldives. You may be caught the direct flight from New York to Los Angeles; then, after reaching to the Los Angeles, you will directly contact to Tahiti for almost 2500$ person. From Tahiti, you will get the final flight or direct flight to Bora Bora for 400$ and then a very short boat ride to the resorts.<\\/p><p>You can also take direct flight LAX through a couple of different airlines, including Air Tahiti and Air France. When we talk about the cost, then the journey to France Polynesia is about double the cost to the Maldives. But the most attractive thing about Bora Bora is that the food restaurant other activists are at a much lower rate than the Maldives.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ad8380\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b7b4686\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b2a50a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: The Rooms\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e7570a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33f56ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"008306b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Let have some look on the beach facing rooms; you can quickly get less expensive and under range bungalow in the four seasons resort of Bora Bora.<\\/p><p>The decision of best-facing room and location and at a low rate was taken by the audience who visited and stayed there for some days, and they are sure that Bora Bora is the very best choice compared to the Maldives. So, Bora Bora wins this heading.<\\/p><p>The Maldives doesn\'t win because their rooms are not maintained or not like for newlyweds couple; only one thing is similar to Bora Bora rooms, which are beach facing rooms, and that is not enough for a romantic atmosphere.<\\/p><p>The rooms in The Four Seasons resort are cheaper as compared to the resorts of Maldives. I will surely recommend that you go to Bora Bora to make beautiful memories with your partner and take a pleasant ad clam start of your life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0ceb50\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a77d622\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"64854ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: The Properties\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c92b341\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b6ad243\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5ffc91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The properties of both the island are fabulous. Still, I have already read the feedback, and all the visitors voted the Maldives as the best properties provided island as compared to Bora Bora. All the Maldives lovers didn\'t say something terrible about Bora Bora; instead, they didn\'t support the Maldives in other activities. The fact is that they decided the Maldives as the best properties provide.<\\/p><p>The Services of Bora Bora are not as quick and fast as compared to Conrad Maldives. People personally feel like they want to spend money on the workers there to do work in prompt service and the family or group who are spending money on those workers they are doing their job in advance.<\\/p><p>One more thing which is a bit irritating about Bora Bora is that they call their customers and ask them again and again about their meal. After they say no thanks, they started forcing and pushing to have it, and that\'s the one thing because of which people choose the Maldives instead of Bora Bora. Otherwise, the staff of Bora Bora is quite well mannered and well dressed, and people also love to go there in there vacation time.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"285a36d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"26d48df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"63e610d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives:  Freebies\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00f8a68\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eaca511\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2aede98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Besides all the philanthropic activities and paid activities, both the Island resorts provide free activities to their customers. It is such a hearted thing about these two Islands. Four Season Resorts offers free shuttle by boat to the main island.<\\/p><p>Conrad Maldives provides an hour of happiness on the beach each day and offers you complimentary alcohol, canap\\u00e9s, and a lovely view of the beach.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8e647a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6ebc599\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57863d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: Local Transportation\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e86155a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3697df1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff612a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are a traveler who prefers traveling and going to different famous spots of that city, you will be absolutely in the right article. Here are some tips to get around various places on two types of wheelers. We have some tips for you if you are a person who likes to explore more rather than spending your whole day relaxing on a beach.<\\/p><p>One is Bike riding, for which you have to take a bike on rent; it may take only 2 to 3 hours to complete the whole Bora Bora Island. To exploring Bora the best way around is biking and cycling around the entire island.<\\/p><p>Another option is to travel in the car and take the car on the rent, but it is an expensive ride. Still, it will complete safety, so I would surely recommend you to take care because you are unknown to the new road and their rules, and it is also a relaxing drive throughout the whole trip of the Maldives or Bora Bora.<\\/p><p>One of the best ways to travel the island is to walk there and open your arms in natural beauty. Well in the Maldives the best way to explore the beautiful landscapes and beaches are by walk. All of the islands are very convenient and near each other that tourists can explore it on walking.<\\/p><p>Farry network between the islands is also available if you don\'t like walking you can travel through this and sea boats. But if you feel secure in walking all around the island, Conrad Maldives and Four Season Bora Bora Resorts provide ample space to their customers to feel relaxed and confident in the resort.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5d1361\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"84e1037\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c23aa70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: Surroundings And Natural Beauty\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"10b2eaa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fa669c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"51ff6f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bora Bora and Maldives are on the top of the beautiful island and because of which we can\'t make any decision in the natural beauty of GOD. He made the atmosphere of both islands beautiful that all the couple wants to go there on their honeymoon.<\\/p><p>When we talk about the color of their water, we can compare both islands, and both have a spectacular glow in their way. Still, the Maldives has an attractive color, and it is also famous for its watercolor, and many visitors say that they haven\'t seen the water ever like the Maldives.<\\/p><p>The second and the last thing at which we can compare them is the view of the mountain, and unluckily the Maldives didn\'t have the hill. Based on mountains, people admit the Bora Bora is much prettier and has a fascinating view more than the Maldives.\\u00a0 You can also feel the beauty of Bora Bora from its beach, mountain, and four-season resort.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5fc60b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d36986e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f40493a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: Privacy Level\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bb60d93\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"de4fcf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e714e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Well, the most crucial element that the Maldives is so concerned about their tourist\'s privacy. That is the main reason for past years it becomes one of the choices of celebrities.<\\/p><p>Nowadays, a day\'s tourists preferred those over the water bungalows that keep them private that nobody sees them and cannot see any of them.<\\/p><p>One of the best resorts in the Maldives is Milaidhoo, where you reach through seaplanes and boats and ensure you with some of the water sports activities with full of privacy level. Moreover, their bungalows are very near to each other but provide you with private space with glass and structure.<\\/p><p>While resorts in Bora Bora are designed and structured several years ago, and some of the resorts are renovated like Hilton that\'s changed from Conrad now and intercontinental Thalasso spa.<\\/p><p>Some villas at Bora Bora are so near that sometimes you can hear the voice and see people around you. So this place doesn\'t assure you privacy. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d8b747\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fc550e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3bcf6e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bora Bora Vs. Maldives: The Winner\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d3e1d1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bc25439\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"174653c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>So, it is not a one decided decision. Both islands have beauty in their way, and both islands make a pleasant and happy visitor by its weather and by its gorgeous atmosphere.<\\/p><p>There is nothing to make the conflict between these two; it is clear that the Maldives is good at proving properties, climate, and other things. Similarly, Bora Bora is good is convenient to reach as compared to the Maldives; their room is much beautiful than the Maldives because of their view; their freebie option is more attractive than the Maldives. Bora Bora has the advantage of a mountain that the Maldives didn\'t have.<\\/p><p>Based on the different facilities they are providing, it is decided by the visitors that Bora Bora is a more attractive and pleasant place to travel. So, make sure that you are spending your money on the right choice.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"85df4a5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e587fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e069330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b363ab\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9934104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06c10d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Both places Bora Bora and Maldives, are considered equally beautiful and are both offering the same types of activities. My recommendation is to visit the Maldives if you have not that much budget to spend on your vacations. And if you are sufficiently budgeted, then I recommend you with Bora Bora.<\\/p><p>Well, no matter which island will you prefer rather Maldives, Bora Bora or any other, if you want the best experience of your life on those islands just than make your stay on overwater bungalows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8864,1409,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:17;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:33;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:33;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:33;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:16;}}}}}'),
(8866,1413,'_edit_lock','1597697890:3'),
(8867,1414,'_wp_attached_file','2020/08/Things-to-Do-In-Valdosta-Ga-e1612620482584.jpg'),
(8868,1414,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:477;s:4:\"file\";s:54:\"2020/08/Things-to-Do-In-Valdosta-Ga-e1612620482584.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Things-to-Do-In-Valdosta-Ga-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Things-to-Do-In-Valdosta-Ga-1024x604.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Things-to-Do-In-Valdosta-Ga-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:39:\"Things-to-Do-In-Valdosta-Ga-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"Things-to-Do-In-Valdosta-Ga-1536x905.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:39:\"Things-to-Do-In-Valdosta-Ga-810x477.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:40:\"Things-to-Do-In-Valdosta-Ga-1140x672.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:39:\"Things-to-Do-In-Valdosta-Ga-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:39:\"Things-to-Do-In-Valdosta-Ga-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:40:\"Things-to-Do-In-Valdosta-Ga-2048x500.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:39:\"Things-to-Do-In-Valdosta-Ga-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:15:34\";s:9:\"thumbsOpt\";i:11;s:13:\"thumbsOptList\";a:11:{i:0;s:39:\"Things-to-Do-In-Valdosta-Ga-300x177.jpg\";i:1;s:40:\"Things-to-Do-In-Valdosta-Ga-1024x604.jpg\";i:2;s:39:\"Things-to-Do-In-Valdosta-Ga-150x150.jpg\";i:3;s:39:\"Things-to-Do-In-Valdosta-Ga-768x453.jpg\";i:4;s:40:\"Things-to-Do-In-Valdosta-Ga-1536x905.jpg\";i:5;s:39:\"Things-to-Do-In-Valdosta-Ga-810x477.jpg\";i:6;s:40:\"Things-to-Do-In-Valdosta-Ga-1140x672.jpg\";i:7;s:39:\"Things-to-Do-In-Valdosta-Ga-375x195.jpg\";i:8;s:39:\"Things-to-Do-In-Valdosta-Ga-145x100.jpg\";i:9;s:40:\"Things-to-Do-In-Valdosta-Ga-2048x500.jpg\";i:10;s:39:\"Things-to-Do-In-Valdosta-Ga-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"53.44\";}'),
(8869,1414,'resmushed_quality','92'),
(8870,1414,'resmushed_cumulated_original_sizes','1882582'),
(8871,1414,'resmushed_cumulated_optimized_sizes','1807684'),
(8872,1414,'_imagify_optimization_level','1'),
(8873,1414,'_imagify_status','already_optimized'),
(8874,1414,'_imagify_data','a:2:{s:5:\"sizes\";a:13:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:29259;s:14:\"optimized_size\";i:21998;s:7:\"percent\";d:24.82000000000000028421709430404007434844970703125;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:259063;s:14:\"optimized_size\";i:189576;s:7:\"percent\";d:26.82000000000000028421709430404007434844970703125;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:5369;s:14:\"optimized_size\";i:3814;s:7:\"percent\";d:28.96000000000000085265128291212022304534912109375;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23252;s:14:\"optimized_size\";i:17632;s:7:\"percent\";d:24.1700000000000017053025658242404460906982421875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:198509;s:14:\"optimized_size\";i:148092;s:7:\"percent\";d:25.39999999999999857891452847979962825775146484375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:105259;s:14:\"optimized_size\";i:79228;s:7:\"percent\";d:24.730000000000000426325641456060111522674560546875;}s:22:\"1536x1536@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:342996;s:14:\"optimized_size\";i:254908;s:7:\"percent\";d:25.67999999999999971578290569595992565155029296875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:95385;s:14:\"optimized_size\";i:72432;s:7:\"percent\";d:24.059999999999998721023075631819665431976318359375;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:7805;s:14:\"optimized_size\";i:5718;s:7:\"percent\";d:26.739999999999998436805981327779591083526611328125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:167646;s:14:\"optimized_size\";i:125656;s:7:\"percent\";d:25.050000000000000710542735760100185871124267578125;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:16686;s:14:\"optimized_size\";i:12486;s:7:\"percent\";d:25.1700000000000017053025658242404460906982421875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:556455;s:14:\"optimized_size\";i:468906;s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1807684;s:14:\"optimized_size\";i:1400446;s:7:\"percent\";d:22.530000000000001136868377216160297393798828125;}}'),
(8875,1414,'_wp_attachment_image_alt','Things to Do In Valdosta Ga'),
(8876,1413,'_thumbnail_id','1414'),
(8877,1413,'_edit_last','3'),
(8878,1413,'hefo_before','0'),
(8879,1413,'hefo_after','0'),
(8880,1413,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(8881,1413,'_elementor_edit_mode','builder'),
(8882,1413,'_elementor_template_type','wp-post'),
(8883,1413,'_elementor_version','2.9.14'),
(8886,1413,'_wp_page_template','default'),
(8887,1413,'_elementor_data','[{\"id\":\"2a0c71e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f54fc1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fccf10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choosing a destination for a vacation can be a pretty tough choice. But don\'t worry, we have your question got cleared. Valdosta Ga, it is! Located in the country of Georgia, in the U.S, it is much known for its adventure, nature, attractive sites, and a lot of innumerable activities.<\\/p><p>Considering the weather of Valdosta ga, it varies a lot. It is scorching during the summers and extremely cold during the winters, and you can expect precipitation for six months as well. The perfect time for tourists to explore Valdosta ga is between 5<sup>th<\\/sup> March to 20<sup>th<\\/sup> May. \\u00a0Explore the different sites at Valdosta Ga, and create fun memories that will be cherished forever, may it be with your friends or even family.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db51c2e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dd1926b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8750a30\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Makes Valdosta Ga The Best Place To Visit?\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0347c2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3cc8db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"89248d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Being enchanting and unpredictable to your eyes, Valdosta ga gives you an intriguing understanding of this small town and meanwhile being a significant encounter and an ideal place to discover in the U.S. It\'s no big surprise that a large number of tourists come and stay in this town due to the fact that this growing vacation town offers you a lot of activities. It is widely known for the wild theme park and its popular secondary school football teams.<\\/p><p>Talking about its location, the way to Valdosta is extremely simple to find, and it is a stop-off for travelers who are moving between the places of Orlando and Atlanta. Being famous for its distinct cuisine and food ways makes the travelers take a pause and taste the exotic foods from the King\'s Grill and Bleu Caf\\u00e9. Get to experience the southern taste by trying out their crab soup, salad croissant, and the artichoke lavish. And the feeling of blueberry muffin along with ice cream will make you crave it again and again. In addition to their food, people love visiting Valdosta due to their hospitality, friendly citizens, and the way they welcome the tourists in their town.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5d5dce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a8fa62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40859db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Things To Do In Valdosta Ga\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd989d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cac4fca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"963ec30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Visiting a place for the first time can often make you question where to go and where not. To ease your confusion, we have gathered some exciting places which will make your trip worth all the cash and energy spent!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e41eef7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f57c890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f35661c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peach State Summer Theatre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34190c6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0dafc59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ccf20be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Produced by the Valdosta state university, the peach summer theatre is a professional musical theatre, entertaining its residents since the year 1990. Every year during summers, an expert team of sixty members, including singers, actors, dancers, managers, and composers, gathers and stay in the town of Valdosta. This session lasts for ten weeks, where they practice and come up with three distinct musical programs. Every season, the whole team brings life to Forever Plaid, My Fair Lady, and The Shrek entertaining their audiences in the liveliest and pleasing way. If you visit Valdosta during the summers, don\'t forget to attend this entertaining show.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4ef026\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a94e2b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58f2bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turner Center For The Arts\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdec55\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"558ee6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb635de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The town of Valdosta holds the most famous Annette Howell turner hub for the arts. If you are an art lover, then you must visit this 17,000 sq. Ft. building of this arts center. It provides masterpieces of art to the residents of Valdosta, Lowndes, and other nearby places of North Florida. The amusing lightened art galleries are filled with exquisite art pieces of regional and international artists.<\\/p><p>What\'s more, alluring are the 600 art pieces of unique collection from East Africa, and over 30 art pieces of porcelain\'s all the way from Europe. Their unique design makes them stare for quite a while. You would have never seen such beautiful art pieces before. Each year, thirty separate exhibitions are set up to provide the people with something different whenever they pay a visit. Apart from this art gallery, there is a gift shop where the local artist\\u2019s craft unique jewelry, pottery, and prints while preserving their culture. Make sure to buy stuff for yourself and gift something different to your friends and family. Such local art pieces give an insight into their culture and make you learn more about them.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fd3232\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"44a9e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b1de539\",\"elType\":\"widget\",\"settings\":{\"title\":\"The South Georgian Pecan Company\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55b15b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"45cc134\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eac27bf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The start of the business of south Georgian Pecan Company can be dated back to 1913. They have four shelling plants and each plant carrying on different activities like cleaning pecans, shelling, packing them, and grinding as well. You can visit their stores and buy these tasty pecan nuts. Visiting Valdosta and not trying pecan nuts will not complete your trip. Take some for your loved ones back home too!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1ff60f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ed2e60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"79e3c92\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Grand Bay Wetland Education Center\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e7bd454\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e7afc4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f01717e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are interested in the environment and wildlife, you should not miss the grand bay wetland education center. It is situated in the north of Valdosta, where you get to learn the ecological relations between animals and plants. It provides you with enjoyable educational activities, including a learning trip to the bay wetland, working with reptiles, amphibians, and mammals. It is quite an interesting and a unique experience which you won\'t find anywhere else. <br \\/><br \\/>Apart from the educational center, there are thirty places to view the birds as you walk along with the building. You may get to see different birds like hawks, owls, songbirds, and even woodpeckers. Furthermore, it is also reported that every year 6,500 students visit Grand bay wetland each year.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95b2970\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a3957d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e6ab2b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freedom Park\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"521b453\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2871462\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"82b48cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tourists will somehow end up in the freedom park again and again as there are different activities going on. We can say that it is a multi-purpose park with entertaining events for everyone. It is spread over 250 acres of land nearby the air force base. You will find almost eight baseball grounds, golf courses, and even several soccer fields as well. Different matches are carried out every now and then, which makes many people stop and watch the fun going on. The availability of various sports fields allows people to come here and fulfill their interests.<\\/p><p>Along with sports fields, and matches, you can enjoy the walking paths and hiking trails. Take your friends, family, or even go for a stroll by yourself in this refreshing atmosphere. Luckily, there is a different path for people owning dogs, and they can have a fun walk with their pets. So if you are traveling to Valdosta and are fond of sports, exploring the freedom park is necessary!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67d429f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee22eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"78debb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lowndes County Historical Society And Museum\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52a3f52\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7541e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"02f39c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lowndes county historical society and museum were built in 1967, and it aims at preserving the great of Lowndes and Valdosta as well. This museum is run by this society. It is 10,000 sq. Ft. museum and attracts many locals and tourists to come and have a look at the pictures and the documents which are preserved from the past until now. Moreover, upon visiting this historical place, you will find the state documents and the ancient records of genealogy too. You can also get a chance to attend various gatherings and group activities hosted by society here. It is the best place for the people who are fond of digging into a country\'s history and past. Upon visiting Valdosta, this museum must be on your list.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ae6d81\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c926776\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c7e784e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Crescent\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa930fe\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c0dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b3088ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This landmark home was created in 1898 by the Colonel William Nest. The crescent incorporated twenty-three rooms, which he built for his family, and it comes under the category of historical sites all the way back to 1980. An exciting part about the crescent is that each year the garden clubs within the town come together and arrange several flower arrangements, attracting many audiences. The unique landscape of this place makes it ideal for arranging engagements and wedding ceremonies. <br \\/><br \\/>Club and formal meetings are also held here. If you are a tourist in Valdosta, be ready to encounter special events at this exotic, historical site. In addition, if you are fond of gardening, growing flowers, and learning about them, you can join their gardening club.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43341b9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"031c05e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566e422\",\"elType\":\"widget\",\"settings\":{\"title\":\"Valdosta Wake Compound\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63a76c6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a4054b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a62e7ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are visiting Valdosta Ga during the summers, then water sports are a must. Enjoy the cool water adventures at the Valdosta wake compound. Ride in the safest environment and exciting at the same time. The creation of the Valdosta compound started in the year 2011 with only an administration of two towers and a fishing area of ten-acres. Gradually, it began to spread over thirty-acres with human-made lakes. In addition, the development of the two towers increased to six with massive wiring systems that are functioning to date. <br \\/><br \\/>The team of the developers aims to build not only the first cable park, but such a place that is exceptionally safe, professionally designed, funded, and controlled by professionals. In case you are a beginner who is learning to ride or are a pro, the Valdosta wake compound is the perfect spot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e79f49c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bb64c3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69e8ce6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wild Adventures Theme Park\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20c5b3e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6a3fd64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d79dd33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Who can forget to explore the wild adventure theme park upon your visit to Valdosta, Ga? You get to enjoy thrilling rides, see different animals, and experience unique shows. The good news is that they have extended their waterside park and new animals to observe. Get to see amazing events during the different times of the year. The two of them include stars of wrestling and BBQ country. You will never be bored at any place you visit, as you will come across multiple activities going on here and there.<br \\/><br \\/><\\/p><p>Given above, the exciting places to visit in Valdosta Ga will clear your mind as to what areas to explore during your trip. Although it is a small town, it is culturally very diverse. The different attraction in the city makes it the perfect spot to spend your vacations with your friends and family. The locals\' warm welcome, their unique food, and their hospitality will make you visit this place more than once. You will have a totally different experience in this city. Various entertaining sites attract thousands of tourists every year as it serves people of every kind of interest.<\\/p><p>\\u00a0If you are a sports lover, fond of history, a foodie, or want to experience thrilling rides, Valdosta Ga provides you with every kind of entertainment. Explore the historical sites and get to learn about their history and increase your knowledge. In addition, the beauty of this city and the landscapes are just breathtaking. Anyone would stop to appreciate the natural beauty of this place, because why not?\\u00a0<\\/p><p>The foods in Valdosta Ga are such that you\'ve never tasted before. The spices and the richness of their foods make every traveler attract to this city. Explore their street food and have fun along with your friends. It also makes an excellent place for people interested in art and beauty. Valdosta Ga is very popular for its museum as they have maintained their rich history just under one roof, and their efforts must be appreciated. Talking about beauty, you will experience people arranging glorious floral events.<\\/p><p>The city keeps making efforts to entertain its locals and tourists every now and then. Each year, theatre shows are carried out to relax the people a bit from their hectic work routines. The live dancing shows are worth watching and should not be missed at any cost. In addition, this region\'s safe and secure environment encourages more and more people to visit this town. Its economy is mostly supported by tourism. It is the best place for both adults and kids because it provides recreational opportunities for every kind of age group.<\\/p><p>If you ever wish to reside in a new place, Valdosta Ga is the best option. It is exceptionally suitable for children and families. The crime rate is extremely low, and the locals are very much warm and friendly. Although being a small town, it still provides excellent educational and recreational facilities. Such attractions make Valdosta Ga the best places to visit in the U.S. So before you raise the question of where to go this summer, Valdosta Ga must be your priority.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8894,1413,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:12;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:23;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:23;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:23;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:11;s:11:\"header_size\";i:9;}}}}}'),
(8896,1417,'_edit_lock','1597768821:3'),
(8897,1417,'_edit_last','3'),
(8898,1417,'hefo_before','0'),
(8899,1417,'hefo_after','0'),
(8900,1417,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(8901,1419,'_wp_attached_file','2020/08/San-Diego-Zoo-Vs-Safari-1-e1612620430387.png'),
(8902,1419,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:538;s:4:\"file\";s:52:\"2020/08/San-Diego-Zoo-Vs-Safari-1-e1612620430387.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"San-Diego-Zoo-Vs-Safari-1-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"San-Diego-Zoo-Vs-Safari-1-1024x680.png\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"San-Diego-Zoo-Vs-Safari-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:37:\"San-Diego-Zoo-Vs-Safari-1-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:37:\"San-Diego-Zoo-Vs-Safari-1-810x538.png\";s:5:\"width\";i:810;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:38:\"San-Diego-Zoo-Vs-Safari-1-1140x757.png\";s:5:\"width\";i:1140;s:6:\"height\";i:757;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:37:\"San-Diego-Zoo-Vs-Safari-1-375x195.png\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:37:\"San-Diego-Zoo-Vs-Safari-1-145x100.png\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:38:\"San-Diego-Zoo-Vs-Safari-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:37:\"San-Diego-Zoo-Vs-Safari-1-380x260.png\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-02-06 14:23:50\";s:9:\"thumbsOpt\";i:8;s:13:\"thumbsOptList\";a:8:{i:0;s:37:\"San-Diego-Zoo-Vs-Safari-1-300x199.png\";i:1;s:38:\"San-Diego-Zoo-Vs-Safari-1-1024x680.png\";i:2;s:37:\"San-Diego-Zoo-Vs-Safari-1-150x150.png\";i:3;s:37:\"San-Diego-Zoo-Vs-Safari-1-768x510.png\";i:4;s:37:\"San-Diego-Zoo-Vs-Safari-1-810x538.png\";i:5;s:38:\"San-Diego-Zoo-Vs-Safari-1-1140x757.png\";i:6;s:37:\"San-Diego-Zoo-Vs-Safari-1-145x100.png\";i:7;s:37:\"San-Diego-Zoo-Vs-Safari-1-380x260.png\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"35.16\";}'),
(8903,1419,'resmushed_quality','92'),
(8904,1419,'resmushed_cumulated_original_sizes','6998084'),
(8905,1419,'resmushed_cumulated_optimized_sizes','2364913'),
(8906,1419,'_imagify_optimization_level','1'),
(8907,1419,'_imagify_status','already_optimized'),
(8908,1419,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:65158;s:14:\"optimized_size\";i:19394;s:7:\"percent\";d:70.2399999999999948840923025272786617279052734375;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:326765;s:14:\"optimized_size\";i:100512;s:7:\"percent\";d:69.2399999999999948840923025272786617279052734375;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:12413;s:14:\"optimized_size\";i:4158;s:7:\"percent\";d:66.5;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:51268;s:14:\"optimized_size\";i:15892;s:7:\"percent\";d:69;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:474663;s:14:\"optimized_size\";i:112770;s:7:\"percent\";d:76.2399999999999948840923025272786617279052734375;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:253138;s:14:\"optimized_size\";i:66660;s:7:\"percent\";d:73.6700000000000017053025658242404460906982421875;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:230745;s:14:\"optimized_size\";i:59878;s:7:\"percent\";d:74.0499999999999971578290569595992565155029296875;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:17548;s:14:\"optimized_size\";i:5822;s:7:\"percent\";d:66.81999999999999317878973670303821563720703125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:394514;s:14:\"optimized_size\";i:93528;s:7:\"percent\";d:76.2900000000000062527760746888816356658935546875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:42057;s:14:\"optimized_size\";i:13226;s:7:\"percent\";d:68.5499999999999971578290569595992565155029296875;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:496644;s:14:\"optimized_size\";i:164992;s:7:\"percent\";d:66.780000000000001136868377216160297393798828125;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:2364913;s:14:\"optimized_size\";i:656832;s:7:\"percent\";d:72.2300000000000039790393202565610408782958984375;}}'),
(8909,1419,'_wp_attachment_image_alt','San Diego Zoo Vs Safari'),
(8910,1417,'_thumbnail_id','1419'),
(8911,1417,'_elementor_edit_mode','builder'),
(8912,1417,'_elementor_template_type','wp-post'),
(8913,1417,'_elementor_version','2.9.14'),
(8914,1417,'_wp_page_template','default'),
(8915,1417,'_elementor_data','[{\"id\":\"469cdaf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"606c537\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9090156\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You will find different animals roaming around in the San Diego zoo safari park just like they are in native Africa and America. But don\'t confuse yourself that you will see zebras wandering in the same area as lions; instead, you will encounter a different kind of species moving in the same large place.<\\/p><p>The San Diego zoo &amp; safari park began as a preservation facility instead of a park. It became a tourist spot much time later. You will find many rare animals being bred and taken care of. The payments given by the visitors benefit them to pursue this effort. And the procedure for acquiring tickets is the same for San Diego zoo and the safari park.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95834cc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91688d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fde1a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Common Activities and Adventures\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ec84f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bc41ff7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b02273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The land of San Diego zoo safari park is spread over an area of 1800 acres, and there are many exciting things to see and do. Before paying a visit, you must go through their daily timetables so that you don\'t skip any adventure. Following are some of the most exciting things to do:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2118892\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009f785\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f06f29a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Africa Tram:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42026b6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9465e44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d3666a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>encounter the wild animals from the closest view ever in this thirty-minute trip of Africa Tram. You will see giraffes, antelopes, deer\'s, elephant\'s ad different breeds of rhinoceros walking in a vast area.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b1072de\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8ac823d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cbabca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorikeet Landing:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80d6d6c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ea714e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2df7468\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>lorikeets are multi-coloured but, but are a little extensive than parakeets. You will find to purchase some lorikeet nectar at the entrance before you get to see them. You hold the nectar, and those birds land on your finger to drink it. Such a fascinating moment it\'ll be. You must not miss at any cost, but be a little careful with kids because sometimes these birds might frighten them.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fff8e87\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"705a434\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dcd5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nairobi Village:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f57f5f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f2787c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"529ba51\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>here you will see the cutest petting kraal and get to pet these baby animals in this nursery. Daily, a bird show is also arranged, which is worth watching. In case you are fond of flowers and greenery, you will discover some fantastic gardens as you move along the trails.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d559c8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"95a3f3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e132729\",\"elType\":\"widget\",\"settings\":{\"title\":\"Different Activities & Adventures:\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3413048\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d46a9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13918a1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>San Diego zoo &amp; safari park earns money by carrying out different other activities. Some of them incorporate balloon safari, cheetah run safari, and behind-the-scenes safari park trips. We would recommend visiting the San Diego zoo if you are taking kids with you because the San Diego zoo provides a better view to see different animals and requires less walk as well.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c037f1f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f965c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"56afc4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"San Diego Zoo Vs Safari Park\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d867c0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"aadb4ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a59cdb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Location: \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58089ca\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b41c3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa5481b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You will find the San Diego zoo in the downtown whereas the safari park in Escondido. The zoo is closer towards the airport side and for those who are living in the north county; the safari park will be easily reachable.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79ee08\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7a1cb42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9d89c24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Size:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b554f6a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56f5ecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c7bc8e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Both places appear to be huge, but actually, the zoo is quite smaller, and the safari park is vast as compared to the zoo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a01ebd8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0278f0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e4e9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"San Diego Zoo\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"803e5a2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bfdc4bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2eb8c82\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Zoo Is More Suitable\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f44572c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"859a2cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f6148f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talking about taking kids with you, a trip to the zoo is more appropriate. As San Diego zoo is nearby the downtown, majority of the tourists stay in the hotels near the centre because they find numerous adventures and cultural activities to enjoy.<\\/p><p>San Diego zoo is only three miles away from the midpoint of downtown. Additionally, it comes inside Balboa Park, and that gives you the advantage of having a nice dinner in the Balboa park right after you come tired from the zoo. And enjoy some live music along with your meal.<\\/p><p>As far as the safari park is concerned, it takes at least 45 minutes by car to reach the park from downtown. And unknowingly if you take public transport, it will take no less than two hours.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84bd0be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8e7c81f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c985e78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Parking At The San Diego Zoo\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"849b418\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b5b02ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f477eb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You will find abundant free parking at the zoo. And luckily if you come early morning by 8, you will easily find a spot near to the entrance which will save you from walking. This will be convenient if you have bought a lunch basket along with you. The walk towards the multi-coloured patio and umbrella benches will be much shorter.<\\/p><p>But during the vacation days, it might be challenging to find an empty parking space. But they have got you covered; you can easily access a tram facility from the Inspiration Point. Moreover, the parking at the safari park costs $15 to $20. And on crowded weekends and vacations, you might need to pay an additional $18 for a favoured parking spot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07d0028\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"920a1ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe491cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"View The Animals Easily At The Zoo\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c9b7d14\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"baa7171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d8004f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The San Diego zoo is much smaller as compared to the safari park. It is spread over a land of 100 acres only, while the safari park is on 1800 acres. You will find animals much closer, and it provides a clear view of the zoo. While the animals at the safari park are at least at a distance of quarter a mile and a considerable rhinoceros seems like a little grey rock.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"097c6f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b2e4476\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f8f0c88\",\"elType\":\"widget\",\"settings\":{\"title\":\"Less Eye-level Barriers At The Zoo\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fbe978\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71cf140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c6ebb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Many efforts have been to make the barriers and animals less visible at the safari park. To some extent, it is a plus point both for youngsters and adults because it looks like the animals are roaming free. To develop such effects, designers have used tall objects such as bushes and artificial stones to enclose the animals. But such things can make it difficult for a small kid to see something.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30a0fa3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c900294\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20c7d3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Little Walk\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0d412b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ca5562b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e02f8b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The little area of the zoo calls for less walk as compared to the safari park. Even though your kid is full of energy, but the long walks at the safari park might bore the kids immediately.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7ea011\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1be6b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"78edaa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Climate Of The Zoo Is Suitable For Children\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa20b8c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b5cfea6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"73c6187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Infants and children are more delicate than adults to climate changes. However, the children learn to adjust themselves to different temperatures from about 18 months to 2 years of age. But still, you must protect them from extreme temperatures.<\\/p><p>The San Diego zoo has a mild temperature as it is situated near to the ocean. It is almost 4 miles away from the Pacific Ocean. At the same time, the safari park is 17 miles away from the coastline. Temperatures are extreme there. During August, the temperatures rise to 91\\u00b0F whereas it is only 76\\u00b0F in the zoo. <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488a051\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a04c0d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4fc3c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"More Magnificent Animal\'s Variety At The San Diego Zoo\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95c48b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"75d9062\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab66e29\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You will find more than 4000 animals, 650 different other species and subspecies in the San Diego zoo. At the same time, the safari park comprises of only 2600 animals belonging from different 300 species. The animal collection in the zoo originates from different countries of the world if seen in comparison with the selection of safari park. Animals in the safari park are bought from the jungles and savannas of Africa and Asia only. The massive collection of insects and reptiles attracts the children more at the San Diego zoo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f43b1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"514ef95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d67b07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Birdcages At The Zoo\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f44d6b3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d2308c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"35d095a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The three different birdcages in the zoo will fascinate the children as you walk along with the aviary and watch the colourful birds fly. This does not require much walking; you can relax and enjoy the view. Put forward your arm, and you will see some birds landing on you.<\\/p><p>Far and away superior is the opportunity to call attention to monkeys to your child. Parker Aviary has two delightful Golden Lion Tamarins hurrying about. It\'s likewise lavishly implanted with tropical plants and remains cool during summers.<\\/p><p>Safari Park just incorporates one enormous aviary, known as the Hidden Jungle. But it has a more warm and humid climate than the zoo, and also you will find no seating arrangement in that aviary.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22a01f8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b58f634\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef16b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Zones In The San Diego Zoo\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a17bc2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9a67747\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb24b65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You will find some play zones for the children spread around in the zoo. Most of them are animal figures made upon reused rubber planes. The floor is made from such a material which keeps the baby safe. In case the child slips and falls, the soft floor surfaces do no damage to them. You can also capture some incredible snaps of your kids.<\\/p><p>But you will find fewer play areas in the safari park where your children won\'t enjoy much. But do capture a great picture of them on the vast southern white rhino statue which is in the safari base camp.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eb8a518\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9e7f9ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e7252\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balboa Park Miniature Railroad\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"590b584\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"612f87b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"664870b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This ride for the kids is an ideal one to bring the trip to an ending. Because the balboa park miniature railroad is situated just at the exit of the zoo, it only opens on weekends and during the holiday seasons. But you can enjoy it daily during the summers, spring and the peak holidays season from 11 in the morning till 4 in the evening.<\\/p><p>It will be a thrilling ride for your kids on this train. But avoid going during when school trips arrive as children scream altogether as the train passes through the tunnel which may frighten your child.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07bf460\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"329a3ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c8caa1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"San Diego Safari Park\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf3f5c8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ef5cf93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8457ffa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classic Caravan Safari Venture\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcc8e2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c47ec67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"556615d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the essence of real safari fields of Africa through the classic caravan safari adventure. You get to travel in open safari van where you encounter the areas as you move along. You get to see different kinds of mammals and birds belonging from Africa and Asia. You also get to nourish the giraffes. It is quite a unique and exciting experience which you ought not to miss at all.<\\/p><p>This whole tour lasts for two hours, but if you opt for the caravan safari deluxe, you get plenty of time off 3.5 hours, and you discover more fields. The minimum age for visiting the safari park is eight years old. The price for the two-hour tour is $125 and more. And the cost for the deluxe tour is $175 and above.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18581d1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5701be3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39b102e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caravan Safari Twilight\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7f661e2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d1bc812\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8447665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Although this tour is quite as same as the caravan safari venture but the only thing that separates it is that it happens during twilight. You get to travel in a cold climate and view the mesmerizing evening lights.<\\/p><p>If you travel during this period of the day, you will see more animal movements rather than in the day time. You can access this tour during some months of the year, so make sure that to don\'t miss it. The minimum age is eight years old, and the ticket price is $125 and more.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a93183\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"608f055\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26e57c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caravan Safari Kids\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"902843a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d2477cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"99a3e9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The caravan safari is intended primarily for children, providing a fantastic presentation of animals. Different activities are carried out the whole tour, and a guide makes you explore that in what ways humans and animals are similar to each other. The minimum age is six years old, and the ticket fee is$125 and more.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"258b48d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"921c845\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14f65f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cheetah Safari\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d36ba3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0771311\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e855d0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cheetah safari is one of the best and exciting adventures in the whole park. It incorporates booked trackside seating on the cheetah run where you encounter a fast running cheetah while it runs after an enticement which is kept some feet away.<\\/p><p>Before you encounter the cheetah chase, sit comfortably in your seats and enjoy the close and individual interaction with a unique animal from Africa.<\\/p><p>Right after the race ends, the cheetah along with its trainer arrive at your spot where you can meet them and clear any queries you have. Take great snaps too. The whole activity lasts for one hour and is a great experience. You must ahead quickly to attend it because it takes places on certain days only. The minimum age is ten years old, and the ticket cost is $59 and more.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c922be4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"964a9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"256bb8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cart Safari Africa\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa51ef\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ebe3500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d5074de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a tour by sitting in the backside of the cart and complete your Africa tour in one hour. A guide will be with you who will provide knowledge about the history of the park and will answer your questions regarding the animals living in that field.<\\/p><p>This place calls for some fantastic snap opportunities and enjoys the African animals as they roam around in the fields. Cart safari Africa is open to everyone having no age limit. And the ticket cost is $54 <\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"04b09d5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b0b20d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"137a434\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cart Safari Asia\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ffe427\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"193ccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd80ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a one hour ride along the Asia arena sitting in the cart as the guide provides you with a piece of more profound knowledge about the animals living there. Take great pictures of the view and the animals and make lifetime memories. Cart safari Asia has no age limit, and the ticket prices are $54.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ecb36f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"02eaa8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce268c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flight Line Safari\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0c06ace\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"84f6d7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"de5508a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are in search of a thrilling experience, flight line safari is the perfect activity. Fly over the park in a fully secure and comfortable safety joint with 130 feet overhead the surface. Get to appreciate the bird-view of the whole park and its animals. This entire activity comprises a safety kit, flight direction, informational tour, and also a tour on zip lines. The zip lines make you ready for the exciting ride of the flight line safari.<\\/p><p>Enjoy the beautiful views of the park as you move along before you land on the campground of Kilima Point. You also get the opportunity to make a video for your flight using their helmet cameras through additional payment. The whole activity takes one hour incorporating the learning, test ride, final fly, and you have to purchase the ticket before this. The minimum age is eight years old, and the ticket costs $79.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09674ad\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9d7d425\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"08fa193\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jungle Ropes Safari\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fade9ad\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3de18b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a988df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you someone with a lot of courage and bravery? If yes, then jungle rope safari provides you with a chance to walk climb and strike your path over a learning test of ropes and enhancing your skills. You are fastened with a secure strap and are given some instructions by the professionals before you start your journey individually or with your friends through the Smart Belay method to move according to your speed. You will have to keep track of the inflight ropes, cross rope ties, to fluctuate log paces and continue to move paths apart from other adventures.<\\/p><p>You can choose from three different courses or can even go forward for all three. Guides are present along every path, but this is a self-taught adventure. To add more excitement to tour trip, go for the flight line safari as well. It takes up ninety minutes along with learning session. Minimum age to enter is seven years, and the ticket costs $54. You won\'t find such activities at the San Diego zoo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0c5efa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfe5ac4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bcb3394\",\"elType\":\"widget\",\"settings\":{\"title\":\"VIP Ultimate Safari\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a416e7a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"711754d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f2c7064\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience your own ventures in the safari park. You have the option to select between five or right hours ride that you make within coordination with the expert\'s planners of the park. All the tours are planned according to your demands, needs, favourite activities, and the meal is also arranged according to your choice. The ticket cost is $690, and the minimum age is at least three years.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"beed387\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6a4c084\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47f3ff2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Behind The Scenes San Diego Safari Adventures:\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9f024\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"65772a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"64ddb41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Butterflies And Friends\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72e6d0e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1be5ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ef32ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is a unique interactive and directed behind-the-scenes venture and the most attractive spot of the park in the spring. Start your tour in the morning by visiting the Rodrigues fruit bats where you get to interact with the guide about these furry creatures.<\\/p><p>As you move forward, you come across the Butterfly jungle where you view the delicate and the colourful butterflies flying in the whole area. It is a unique experience. After this, enjoy the tour to lorikeet landing and interact with their trainers as well. It is a two-hour walking journey but is only accessible in the spring season.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b639ef\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5210b86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797bcea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Elephants And Friends\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f6f645b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a9de60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b4c44c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn and gain knowledge about these fascinating creatures in this two-hour tour. You encounter these animals very carefully by seeing them from a private spot while you get to learn how much effort it takes to raise them.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"401b9ba\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3e17dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5de1044\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tiger And Friends\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a003438\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0c5101e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"493ef5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the unique view of the splendid tigers inside the tiger trail and the way the trainers look after them. Take a tour and see the different species of the park in the African and the Asian enclosures. It is a two-hour tour that incorporates an excursion to the tiger keeper spot as well. The minimum age is three years, and the ticket price is $89 or more.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63a6724\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b81a2d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cf250a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lion And Friends\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"283dd2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3e0b63b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"604e96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the lion camp in this exciting two-hour tour where they encounter them carefully and learn about how they survive and the ways they are taken care of. Also, visit the lion keeper place and view the different animal species of Asia and Africa.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac1635e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49dac30\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6807b31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Veterinary Medical Centre\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64109e8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1b2919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4db2b7d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get a close look at the Paul Harter medical centre and get knowledge about its interesting history and their services as you tour this high technology place for two hours. Witness the excellent ways in which they care for the animals of the park and what makes them the leaders in the care of wild animals. But this tour is available only on some selective days of the season. And the minimum age is six years old, and the ticket fee is $8.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7ef709\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c0cfc09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8c2ef11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Night At The Safari Park\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e60bda\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"05f3962\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7a6b7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Roar &amp; Snore Park gives you a unique venture of spending the whole night with your friends and family. Make amazing memories here. This adventure incorporates late-night views of the wildlife, walks along with the guides, and exciting activities at the camp. Enjoy the bonfire too. Get delicious meals at dinner, snacks and breakfast for the next day.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adfd96e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a6f4e2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d7e188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wrapping It Up:\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"685ab70\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7a6afab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9a104b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Both the San Diego zoo and the safari park have their specialities and make them favourable for different age groups. If you are taking toddlers on the trip with you, then the zoo is the ideal option. It has a mild climate, compact size, and a convenient place for the children to view the wild animals. The small size of the zoo does not make your child tired and will keep him refreshed.\\u00a0 If you are on a trip with adults and looking for something exciting and thrilling, then safari park will provide you with the opportunities you are looking for.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8930,1417,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:34;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:34;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:71;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:71;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:71;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:37;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:37;s:11:\"header_size\";i:30;}}}}}'),
(8978,1425,'_edit_lock','1599023683:3'),
(8979,1426,'_wp_attached_file','2020/09/Best-Places-to-Eat-In-West-Palm-Beach-e1612620405112.jpg'),
(8980,1426,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:539;s:4:\"file\";s:64:\"2020/09/Best-Places-to-Eat-In-West-Palm-Beach-e1612620405112.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Best-Places-to-Eat-In-West-Palm-Beach-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-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:49:\"Best-Places-to-Eat-In-West-Palm-Beach-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-a\";a:4:{s:4:\"file\";s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-810x539.jpg\";s:5:\"width\";i:810;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"vce-lay-a-nosid\";a:4:{s:4:\"file\";s:50:\"Best-Places-to-Eat-In-West-Palm-Beach-1140x758.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:758;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-b\";a:4:{s:4:\"file\";s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-375x195.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"vce-lay-d\";a:4:{s:4:\"file\";s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-145x100.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-full\";a:4:{s:4:\"file\";s:50:\"Best-Places-to-Eat-In-West-Palm-Beach-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"vce-fa-grid\";a:4:{s:4:\"file\";s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-380x260.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:10:\"ShortPixel\";a:7:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:19:\"2021-01-17 19:14:52\";s:9:\"thumbsOpt\";i:10;s:13:\"thumbsOptList\";a:10:{i:0;s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-300x199.jpg\";i:1;s:50:\"Best-Places-to-Eat-In-West-Palm-Beach-1024x681.jpg\";i:2;s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-150x150.jpg\";i:3;s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-768x511.jpg\";i:4;s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-810x539.jpg\";i:5;s:50:\"Best-Places-to-Eat-In-West-Palm-Beach-1140x758.jpg\";i:6;s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-375x195.jpg\";i:7;s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-145x100.jpg\";i:8;s:50:\"Best-Places-to-Eat-In-West-Palm-Beach-1280x500.jpg\";i:9;s:49:\"Best-Places-to-Eat-In-West-Palm-Beach-380x260.jpg\";}s:12:\"excludeSizes\";a:0:{}s:10:\"retinasOpt\";i:0;}s:21:\"ShortPixelImprovement\";s:5:\"37.23\";}'),
(8981,1426,'resmushed_quality','92'),
(8982,1426,'resmushed_cumulated_original_sizes','1857046'),
(8983,1426,'resmushed_cumulated_optimized_sizes','1761183'),
(8984,1426,'_imagify_optimization_level','1'),
(8985,1426,'_imagify_status','already_optimized'),
(8986,1426,'_imagify_data','a:2:{s:5:\"sizes\";a:12:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:24:\"vce-fa-grid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:38948;s:14:\"optimized_size\";i:32700;s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;}s:24:\"vce-fa-full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:293905;s:14:\"optimized_size\";i:259998;s:7:\"percent\";d:11.53999999999999914734871708787977695465087890625;}s:22:\"vce-lay-d@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:6812;s:14:\"optimized_size\";i:5110;s:7:\"percent\";d:24.989999999999998436805981327779591083526611328125;}s:22:\"vce-lay-b@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:30098;s:14:\"optimized_size\";i:25756;s:7:\"percent\";d:14.42999999999999971578290569595992565155029296875;}s:28:\"vce-lay-a-nosid@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:320326;s:14:\"optimized_size\";i:268174;s:7:\"percent\";d:16.280000000000001136868377216160297393798828125;}s:22:\"vce-lay-a@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:168822;s:14:\"optimized_size\";i:142870;s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;}s:25:\"medium_large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:151752;s:14:\"optimized_size\";i:128324;s:7:\"percent\";d:15.4399999999999995026200849679298698902130126953125;}s:22:\"thumbnail@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:9571;s:14:\"optimized_size\";i:7630;s:7:\"percent\";d:20.280000000000001136868377216160297393798828125;}s:18:\"large@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:263129;s:14:\"optimized_size\";i:221824;s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;}s:19:\"medium@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:23660;s:14:\"optimized_size\";i:19962;s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;}s:17:\"full@imagify-webp\";a:4:{s:7:\"success\";b:1;s:13:\"original_size\";i:454160;s:14:\"optimized_size\";i:403286;s:7:\"percent\";d:11.199999999999999289457264239899814128875732421875;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:1761183;s:14:\"optimized_size\";i:1515634;s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;}}'),
(8987,1426,'_wp_attachment_image_alt','Best Places to Eat In West Palm Beach'),
(8988,1425,'_thumbnail_id','1426'),
(8989,1425,'_edit_last','3'),
(8990,1425,'hefo_before','0'),
(8991,1425,'hefo_after','0'),
(8992,1425,'_vce_meta','a:4:{s:11:\"use_sidebar\";s:7:\"inherit\";s:7:\"sidebar\";s:7:\"inherit\";s:14:\"sticky_sidebar\";s:7:\"inherit\";s:6:\"layout\";s:7:\"inherit\";}'),
(8993,1425,'_elementor_edit_mode','builder'),
(8994,1425,'_elementor_template_type','wp-post'),
(8995,1425,'_elementor_version','3.0.5'),
(8996,1425,'_wp_page_template','default'),
(8997,1425,'_elementor_data','[{\"id\":\"ba87383\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63a06da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7dbc554\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>West Palm Beach is a city of Florida; the United States. It has located near Palm Beach in the west. it is the principal city of south Florida and the large metropolitan Miami area. The climate of the west palm is moderate sometimes its tropical wet and occasionally dry. This city of Florida is famous for so many reasons. For instance, museums that recognize the history of West Palm Beach or Norton museum of art one of the best museum in Florida, theatre, and culture festivals.<\\/p><p>The month of December, March and February is considered as a most pleasant month to visit West Palm Beach. While in August and July they are regarded as a most uncomfortable month in this city. West Palm Beach is especially for spending delightful vacations. You can visit beautiful beaches spend your whole day over there. Tourist attracted toward west palm picnic spots, museums, fairy rides and biking on the beach areas. Moreover, the west palm is always a shopping city with different famous designers shops, a beauty salon spa and a variety of departmental stores.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b247aa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f300f58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af1c422\",\"elType\":\"widget\",\"settings\":{\"title\":\"1.\\tGalley\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b33b4c2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"67054bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49d2853\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When every one of us gets the chance to go for a trip, we will choose the best place according to our own choice and if you are Beach lover than we all know that the best place for the journey is the West Palm Beach. If you are going to West palm beach than surely you will be looking for some restaurant or hotel to stay and to eat. Now I am going to tell you that there are 478 restaurants in West Palm Beach, but fortunately, I am not going to know about all of them, but yeah I should prefer you the top ones.<\\/p><p>So, when are talking about that restaurant which is most reasonable, has the best location and the best services is GALLEY.So, first of all, we are going to tell you why it is the top voted restaurant. One of the best quality that it provides is its quality food and taste because of which people from coming here from far and vast areas. The most liked dishes of Galley are wood-stove pizza which has baked in mosaic-tiled Neapolitan Marra Forni oven, Margherita which has made from San Marzano tomatoes and buffalo mozzarella and fresh basil. These are the three most famous dishes to eat in the number 1 restaurant in West Palm Beach. It is located just after the 2miles of the world most famous Palm beach. Their chefs have the skills and ability to make the healthy food into the delight one with their baking and wood fire stuff and surely for there flavours.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a958d4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"aff798d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86f4534\",\"elType\":\"widget\",\"settings\":{\"title\":\"2.\\tAgora Mediterranean Kitchen\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f20bbfb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe13b91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b35dc8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The moment when we steeped in Agora, you will feel like you have entered another country. There delightful food, aware services, calm music and peaceful environment makes you feel like heaven. One of the most exciting things about this restaurant. Is that they have opened kitchen and make your food in front of you and that\'s the significant proof that they are not using any harmful substance and inappropriate flavour in their diet for the better taste they have feeling in their cleanness. Their combination of modern and antique structure makes you feel like you are at home.<\\/p><p>The best dishes and food that people loved in this restaurant is Just Aegean Dips (eggplant salad, spicy feta, pink sultan, hummus), which has served with warm pita bread. Imam Bayildi with onion tomatoes and nuts, and Dolma these are few dishes which have to maintain the dignity of this restaurant.<\\/p><p>Let\'s have some view on the feature that it provides comfortable parking service for your vehicles, provides wheelchairs to the disabled, accept all form of bank cards for credit, ensure you with beer, alcohol and wine too. One of their unique things is they want to make your mood childish and make you happy, and because of which here is live music performance.\\u00a0 It gives you quality and standard food with an affordable budget.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6615f1a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8215bf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ea3775\",\"elType\":\"widget\",\"settings\":{\"title\":\"3.\\tRhythm Caf\\u00e9 \"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b48df2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ec16e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4920d9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Rhythm caf\\u00e9, in West Palm Beach, has floored with terrazzo tiles and blank printed walls that gives such an attractive look to this restaurant. Instead, with this fantastic look and atmosphere the main strange thing about this caf\\u00e9 is the quality of the food, and this aspect I think is the most important one and rhythm caf\\u00e9 ranks them in a higher place in the food chain. Their entire menu has sectioned with a small and hefty serving of plates that thing assumes to be the fantastic thing of this restaurant. The specialities of this caf\\u00e9 are; penne pasta deliciously topped with a sauce of tomatoes, basils and cream and excellent fillet steak topped amazing with blue cheese, with a combo of juicy escorts dipped in red wine and sometimes with butter sauce. Mid deals speciality is different in which the best meal is dolphin encrusted with a topping of pasta\'s in it and treats.<\\/p><p>This restaurant has closed on Monday, and except Monday it is open all the days in a week. You can also do night parties or private parties here. The service they offer to their customers are. Dine-in, takeout, wheelchairs facilities for individual customers, parking lots are also available so you can easily park your cars outside the caf\\u00e9 and reservation facilities are also available to make your day a comfortable and amazing.<\\/p><p>Rhythm cafe awarded as a personal best in 2008 in the category of offering the best drinks and food in the town. Also won an award for the best appetizer that is their bonefish grills saucy shrimps. You must try these meals if you will ever visit West Palm Beach.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59926bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3e07985\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4efa8c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.\\tTable 427\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c52acb6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d77248b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a06dc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore your best vacation and precious holidays in West palm beaches and enjoy the world best food there. One of the best restaurants of West palm beaches is Table 427 because it\'s traditional design and structure and probably for its taste. Table 427 is not a\\u00a0 big restaurant, but it is still number on number 5 out of 478 restaurants in west palm beaches, it consists of only six chairs and a bar where you can drink your wine alcohol and beer.<\\/p><p>\\u00a0When we talk about the best dishes and drinks in table 427, for instance, some of the best meals are,Ribeye Steak Chalupa (Grilled Ribeye Served over a Refried Black Bean Tortilla with Avocado Cream and Black Bean Puree). Pork Ossobuco Pibil Style(Slowly Cooked in a Sauce of Orange Juice, Guajillo Chile Peppers, Vinegar, Garlic, and Achiote Paste. Served with Mashed Potatoes and Salsa Verde) and Short Ribs in Chipotle (Creek stone Farm Prime Slowly Braised in Chipotle Chile Sauce. Served with Roasted Potatoes and Seasonal Vegetables). Some famous drinks of Table 427 are Prunice Pakravan Papi(Provincia di Toscana IGT. Cabernet-Sangiovese blend), Red &amp; Cranberry Vodka, Cranberry Juice and PrimitivoTinazzi (Feudo di Santa Croce LXXIV. Provincia di Primitivo di Mandura. Primitivo blend).<\\/p><p>The interior design of Table 427 makes its unique and different from others the casualty of this restaurants is attractive than the other, and that\'s why it is not a big restaurant but still famous for style and reception. They also provide live music performance to their customer to feel relaxed and comfortable.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c6b7725\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"699aa32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ce38d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"5.\\tThe Blind Monk\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dd0671\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3e03ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a06dc62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Blind Monk is Number #1 healthy restaurants from 18, and Number #4 in top-voted restaurants and its getting famous day by day because of its food menu, their drink system, party, dance and all these activities which make this restaurant different and unique from others. They provide all the activities which the customers want in a restaurant they give you breakfast, lunch, dinner, late-night and drinks. The arrangement of live music here is the best in the whole West Palm Beach.<\\/p><p>Some famous food of The Blind Monk CASTELVETRANOS OLIVES (Naked), BACON FAT KETTLE CORN (Appalachian sweet flint corn, sea salt), SPANISH TORTILLA (egg, potato, olive oil), CHICKEN LIVER PATE (house jam, buttered toast, cornichons), ROASTED ROOTS (root vegetables, goat cheese, pistachios, za\'atar) and the famous sweets are SEMIFREDDO (frozen custard, caramelized nuts, chocolate), FLORIDA ORANGE CAKE (almond, Florida oranges), DARK CHOCOLATE MOUSSE (oat milk, strawberry, sea salt).<\\/p><p>The environment of The Blind Monk makes you feel the joy and happiness of heaven. When you entered this hotel, you will be feeling beautiful because of its warm and healthy environment. It is also well known for its excellent and tasty beer and wine. Their staff and management are very responsible and always try o impress their customer. In short, it is a very charming place, especially when you are with your friends.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"04a5af3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7951cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7748b21\",\"elType\":\"widget\",\"settings\":{\"title\":\"6.\\tDAS Craft Beer & Pizza\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cdf1198\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"11b8723\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"076f53b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Das Craft Beer and Pizza is on Number #1 of 4th American restaurant in Singer Island and also Number #3 restaurant of 6 in Single Island, the reason of its popularity is its Bar, Pizza, American, Brew Pub and simple Pub. Their chefs make the pizza full of flavours and taste that the customers loved so much and want to eat more and more. In the business journal of Florida ranked as the best restaurant to watch sports from their viewing screen so the customer can enjoy games on big screens and famous for best chicken wings serving around the West Palm Beach. In Das Craft Beer &amp; Pizza you can also enjoy live music\'s, outdoor setting arrangements, video games, friendly free environment for kids, millions of different varieties of beer are available, and happy hours exclusive deals. Das is just a minute away from Ritz Carlton. Entertainment and fun have not forgotten in this place. So this place is highly recommended to go once whenever you visit West Palm Beach.<\\/p><p>\\u00a0When we are talking about the best delivery timing in West Palm Beach, so Das Craft Beer and Pizza is on the top of the list. The facilities they provide to their customers are outdoor seating, take out option, delivery, parking available, free internet facilities, wine and beer, high chairs available for children, indoor seating, sports, television and live music.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0364542\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25877c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f03657a\",\"elType\":\"widget\",\"settings\":{\"title\":\"7.\\tPistache French Bistro\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd74dc1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ec557d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a156252\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Serves as best French, European and vegan foods restaurant. Located in a clematis street, West Palm Beach. Pistache is a term in Persian which attracts with the delicious taste and a French-style bistro. It makes a meal with fresh, local and imported ingredients. The total capacity of people can dine at a time is of 200 and the whole open week.<\\/p><p>All the meal of Pistache bistro are best but smoked salmon (red onions, eggs, topped cream and grill brioche), burgundy escargots ( serves with lemon garlic sauce butter) and cauliflower risotto ( topping of spinach, roasted broccoli, shaved parmesan Reggiano and many other ingredients)<\\/p><p>The atmosphere of this outlet is so pleasant and calm with a Persian touch. A price of every meal is affordable and serves with a healthy ingredient that doesn\'t harm any one\'s health. Also facilitates their customer with outdoor dining sitting arrangements with Centennial Park, water foundations and kids friendly play area. Outdoor sitting capacity has 30 peoples.<\\/p><p>Pistache French Bistro, provide facilities of parking with a company occupied for their customer to park their vehicles through valet parking. Also provide banquets for events, Bar full of beers, separate smoking area, indoor and outdoor dining, wheelchair for disabled persons, weekend late hour timings and private room space facilities. Further, they also offer gift vouchers to their regular visiting customers. Pistache French bistro also accepts AMEX, VISA CARDS, and MASTER CARDS and discover.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2799c4d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"988ada3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44cb49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"8.\\tBuccan\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebed5a6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a558cc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d683453\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Buccan is leading on Number #3 out of 64 restaurants on the West Palm Beach, and it deserves to be because of its menu contrast they have the attractive menu special for the lunchtime, and surely I am going to tell you the best, and the famous dishes of Buccan at lunchtime Asian Chicken Salad (soy-marinated chicken, cashews, orange segments, water chestnuts, sesame), Italian Sandwich (hot coppa, soppressata, balsamic onion, provolone, banana peppers) and Turkey Club(Bacon, avocado, heirloom tomatoes, cornichons, creamy horseradish dressing)\\u00a0 are the best things here to eat at the time of lunch, and if you are interested at its dinner menu they also maintain their dignity in it, name of some best dinner meals are Seared American Red Snapper (octopus, shrimp, smoked eggplant puree, tomato broth), Hamachi Tiradito (Peruvian chillies, mojo onions, lotus root, yuzu vinaigrette) and Ricotta Stuffed Squash Blossoms (butternut squash agrodolce, hazelnuts).<\\/p><p>The structure or body type of its restaurants has entirely renovated and stylish as compared to its old look. They have a full place for the customers to sit in their restaurant and also have a bar area where you can drink your favourite drink and enjoy the charm of Buccan and its stylish look. It\'s a bit expensive restaurant but they also provide your money back in the form of delightful meal and drink and from there quality product<\\/p><p>When we are looking at the feature that it provides are free wifi, wheelchair facility seating, parking available, reservation, valet Parking, serve alcohol, full Bar, accepts Credit cards, table Service<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd669b7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2270fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e947680\",\"elType\":\"widget\",\"settings\":{\"title\":\"9.\\tPescatore Ristorante\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dfabfc2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7baf9c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d74fb4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Locates in Dixie hwy, West Palm Beach, United States. Open six days in a week. This restaurant Pescatore Ristorante is a merger between two people namely known as; Turgut Kaytnaz, Chef Jairo Ramirez, San Gayer and Cent Sezen.\\u00a0<\\/p><p>Serves the traditional cultural cuisine that tastes like an Italian cuisine with a service of casual dining facilities. Dealing with Italian foods; for instance, seafood, scratch-made bread pizzas and artisan pizzas, different cocktails and mocktails. And more than twelve categories of wines serve with or without meals.<\\/p><p>Pescatore Ristorante comes under the first restaurant in west palm beach, famous for its Italian serving menu. They serve their client with brilliant services gives and show respect to the client in an essential element of Pescatore ristorante through which they are receiving much popularity in food chains.<\\/p><p>Also, provides parking facilities to their customers at the back of the outlet and greeting efficiently by their workers. They also take reservations for big parties, and a large number of people dine in. Also provides kids friendly environment for children, they recommend day time which is their lunchtime because at night the Bar has opened and club parties hanging up, which is not suitable for children. At last, the most exciting part of this restaurant has are their owners. They manage so well that being the owner they take feedbacks by their own from customers, going to each table and making sure that each customer is comfortable and enjoying their happy meals.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a79936\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3d259de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347c142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f13603f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6e0fe15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7dfb03c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without any doubt, West Palm Beach is a city full of beauty. It is a centre city for business and culture well being. This city has impressive malls, art galleries and museums. Annually this city has organized music festivals and film festivals. This city has also occupied of best clubs. These clubs offer different activities for entertainment. For example, golf grounds, tennis games, swimming pools, gym and fitness centre and beautiful beaches or landscapes.<\\/p><p>Although, West Palm Beach is not so much famous for their foods categories but above mentioned nine restaurants are the best in this city.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(9014,1425,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;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:21;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:10;}}}}}'),
(9030,1430,'_seedprod_page','1'),
(9031,1430,'_seedprod_page_uuid','c13447ad-1624-4139-a3ab-98ce684550b1'),
(9089,1426,'_shortpixel_status','2.3700'),
(9091,1414,'_shortpixel_status','2.5300'),
(9092,1410,'_shortpixel_status','2.0500'),
(9093,1403,'_shortpixel_status','2.4500'),
(9094,1402,'_shortpixel_status','2.5400'),
(9095,1401,'_shortpixel_status','2.4200'),
(9096,1400,'_shortpixel_status','2.4000'),
(9097,1399,'_shortpixel_status','2.4800'),
(9098,1397,'_shortpixel_status','2.0800'),
(9099,1383,'_shortpixel_status','2.9300'),
(9100,1381,'_shortpixel_status','2.3000'),
(9101,1379,'_shortpixel_status','2.1500'),
(9102,1377,'_shortpixel_status','2.3100'),
(9103,1372,'_shortpixel_status','2.0700'),
(9104,1371,'_shortpixel_status','2.1000'),
(9105,1367,'_shortpixel_status','2.3000'),
(9106,1366,'_shortpixel_status','2.4600'),
(9107,1365,'_shortpixel_status','2.6200'),
(9108,1364,'_shortpixel_status','2.5300'),
(9109,1363,'_shortpixel_status','2.6400'),
(9110,1361,'_shortpixel_status','2.4500'),
(9111,1357,'_shortpixel_status','2.5900'),
(9112,1356,'_shortpixel_status','2.0500'),
(9113,1355,'_shortpixel_status','2.4900'),
(9114,1354,'_shortpixel_status','2.3100'),
(9115,1352,'_shortpixel_status','2.6200'),
(9116,1349,'_shortpixel_status','2.5700'),
(9117,1338,'_shortpixel_status','2.9500'),
(9118,1337,'_shortpixel_status','2.9100'),
(9119,1336,'_shortpixel_status','2.1900'),
(9120,1335,'_shortpixel_status','2.9200'),
(9121,1334,'_shortpixel_status','2.9200'),
(9122,1333,'_shortpixel_status','2.2900'),
(9123,1332,'_shortpixel_status','2.2600'),
(9124,1328,'_shortpixel_status','2.3100'),
(9125,1327,'_shortpixel_status','2.3000'),
(9126,1326,'_shortpixel_status','2.2500'),
(9127,1325,'_shortpixel_status','2.3500'),
(9128,1322,'_shortpixel_status','2.7100'),
(9129,1319,'_shortpixel_status','2.3100'),
(9130,1316,'_shortpixel_status','2.3500'),
(9131,1313,'_shortpixel_status','2.3100'),
(9132,1312,'_shortpixel_status','2.2400'),
(9133,1311,'_shortpixel_status','2.5800'),
(9134,1308,'_shortpixel_status','2.2900'),
(9135,1307,'_shortpixel_status','2.3100'),
(9136,1306,'_shortpixel_status','2.2800'),
(9137,1296,'_shortpixel_status','2.5300'),
(9138,1295,'_shortpixel_status','2.7300'),
(9139,1294,'_shortpixel_status','2.4600'),
(9140,1285,'_shortpixel_status','2.6300'),
(9141,1284,'_shortpixel_status','2.5800'),
(9142,1283,'_shortpixel_status','2.5400'),
(9143,1282,'_shortpixel_status','2.5000'),
(9144,814,'_shortpixel_status','2.8000'),
(9169,207,'_wpassetcleanup_no_load','{\"styles\":[\"contact-form-7\",\"ez-icomoon\",\"ez-toc\",\"elementor-animations\",\"elementor-common\",\"elementor-frontend\",\"elementor-frontend-legacy\",\"elementor-icons\",\"elementor-post-819\",\"font-awesome\",\"google-fonts-1\",\"vce-fonts\"],\"scripts\":[\"contact-form-7\",\"backbone-marionette\",\"backbone-radio\",\"elementor-admin-bar\",\"elementor-app-loader\",\"elementor-common\",\"elementor-common-modules\",\"elementor-dialog\",\"elementor-frontend\",\"elementor-frontend-modules\",\"elementor-waypoints\",\"elementor-webpack-runtime\",\"preloaded-modules\",\"share-link\",\"swiper\"]}'),
(9170,1426,'_edit_lock','1612620272:3'),
(9171,1426,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:851;s:4:\"file\";s:41:\"Best-Places-to-Eat-In-West-Palm-Beach.jpg\";}}'),
(9172,1426,'_edit_last','3'),
(9173,1426,'_wp_page_template','default'),
(9174,1426,'_wp_old_slug','best-places-to-eat-in-west-palm-beach'),
(9175,1419,'_edit_lock','1612620319:3'),
(9176,1419,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:850;s:4:\"file\";s:29:\"San-Diego-Zoo-Vs-Safari-1.png\";}}'),
(9177,1419,'_edit_last','3'),
(9178,1419,'_wp_page_template','default'),
(9179,1414,'_edit_lock','1612620346:3'),
(9180,1414,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1568;s:6:\"height\";i:924;s:4:\"file\";s:31:\"Things-to-Do-In-Valdosta-Ga.jpg\";}}'),
(9181,1414,'_edit_last','3'),
(9182,1414,'_wp_page_template','default'),
(9183,1414,'_wp_old_slug','things-to-do-in-valdosta-ga'),
(9184,1410,'_edit_lock','1612620376:3'),
(9186,1410,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1250;s:6:\"height\";i:850;s:4:\"file\";s:43:\"Which-Is-Better-Maldives-or-Bora-Bora-1.png\";}}'),
(9187,1410,'_edit_last','3'),
(9188,1410,'_wp_page_template','default'),
(9189,1403,'_edit_lock','1612620396:3'),
(9190,1403,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"rice-popular-1766131_1280-1.jpg\";}}'),
(9191,1403,'_edit_last','3'),
(9192,1403,'_wp_page_template','default'),
(9193,1402,'_edit_lock','1612620423:3'),
(9194,1402,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:29:\"4078458283_fbb69c01e2_k-1.jpg\";}}'),
(9195,1402,'_edit_last','3'),
(9196,1402,'_wp_page_template','default'),
(9197,1401,'_edit_lock','1612621209:3'),
(9198,1401,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:24:\"godiva-955527_1280-1.jpg\";}}'),
(9199,1401,'_edit_last','3'),
(9200,1401,'_wp_page_template','default'),
(9201,1419,'_shortpixel_status','2.3500'),
(9202,1425,'_wpassetcleanup_no_load','{\"styles\":[\"contact-form-7\"],\"scripts\":[\"contact-form-7\"]}'),
(9249,1425,'_elementor_css','a:7:{s:4:\"time\";i:1750774497;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9250,1417,'_elementor_css','a:7:{s:4:\"time\";i:1750774497;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9251,1413,'_elementor_css','a:7:{s:4:\"time\";i:1750774498;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9252,1409,'_elementor_css','a:7:{s:4:\"time\";i:1750774498;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9253,1396,'_elementor_css','a:7:{s:4:\"time\";i:1750774498;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9254,1375,'_elementor_css','a:7:{s:4:\"time\";i:1750774498;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9255,1359,'_elementor_css','a:7:{s:4:\"time\";i:1750774498;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9256,1348,'_elementor_css','a:7:{s:4:\"time\";i:1750774499;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9257,1301,'_elementor_css','a:7:{s:4:\"time\";i:1750774499;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9258,1303,'_elementor_css','a:7:{s:4:\"time\";i:1750774499;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(9259,819,'_elementor_css','a:6:{s:4:\"time\";i:1750774499;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `hrs_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_posts`
--

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

--
-- Dumping data for table `hrs_posts`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_posts` WRITE;
/*!40000 ALTER TABLE `hrs_posts` DISABLE KEYS */;
INSERT INTO `hrs_posts` VALUES
(7,3,'2020-06-05 21:46:30','2020-06-05 21:46:30','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nMy Wordpress \"[your-subject]\"\nMy Wordpress <wordpress@travelingdictionary.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Wordpress (http://travelingdictionary.com)\nseasonedblogger.com@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nMy Wordpress \"[your-subject]\"\nMy Wordpress <wordpress@travelingdictionary.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Wordpress (http://travelingdictionary.com)\n[your-email]\nReply-To: seasonedblogger.com@gmail.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-06-05 21:46:30','2020-06-05 21:46:30','',0,'http://travelingdictionary.com/?post_type=wpcf7_contact_form&p=7',0,'wpcf7_contact_form','',0),
(23,3,'2019-08-27 17:34:13','2019-08-27 12:34:13','If you have any query or suggestion related to <a href=\"https://travelingdictionary.com\"><strong>TravelingDictionary</strong></a>, please contact us we will appreciate you.\n\n[contact-form-7 id=\"22\" title=\"Contact form 1\"]','Contact Us','','publish','closed','closed','','contact-us','','','2020-07-01 19:58:25','2020-07-01 19:58:25','',0,'http://traveloguepro.com/?page_id=23',0,'page','',0),
(34,3,'2019-08-27 22:26:40','2019-08-27 17:26:40','<div class=\"preview\">\n<h2><strong>Terms and Conditions</strong></h2>\nWelcome to Traveling Dictionary!\n\nThese terms and conditions outline the rules and regulations for the use of Traveling Dictionary\'s Website, located at http://travelingdictionary.com/.\n\nBy accessing this website we assume you accept these terms and conditions. Do not continue to use Traveling Dictionary if you do not agree to take all of the terms and conditions stated on this page. Our Terms and Conditions were created with the help of the <a href=\"https://www.termsandconditionsgenerator.com\">Terms And Conditions Generator</a>.\n\nThe following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice and all Agreements: \"Client\", \"You\" and \"Your\" refers to you, the person log on this website and compliant to the Company’s terms and conditions. \"The Company\", \"Ourselves\", \"We\", \"Our\" and \"Us\", refers to our Company. \"Party\", \"Parties\", or \"Us\", refers to both the Client and ourselves. All terms refer to the offer, acceptance and consideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client’s needs in respect of provision of the Company’s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization and/or he/she or they, are taken as interchangeable and therefore as referring to same.\n<h3><strong>Cookies</strong></h3>\nWe employ the use of cookies. By accessing Traveling Dictionary, you agreed to use cookies in agreement with the Traveling Dictionary\'s Privacy Policy.\n\nMost interactive websites use cookies to let us retrieve the user’s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate/advertising partners may also use cookies.\n<h3><strong>License</strong></h3>\nUnless otherwise stated, Traveling Dictionary and/or its licensors own the intellectual property rights for all material on Traveling Dictionary. All intellectual property rights are reserved. You may access this from Traveling Dictionary for your own personal use subjected to restrictions set in these terms and conditions.\n\nYou must not:\n<ul>\n 	<li>Republish material from Traveling Dictionary</li>\n 	<li>Sell, rent or sub-license material from Traveling Dictionary</li>\n 	<li>Reproduce, duplicate or copy material from Traveling Dictionary</li>\n 	<li>Redistribute content from Traveling Dictionary</li>\n</ul>\nThis Agreement shall begin on the date hereof.\n\nParts of this website offer an opportunity for users to post and exchange opinions and information in certain areas of the website. Traveling Dictionary does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of Traveling Dictionary,its agents and/or affiliates. Comments reflect the views and opinions of the person who post their views and opinions. To the extent permitted by applicable laws, Traveling Dictionary shall not be liable for the Comments or for any liability, damages or expenses caused and/or suffered as a result of any use of and/or posting of and/or appearance of the Comments on this website.\n\nTraveling Dictionary reserves the right to monitor all Comments and to remove any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.\n\nYou warrant and represent that:\n<ul>\n 	<li>You are entitled to post the Comments on our website and have all necessary licenses and consents to do so;</li>\n 	<li>The Comments do not invade any intellectual property right, including without limitation copyright, patent or trademark of any third party;</li>\n 	<li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material which is an invasion of privacy</li>\n 	<li>The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity.</li>\n</ul>\nYou hereby grant Traveling Dictionary a non-exclusive license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.\n<h3><strong>Hyperlinking to our Content</strong></h3>\nThe following organizations may link to our Website without prior written approval:\n<ul>\n 	<li>Government agencies;</li>\n 	<li>Search engines;</li>\n 	<li>News organizations;</li>\n 	<li>Online directory distributors may link to our Website in the same manner as they hyperlink to the Websites of other listed businesses; and</li>\n 	<li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site.</li>\n</ul>\nThese organizations may link to our home page, to publications or to other Website information so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products and/or services; and (c) fits within the context of the linking party’s site.\n\nWe may consider and approve other link requests from the following types of organizations:\n<ul>\n 	<li>commonly-known consumer and/or business information sources;</li>\n 	<li>dot.com community sites;</li>\n 	<li>associations or other groups representing charities;</li>\n 	<li>online directory distributors;</li>\n 	<li>internet portals;</li>\n 	<li>accounting, law and consulting firms; and</li>\n 	<li>educational institutions and trade associations.</li>\n</ul>\nWe will approve link requests from these organizations if we decide that: (a) the link would not make us look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the absence of Traveling Dictionary; and (d) the link is in the context of general resource information.\n\nThese organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking party’s site.\n\nIf you are one of the organizations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to Traveling Dictionary. Please include your name, your organization name, contact information as well as the URL of your site, a list of any URLs from which you intend to link to our Website, and a list of the URLs on our site to which you would like to link. Wait 2-3 weeks for a response.\n\nApproved organizations may hyperlink to our Website as follows:\n<ul>\n 	<li>By use of our corporate name; or</li>\n 	<li>By use of the uniform resource locator being linked to; or</li>\n 	<li>By use of any other description of our Website being linked to that makes sense within the context and format of content on the linking party’s site.</li>\n</ul>\nNo use of Traveling Dictionary\'s logo or other artwork will be allowed for linking absent a trademark license agreement.\n<h3><strong>iFrames</strong></h3>\nWithout prior approval and written permission, you may not create frames around our Webpages that alter in any way the visual presentation or appearance of our Website.\n<h3><strong>Content Liability</strong></h3>\nWe shall not be hold responsible for any content that appears on your Website. You agree to protect and defend us against all claims that is rising on your Website. No link(s) should appear on any Website that may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates the infringement or other violation of, any third party rights.\n<h3><strong>Your Privacy</strong></h3>\nPlease read Privacy Policy\n<h3><strong>Reservation of Rights</strong></h3>\nWe reserve the right to request that you remove all links or any particular link to our Website. You approve to immediately remove all links to our Website upon request. We also reserve the right to amen these terms and conditions and it’s linking policy at any time. By continuously linking to our Website, you agree to be bound to and follow these linking terms and conditions.\n<h3><strong>Removal of links from our website</strong></h3>\nIf you find any link on our Website that is offensive for any reason, you are free to contact and inform us any moment. We will consider requests to remove links but we are not obligated to or so or to respond to you directly.\n\nWe do not ensure that the information on this website is correct, we do not warrant its completeness or accuracy; nor do we promise to ensure that the website remains available or that the material on the website is kept up to date.\n<h3><strong>Disclaimer</strong></h3>\nTo the maximum extent permitted by applicable law, we exclude all representations, warranties and conditions relating to our website and the use of this website. Nothing in this disclaimer will:\n<ul>\n 	<li>limit or exclude our or your liability for death or personal injury;</li>\n 	<li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;</li>\n 	<li>limit any of our or your liabilities in any way that is not permitted under applicable law; or</li>\n 	<li>exclude any of our or your liabilities that may not be excluded under applicable law.</li>\n</ul>\nThe limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a) are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer, including liabilities arising in contract, in tort and for breach of statutory duty.\n\nAs long as the website and the information and services on the website are provided free of charge, we will not be liable for any loss or damage of any nature.\n\n</div>','Terms and Conditions','','publish','closed','closed','','34-2','','','2020-07-01 19:54:55','2020-07-01 19:54:55','',0,'http://traveloguepro.com/?page_id=34',0,'page','',0),
(59,3,'2014-11-25 16:47:34','2014-11-25 16:47:34','','Facebook','','publish','open','closed','','facebook','','','2020-07-01 19:49:07','2020-07-01 19:49:07','',0,'https://demo.mekshq.com/voice/?p=59',1,'nav_menu_item','',0),
(65,3,'2014-11-25 16:47:34','2014-11-25 16:47:34','','Twitter','','publish','open','closed','','twitter','','','2020-07-01 19:49:07','2020-07-01 19:49:07','',0,'https://demo.mekshq.com/voice/?p=65',2,'nav_menu_item','',0),
(73,3,'2014-11-25 16:47:34','2014-11-25 16:47:34','','Pinterest','','publish','open','closed','','wordpress','','','2020-07-01 19:49:07','2020-07-01 19:49:07','',0,'https://demo.mekshq.com/voice/?p=73',3,'nav_menu_item','',0),
(207,3,'2014-11-25 18:04:37','2014-11-25 18:04:37','','Home','','publish','open','open','','home','','','2021-02-05 10:18:10','2021-02-05 10:18:10','',0,'https://demo.mekshq.com/voice/?page_id=207',0,'page','',0),
(216,3,'2014-11-25 20:08:17','2014-11-25 20:08:17','','Youtube','','publish','open','closed','','instagram','','','2020-07-01 19:49:07','2020-07-01 19:49:07','',0,'https://demo.mekshq.com/voice/?p=216',4,'nav_menu_item','',0),
(384,3,'2014-11-27 11:20:14','2014-11-27 11:20:14',' ','','','publish','open','closed','','384','','','2020-06-26 00:46:20','2020-06-26 00:46:20','',0,'https://demo.mekshq.com/voice/?p=384',3,'nav_menu_item','',0),
(480,3,'2014-12-18 14:27:23','2014-12-18 14:27:23','\n						','General','','publish','open','open','','general','','','2014-12-18 14:27:23','2014-12-18 14:27:23','',0,'https://demo.mekshq.com/voice/?p=480',1,'nav_menu_item','',0),
(481,3,'2014-12-18 14:27:23','2014-12-18 14:27:23','\n						','Header Styling','','publish','open','open','','header-styling','','','2014-12-18 14:27:23','2014-12-18 14:27:23','',0,'https://demo.mekshq.com/voice/?p=481',2,'nav_menu_item','',0),
(482,3,'2014-12-18 14:27:23','2014-12-18 14:27:23','\n						','Content Styling','','publish','open','open','','content-styling','','','2014-12-18 14:27:23','2014-12-18 14:27:23','',0,'https://demo.mekshq.com/voice/?p=482',3,'nav_menu_item','',0),
(483,3,'2014-12-18 14:27:23','2014-12-18 14:27:23','\n						','Sidebar Styling','','publish','open','open','','sidebar-styling','','','2014-12-18 14:27:23','2014-12-18 14:27:23','',0,'https://demo.mekshq.com/voice/?p=483',4,'nav_menu_item','',0),
(484,3,'2014-12-18 14:27:23','2014-12-18 14:27:23','\n						','Footer Styling','','publish','open','open','','footer-styling','','','2014-12-18 14:27:23','2014-12-18 14:27:23','',0,'https://demo.mekshq.com/voice/?p=484',5,'nav_menu_item','',0),
(493,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Post Layouts','','publish','open','open','','post-layouts','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=493',6,'nav_menu_item','',0),
(494,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Single Post','','publish','open','open','','single-post','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=494',7,'nav_menu_item','',0),
(495,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Page Templates','','publish','open','open','','page-templates','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=495',8,'nav_menu_item','',0),
(496,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Category Templates','','publish','open','open','','category-templates','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=496',9,'nav_menu_item','',0),
(497,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Tag Templates','','publish','open','open','','tag-templates','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=497',10,'nav_menu_item','',0),
(498,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Author Templates','','publish','open','open','','author-templates','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=498',11,'nav_menu_item','',0),
(500,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Search Results Template','','publish','open','open','','search-results-template','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=500',12,'nav_menu_item','',0),
(501,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Post Page Archive','','publish','open','open','','post-page-archive','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=501',13,'nav_menu_item','',0),
(502,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Archive Templates','','publish','open','open','','archive-templates','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=502',14,'nav_menu_item','',0),
(503,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Typography','','publish','open','open','','typography','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=503',15,'nav_menu_item','',0),
(504,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Translation','','publish','open','open','','translation','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=504',17,'nav_menu_item','',0),
(505,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Miscellaneous','','publish','open','open','','miscellaneous','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=505',16,'nav_menu_item','',0),
(506,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Updater','','publish','open','open','','updater','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=506',18,'nav_menu_item','',0),
(507,3,'2014-12-18 15:10:58','2014-12-18 15:10:58','\n						','Export/Import','','publish','open','open','','exportimport','','','2014-12-18 15:10:58','2014-12-18 15:10:58','',0,'https://demo.mekshq.com/voice/?p=507',19,'nav_menu_item','',0),
(804,3,'2016-07-26 12:08:16','2016-07-26 12:08:16',' ','','','publish','closed','closed','','804','','','2021-01-17 19:24:12','2021-01-17 19:24:12','',0,'https://demo.mekshq.com/voice/v1/?p=804',3,'nav_menu_item','',0),
(809,3,'2014-11-25 15:39:48','2014-11-25 15:39:48','\n				<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\r\n[your-subject]\r\n[your-name] <[your-email]>\r\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Voice (https://demo.mekshq.com/voice)\r\nsupport1@mekshq.com\r\nReply-To: [your-email]\r\n\r\n\r\n\r\n\r\n[your-subject]\r\nVoice <wordpress@demo.mekshq.com>\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Voice (https://demo.mekshq.com/voice)\r\n[your-email]\r\nReply-To: support@mekshq.com\r\n\r\n\r\n\r\nYour message was sent successfully. Thanks.\r\nFailed to send your message. Please try later or contact the administrator by another method.\r\nValidation errors occurred. Please confirm the fields and submit it again.\r\nFailed to send your message. Please try later or contact the administrator by another method.\r\nPlease accept the terms to proceed.\r\nPlease fill the required field.\r\nThis input is too long.\r\nThis input is too short.\r\nYour entered code is incorrect.\r\nNumber format seems invalid.\r\nThis number is too small.\r\nThis number is too large.\r\nEmail address seems invalid.\r\nURL seems invalid.\r\nTelephone number seems invalid.\r\nYour answer is not correct.\r\nDate format seems invalid.\r\nThis date is too early.\r\nThis date is too late.\r\nFailed to upload file.\r\nThis file type is not allowed.\r\nThis file is too large.\r\nFailed to upload file. Error occurred.		','Contact form 1','','publish','open','open','','contact-form-1-2','','','2014-11-25 15:39:48','2014-11-25 15:39:48','',0,'https://demo.mekshq.com/voice/?post_type=wpcf7_contact_form&amp;p=7',0,'wpcf7_contact_form','',0),
(814,3,'2020-06-05 22:25:23','2020-06-05 22:25:23','http://travelingdictionary.com/wp-content/uploads/2020/06/cropped-dog-house.png','cropped-dog-house.png','','inherit','open','closed','','cropped-dog-house-png','','','2020-06-05 22:25:23','2020-06-05 22:25:23','',0,'http://travelingdictionary.com/wp-content/uploads/2020/06/cropped-dog-house.png',0,'attachment','image/png',0),
(819,3,'2020-06-13 11:55:58','2020-06-13 11:55:58','','Default Kit','','publish','closed','closed','','default-kit','','','2020-09-02 05:09:17','2020-09-02 05:09:17','',0,'https://travelingdictionary.com/?elementor_library=default-kit',0,'elementor_library','',0),
(832,3,'2020-06-16 17:24:34','2020-06-16 17:24:34','@media only screen and (min-width: 200px) and (max-width: 670px) {\n \n.site-branding img {\n    max-width:320px;\n    max-height:56px;\n    \n}\n.main-header {height:80px;}\n}\n\n@media only screen and (min-width: 670px) and (max-width: 1023px) {\n \n.site-branding img {\n    max-width:640px;\n    max-height:118px;\n    \n}\n.main-header {height:140px;}\n}','voice','','publish','closed','closed','','voice','','','2020-06-16 17:24:34','2020-06-16 17:24:34','',0,'https://travelingdictionary.com/voice/',0,'custom_css','',0),
(1127,3,'2019-08-25 23:27:00','2019-08-25 23:27:00','<!-- wp:paragraph -->\n<p>At Traveling Dictionary , accessible from www.travelingdictionary.com/, one of  our main priorities is the privacy of our visitors. This Privacy Policy  document contains types of information that is collected and recorded by  Traveling Dictionary  and how we use it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have additional questions or require more information about  our Privacy Policy, do not hesitate to contact us through email at  admin@travelingdictionary.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Log Files</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Traveling Dictionary  follows a standard procedure of using log files.  These files log visitors when they visit websites. All hosting companies  do this and a part of hosting services\' analytics. The information  collected by log files include internet protocol (IP) addresses, browser  type, Internet Service Provider (ISP), date and time stamp,  referring/exit pages, and possibly the number of clicks. These are not  linked to any information that is personally identifiable. The purpose  of the information is for analyzing trends, administering the site,  tracking users\' movement on the website, and gathering demographic  information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies and Web Beacons</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Like any other website, Traveling Dictionary  uses \'cookies\'. These cookies  are used to store information including visitors\' preferences, and the  pages on the website that the visitor accessed or visited. The  information is used to optimize the users\' experience by customizing our  web page content based on visitors\' browser type and/or other  information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Google DoubleClick DART Cookie</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Google is one of a third-party vendor on our site. It also uses \ncookies, known as DART cookies, to serve ads to our site visitors based \nupon their visit to www.website.com and other sites on the internet. \nHowever, visitors may choose to decline the use of DART cookies by \nvisiting the Google ad and content network Privacy Policy at the \nfollowing URL – <a href=\"https://policies.google.com/technologies/ads\">https://policies.google.com/technologies/ads</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Privacy Policies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You may consult this list to find the Privacy Policy for each of the  advertising partners of Traveling Dictionary. Our Privacy Policy was created  with the help of the <a href=\"https://www.privacypolicygenerator.info\">Privacy Policy Generator</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Third-party ad servers or ad networks uses technologies like cookies,  JavaScript, or Web Beacons that are used in their respective  advertisements and links that appear on Traveling Dictionary , which are sent  directly to users\' browser. They automatically receive your IP address  when this occurs. These technologies are used to measure the  effectiveness of their advertising campaigns and/or to personalize the  advertising content that you see on websites that you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Note that Traveling Dictionary  has no access to or control over these cookies that are used by third-party advertisers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Third Party Privacy Policies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Traveling Dictionary\'s Privacy Policy does not apply to other advertisers  or websites. Thus, we are advising you to consult the respective Privacy  Policies of these third-party ad servers for more detailed information.  It may include their practices and instructions about how to opt-out of  certain options. You may find a complete list of these Privacy Policies  and their links here: Privacy Policy Links.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can choose to disable cookies through your individual browser \noptions. To know more detailed information about cookie management with \nspecific web browsers, it can be found at the browsers\' respective \nwebsites. What Are Cookies?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Online Privacy Policy Only</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This Privacy Policy applies only to our online activities and is  valid for visitors to our website with regards to the information that  they shared and/or collect in Traveling Dictionary. This policy is not  applicable to any information collected offline or via channels other  than this website.</p>\n<!-- /wp:paragraph -->','Privacy Policy','','publish','closed','open','','privacy-policy-2','','','2020-07-01 19:57:17','2020-07-01 19:57:17','',0,'http://traveloguepro.com/?page_id=3',0,'page','',0),
(1272,3,'2020-06-26 00:59:41','2020-06-26 00:59:41',' ','','','publish','closed','closed','','1272','','','2020-07-01 19:48:16','2020-07-01 19:48:16','',0,'https://travelingdictionary.com/?p=1272',1,'nav_menu_item','',0),
(1273,3,'2020-06-26 00:59:41','2020-06-26 00:59:41',' ','','','publish','closed','closed','','1273','','','2020-07-01 19:48:16','2020-07-01 19:48:16','',0,'https://travelingdictionary.com/?p=1273',3,'nav_menu_item','',0),
(1274,3,'2020-06-26 00:59:41','2020-06-26 00:59:41',' ','','','publish','closed','closed','','1274','','','2020-07-01 19:48:16','2020-07-01 19:48:16','',0,'https://travelingdictionary.com/?p=1274',2,'nav_menu_item','',0),
(1282,3,'2020-06-28 11:40:37','2020-06-28 11:40:37','','Travel Dictionary Logo','Travel Dictionary Logo','inherit','closed','closed','','traveling_dictionary_logo-removebg-preview','','','2020-06-28 11:40:48','2020-06-28 11:40:48','',0,'https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo-removebg-preview.png',0,'attachment','image/png',0),
(1283,3,'2020-06-28 11:41:03','2020-06-28 11:41:03','','Travel Dictionary Logo','Travel Dictionary Logo','inherit','closed','closed','','traveling_dictionary_logo_2x-removebg-preview','','','2020-06-28 11:41:16','2020-06-28 11:41:16','',0,'https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Logo_2x-removebg-preview.png',0,'attachment','image/png',0),
(1284,3,'2020-06-28 11:51:35','2020-06-28 11:51:35','','Traveling Dictionary Icon','Traveling Dictionary Icon','inherit','closed','closed','','traveling_dictionary_icon-removebg-preview','','','2020-06-28 11:52:04','2020-06-28 11:52:04','',0,'https://travelingdictionary.com/wp-content/uploads/2020/06/Traveling_Dictionary_Icon-removebg-preview.png',0,'attachment','image/png',0),
(1285,3,'2020-06-28 11:52:13','2020-06-28 11:52:13','https://travelingdictionary.com/wp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview.png','cropped-Traveling_Dictionary_Icon-removebg-preview.png','','inherit','closed','closed','','cropped-traveling_dictionary_icon-removebg-preview-png','','','2020-06-28 11:52:13','2020-06-28 11:52:13','',0,'https://travelingdictionary.com/wp-content/uploads/2020/06/cropped-Traveling_Dictionary_Icon-removebg-preview.png',0,'attachment','image/png',0),
(1294,3,'2020-07-01 20:56:37','2020-07-01 20:56:37','','tdn_pic_1','','inherit','closed','closed','','tdn_pic_1','','','2020-07-01 20:56:37','2020-07-01 20:56:37','',0,'https://travelingdictionary.com/wp-content/uploads/2020/07/tdn_pic_1.png',0,'attachment','image/png',0),
(1295,3,'2020-07-01 20:56:40','2020-07-01 20:56:40','','tdn_pic_2','','inherit','closed','closed','','tdn_pic_2','','','2020-07-01 20:56:40','2020-07-01 20:56:40','',0,'https://travelingdictionary.com/wp-content/uploads/2020/07/tdn_pic_2.png',0,'attachment','image/png',0),
(1296,3,'2020-07-01 20:56:40','2020-07-01 20:56:40','','tdn_pic_3','','inherit','closed','closed','','tdn_pic_3','','','2020-07-01 20:56:40','2020-07-01 20:56:40','',0,'https://travelingdictionary.com/wp-content/uploads/2020/07/tdn_pic_3.png',0,'attachment','image/png',0),
(1298,3,'2020-07-05 23:46:43','2020-07-05 23:46:43',' ','','','publish','closed','closed','','1298','','','2021-01-17 19:24:12','2021-01-17 19:24:12','',0,'https://travelingdictionary.com/?p=1298',1,'nav_menu_item','',0),
(1299,3,'2020-07-05 23:46:43','2020-07-05 23:46:43',' ','','','publish','closed','closed','','1299','','','2021-01-17 19:24:12','2021-01-17 19:24:12','',0,'https://travelingdictionary.com/?p=1299',2,'nav_menu_item','',0),
(1301,3,'2020-07-17 00:09:48','2020-07-17 00:09:48','<p>Bora is the most popular destination for tourism. It is one of the places on the planet earth that everyone desires to visit once in their lifetime. Bora Bora Island is approximately 50 minutes away from the island of Tahiti on the flight. It is an island on the Pacific Ocean .the actual name of this island is Pora Pora because the letter has not considered in the language of local, so it means firstborn.</p><p>The cool breeze of this island touches the heart and soul. This island is around 7 million old, but it came into existence in 1722. The blue clean crystal ocean, with rich sands, makes your holidays a remarkable and unforgettable one. Bora Bora is a dream paradise, where everyone wishes to go there.</p><p>Whether a person prefers it for honeymoon or celebrities, enjoy them for vacations. I think there is nobody in this world for whom this island has not on their wish list. While waking up on those beautiful bungalows or the hotel surround by the water is the specialty of this iconic island.</p><p>Beautiful mountains all around the water, rainforest, landscapes, and coral reefs are not much you see on Bora Bora and so many other things you can explore on this island. Here are the lists of stuff you can do in Bora Bora Island:</p>https://www.youtube.com/watch?v=ZZ9E-Jadv88		\n			<h2>1. Snorkeling</h2>		\n		<p>Snorkeling in Bora Bora island is one of the best things you can do on this island. Different types of species, fish, stings, and manta rays, sharks are the critical home for them. This island provides a platform for tourists in the field of snorkeling of all levels so they can enhance their entertainment level to a high peak.</p>		\n										<img width=\"810\" height=\"539\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/snorkeling-3917769_1280-1-1024x682.jpg\" alt=\"Snorkeling​\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/snorkeling-3917769_1280-1-1024x682.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/snorkeling-3917769_1280-1-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/snorkeling-3917769_1280-1-768x512.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/snorkeling-3917769_1280-1-810x540.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/snorkeling-3917769_1280-1-1140x760.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/snorkeling-3917769_1280-1.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>The crystal lagoon or ocean is full of coral gardens, and snorkeling is famous on this island because snorkelers in this lagoon meet the sharks that admire and attracted them to do snorkeling. There are different canal gardens where you can do snorkeling in Bora Bora. The aquarium is one of the best destinations which tourist can easily visit for snorkeling.</p><p>And if you are interested in colorful coral gardens for snorkeling there on the southern side of Bora Bora, there is a versatile or tortoquite blue water which for sure you have not seen before.</p><p>There\'s another island in Tahiti, which is also a fantastic place for snorkeling. There you can do snorkeling with drifting on the water. In this water, you will feel like fishes are coming towards you because the water of this island is shallow, which gives you a thought that you are very close to the creation of the water.</p><p>Well, in Bora Bora you will probably enjoy your vacations every part. That crystal blue and deep blue shade of water make the island a snorkeling ground, which attracts different people from all over the world and makes you happy no matter what mood you are. We recommend you do snorkeling whenever you\'re going to visit these dreams comes to the island in your life. </p>		\n			<h2>2. 4WD Tour</h2>		\n		<p>Enjoy your quality time on tour in an open-air 4WD truck. Perfect ride or activity is for photo-centric people who want perfect photos in daylight—visiting beautiful and amazing destinations in Bora Bora with these 4WD trucks. Those best destinations are East Matira, Amanahune Bay, and Faanui Canon.</p><p>You can see in this tour the artistic work of locals, old world war II vestiges, and can eat fresh fruits by plugging it by own self from trees. You have two options in selecting the time one is in the morning, and the second ride starts in the afternoon, which you choose and fits you is up to you to choose. And you can enjoy this tour with delicious wines.</p><p>These 4WD trucks stop at several amazing spots, which gives you goosebump and a fantastic view of oceans. You can also look up to World War II things that were left by the US Military at the Faanui canon. Through this tour, you can also learn about Polynesian culture and traditions. At some points, you can also grab some of the refreshments items or lunch from amazing restaurants.</p><p>Although, you will surely enjoy a fresh breeze of these rides that touches your soul beautifully. This adventure activity has highly recommended for those you are willing to know about the history of Bora Bora Island and how these island effects before and after World War II.</p><p>The most inspiring thing about this 4WD tour is that you can visit many beautiful places on this island a few times. And you have many opportunities to capture this iconic view from your cameras.</p>		\n			<h2>3. Sunset Cruise </h2>		\n		https://www.youtube.com/watch?v=t1_-Zspskjc<p>A Bora Bora sunset cruise is the superb late afternoon activity, especially for the new partners to romance in this exciting place. Bora Bora island provides you several sunset cruise options: in a speed boat, outrigger canoe, or catamaran - in a private or group setting - with or without a stop for dinner.</p><p>Bora Bora sunset is one of the most romantic places where every couple wants to spend at least one evening theirs during the sunset. The customers have the opportunity to book a personal sunset cruise or the small group sunset cruise if you are luckily spending your time there with your loved one, so never missed anyone sunset cruise from the above two options.<br /><br />If you are going to book a personal cruise, then a private sunset cruise allows you, your partner, and the captain of the journey. Your captain will take you to the sunset point of the Bora Bora Island and also provides you the bottle of champagne to celebrate the end of the beautiful day in Bora Bora Island. The private board\'s price is around $500-$900, and that is affordable to make your day feel like in heaven.</p><p>Usually, some cruise provides you the option of dinner too. Still, it will be a little more expensive than the normal one, and they will charge $1000+ per couple, and your journey period has increased to 3 to 4 hours, but this option will your day.</p><p>If someone is interested in a small group sunset cruise, it will be cheaper than the private option. They provide a different thing in this option like champagne, snacks and sometimes even dinner, and offer you all that in just $200 per person. So, I prefer you to join a small group it will be more comfortable for you to afford it.</p><p>The 2nd most enjoyable thing is to do sailing at the cruise of Bora Bora, but there is minimal space (Only four couples on one trip), that\'s why usually it is booked, but it is one of the best experience you have ever done.</p>		\n			<h2>4. Scuba Diving or Aqua Safari</h2>		\n		<p>Scuba diving is one of the most entertaining and most exciting sports to do in Bora Bora island. Bora Bora has considered the best lagoons in the world, giving and providing you the joy of heaven, which has located in the heart of the intercontinental resort and Thalassic spa.</p><p>It is one of the best places to scuba dive because the temperature doesn\'t exceed much whole year because it is very close to the equator. Still, you don\'t have to go there from July to August because it\'s quite a windy season and that\'s a dangerous sign for the lovers of Scuba diving.</p>		\n										<img width=\"810\" height=\"540\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/dive-1849534_1280-1-1024x683.jpg\" alt=\"Scuba Diving or Aqua Safari\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/dive-1849534_1280-1-1024x683.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/dive-1849534_1280-1-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/dive-1849534_1280-1-768x512.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/dive-1849534_1280-1-810x540.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/dive-1849534_1280-1-1140x761.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/dive-1849534_1280-1.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>Scuba diving is a bit dangerous enjoyment because of fishes and the whale in the sea. You have to be very careful while doing Scuba diving and diving into the water, but how dangerous it would be will make you feel charged and active.</p><p>Suppose we are talking about the types of equipment and kits that a scuba diving person needs necessarily. It contains apparel, bags, dive boot, dive computer, scuba fins, gauges, gloves, hookah, surface air system, knives, light, snorkels, tanks, and other related accessories, underwater communication and octopus.</p><p>It\'s a high activity to do with your partner to make some adventure memories with them and our family. I recommend the Bora Bora Island for Scuba Diving because it is especially famous for its Scuba diving and its whales, so be very careful during these sports and concentrate on making your journey safe from injuries.</p>		\n			<h2>5. Dinner On The Beach</h2>		\n		<p>Beautiful venues always attract tourists for dinner and make their experience the most magical one that they can\'t ever forget for so long. Without any doubt, Bora Bora, every corner of this island, gives you a beautiful and charming view that you can\'t stop glance at those fantastic oceans.</p>		\n										<img width=\"810\" height=\"540\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1024x683.jpg\" alt=\"Dinner on the beach\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1024x683.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-768x512.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1536x1024.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-2048x1365.jpg 2048w, https://travelingdictionary.com/wp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-810x540.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R-1140x760.jpg 1140w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>Here we gather up some of the best resorts which you should visit to have dinner. The four seasons are among the leading resorts that give you a pleasing view of saddle rooftops houses and small motu. This resort only works through reservations and starts in the evening. That is because of beach bars and grills.</p><p>They create so much rush or traffic of people walking. Hence, these bars and restaurants closed before the afternoon, making the path clear and providing privacy to their customers to have their dinner in four-season so they can enjoy their delicious dinner.</p><p>Little palm tree motu is one of the most romantic and idle locations for newlyweds couples and partners in Bora Bora. The dinner might cost you a little more than the other island because everything in this resort comes through the boat, even you and your lover. If you want to make dinner at these unique resorts, you just don\'t have an issue of money to spend.</p>		\n			<h2>6. Aqua Bike Adventure</h2>		\n		<p>Aqua Bike is one of the sports which can do only in 3 places in Bora Bora. In the Maldives and Mediterranean, if you have the opportunity to go anyone spot out of them, you must try this adventure because it is different from other activities in many ways.</p><p>We are always trying to do something different because it is human beings\' nature to work more and one thing in life, so if anyone will get the chance to go, Bora Bora than I prefer you to enjoy the Aqua bike adventure.</p>		\n										<img width=\"640\" height=\"425\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/aqua-14857_640.jpg\" alt=\"Aqua Bike Adventure\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/aqua-14857_640.jpg 640w, https://travelingdictionary.com/wp-content/uploads/2020/07/aqua-14857_640-300x199.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" />											\n		<p>The aqua bike is such a brilliant way to explore the underwater world. When you are in the water, you look like a big marine bicycle-scooter combo. It is also known as the mini-submarine. But there is also no driver required to handle it because it is quite easy, incase if can\'t swim no matter what so ever is the motor will handle all the misbalancing and provides you the smooth drive 10 feet below the water.</p><p>Aqua bike is a two-person motor vehicle, and you can enjoy this with your partner and explore the mighty big sea with your loved ones. The panoramic glass airlock will protect the biker\'s head.</p><p>It consists of a dive tank that gives or provides you air in your whole journey, and because of that beautiful glass airlock cover your head remains dry, and the water only touches your shoulder, and you can also easily talk to your partner, and I think that is so cold.</p>		\n			<h2>7. Climb Mount Pahia</h2>		\n		<p>Bora Bora hiking is one the most beautiful place in the world, and it looks like paradise and also gives you calm and peace like heaven. Bora Bora is one of the most beautiful places where you can do hiking adventure, hiking areas or mountain is so dull that even a person could also get tired, but Bora Bora is such a beautiful island covered with water, greenery, and mountains, so its beautifulness will never lead you down.</p><p>Hiking and Climbing are Bora Bora is mostly done in winter in the winter season because of its weather. The best months for the visitor to do such activities are June, July, and August. The highest and top peak of Bora Bora mountain is 2,385 feet (727 meters) tall, and from this peak, you can enjoy the wonders of The Bora Bora Island. The highest peak is known as Mount Otemanu. </p>		\n										<img width=\"810\" height=\"338\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-1024x427.jpg\" alt=\"Climb Mount Pahia\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-1024x427.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-300x125.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-768x320.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-1536x640.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-2048x853.jpg 2048w, https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-810x337.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR-1140x475.jpg 1140w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>If you are a challenge lover so go should go to Mount Pahia Climb. It can be a climb to 4 hours, this period is only for the experienced one because many people try to climb this peak in 4 hours, but they often fail to do so.</p><p>Some local type of guide is also necessary for those who are going to adventure this beauty, the only guide that I can give you is Mount climb Phaia is Azzedine. The period for the regular climbers is around 6 hours. Its height is 2,168ft (661m) s you should take care of your health and your fitness and not get injured.</p>		\n			<h2>8. Maohi Nui </h2>		\n		<p>Maohi Nui is a Polynesian firm famously renowned as a firm that comes up with cultural experience in Bora Bora. The firm Maohi Nui\'s purpose is to exceed your adventure experience through exploring, romancing with your partner, relaxing, and lively feels the water life.</p><p>The tour starts with the fun on the boat, the boat travel just about the whole lagoon of the Bora Bora. The ship stops at three spots. The number of places might not be suitable for such activities due to climate, rain, or other circumstances. The duration of this activity is around 3 hours. In which seasonal fruits, fresh fruits, water, and soft drinks.</p><p>For those tourists who want to extend their days and want to stay more, they offer them there remain in small private Motu. So they can enjoy a private lagoon sitting under the sun with a wine glass. On this private motu, they can more easily examine the traditions and culture of Bora Bora and taste their delicious traditional foods. Under the roof covered with beautiful umbrellas.</p><p>If a couple wants to celebrate their marriage on this island, they can also do it here. Maohi offers couples their wedding packages. Not only unions, but people also celebrate their birthday parties and anniversaries.</p><p>These parties gare decorated or organized with leaves of the coconut tree, beautiful flowers, dancer, and musicians on the Matira beach. Further, the languages you speak here are English, French, and Spanish.</p>		\n			<h2>9. Dolphin And Whale Watching</h2>		\n		<p>Someone is going to visit the Bora Bora island in July to November. Hence, it is the best, and prime time when you will get chances to see the humpback whales, it is a natural process that these whales migrate their location to the tropical water to give the birth to the young whale.</p><p>Still, you have to see them from afar distance because it is hazardous for us to survive if they caught us and you should have the experience to do these things,either you will be in serious trouble.</p>		\n										<img width=\"810\" height=\"540\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/dolphins-underwater-PHESSGU-1024x683.jpg\" alt=\"Dolphin And Whale Watching\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/dolphins-underwater-PHESSGU-1024x683.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/dolphins-underwater-PHESSGU-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/dolphins-underwater-PHESSGU-768x512.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/dolphins-underwater-PHESSGU-1536x1024.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/dolphins-underwater-PHESSGU-2048x1365.jpg 2048w, https://travelingdictionary.com/wp-content/uploads/2020/07/dolphins-underwater-PHESSGU-810x540.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/dolphins-underwater-PHESSGU-1140x760.jpg 1140w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>While you are watching them and try to hear the whale\'s voice, you will listen to the sound of singing the whales. They sing as loudly that if you don\'t see them, you will readily listen to the voice of beautiful singing.</p><p>French Polynesia is the point where they used to stay from July to November. Tohora Bora Bora is the first company to discover the migration process of whale and make or develop an interest around the whole world. It takes almost 16 years to complete their research in whale\'s migration. We can proudly say that Tohara Company invents or discovered one of the most beautiful natural beauty of the world.</p>		\n			<h2>10. Spending the Day Exploring the Lagoon</h2>		\n		https://www.youtube.com/watch?v=c4Nz7n-cVfk<p>The beauty of Bora Bora starts from its fantasy lagoons, and it is the best tour or the best-spent activity in the world. Whether you are coming with your family or coming for the honeymoon, you will take photos of this natural beauty.<br /><br />You are seriously lucky if you can visit Bora Bora there are several activities you can do here. I can\'t explain all the actions, but the top voted events I discussed and spending a day in the lagoon is the most favorite and suitable for the couple and the partners to enjoy the beginning of life from such a beautiful destination.</p><p>The color of the water is a very light shade, and that\'s the prove cleanness and freshwater of Bora Bora island. Take some rest to snorkel in the superb and colorful coral gardens and make your guide feed the stingrays. There is a vast range of excursions to select from, offering the discovery of less-visited spots in the privacy and total comfort of a beautiful boat with your partner.</p><p>If you are on the honeymoon trip, then this place is perfect for you because of its prime location and its lagoons, when it\'s the time of sunset your guide will take you to the sunset point and provide you the bottle of Champaign to enjoy the end of the beautiful and the memorable day.</p>		\n			<h2>Conclusion</h2>		\n		<p>Well, Bora Bora resorts are considered as the best hotels to stay on this island. Where everything is so conveniently available to enjoy your vacation time, this location gives you a calm and pleasant view that it will become hard for you to leave this place. It is that if you\'re planning to go Bora Bora for a week, then only stuck yourself to the one island. Because only on one island there so many things to explore in a week.</p><p>So it would be better to explore them first rather than wasting your time searching for more islands. And so you can keep your mind and self relax on the vacations by relaxing on a sun lounge. And let your holidays to spend calmly.</p>','Things To Do In Bora Bora','','publish','closed','open','','things-to-do-in-bora-bora','','','2020-07-23 01:49:11','2020-07-23 01:49:11','',0,'https://travelingdictionary.com/?p=1301',0,'post','',0),
(1303,3,'2020-07-16 22:22:28','2020-07-16 22:22:28','<p>Paddleboarding is an activity that has become very popular these days. As well as, it becomes one of the best water creations activity worldwide. There is a no better choice to see the god creation of wonders than from the crystal blue clean ocean on a stand-up paddleboard precisely when it\'s closed by brassica, bushes, snow-covered mountains, beautiful sky, and artifacts.</p><p>Apart from, stand up paddleboards (SUP) offers you an exciting and thrilling fun on the surface of the water. That\'s not enough you can do a lot of exciting things with the SUP. For instance, you can practice yoga or fitness exercises that treat your body well, even on the first attempt, and reduces your stress level. You can go surfing, fishing, snorkeling, racing and romantic date with your partner. Besides these, you can do so many other things on one. And if you can avail of all of these things from doing a single activity, you should probably try this one out.</p><p>Peoples around the globe, engaging themself to be a part of this activity. Even some famous personalities predict that it will be an Olympic sport. Moreover, in 2019 ICF claimed that SUP athletes could also compete in a world championship. According to the report, Paddleboarding getting increases every year and grasping the attention of people from all over the world no matter at what age a person belongs.</p><p><b><i>-If you are searching for the best places in the world to try Paddleboarding, then you are the right place</i></b></p><p>After a complete dept analysis and reviews of paddleboarders, we gather the best suitable places to do Paddleboarding for you guys. Here are the top ten destinations to paddleboard in the world:</p>		\n			<h2>1. Sunset Beach, Oahu, Hawaii</h2>		\n		<p>In Hawaii, you will find out different charming beaches, but sunset beach is one of the most popular beaches of Hawaii, and honestly, it\'s worth visiting. Sunset beach located on the north shore of Oahu in Hawaii and usually renown by its Paddleboarding in the summer season and surfing mostly in winter. SUP is ideally for the summer season in Hawaii because it observed that the waves of the ocean are mild, which is best for the Paddleboarding.</p>https://www.youtube.com/watch?v=cUv3AFhOyCs<p>Without a doubt, Hawaii is the birthplace of stand up Paddleboarding, so the whole process of Paddleboarding is not such complex if you don\'t have a paddleboard, you can also rent it from there such a reasonable price. Sunset beach is a fantastic destination to spend your whole day with your family or loved ones.</p><p>This beach located outside Haleiwa Town, so if you feel hungry, there are many famous food chain trucks available. For instance, the famous Seven Bother food truck is there from there you can get burgers and cheesy fries, and Crispy Grintz is also over there, renowned for Brazilian food. So many others that will, for sure, make your fantastic day and a delightful day.</p><p>Nearby, Waimea bays its located, which is four miles away you can also paddle there. And especially for beginners in Haleiwa, a famous Puaena spot is located where a beginner can comfortably ride over the calm waves on flat water.</p>		\n			<h2>2. Colorado River, Arizona </h2>		\n										<img width=\"810\" height=\"539\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/boating-1251431_1280-1-1024x682.jpg\" alt=\"Colorado River, Arizona\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/boating-1251431_1280-1-1024x682.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/boating-1251431_1280-1-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/boating-1251431_1280-1-768x512.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/boating-1251431_1280-1-810x540.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/boating-1251431_1280-1-1140x760.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/boating-1251431_1280-1.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>Colorado River is a dream destination for adventure and makes you stop from long routes trips. Because there are four fantastic adventure parks nearby where you can do Paddleboarding, hiking, surfing, and other water or outdoor activities, it will make your vacations or trip memorable.</p><p>According to the research of journal science, The Colorado river now becomes the lifeline of the southwest. The tourist enjoys the last changes of weather there and mainly spent their vacation in Colorado River. The Colorado River is famous for paddle boarding because of its mountainous view. The trippers loved to do Paddleboarding at such a place where your both hands are covered with mountains, and there are some narrow ways which will make you reach the center of this 1,450 miles long river.<br /><br />The tourist wants to visit this fascinating place during the snowfall season when all the mountain becomes white with heavily covered snow. It gives you the seam of heaven, and as the changes occur in the weather and snow started melted into the river. The drops of water are showering onto the paddleboarders, and they feel delightful and thankful to God for his elegant beauty. As it reported that it is the bad news for the paddleboarder that the flow of the river will be drop to 19 to 31 percent if the carbon emission continues there at the same place.</p>		\n			<h2>3. Bali, Indonesia</h2>		\n										<img width=\"810\" height=\"488\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-1024x617.jpg\" alt=\"Bali, Indonesia\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-1024x617.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-300x181.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-768x462.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-1536x925.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-2048x1233.jpg 2048w, https://travelingdictionary.com/wp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-810x488.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1-1140x686.jpg 1140w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>Paradise Island is one of the most popular places, the priority of tourists in Indonesia. And whatever a tourist wants in their tour to make it a remarkable one, everything is readily available in this steamy Island. There are so many water activities which you can do in Bali. Like, scuba diving, it is one of the most popular water activities you can do in Bali, surfing, wakeboarding, parasailing, and many others.</p><p>But, if you are in Bali and you haven\'t try Paddleboarding yet, it\'s going to be a significant loss. Paddleboarding is not just a water activity, but it is also a great exercise to keep you maintain your body strength and make your mind relax on a cold breeze ocean. Bali\'s waves are so calm that you can even throw yourself with waves and do some yoga on boards. You can easily rent the board there for your fantastic vacation plan.</p><p>The Island Bali of Indonesia is well known for so many good things. Crystal Blue Ocean, nightlife in clubs, temples, and different attractive spots that almost attracts all of the travelers to visit this iconic destination. Whether it once in a lifetime or for a few days, the place will surely make vacations best among them all.</p><p>Bali is Indonesia\'s most visited destination, with an increasing rise in the rate of tourism. And Bali generated 80% of the income through this tourism. Their beautiful marine or water life attracts tourists.</p>		\n			<h2>4. Santa Cruz, California</h2>		\n		<p>When we talk about Paddleboarding, we can\'t forget the name of Santa Cruz in Northern California. The spatiality and ionic fact about Santa Cruz are that the water of its lake always remains icy or frosty, and because of that, the paddleboarder needs to wear wet suits. In California, there\'s a Santa Cruz park that entitled to historical landmarks of the country.</p><p>Near Santa Cruz, there are so many other parks located which tourist likes to visit. Like, Twin Lakes States Beach, Lighthouse Field State Beach, Sea Bright State Beach, and Natural Bridges State Beach. While Natural Bridges State Beach, located on the Northern side of Santa Cruz. It\'s famous for marine and water life activities.</p><p>The paddleboarders in Santa Cruz, fortunately, get the chance to see the whale in the sea because of the whales and other water animals. There are different spots for the guidance of paddleboarders to aware of that danger. There is a famous lane so-called steamer lane, which provides you the Paddleboarding according to your satisfaction. In short, they serve you all the joys of Paddleboarding from beginners to the advanced level, which makes this ocean different. </p>		\n										<img width=\"810\" height=\"607\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/california-2488205_1280-1-1024x767.jpg\" alt=\"Santa Cruz, California\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/california-2488205_1280-1-1024x767.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/california-2488205_1280-1-300x225.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/california-2488205_1280-1-768x575.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/california-2488205_1280-1-810x607.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/california-2488205_1280-1-1140x854.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/california-2488205_1280-1.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>A maverick is a point in Santa Cruz, where occurs the mighty big wave of water and paddle boarders gathered there, and here starts the massive contest between the Paddleboarders. The height of these mighty waves recorded as 60 meters up from the water level.</p>		\n			<h2>5.	Island Of The Caribbean</h2>		\n										<img width=\"810\" height=\"542\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-1024x685.jpg\" alt=\"Island Of The Caribbean\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-1024x685.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-300x201.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-768x514.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-810x542.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/caribbean-beach-1941529_1280-1-1140x762.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/caribbean-beach-1941529_1280-1.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>We all want our vacations a memorable one and the most excited one than the before. We find that place which gives you the pleasure of heaven and exactly especially for the paddle boarders. This place is not less than heaven because of its open area, and the sun shines on the water like the glitter that really makes your mood to do paddleboard here and not to go anywhere. This Island\'s water is so pure that all the marine life and animals can be easily seen by the person how to do paddleboard here. The color or shade of this unique ocean is some like greenish-blue and is see-through because of its light shade.</p><p>There are more than 7000 islands, but the uniqueness and the most pleasing of that Island is its clean, green, and healthy environment because of which peoples dream is to go there and do paddleboard there.</p><p>The water of this Island always remains calms and changes its temperature under the sun\'s heat. Many Paddleboarders do yoga there because of its greenery to feel pleasant in the arms of this fascinating Island. As/ the water is much stagnant than the other Island, paddle boarders make a fast trip on their board.</p><p>The staff of the Caribbean provides you the classes for the paddleboard and can give you paddleboard in rent for your convenience and their trainers too. Till now, the total vote the Caribbean for the best place to do paddleboard here.   </p>		\n			<h2>6. Netherlands </h2>		\n		<p>Netherland also is known as Holland, located in Western Europe in the Caribbean. Netherland is considered one of the lowest-lying countries in the world. But, the country is with massive canals, lakes, and rivers. Moreover, the Netherlands\' climate is God gifted that whole year tourists can visit this country, whether it is winter or summer. Although this country comprises of 12 provinces in which Amsterdam is the most popular and famous city.</p>		\n										<img width=\"810\" height=\"517\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1024x653.jpg\" alt=\"Ijsselmeer, Netherlands\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1024x653.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-300x191.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-768x490.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1536x980.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-2048x1307.jpg 2048w, https://travelingdictionary.com/wp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-810x517.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1-1140x727.jpg 1140w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>Instead of these Netherlands canal, rivers and lakes offer fantastic Paddleboarding for their tourist. The only problem is you can use a single paddleboard in summers rather than winter. In winter, lakes are in freezing conditions, so this season gives some rest to your paddleboards. But in summer, the sea refreshes you with red, pink, and blue tulip a bloom which attracts the paddleboarders to board in this country.</p><p>There are so many best hot spots that you can quickly go if you are in the Netherlands. For instance, Amsterdam, the Amsteel River, Ijsselmeer, and Utrecht. These are the Netherlands\' best cities for paddle boarding just to enjoy the perfect water and natural life. While Utrecht is also a great city of Netherlands, it gives a unique touch to the traveler in paddle boarding as the canal linked along with the two streets and a unique wharf basement. That attracts a lot of travelers to paddleboard there to experience a beautiful and change look from the water.</p>		\n			<h2>7.	Banff, Alberta</h2>		\n		<p>Banff is a town of Alberta located in Canada. Banff is a resorted city which has specially designed for the tourist. Albert is the city, where there are numbers of remarkable parks are present, there is a wide range of trilling lakes from that place light blue color to dark greenish-blue, but the most famous among all there parks is The Banff National Park. The Banff is mainly the destination of the Paddleboarders. The color of this new lake is turquoise.</p><p>If anyone wants to do a paddleboard, there is no better place except Banff, Alberta, because of its natural beauty, and the paddleboarders feel the joy of heaven while boarding and its color can see the freshness and purity of the water of shades. Banff\'s spatiality is that, if you want to do paddleboard with your dog, they will provide you, classes, for the joy of your dog.</p>		\n										<img width=\"810\" height=\"539\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/banff-4331689_1280-1-1024x682.jpg\" alt=\"Banff Alberta\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/banff-4331689_1280-1-1024x682.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/banff-4331689_1280-1-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/banff-4331689_1280-1-768x512.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/banff-4331689_1280-1-810x540.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/banff-4331689_1280-1-1140x760.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/banff-4331689_1280-1.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>As the temperature of the Banff country, many lakes become so cold that it freezes the whole lake. This lake is not suggested as the best in the winter season because of its high temperature because paddle boarders can\'t do their boarding in the icy lake. The best and the most precious time for the tourist to do paddleboarding is the summer season or spring season when the sun is on its peak, and the cold water touches your body, you will be amazed for this creature of God, if you goanna visits this fantasy lake. The best months that I suggest my readers do paddleboard here are mainly June, July, and August.</p>		\n			<h2>8. Italy</h2>		\n										<img width=\"810\" height=\"505\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/arno-5228334_1280-1-1024x638.jpg\" alt=\"River Arno\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/arno-5228334_1280-1-1024x638.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/arno-5228334_1280-1-300x187.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/arno-5228334_1280-1-768x479.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/arno-5228334_1280-1-810x505.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/arno-5228334_1280-1-1140x711.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/arno-5228334_1280-1.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>When there is the talk of paddleboarding, how can we miss the name of Italy? The country has over 150+ canals. Italy has originated as the city of tourists. The largest among these all channels and the most famous for its look is The Grand Canal, the main waterway of Venice. It is 3km long and 30 – 70 meters wide, and because of its vast size, paddle boarders prefer to do paddling in Grand Canal.</p><p>If you are going to Italy for Paddleboarding, I would suggest you go to the Venice Canal. The beauty of Venice Canal is its beauty and calmness of the canal, the voices of birds and regular at the time of sunset all the birds drink water from this canal, and paddle boarders look this view.</p><p>There are vast numbers of canals where we can do paddling boarding, but the top voted canals for paddle boarding are Giudecca Canal, Muzza Canal, Navigli, Navecelli Channel.</p><p>One of the best locations for paddleboarding with a family in Italy is River Arno because of its calm water, and there is no danger. You can quickly learn here how to do stand up paddleboarding with different and unique techniques .the environment of Italy make your mood to do paddleboard here. When we talk about the cheapest and low-rate paddle boarding in the world, then we always choose Italy for its low budget of paddleboarding for the convenience of the paddle boarders.</p>		\n			<h2>9. Thailand</h2>		\n		<p>Thailand is a Southeast Asian country. You are widely known for its hot steamy beaches, Buddha\'s temple, noble palaces, foods, and many other things. It stated that Thailand is one of the world\'s most beautiful countries that can\'t even compare with any other country. Further, stand up Paddleboarding is the best activity you can do in Thailand to enjoy your trip.</p>		\n										<img width=\"810\" height=\"538\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/thailand-1340893_1280-1-1024x680.jpg\" alt=\"Patang Beach\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/thailand-1340893_1280-1-1024x680.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/thailand-1340893_1280-1-300x199.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/thailand-1340893_1280-1-768x510.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/thailand-1340893_1280-1-810x538.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/thailand-1340893_1280-1-1140x757.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/thailand-1340893_1280-1.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>Bang Tao Beach is one of the best destinations in turkey .where, you can use paddleboard in warm and clear calm water and known as the best Island of Phuket. This place is recommended mostly to beginners because the water of this land is easy to practice Paddleboarding.</p><p>There\'s another famous beach in Thailand known as Patang Beach, this beach crowded with different café and high lifestyle of restaurant which attracts the travelers to paddleboard on this beach. Sairee beach is also located and is famous as it is the longest beach in Thailand. Travelers prefer this Island, whether for Paddleboarding, long walks, swimming, and scuba diving. Railay beach is also a famous place in Thailand that makes your trip a worthy one for sure! This beautiful beach is surrounded by a brilliant blue crystal ocean, for its green nature, forest, and monkeys. You can also enjoy different festivals, restaurants, and nightlife in a club in this city.</p><p>Well, Thailand is the bested choice to paddleboard in a dramatic and fantastic landscape. Thailand also offers rental paddleboards, gives lessons regarding Paddleboarding, and helps you in your tours. That you can avail if you want someone who can guide you in all of your journeys in Thailand. And make a remarkable destination for your vacations with your family and friends.</p>		\n			<h2>10. The Fjords In Norway</h2>		\n										<img width=\"810\" height=\"608\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/fjord-2652823_1280-1024x768.jpg\" alt=\"The Fjords In Norway\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/fjord-2652823_1280-1024x768.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/fjord-2652823_1280-300x225.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/fjord-2652823_1280-768x576.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/fjord-2652823_1280-810x608.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/fjord-2652823_1280-1140x855.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/fjord-2652823_1280.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>There are about 1,190 fjords in Norway. The brilliant sceneries of fjords in Norway are full of ice ages. In fjords Norway, you will find out everything from large cities to iconic islands. Fjords for Paddleboarding is such a beautiful place. The national geographic traveler magazine claims that this is the number one travel spot in a list of different countries around the globe. Snow-covered mountains, flat surface water, that highly recommended for the Paddleboarding. This place is a dream destination for paddleboard riders.</p><p>The Sognefjord located in the vested land, western Norway. One of The biggest as well as considerable Fjords in Norway. SUP in Sagnefjords will be such a fantastic experience you will ever have in your life. Ocean fully covered with beautiful landscapes, versatile mountains that enhance the beauty of the ocean more. You can even explore many other places you can\'t explore on vehicles but can easily traverse through the Paddleboarding.</p><p>Naerofjord, also located in the vested land, Norway, and it is the branch of Sognefjord. Naerofjord is one of the narrowest fjords of Norway. This fjord has recommended for these travelers whose interest in nature or God\'s creation. Like, a mountain full of hot steam, beautiful valleys, snowflakes, and rain and versatile crystal ocean. Even in a list prepared by UNESCO Naerofjord and Geirangerfjord is considered a popular tourist destination in the world. You can also explore farms in these Fjords.</p>		\n			<h2>Conclusion</h2>		\n		<p>Water sport activities like kayaking, scuba diving, snorkeling, and the most famous Paddleboarding, all these become the best activities among tourists. Through Paddleboarding, tourists can do a lot of activities. For instance, they can do yoga, exercises, fishing mining, and a lot of things that have mentioned above.</p><p>Paddleboarding also benefits a person in burning a lot of calories, boost vitamin D levels from paddling in the day time under the sun. Then the other sports, Paddleboarding, do all these things in an hour because it\'s a full-body workout and makes you physically fit and helps reduce the stress level and make you mentally fit.<br /><br />In the destinations as mentioned earlier, you can also create communities and grouping system through that helps you in making new friends from different countries and make plans with them of your next trip for the following paddleboard destinations. And who knows, from that, you will find out the future soul mate of your life! Through friends, you can also learn new skills and a lesson about paddleboards which suits you the most you might to get to know it better. It has hence proven that 15 minutes a day, paddling helps your heart system to work better and healthy. It also enables you to explore the countries around the world and can quickly examine the world\'s best creation or water life through Paddleboarding. In the last, if you\'re a person that quickly gets bored, then trust me this sport will be for you because it can\'t get you tired and it is well worth it.</p>','Best Places To Paddle Board Worldwide','','publish','closed','open','','best-places-to-paddle-board','','','2020-07-22 18:16:24','2020-07-22 18:16:24','',0,'https://travelingdictionary.com/?p=1303',0,'post','',0),
(1306,3,'2020-07-15 02:15:17','2020-07-15 02:15:17','','Best Places To Paddle Board Worldwide','','inherit','closed','closed','','easter-291346_1280-1','','','2020-07-15 02:15:38','2020-07-15 02:15:38','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/easter-291346_1280-1.jpg',0,'attachment','image/jpeg',0),
(1307,3,'2020-07-15 02:17:16','2020-07-15 02:17:16','','Things To Do In Bora Bora','','inherit','closed','closed','','bora-bora-3023437_1280-1','','','2020-07-15 02:17:39','2020-07-15 02:17:39','',1301,'https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-3023437_1280-1.jpg',0,'attachment','image/jpeg',0),
(1308,3,'2020-07-16 21:37:25','2020-07-16 21:37:25','','Best Places To Paddle Board Worldwide','','inherit','closed','closed','','stand-up-paddling-729824_1280-1','','','2020-07-16 21:37:49','2020-07-16 21:37:49','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/stand-up-paddling-729824_1280-1.jpg',0,'attachment','image/jpeg',0),
(1311,3,'2020-07-16 21:51:12','2020-07-16 21:51:12','','Bali, Indonesia','','inherit','closed','closed','','kelingking-beach-bali-indonesia-p3r24c3-1','','','2020-07-16 21:51:42','2020-07-16 21:51:42','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/kelingking-beach-bali-indonesia-P3R24C3-1.jpg',0,'attachment','image/jpeg',0),
(1312,3,'2020-07-16 21:52:21','2020-07-16 21:52:21','','Colorado River, Arizona','','inherit','closed','closed','','boating-1251431_1280-1','','','2020-07-16 21:52:47','2020-07-16 21:52:47','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/boating-1251431_1280-1.jpg',0,'attachment','image/jpeg',0),
(1313,3,'2020-07-16 21:54:38','2020-07-16 21:54:38','','Oahu, Hawaii​','','inherit','closed','closed','','lagoon-1008331_1280-1','','','2020-07-16 21:55:01','2020-07-16 21:55:01','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/lagoon-1008331_1280-1.jpg',0,'attachment','image/jpeg',0),
(1316,3,'2020-07-16 21:57:41','2020-07-16 21:57:41','','Santa Cruz, California','','inherit','closed','closed','','california-2488205_1280-1','','','2020-07-16 21:58:09','2020-07-16 21:58:09','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/california-2488205_1280-1.jpg',0,'attachment','image/jpeg',0),
(1319,3,'2020-07-16 22:00:27','2020-07-16 22:00:27','','Island Of The Caribbean','','inherit','closed','closed','','caribbean-beach-1941529_1280-1','','','2020-07-16 22:01:02','2020-07-16 22:01:02','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/caribbean-beach-1941529_1280-1.jpg',0,'attachment','image/jpeg',0),
(1322,3,'2020-07-16 22:06:03','2020-07-16 22:06:03','','Ijsselmeer, Netherlands','','inherit','closed','closed','','ijsselmeer-coast-by-hindeloopen-pga2cyu-1','','','2020-07-16 22:06:45','2020-07-16 22:06:45','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/ijsselmeer-coast-by-hindeloopen-PGA2CYU-1.jpg',0,'attachment','image/jpeg',0),
(1325,3,'2020-07-16 22:08:56','2020-07-16 22:08:56','','Banff Alberta','','inherit','closed','closed','','banff-4331689_1280-1','','','2020-07-16 22:09:19','2020-07-16 22:09:19','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/banff-4331689_1280-1.jpg',0,'attachment','image/jpeg',0),
(1326,3,'2020-07-16 22:14:38','2020-07-16 22:14:38','','River Arno','','inherit','closed','closed','','arno-5228334_1280-1','','','2020-07-16 22:15:02','2020-07-16 22:15:02','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/arno-5228334_1280-1.jpg',0,'attachment','image/jpeg',0),
(1327,3,'2020-07-16 22:19:51','2020-07-16 22:19:51','','Patang Beach','','inherit','closed','closed','','thailand-1340893_1280-1','','','2020-07-16 22:20:53','2020-07-16 22:20:53','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/thailand-1340893_1280-1.jpg',0,'attachment','image/jpeg',0),
(1328,3,'2020-07-16 22:22:52','2020-07-16 22:22:52','','The Fjords In Norway','','inherit','closed','closed','','fjord-2652823_1280','','','2020-07-16 22:23:21','2020-07-16 22:23:21','',1303,'https://travelingdictionary.com/wp-content/uploads/2020/07/fjord-2652823_1280.jpg',0,'attachment','image/jpeg',0),
(1332,3,'2020-07-16 22:37:10','2020-07-16 22:37:10','','Snorkeling​','','inherit','closed','closed','','snorkeling-3917769_1280-1','','','2020-07-16 22:37:32','2020-07-16 22:37:32','',1301,'https://travelingdictionary.com/wp-content/uploads/2020/07/snorkeling-3917769_1280-1.jpg',0,'attachment','image/jpeg',0),
(1333,3,'2020-07-16 22:51:22','2020-07-16 22:51:22','','Scuba Diving or Aqua Safari','','inherit','closed','closed','','dive-1849534_1280-1','','','2020-07-16 22:51:46','2020-07-16 22:51:46','',1301,'https://travelingdictionary.com/wp-content/uploads/2020/07/dive-1849534_1280-1.jpg',0,'attachment','image/jpeg',0),
(1334,3,'2020-07-16 23:01:28','2020-07-16 23:01:28','','Blurred of Table in the Restaurant witch candles and servant on the Beach, Bali','Blurred of Table in the Restaurant witch candles and woment servant on the Beach, Bali. Swirl Bokeh','inherit','closed','closed','','blurred-of-table-in-the-restaurant-witch-candles-and-servant-on-the-beach-bali','','','2020-07-16 23:01:28','2020-07-16 23:01:28','',1301,'https://travelingdictionary.com/wp-content/uploads/2020/07/blurred-of-table-in-the-restaurant-witch-candles-a-2HUJ53G.jpg',0,'attachment','image/jpeg',0),
(1335,3,'2020-07-16 23:04:32','2020-07-16 23:04:32','','Dinner on the beach','','inherit','closed','closed','','two-glasses-of-wine-and-italian-snacks-with-amazing-view-at-sunset-in-italy','','','2020-07-16 23:06:34','2020-07-16 23:06:34','',1301,'https://travelingdictionary.com/wp-content/uploads/2020/07/two-glasses-of-wine-and-italian-snacks-with-amazin-S9GV54R.jpg',0,'attachment','image/jpeg',0),
(1336,3,'2020-07-16 23:10:45','2020-07-16 23:10:45','','Aqua Bike Adventure','','inherit','closed','closed','','aqua-14857_640','','','2020-07-16 23:10:58','2020-07-16 23:10:58','',1301,'https://travelingdictionary.com/wp-content/uploads/2020/07/aqua-14857_640.jpg',0,'attachment','image/jpeg',0),
(1337,3,'2020-07-16 23:13:55','2020-07-16 23:13:55','','Climb Mount Pahia','','inherit','closed','closed','','bora-bora-island-panorama-with-resort-and-lagoon','','','2020-07-16 23:14:55','2020-07-16 23:14:55','',1301,'https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-resort-panorama-PJ496BR.jpg',0,'attachment','image/jpeg',0),
(1338,3,'2020-07-16 23:20:06','2020-07-16 23:20:06','','Dolphin And Whale Watching','','inherit','closed','closed','','dolphins-underwater','','','2020-07-17 00:06:36','2020-07-17 00:06:36','',1301,'https://travelingdictionary.com/wp-content/uploads/2020/07/dolphins-underwater-PHESSGU.jpg',0,'attachment','image/jpeg',0),
(1348,3,'2020-07-17 01:54:18','2020-07-17 01:54:18','<p>San Diego is well known and famous for its beaches, parks, food trucks and warm weather. San Diego is very close to the Pacific coast of California. It is historically known as the Birth Place of California. It is such a crucial moment for San Diego that it is the first place where the European visited after discovering the U.S West Coast.</p><p>In the last 20 year of history, San Diego upgraded and groomed itself from surf town to craft leader and that is because San Diego is accessible for the Craft Beer Capital of America. The entire San Diego is such a food lover and because of which people there always think to open a new food truck and restaurant to attract people towards their food.</p><p>The food truck is the invent of America, and the most Food trucks are present in San Diego, they set the example that even a car can also take the place of giant and big restaurants, just the thing you want to handle food business is the taste in your hands.</p>		\n			<h2>1. Snocal Shaved Ice</h2>		\n		<p>SnoCal shaved ice is a truck located in San Diego Street. It only begins with the ice. The idea forms up when the owner of SnoCal shaved ice, Loretta and Joe went for their marriage at Maui. The idea shaped when they first taste the shaved ice on that island and got inspired by it.</p><p>When they came back to San Diego after their marriage, then they both planned to immerge that idea and form up their own business of this. Starting up a new venture on land cost a lot, so they came up with the food truck idea rather than opening up a restaurant.</p>		\n										<img width=\"810\" height=\"573\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Snocal-Shaved-Ice-1024x724.jpg\" alt=\"Snocal Shaved Ice\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Snocal-Shaved-Ice-1024x724.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/Snocal-Shaved-Ice-300x212.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/Snocal-Shaved-Ice-768x543.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/Snocal-Shaved-Ice-1536x1086.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/Snocal-Shaved-Ice-810x573.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/Snocal-Shaved-Ice-1140x806.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/Snocal-Shaved-Ice.jpg 2048w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>After a lot of researches, then they came up with producing the block of ice that process involved multi-steps. And that process of shaved ice is known as tempering with adding up some flavours. The factor behind their success is that they add sugar cane for sweetness and mineral water for preparing the syrup and uses fresh flavours from fruits.</p><p>There are more than 24 different flavours which they offer. Like, peppermint, blue bubble gum, raspberry, cotton candy, banana, pink lemonade, tiger\'s blood, li hing mui, cola and many other amazing flavours which you can try. And their Pina colada will for sure remind you of Hawaii cool breeze.</p><p>After the hard work done by the couples, they launch this excellent idea for us, so we can also taste those shaved ice. You are now thinking about that it\'s just regular ice which cut with a cream but what is inside it that taste you can\'t ever forget. </p>		\n			<h2>2. Devilicious</h2>		\n		<p>A television show first started Devilicious, and people give very positive replies to them because they have opened the restaurant after that. Devilicious is one of the best food offering sites and restaurants that offers tasty and delightful food in San Diego.</p><p>Let\'s have a view on the best food of Devilicious Restaurant. One of the best and top-voted dishes of this restaurant is grilled cheese, their grilled cheese is not ordinary or every day like others, their grilled cheese is not a white bread with some standard cheese, but they also use butter-poached lobster or a duck confit. All the ingredients they use are pure and fresh.</p>		\n										<img width=\"800\" height=\"600\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Devilicious.jpg\" alt=\"Devilicious\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Devilicious.jpg 800w, https://travelingdictionary.com/wp-content/uploads/2020/07/Devilicious-300x225.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/Devilicious-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n		<p>Some other, famous and tasty foods include American burger and cheese Steak, All Crab Crab Cake, Buffalo Chicken Melt, and the Cubano. Now, we are introducing the new and pure cheese dish of Devilicious is The Butter Poached Lobster Grilled Cheese. Devilicious is one of the luckiest dishes of this restaurant, which maintains the name and dignity of Devilicious restaurant.</p><p>The reviews of people or customers about Devilicious and its taste are extraordinary appreciating words. San Diego has become a fan of Devilicious, and they can\'t control going to this restaurant again. If you are searching for a restaurant whose names bring a smile on your face and make your mouth full of water than you are exactly in the right place to take the information about Devilicious restaurant.</p>		\n			<h2>3. Pierogi Truck</h2>		\n		<p>One of the unique and selected menu selections is the greatness of the Pierogi Truck. Pierogi Truck is the only restaurant in San Diego where you can eat your favorite Eastern European and Polish cuisine and can easily enjoy the taste of European in San Diego.</p><p>This restaurant took the start with the unique idea of one of the polish or established families of Chicago. After two decades, they have migrated to San Diego and observe that there is not even one restaurant that offers Eastern European food, so that\'s the base of starting this restaurant. They opened the food truck in 2011.</p>		\n										<img width=\"810\" height=\"479\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Pierogi-Truck-1024x605.jpg\" alt=\"Best Food Truck In San Diego\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Pierogi-Truck-1024x605.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/Pierogi-Truck-300x177.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/Pierogi-Truck-768x454.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/Pierogi-Truck-1536x908.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/Pierogi-Truck-810x479.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/Pierogi-Truck-1140x674.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/Pierogi-Truck.jpg 2048w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>The main goal or objective of Pierogi Truck is to offer the authentic Polish and Eastern European dishes to the citizen of San Diego. Pierogi is the tastiest dish, so after that, it will become the signature dish of this food truck. The reason behind the signature dish is that they provide you Pierogi in 10 different variations.</p><p>The most voted dishes of this restaurant are its signature dish, which means Pierogi; they serve Pierogi in different styles. Let\'s have some look on it Pierogi are dumplings with unleavened dough first boiled, and then they are baked in butter with onions. It serves with sauerkraut, potato filling, ground meat, cheese, or fruits.</p><p>Let\'s have some talk on the review regarding Pierogi. Is that they give you the best service and serves your food within 10 minutes after your order, and that is its specialty. Suppose you get the chance to visit San Diego; then, you should taste Pierogi of Pierogi Truck.</p>		\n			<h2>4. Casanova Fish Tacos</h2>		\n		<p>The Casanova fish taco first started in 2009, and Chef Hector began this food truck. Casanova Fish Tacos Achieved an award in the field of best salsa in town. This food company\'s objective is to give experience to the customers the real style of Baja taco fishes. And after the hardworking of 3 years, they got a perfect taste in their spices.</p>		\n										<img width=\"810\" height=\"608\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Casanova-Fish-Tacos-1024x768.jpg\" alt=\"Casanova Fish Tacos\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Casanova-Fish-Tacos-1024x768.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/Casanova-Fish-Tacos-300x225.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/Casanova-Fish-Tacos-768x576.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/Casanova-Fish-Tacos-1536x1152.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/Casanova-Fish-Tacos-810x608.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/Casanova-Fish-Tacos-1140x855.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/Casanova-Fish-Tacos.jpg 1600w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>Hector came up with this idea when the whole economy was facing recession and peoples laid off from their jobs in 2008. while hector with some of their friends, he established his fish tacos, which can efficiently operate from mobile in san Diego. The creation of chef hector itself is he scratches the batter by own to get that batter in the form of cream, which he used it daily but fresh.</p><p>The menu comprised of the best things which you should try once in your lifetime must! Their Mexican roasted corns; whenever you try out these corns, you cannot stop your mouth from having it more. It\'s a mixture of sweet honey corn with traditional Mexican species, the citrus green salad that enhances the taste with fresh citrus lemon juice, raspberries, orange, and strawberries slices.<br /><br />Their specialty of Baja fish tacos that have fried in deep oil adding up with their own made aioli and cabbage, this dish in the meal is a prominent hacker for the customers. And there are so many other meals which you should try it out. They also have salsas, which are of two flavors. Which gives you a unique taste, and that for sure you haven\'t tried it out before in your life.</p>		\n			<h2>5. Nana\'s Heavenly Hot Dogs</h2>		\n		<p>Nana\'s heavenly hot dogs offer you the best and precious taste of hot dogs in America, hot dog itself is the most comforting dishes of entire America. In 2010, there were two brothers named Dan and Jeff Hart; they decided to give some new taste and new look too hot dogs in the form of sand wishes by adding some different touch.</p>		\n										<img width=\"400\" height=\"400\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Nanas-Heavenly.jpg\" alt=\"\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Nanas-Heavenly.jpg 400w, https://travelingdictionary.com/wp-content/uploads/2020/07/Nanas-Heavenly-300x300.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/Nanas-Heavenly-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />											\n		<p>Dan and Jeff\'s mom\'s name was famous and known as Nana, and after their death, they give their moms name to the restaurant as Nana\'s heavenly hot dogs. They used to make hot dogs as their mom taught them topping cream, cheese, and chili. They gave some touch on the topping material to provide better and delicious taste from the necessary preparation.</p><p>One of the best and loving dishes after the above one is the Range dog, which is also invented by both brothers. For the better, different tastes and looks, they use bacon, buttermilk, ranch dressing, and freshly sliced tomatoes as there ingredients. There are so many different dishes which was firstly invented by these two and after that big restaurant copied them.</p><p>When we look at the review list of Nana\'s heavenly hot dogs, there are lots of people appreciating Dan and Jeff\'s efforts to give them such an iconic and different taste from others. I am sure that after reading this article, you will have a craving for their hot dogs, so I recommend that you go their stylish food truck and enjoy the real taste of American most loved dishes.</p>		\n			<h2>6. Aunty Lynne\'s</h2>		\n		<p>Aunty Lynne is the one who gives the best combo to America of all the dishes. She collects their flavor ideas from Pacific Rim. She provides the combo of Asian and pacific food such as Japanese, Hawaiian, Filipino, Chinese, Korean, and American cuisine. They are very few names of her hard works.</p><p>Aunty Lynne\'s menu list includes house-made lumpia ( a snack made with savory fillings rolled with crepe skin), popped Chicharrones, Salmon Teriyaki salad, and Korean BBQ fries. She also provides the different types of juice like fruit smoothies(yogurt with fruit), Hawaiian kind shaved ice and Bubble Teas.</p><p>Suppose you are looking for the perfect combo food or searching for the best Asian and Pacific food, then you should have to visit Balboa Park around the streets of San Diego. Let\'s look at the vast menu of Aunty Lynne\'s food truck, which includes BBQ Pulled Pork, and it is the tastiest and hungry tummy of this restaurant. The serving ingredients of BBQ Pulled Pork consist of seasoned fries, topped with a slow-cooked / dry-rubbed pork butt, which is super tender to eat with BBQ.</p><p>When we look at the reviews about Aunty Lynne\'s, there are thousands of people in love with the crazy food of this food truck, and many people also declared their best dish as Korean BBQ Fries. The best thing because of which people refer to this food truck is that it is not an expensive restaurant and can be easily in the range of every ordinary citizen of San Diego.</p>		\n			<h2>7. Shawarma Guys</h2>		\n		<p>Shawarma Guys food truck was owned by Bryan Zeto, and he is only there for one year. Zeto told NBC 7 (local news channel of San Diego) that only one year in South Park has become very supportive and humble. He works to patrons the best of the Shawarma Guy.</p>		\n										<img width=\"810\" height=\"557\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys-1024x704.jpg\" alt=\"Shawarma Guys\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys-1024x704.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys-300x206.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys-768x528.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys-1536x1055.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys-810x556.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys-1140x783.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys-145x100.jpg 145w, https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys-380x260.jpg 380w, https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys.jpg 2048w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>The price range of the Shawarma Guys menu is $3 to $15, and the items they provide in such a low budget are the leading cause of the popularity of this food truck; the taste of their food has pure class and maintain their dignity in San Diego. There are many tables set just in front of the food truck where you may have a seat and relax and enjoy your meal.</p><p>Shawarma Guys opens six days a week, and its timing is 11:00 am to 8:00 pm. They closed their food truck, but as the passes and the people start loving them so much, they are now discussing to open their food truck on Sunday.</p><p>Zeto also told that they might open their restaurant but also keep this food truck because of this food truck they had started. The menu of this delightful food truck contains and offers at low prices are tabouli, hummus, Greek salad, and shawarma, including Wagyu tasty Beef Shawarma and Chicken delicious Shawarma.</p>		\n			<h2>Conclusion</h2>		\n		<p>Food trucks are now making history in the city of San Diego and it is one of the most beautiful and attractive cities. More than 50 food trucks made this city their hometown; it provides you the best taste to the richest to the poor. This city is widely known for its Mexican food.</p><p>Several food trucks use their truck as the beer making shop and serve you the unique and new sorts of the taste of beer and these peoples sets an example that the thing you want to do any business only wants potential and focus.</p>','Best Food Truck In San Diego','','publish','closed','open','','best-food-truck-in-san-diego','','','2020-07-17 02:04:10','2020-07-17 02:04:10','',0,'https://travelingdictionary.com/?p=1348',0,'post','',0),
(1349,3,'2020-07-17 01:45:19','2020-07-17 01:45:19','','Best Food Truck In San Diego','','inherit','closed','closed','','pierogi-truck','','','2020-07-17 01:48:14','2020-07-17 01:48:14','',1348,'https://travelingdictionary.com/wp-content/uploads/2020/07/Pierogi-Truck.jpg',0,'attachment','image/jpeg',0),
(1352,3,'2020-07-17 01:53:07','2020-07-17 01:53:07','','Snocal Shaved Ice','','inherit','closed','closed','','snocal-shaved-ice','','','2020-07-17 01:54:08','2020-07-17 01:54:08','',1348,'https://travelingdictionary.com/wp-content/uploads/2020/07/Snocal-Shaved-Ice.jpg',0,'attachment','image/jpeg',0),
(1354,3,'2020-07-17 01:55:28','2020-07-17 01:55:28','','Devilicious','','inherit','closed','closed','','devilicious','','','2020-07-17 01:55:47','2020-07-17 01:55:47','',1348,'https://travelingdictionary.com/wp-content/uploads/2020/07/Devilicious.jpg',0,'attachment','image/jpeg',0),
(1355,3,'2020-07-17 01:59:01','2020-07-17 01:59:01','','Casanova Fish Tacos','','inherit','closed','closed','','casanova-fish-tacos','','','2020-07-17 01:59:33','2020-07-17 01:59:33','',1348,'https://travelingdictionary.com/wp-content/uploads/2020/07/Casanova-Fish-Tacos.jpg',0,'attachment','image/jpeg',0),
(1356,3,'2020-07-17 02:00:40','2020-07-17 02:00:40','','Nana\'s Heavenly','','inherit','closed','closed','','nanas-heavenly','','','2020-07-17 02:00:55','2020-07-17 02:00:55','',1348,'https://travelingdictionary.com/wp-content/uploads/2020/07/Nanas-Heavenly.jpg',0,'attachment','image/jpeg',0),
(1357,3,'2020-07-17 02:03:06','2020-07-17 02:03:06','','Shawarma Guys','','inherit','closed','closed','','shawarma-guys','','','2020-07-17 02:03:33','2020-07-17 02:03:33','',1348,'https://travelingdictionary.com/wp-content/uploads/2020/07/Shawarma-Guys.jpg',0,'attachment','image/jpeg',0),
(1359,3,'2020-07-17 02:58:04','2020-07-17 02:58:04','<p>The most amazing place in Georgia known for its natural beauty and beautiful scenic views is Downsville. People from all over the world come and explore this place. It has many attractions like the Appalachian Mountains, Blue Ridge Mountains, Amicalola Falls State Park, Dawson Forest, and many other breathtaking places.</p><p>Another interesting fact of this place is that it provides entertainment activities for every kind of age group. No one will regret visiting Downsville. Whether you are an art lover, shopaholic, or sporty, then this is the perfect place to visit. We have collected some of the best places for you to visit in Downsville with your friends or family even.</p>		\n			<h2>1. Amicalola Falls State Park</h2>		\n		<p>Set in the middle of Ellijay and Dahlonega, among the mountains of North Georgia, the state is the true meaning of fun and entertainment. It is spread over a land of 829 acres, and its name is taken from the Cherokee language, which means \'tumbling waters.\' The 729 ft. Waterfall is the tallest fall in the country and provides you with some magnificent views. It comes under the top 7 wonders of Georgia.</p>		\n										<img width=\"810\" height=\"540\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/5807261360_604d8daca8_k-1024x683.jpg\" alt=\"Amicalola Falls State Park\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/5807261360_604d8daca8_k-1024x683.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/5807261360_604d8daca8_k-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/5807261360_604d8daca8_k-768x512.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/5807261360_604d8daca8_k-1536x1024.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/5807261360_604d8daca8_k-810x540.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/5807261360_604d8daca8_k-1140x760.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/5807261360_604d8daca8_k.jpg 2048w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>An adventurous trail in the park leads you to the Springer Mountains, also known as the southern terminal, which is 13 kilometers long. Walk along with your friends and family and enjoy the beautiful view of the falls as you pass through. The park brings you with a lot more activities to enjoy, like hunting, zip-lining, and other survival encounters.</p><p>You will also find some great resting lodges, camping ground, cabins to spend your night peacefully in a safe and sound environment. Moreover, the state park is an ideal location to arrange a wedding event to make it remember your whole lifetime. </p>		\n			<h2>2. Burt’s Farm</h2>		\n		<p>You will find everything at the Burt\'s farm, starting from hayrides to pumpkin patches, and all the products are worth discovering. The farm also incorporates a shop that presents you with an assortment of food, clothing, cosmetics, and baking products. You will also find some amazing home décor products at their stores as well. Burt\'s farm operates during the months of August till November, and everybody from adults to kids will enjoy spending time in this place.</p>https://www.youtube.com/watch?v=tQYMBG0s4ys<p>It is next to the Amicalola Falls state park, and you can visit both places and call it a day! Apart from their store, you get to taste some mouth-watering baked items at the Burt\'s farm. The whole farm is filled with the sweet aroma of pumpkin rolls and pumpkin pies prepared using authentic and traditional recipes. More than twenty different kinds of pumpkins are grown here along with winter squash too.</p><p>Another specialty is that Burt’s farm uses butternut squash as an ingredient in skin care products. Because butternut squash is rich in vitamin C, Vitamin A, and Beta Keratin. The liquid extracted from it works like a miracle on your skin and hair. They also make shampoos, conditioners, and other skin care items from this organic juice from butternut squash. Burt\'s farm has been serving its customers for 40 years and has never failed to disappoint them. You will only find such fine and organic products from the Burt’s farm and from nowhere else.</p>		\n			<h2>3. The Dawson Forest</h2>		\n		<p>Mark the Dawson forest on top of the list because you will regret missing it out. Spread over a land of 10,130 acres, the Dawson forest is situated on the southwestern side of Dawsonville. Although the Atlanta city claims it, but it is a regional forest because it is looked over by the Forestry Commission of Georgia. This forest was bought from Lockheed in 1971, and since then, it is open to everyone.</p>		\n										<img width=\"810\" height=\"608\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/4985469809_280c4b442f_k-1024x768.jpg\" alt=\"The Dawson Forest\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/4985469809_280c4b442f_k-1024x768.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/4985469809_280c4b442f_k-300x225.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/4985469809_280c4b442f_k-768x576.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/4985469809_280c4b442f_k-1536x1152.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/4985469809_280c4b442f_k-810x608.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/4985469809_280c4b442f_k-1140x855.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/4985469809_280c4b442f_k.jpg 2048w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>This wide spread land of the Dawson forest is perfect for hiking. You will also find some ideal picnic areas and camping places and interestingly a lake that will fulfill your passion for fishing. Get to ride a bike and horses as well because the Dawson forest has set up some amazing trails for its visitors.</p><p>Moreover, this spot is best for boating, geocaching, or simply relaxing in your chair while appreciating the marvelous beauty of the whole forest. You will also find more different paths available too. Dawson forest also incorporates the Amicalola Creek, which is included in the Amicalola Falls state park. It will provide you with such an experience you\'ve never had before, and it will be a memorable visit for everyone who pays a visit.</p>		\n			<h2>4. Etowah Valley Sporting Clays</h2>		\n		<p>Operating since 2004 and situated in the Appalachian Mountains, Etowah valley sporting clays offer you the true meaning of joy and adventure in the form of clay shooting. It is an ideal spot for both beginners and experienced individuals because it provides learning courses for kind of person. The learning courses are arranged in the foothills of the Appalachian Mountains.</p>		\n										<img width=\"810\" height=\"506\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/3021107338_40db8ea50f_h-1024x640.jpg\" alt=\"Etowah Valley Sporting Clays\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/3021107338_40db8ea50f_h-1024x640.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/3021107338_40db8ea50f_h-300x188.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/3021107338_40db8ea50f_h-768x480.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/3021107338_40db8ea50f_h-1536x960.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/3021107338_40db8ea50f_h-810x506.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/3021107338_40db8ea50f_h-1140x713.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/3021107338_40db8ea50f_h.jpg 1600w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>Etowah valley sporting clays come up with interesting learning courses like five strand shooting, trap shooting, and skeet. You also get the opportunity to become their members and join their youth programs. The staff here makes sure to provide you with all the fun in a safe environment. The beautiful view of this spot will make you want to visit this place time and again.</p><p>If you are bored in the house and looking for an exciting activity, then Etowah valley sporting clays are the perfect place to be. Besides, it attracts many tourists, and they have a good time too. Experience what you have never done before!</p>		\n			<h2>5. Atlanta Motor Sports Park</h2>		\n		<p>Atlanta motor sports park is a prime club known for its top-notch high-end bikes, cars, and karts. It is an ideal place to experience the true adventure of car racing in Georgia. Providing driver\'s haven to its customers also provides separate paths and group choices for the kart trails. You can also have the learning lessons in case you are a beginner and eager to learn.</p>		\n										<img width=\"810\" height=\"541\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/8292908580_7f12db9110_o.jpg\" alt=\"Atlanta Motor Sports Park\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/8292908580_7f12db9110_o.jpg 850w, https://travelingdictionary.com/wp-content/uploads/2020/07/8292908580_7f12db9110_o-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/8292908580_7f12db9110_o-768x513.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/8292908580_7f12db9110_o-810x541.jpg 810w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>The good news is that you can enter into the membership of Atlanta motor sport and also take admission in their stunt schools. Quite often, the Atlanta motor sports organize different events like the karting and racing championship.</p><p>The main road pathway of Atlanta motor sports park is two miles in length, which was created by Formula One track architect Herman Tilke. The whole trail includes 98 Ft. of altitude changing and 16 turning points. Two of the most popular corners are also included in the track, known as the Spa-Franco champ’s corner of Eau Rouge and Carousel corner from the Nurburgring track all the way from Germany.</p><p>The karting circuit is also created by Tilke and is almost a mile long. This path includes 43 Ft. altitude changing and 17 turning points. All the tracks have a 180-degree hairpin and are the longest kart tracks of the country. Besides, Atlanta motor sports park cares for its customers and provides luxurious services to them.</p>		\n			<h2>6. Fausett Farm’s Horse Trails</h2>		\n		<p>The Fausett farm\'s house trails are found in the foothills of the Blue Ridge Mountains of Downsville. The trails are 30 miles long, having eight distinct tracks. The owner of this property is Fausett Family themselves, and it can be dated back to 1858. The different tracks of this farm allow individuals to have different experiences as they differ in distance and levels. Kids and adults both have a good time here as they enjoy the scenic beauty of the Blue Ridge Mountains along the way.</p>		\n										<img width=\"810\" height=\"480\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-1024x607.png\" alt=\"Fausett Farm’s Horse Trails\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-1024x607.png 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-300x178.png 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-768x455.png 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-1536x910.png 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-810x480.png 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails-1140x675.png 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails.png 1644w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>As you travel on the different tracks, you will come across beautiful picnic spots where you can enjoy your homemade meals. Different spots are made to rest and fasten your horses too. If you are looking for some place to ride in Dawsonville, then this is the perfect place to be. So come with your family and friends with some delicious meals made and enjoy the riding tracks and end the day with appreciating the beauty of the city. This is the perfect spot to enjoy a summer evening on the weekend. The Fausett farm\'s horse trails have something different to offer to everyone.</p>		\n			<h2>7. North Georgian Premium Outlets</h2>		\n		<p>The north Georgian premium outlets are situated on the northern side of Atlanta, built like a Georgian-style village. It is a perfect spot for shopping with your family and friends. You will find a huge variety of men and women\'s clothing apparel. You will find more than 100 brands and designer outlets like Kate Spade, Nike, and Polo Ralph Lauren store as well. Shop from these amazing brands while saving 25 to 60% every time you purchase something.</p>		\n										<img width=\"810\" height=\"541\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/North-Georgian-Premium-Outlets-1024x684.png\" alt=\"\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/North-Georgian-Premium-Outlets-1024x684.png 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/North-Georgian-Premium-Outlets-300x200.png 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/North-Georgian-Premium-Outlets-768x513.png 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/North-Georgian-Premium-Outlets-810x541.png 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/North-Georgian-Premium-Outlets-1140x762.png 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/North-Georgian-Premium-Outlets.png 1464w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>You can also find some delicious snacks and a play area for the kids. This outlet also arranges interesting events like the current Artisans of Atlanta, which highlights a huge variety of local traders and some delicious meals selling. This market is set on the weekends only. No trip is complete without exploring into a city\'s cuisine. This festival allows you to enjoy some delicious foods in Dawsonville. North Georgian premium outlet gives you all the entertainment under one roof. Purchase pretty clothes from different brands, have fun with your friends, and get to taste the authentic snacks and meals of the city.</p>		\n			<h2>8. Bowen Center For The Arts</h2>		\n		<p>If you are an art lover, then this the perfect place for you. Discover and purchase some of the unique and different art pieces to gift or for your home as well. Upon signing their membership, you will have the advantage of some discounts on their products. Moreover, the Bowen center expects local citizens to share their pieces of art and give some donations to keep running because it is a non-profit organization.</p><p>You will also encounter some interesting events like the recent day workshop and the quilt exhibit as well. The Bowen center aims to provide a platform to appreciate art, allow the local people to participate in art activities, and allow the people of the southeast who are eager to learn different experiences via the art workshops, several exhibitions, and visual art performances. It mainly features in classes in all fields of fine arts, history exhibitions depicting their history and visual arts.</p>		\n			<h2>9. Jungle Paradise Daylilies</h2>		\n		<p>Jungle paradise is a dream land for all the people who are fond of plants and flowers. It highlights a huge garden where unique plants are ready to be purchased. There are different wildflowers, tropical, perennials, and many camellias, rhododendrons, and azaleas. Amazingly, you will also find banana, palm, and pomegranate trees!</p><p>The perfect season is from March to October, where you will enjoy walking in the garden and looking at the beautiful flowers. And some pretty flowers bloom as Easter comes near. You get a tour through the whole garden and some learning classes on the hybridization of flowers and plants.</p><p>Jungle paradise also allows you to arrange different events in beautiful surroundings, like wedding ceremonies, photo shoots, birthday parties, and others, depending on the clients\' demands.</p><p>There are many different entertainments and excitements in Dawsonville. This city has much more to give than what we can see from our eyes. As we keep exploring it, we find more and more unusual places filled with fun beauty and fun. Whether it is the natural landscapes, or some sports or shopping, Dawsonville provides you everything. It is the perfect spot for a vacation with your friends and family.</p><p>Explore the foods of this city, and upon meeting new people, you will be amazed by their hospitality and the warm way they welcome the tourists. The tourist guide will make your trip even easier. The fresh and the clean environment will make you even enjoy more.</p><p>Every place is safe to visit. It is a great city with great people. And the natural scenic views of this city make it worth visiting. Take your family and your friends, and make some unforgettable memories in Dawsonville. So next time you plan your vacation, Dawsonville should be your priority because this is the city you do not want to miss ever. </p>','Things To Do In Dawsonville GA','','publish','closed','open','','things-to-do-in-dawsonville-ga','','','2020-07-22 20:42:23','2020-07-22 20:42:23','',0,'https://travelingdictionary.com/?p=1359',0,'post','',0),
(1361,3,'2020-07-17 02:20:15','2020-07-17 02:20:15','','Things to Do In Dawsonville GA','','inherit','closed','closed','','8132850175_2a57ec1505_h','','','2020-07-17 02:20:49','2020-07-17 02:20:49','',1359,'https://travelingdictionary.com/wp-content/uploads/2020/07/8132850175_2a57ec1505_h.jpg',0,'attachment','image/jpeg',0),
(1363,3,'2020-07-17 02:25:23','2020-07-17 02:25:23','','Amicalola Falls State Park','','inherit','closed','closed','','5807261360_604d8daca8_k','','','2020-07-17 02:25:56','2020-07-17 02:25:56','',1359,'https://travelingdictionary.com/wp-content/uploads/2020/07/5807261360_604d8daca8_k.jpg',0,'attachment','image/jpeg',0),
(1364,3,'2020-07-17 02:28:51','2020-07-17 02:28:51','','Burt’s Farm','','inherit','closed','closed','','10237002356_9b7aa72655_k','','','2020-07-17 02:29:40','2020-07-17 02:29:40','',1359,'https://travelingdictionary.com/wp-content/uploads/2020/07/10237002356_9b7aa72655_k.jpg',0,'attachment','image/jpeg',0),
(1365,3,'2020-07-17 02:33:04','2020-07-17 02:33:04','','The Dawson Forest','','inherit','closed','closed','','4985469809_280c4b442f_k','','','2020-07-17 02:33:42','2020-07-17 02:33:42','',1359,'https://travelingdictionary.com/wp-content/uploads/2020/07/4985469809_280c4b442f_k.jpg',0,'attachment','image/jpeg',0),
(1366,3,'2020-07-17 02:36:14','2020-07-17 02:36:14','','Etowah Valley Sporting Clays','','inherit','closed','closed','','3021107338_40db8ea50f_h','','','2020-07-17 02:36:51','2020-07-17 02:36:51','',1359,'https://travelingdictionary.com/wp-content/uploads/2020/07/3021107338_40db8ea50f_h.jpg',0,'attachment','image/jpeg',0),
(1367,3,'2020-07-17 02:41:24','2020-07-17 02:41:24','','Atlanta Motor Sports Park','','inherit','closed','closed','','8292908580_7f12db9110_o','','','2020-07-17 02:41:41','2020-07-17 02:41:41','',1359,'https://travelingdictionary.com/wp-content/uploads/2020/07/8292908580_7f12db9110_o.jpg',0,'attachment','image/jpeg',0),
(1371,3,'2020-07-17 02:50:44','2020-07-17 02:50:44','','North Georgian Premium Outlets','','inherit','closed','closed','','north-georgian-premium-outlets','','','2020-07-17 02:50:44','2020-07-17 02:50:44','',1359,'https://travelingdictionary.com/wp-content/uploads/2020/07/North-Georgian-Premium-Outlets.png',0,'attachment','image/png',0),
(1372,3,'2020-07-17 02:52:40','2020-07-17 02:52:40','','Fausett Farm’s Horse Trails','','inherit','closed','closed','','fausett-farms-horse-trails','','','2020-07-17 02:53:46','2020-07-17 02:53:46','',1359,'https://travelingdictionary.com/wp-content/uploads/2020/07/Fausett-Farm’s-Horse-Trails.png',0,'attachment','image/png',0),
(1375,3,'2020-07-22 13:05:34','2020-07-22 13:05:34','<p>On the northwest side of Tahiti locates the most stunning and romantic island of the world Bora Bora. The unique element of this island is its versatile and crystal blue ocean and twin peak volcanic tops. This beach is not just watching crabs walking on the sand and taking sunbathing and relaxing. Instead of these things, you can also entertain yourself with various water sports activities and boating on this beautiful Bora Bora Island.</p><p>Scuba diving, Paddleboarding, and snorkeling are the best activities you can do here. Bora bora comes in a list of those islands where you can stay in overwater houses or bungalows, where you can feed the fishes, and the walls of the cottage are of glass walls. From where you can easily see the amazing island from your room that gives a very charming and astonishing look. Bora Island is specially designed for newlyweds couples and centered them by allotting them separate areas to make their honeymoon desire special.</p><p>So, as you want to know about the best and worst season to visit bora, we have gathered some new information regarding the wheatear of this beautiful island and their festivals throughout the year.</p>		\n			<h2>1. January</h2>		\n		<p>January is one of the cloudiest and damp periods in Bora Bora. Moisture and warmer air touch its peak this month. It is also one of the rainiest months of the year because of its cloudiness and warm air. A non predicts windstorm may spread across the Pacific sea because of which cloud shower earlier than it expects.</p><p>The average rainfall in this month in several years is 270mm, which is the second-highest monthly rainfall. The expected temperature in the past years is about 30 degrees Celsius. After the rain, the humidity will be challenging because land exits its hotness through vapors through a more increase in temperature.</p><p>So, because of all the weather condition about January in Bora Bora is not satisfactory that\'s why January has not recommended to travelers because of weather harshness. Bora Bora has blessed with different cold and hot temperatures because people want to spend their time in one of the most beautiful places.</p>		\n			<h2>2. February</h2>		\n		<p>The weather of February is also very respectful to January become it comes just after January. February is such a wet season in Bora Bora because of massive rainfall in the whole month, after every 2 -3 hours there become the possibility of rain. If we talk about the overall temperature of February consistency in the shower, its weather will change to the cold one.<br /><br />It is a bit of general advice to the visitors or trippers to bring a raincoat with them to make memories also in the rain. One of the most severe issues regarding their weather is that sometimes due to terrible weather conditions, the flights or plane couldn\'t cross over the Bora Bora, so you have to be aware during these months to be saved.</p>		\n			<h2>3. March</h2>		\n		<p>The weather of March also relates to its previous month in February, and the rain continues this month. But with less pressure with almost 170mm, while the temperature remains the same, which is more than 30 degrees Celsius and because of its high temperate people try not to go out of their home useless.</p><p>March is the last rainy and damp month in the whole year because it is too hot, and it is such a warm month.</p>		\n			<h2>4. April</h2>		\n		<p><b>( The best time to visit Bora Bora )</b></p><p>In Bora Island, April has considered being the best month to visit because, in April, the snowy season is at the end. You feel a little reduction in foggy. The season in which sun glow some more hours and have a little bit chance of rain fall.<br /><br />The most advantage of this month you can take is that hotels minimize their rates than the other months because it\'s a peak tourist period, which creates competition among the hotels, this makes hotels to reduce their prices to attract the people towards them.<br /><br />Moreover, the temperature in April lies between the mid-70s to mid-80s. So mostly people considered this month to explore this beautiful location. And it\'s a long peak period for tourists. And believe me, this iconic place looks more attractive this month and makes your vacations a perfect desirable holiday.</p>		\n			<h2>5. May</h2>		\n		<p>May is also considered as one of the best months to visit this island. As in this month, the tourist rate is exceptionally high as in April. And the prices of hotels have also reduced because of the high peak rate of tourists. Some time this month is called by locals as the \'\'winters\'\'. You can\'t trust the temperature because sometimes it becomes hot and on the second it becomes cold.</p>		\n			<h2>6. June</h2>		\n		<p>In June in Bora Bora is the initial start of the high season.  Considered as perfect weather with much reduction in rainfall and because of this, your clothes would be dry. And most importantly, humidity is at a lower rate. Winds and water feel you relaxed in this month.<br /><br />An estimated average temperature has considered this month, and the next three months is 28°C to 82°F—one of the best months for newlyweds couples to visit this island for their honeymoon.</p>		\n			<h2>7. July</h2>		\n		<p>From July, the season of winter has gradually started, and it is too good weather to enjoy the beauty of such beautiful places. July in Bora Bora is such windy weather, and everything is enjoying and opens their arm in the natural air of Bora Bora.</p><p>As the months pass through January, rain is getting slower and lower in Bora Bora. The average temperature in July is 20 to 28 Celsius because it is a high time for the visitor or tourist to enjoy there.</p><p>So, if you are looking to go in July, make sure that the hotel has a vacancy or not. Every year that is the biggest issue for the visitors that they don\'t book the restaurant from their homeland and face the difficulties in Bora Bora.</p>		\n			<h2>8. August</h2>		\n		<p>One of the pleasant and perfect weather months is August in Bora Bora and almost in every country because it is the central month of the year. The winds and fresh fast air are on its peak to feel beautiful to the people of Bora Bora. Rainfalls are on its lowest monthly average the year around -60mm.</p><p>August has such a peaceful environment with the maximum time of sunshine and a very few days with rain. During this period the rate of hotels is also touched its peak. So, book your hotel in advance so you will not face any problem over there.</p>		\n			<h2>9. September</h2>		\n		<p>September is an optimal month to visit Bora bora because of a slight change in temperature. Autumn has started from the mid of September; that\'s why it is a combo of different weather.</p><p>In September, the fares of the hotel are slightly low than the previous one, and there is also a decrease in the number of visitors because it is not a vacation and its working months in all countries. When we talk about the best month to visit Bora Bora so, September is one of the top months.</p>		\n			<h2>10. October </h2>		\n		<p>Probably October is the final month of the mild weather in Bora Bora. From the mid of October, there is again start an increase in temperature. And gradually, humidity increases, and there has yet started the rainy and cloudy atmosphere. It is one of the most comfortable months from the season point of view. It is clear, mild, and dry, and that is what you want from our favorite month.</p><p>It has recorded that the clouds rain more than 30% in October compared to the previous three months, but when we compared with the next three months, it rains half from the others. Because of a beautiful atmosphere in the whole month of some countries and holiday period heir rate is at its peak. </p>		\n			<h2>11. November </h2>		\n		<p>Here starts the season of humidity and rain, and its month\'s name in November. This weather continues from November to late April. The average temperature of November is 30 Celsius or more than 30 Celsius. It is such a rainy month that you can assume it from its rain double to the storm of October and triple to September.</p><p>November can also have turned the month of danger because of its unexpected windstorm and cyclones, so you should be alert regarding safety purposes. It is recommended not to visit Bora Bora during November and December because of the harsh weather. Flights are also sometimes closed due to its climate.</p>		\n			<h2>12.	December</h2>		\n		<p>The wet season is entirely and truly starts from December with such a heavy rainfall or downpour that could harm the travel plans. The entire rainy day recorded every year is almost 15 days, with the heavy rain of nearly 280mm. December is the wettest month in Bora Bora, and it rains five times more than August.</p><p>Because of consistency in the rain, the weather becomes so pleasant to enjoy the beauty of Bora Bora, and people visit a lot this month because it is a vacation all over the world due to Christmas and New Year. So, the fares of restaurants increase double to September because people love to enjoy the beauty of Bora Bora is such a dramatic season.</p>		\n			<h2>Annual Festivals In Bora Bora</h2>		\n		<p>Visiting on these days of annual festivals in Bora Bora are also recommended and encouraged tourist towards them to visit this admiring location. Here are those festivals:</p>		\n			<h3>•	Tahiti Pearl Regatta</h3>		\n		<p>This Tahiti festival is a sailing race between four Polynesia islands. Those are Bora Bora, Taha\'a, Raiatea, and Huahine. People who want to be a part of this event have invited throughout the pacific<br /><br />In the evening this festival takes place in the city with different activities. Like it includes, games, singing, dancing, local cuisine, and BBQ parties. </p>		\n										<img width=\"810\" height=\"502\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1.jpg\" alt=\"Tahiti Pearl Regatta\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1.jpg 1000w, https://travelingdictionary.com/wp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-300x186.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-768x476.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1-810x502.jpg 810w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n			<h3>• Bora Bora Liquid Festival</h3>		\n		https://www.youtube.com/watch?v=vo9Jpt9Hk5s<p>Well, this another festival which happens in Bora Bora. However, this fluid festival merges with the water athletes and the fantastic beauty of Bora Bora to compete in the ocean.</p><p>This festival is organized each year in December. There are various activities and beach celebrations have planned in the liquid festival. That attracts so many tourists to which this island in December during these festival days.</p>		\n			<h3>• Heiva In Bora Bora</h3>		\n										<img width=\"810\" height=\"419\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-1024x530.jpg\" alt=\"Heiva In Bora Bora\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-1024x530.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-300x155.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-768x397.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-1536x795.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-810x419.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-1140x590.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1-375x195.jpg 375w, https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1.jpg 1600w\" sizes=\"(max-width: 810px) 100vw, 810px\" />											\n		<p>This is the best festival held in Bora Bora. And this festival has organized in July and August each year. This festival aims to show the Polynesian traditions and their rituals through their costumes, music, and skills.<br /><br />This festival has celebrated through traditional singing, dancing, crafts work, and different regular sports competitions. This festival is not only limited to Bora Bora\'s location of vape, but this is the festival celebrated all across the French pacific island. </p>		\n			<h2>Conclusion</h2>		\n		<p>If you don\'t want to spend much money and be in your budget. You can visit this place in the lower tourist season, and you can enjoy the moisture climate. That is the season of the quieter period.<br /><br />As this location is so beautiful that you feel a dream comes true to visit this charming island. And when you are going to plan to explore this place at first, you got a very satisfaction impression.<br /><br />And believe me, that matters when you are spending a considerable amount to explore any place you just want that place keep its worth, and you don\'t regret it. If you want this type of satisfaction, then this place is above your expectation.</p>','What Is The Best Time Of Year To Go To Bora Bora','','publish','closed','open','','best-time-of-year-to-go-to-bora-bora','','','2020-07-23 14:12:16','2020-07-23 14:12:16','',0,'https://travelingdictionary.com/?p=1375',0,'post','',0),
(1377,3,'2020-07-22 13:04:52','2020-07-22 13:04:52','','Best Time To Visit Bora Bora','','inherit','closed','closed','','bora-bora-3023437_1280-2-1','','','2020-07-22 13:05:29','2020-07-22 13:05:29','',1375,'https://travelingdictionary.com/wp-content/uploads/2020/07/bora-bora-3023437_1280-2-1.jpg',0,'attachment','image/jpeg',0),
(1379,3,'2020-07-22 13:20:41','2020-07-22 13:20:41','','Tahiti Pearl Regatta','','inherit','closed','closed','','8857487504_8ac943b5b7_o-1','','','2020-07-22 13:21:17','2020-07-22 13:21:17','',1375,'https://travelingdictionary.com/wp-content/uploads/2020/07/8857487504_8ac943b5b7_o-1.jpg',0,'attachment','image/jpeg',0),
(1381,3,'2020-07-22 13:44:34','2020-07-22 13:44:34','','Heiva In Bora Bora','','inherit','closed','closed','','4803208018_3cbb10a942_o-1','','','2020-07-22 13:44:59','2020-07-22 13:44:59','',1375,'https://travelingdictionary.com/wp-content/uploads/2020/07/4803208018_3cbb10a942_o-1.jpg',0,'attachment','image/jpeg',0),
(1383,3,'2020-07-22 13:47:36','2020-07-22 13:47:36','','Best Time To Visit Bora Bora','','inherit','closed','closed','','overwater-bungalows-with-best-beach-for-snorkeling-tahiti-poly','','','2020-07-22 13:48:34','2020-07-22 13:48:34','',1375,'https://travelingdictionary.com/wp-content/uploads/2020/07/overwater-bungalows-with-best-beach-for-snorkeling-P9P3CXF.jpg',0,'attachment','image/jpeg',0),
(1396,3,'2020-07-23 18:08:05','2020-07-23 18:08:05','Mexico is the state of the United Mexican, a country located in North America. Mexico is the 11th most populated country in the world. Land area is the 14th largest country, and the most substantial income generated state of the united state through tourism in Mexico. There are 31 states in Mexico, and the language that spoken in this country is Spanish. And El Paso, known as New Mexico, located on the Rio Grande near the Mexico border. And is the 22nd largest city of the United States. Moreover, recognized and awarded as the safest city in the U.S.\n\nEl Paso is one of the best destinations for tourism. And travelers around the world get attracted to Mexico is because of their foods, drinks, Mayan temples, bands, beautiful beaches, and festivals.\n\nWhen it comes to food, El Paso is famous for different varieties of flavors in foods and species for many decades. Mexican foods are a symbolic and unique element of Americans for so long. Moreover, In Mexico, food is considered a valuable source for any relationship, and it deemed necessary to build a relation. If a girl wants to marry, she must know how to cook, and most importantly, she must have cooking skills required to make such a portion of delicious food. It stated that Mexican\'s couldn\'t compromise on their meals!\n\n<em>-Although, if you love foods and want to visit El Paso, then this article is just for you. </em>\n<h2>1.	Machaca</h2>\nOne of the tops voted dishes of Mexico, and El Paso is Machaca. Machaca is such different food from others in many ways that it contains the dried meat. There are various combinations with Machaca, such as Machaca beef, Machaca burrito, Machaca eggs, and many others. When we talk about the most famous combo among all are these three. And If we rate or vote these three in order than number 1 is Machaca beef, number 2 is Machaca burrito, and the number 3 is Machaca egg. If you want to eat the best Machaca in the world, then I should prefer you to eat the Machacca of Café may pan, which has located in Mexico, El Paso.\n\nhttps://www.youtube.com/watch?v=EqNblGxtdlc\n<h3>•	Machaca Beef</h3>\nThis type of Machaca contains the boneless piece of beef chuck roast, large onion sliced, green chilies, beef bouillon, mustard, garlic, salt, peppercorn, and salsa. Based on multiple and different kinds of ingredients, this dish is spreading day by day. It contains 270 calories, so it\'s a bit healthy food.\n<h3>• Machaca Burrito</h3>\nFirstly, Bruitto is a kind of roll with central filled with the ingredients you may like, but when it has filled with Machaca, there is no choice of choosing anything else except Machaca burrito.\n\nThe elements contain yellow onions, red bell peppers, large garlic cloves, green chilies, lime juice, soy sauce, dried oregano, and black pepper.\n<h3>• Machaca and Eggs</h3>\nIt is not as much as different from Machaca beef, there is only one difference between the ingredients: that Machaca beef contains meat, and Machaca egg contain eggs, but there is much difference in their taste. It is a low rate item, so people prefer Machhaca egg more than the above two.\n<h3>• Albondigas al Chipotle</h3>\nCafé may pan one of the highly paid restaurants in Mexico, El Paso. Cafe Mayapan is a not only expensive restaurant, but it has its class in taste. They maintain their status to compete with others. Albondigas al Chipotle is one of Mexico\'s famous food, not only for its taste but also for its epic and a different name. It is the only dish that maintains the dignity of this restaurant in taste. Its best combo is with plain white rice, and it is not as heavy so that you can take this meal at the time of dinner. You may also eat Albondigas al Chipotle with Samosas as snacks.\n\nThe ingredients of this yummy and delightful food are tomatoes, onion, clove garlic, chipotle peppers, vegetable oil, chicken stock, and eggs. When you see the item using in this dish, we all can understand how energetic it would be for us.\n\nAlbondigas al Chipotle is the dish that we can eat from spoon and fork. It seems so tasty when a full pale of white rice has loaded with Albondigas al Chipotle on it. The waiter of the Café may pan to you and said, enjoy your delicious meal, sir, while writing this article, my mouth is full of water because I have tasted this meal before.\n<h2>2. Steak Tacos</h2>\n<img width=\"810\" height=\"539\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/tacos-3448929_1280-1024x681.jpg\" alt=\"Steak Tacos\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/tacos-3448929_1280-1024x681.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/tacos-3448929_1280-300x199.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/tacos-3448929_1280-768x511.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/tacos-3448929_1280-810x539.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/tacos-3448929_1280-1140x758.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/tacos-3448929_1280.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\">\n\nIn El Paso, steak tacos are full of juice, grilled steak with baked potatoes and onion in it, and a topping of creamy and cheesy mushrooms and olives. Steak taco has considered one of the mouth-watering dishes. Steak Tacos is one of the premium Mexican dishes, mostly it is served with salsa and lettuce. I don\'t like the taste of Steak Tacos, but I must say that I have been shocked by the feeling of La Malinche. La Malinche is the regular and typical restaurant of Mexico, El Paso, and the Mexican version of Applebee\'s also calls it.\n\nIf you are looking for the best Steak Tacos, then you should try the Tacos of La Malinche, it\'s the best option I have ever seen. The La Malinche restaurant makes my least favorite dish turn in my favorite ones. And Tacos have served with plain white rice, beans, and gardens items. It has decorated with cilantro and onion. It is not an expensive dish, but every man can afford it and make its meal superb. It contains 225 calories in one plate of tacos. Hence, it\'s a very healthy diet for all ages. You can also enjoy this meal, like a family dinner.\n\nWhen we are talking about the ingredients of Tacos. That includes boneless, beef, flour, Worcestershire sauce, chili powder, garlic powder, dried oregano, salt, lime juice, hot pepper sauce, flour tortillas, shredded cheddar cheese, Picante sauce, and sour cream, optional.\n<h2>3. Menudo</h2>\nMenudo is a crucial and ubiquitous dish in Mexico, El Paso. Mexican People love Menudo so much, that\'s why it is the household dish of Mexico. Menudo is the best hangover cure for the Mexicans, not by drink but also by food. Menuda is a red chili pepper soup with the stomach of beef.it is the first choice and the most voted soup of the people of El Paso. The secret in the quality taste of this recipe is its different flavors.\n\nGood Luck Café is one of the old Café of El Paso and because of its long period, its overall style and look become very old-fashioned structure. But, the taste of Good Luck Café is not only enjoyable, but it also has the quality of its product and flavor. The two most famous food of his café is Menudo and grilled items. Everyone in El Paso wants to taste the Menudo of Good luck café, but usually, there is a long, long queue of people to buy Menudo. Home-made Mexican food points also know cafe Good Luck.\n\nPeoples belonging to any age group can eat this because there is no harm to this soup; instead, there are a lot of benefits of this soup because of its ingredients. So, let\'s talk about its healthy ingredients: beef tripe, garlic, salt, red chili powder, oregano, black pepper, cumin powder, onion chopped, and hominy.\n<h2>4.	Paletas De Crema</h2>\nAs we are talking about the most loved foods of El Paso, so how can we miss the name of one of the best sweet dishes or ice cream of El Paso. First of all, I am relating to those people who had never seen or taste this ice cream, which means you don\'t have to feel the glamour of the world.\n\n<img width=\"810\" height=\"540\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-1024x683.jpg\" alt=\"Paletas De Crema\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-1024x683.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-768x512.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-1536x1024.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-810x540.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/21040798769_fb9107c93d_k-1-1140x760.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/21040798769_fb9107c93d_k-1.jpg 2048w\" sizes=\"(max-width: 810px) 100vw, 810px\">\n\nPaleteria Tepalca is the local\'s favorite dessert house of Mexico, and now it is also named as Mexican ice-cream dessert. It is not as old. The structure of Paleteria Tepalca is, although not so high level, the food lover always likes the quality of its food. The reason behind the long queue for its item is that they serve Paletas de Crema with a full cup of corn and beans, their flavors taste like the first fruits. The price of each ice cream is quite affordable to everyone and make your stomach full with its ice cream\n\nWhen we talk about its taste and delicious ingredients, it includes ripe strawberries, morena sugar, heavy whipping cream, and sugar; because of its natural and convenient ingredients. This ice cream is a low-rate and high-tasting if you are going to make a plan of date, so I would prefer you to take Paletas de Crema from Paleteria Tepalca.\n<h2>5. Gorditas</h2>\nThe Gorditas is a meat dish that is like pastry, which meat and lettuce are filled in the mid of bread and serve with the side dishes. Like, rice, tomatoes, potatoes, and beans that enhance its taste more. Moreover, Gorditas is a traditional Mexican food that readily available in El Paso even it is also available in street stalls, van, and infamous restaurants. The word Gorditas means small, chubby, and fatty in the Spanish language. JJ\'s is the name of the restaurant in El Paso, famously known for its breakfast and lunching serving deals. In El Paso, Jj\'s is the best restaurant that serves Gorditas.\n\n<img width=\"810\" height=\"608\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-1024x768.jpg\" alt=\"Gorditas​\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-1024x768.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-300x225.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-768x576.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-1536x1152.jpg 1536w, https://travelingdictionary.com/wp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-810x608.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1-1140x855.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1.jpg 2048w\" sizes=\"(max-width: 810px) 100vw, 810px\">\n\nWell, it has made from masa harina that is also known as nixtamalized maize flour. Mexican use this floor as a culinary culture. The concept of this flour is to use in a portion of food because they think it helps keep the masa longer. Nixtamalized flour has made up of cooking corn in lime water. Hence, lime water helps in digesting the food, so Gorditas is a digestible and nutritious food. It examines that in each gordita, there are 280 calories.\n\nSome of the best restaurants in El Paso, where you can get Gorditas easily are:\n<ul>\n 	<li>Gorditas Lerado.</li>\n 	<li>Tony\'s Gorditas.</li>\n 	<li>Gorditas Mexicana.&nbsp;</li>\n</ul>\n<h2>6. Mexican Rice</h2>\n<img width=\"810\" height=\"539\" src=\"https://travelingdictionary.com/wp-content/uploads/2020/07/rice-popular-1766131_1280-1-1024x682.jpg\" alt=\"Mexican Rice\" srcset=\"https://travelingdictionary.com/wp-content/uploads/2020/07/rice-popular-1766131_1280-1-1024x682.jpg 1024w, https://travelingdictionary.com/wp-content/uploads/2020/07/rice-popular-1766131_1280-1-300x200.jpg 300w, https://travelingdictionary.com/wp-content/uploads/2020/07/rice-popular-1766131_1280-1-768x512.jpg 768w, https://travelingdictionary.com/wp-content/uploads/2020/07/rice-popular-1766131_1280-1-810x540.jpg 810w, https://travelingdictionary.com/wp-content/uploads/2020/07/rice-popular-1766131_1280-1-1140x760.jpg 1140w, https://travelingdictionary.com/wp-content/uploads/2020/07/rice-popular-1766131_1280-1.jpg 1280w\" sizes=\"(max-width: 810px) 100vw, 810px\">\n\nSoft, Mexican rice is a perfect dish that has quickly cooked, and the taste is so delicious. Excellently use as a side dish too with some combination of chicken, beef, mushrooms, and fish that enhances and gives the blend of spices. Most importantly, it is the most natural food to cook, whether in the stove or microwave. This rice is also known as Spanish rice or Arroz Rojo.\n\nThe ingredients used in making this rice are rice, cilantro, chicken, tomatoes, beans, onions, and if you want it cheesy, you can add cheese. There are approximately 199 calories in one cup of rice that contains 37% fat, 7% protein, and fiber and 56% carbs\n<h2>Conclusion</h2>\nWhenever you visit El Paso, you examine the importance of food in every single spot. Every meal is entirely natural and deliciously full of taste, colors, and with perfect spices. It has believed that Mexican foods have not to change for many decades. Most of the ingredients are familiar and useful in many dishes—for instance, beans, corn, pepper, tomatoes, lettuce, beef, and chicken.\n\nThe fantastic thing about Mexican foods is that all of the best dishes are also available in the street in the shape of street vans. That is quite obvious, cost less than the big restaurants in El Paso, which is easily affordable by any class group. These street vans enrich the outing for tourism that they can quickly eat in any spot at a very affordable price, and that taste is so amazing!\n\nNot only for food Mexico famous for but also for its drink culture. The best drinks are warm chocolate latte, a rice drink known as horchata Blanca, and another rice drink toasted known as horchata de Arroz and almond rice drink.\n\nThe problem for travelers is choosing one meal to eat at a time out of so many delicious meals While we are traveling to different states of Mexico.','Best Mexican Food In El Paso','','publish','closed','open','','best-mexican-food-in-el-paso','','','2020-07-23 18:11:27','2020-07-23 18:11:27','',0,'https://travelingdictionary.com/?p=1396',0,'post','',0),
(1397,3,'2020-07-23 17:37:59','2020-07-23 17:37:59','','Best Mexican Food In El Paso (1)','','inherit','closed','closed','','best-mexican-food-in-el-paso-1','','','2020-07-23 17:38:40','2020-07-23 17:38:40','',1396,'https://travelingdictionary.com/wp-content/uploads/2020/07/Best-Mexican-Food-In-El-Paso-1.png',0,'attachment','image/png',0),
(1399,3,'2020-07-23 17:55:59','2020-07-23 17:55:59','','Paletas De Crema','','inherit','closed','closed','','21040798769_fb9107c93d_k-1','','','2020-07-23 17:56:31','2020-07-23 17:56:31','',1396,'https://travelingdictionary.com/wp-content/uploads/2020/07/21040798769_fb9107c93d_k-1.jpg',0,'attachment','image/jpeg',0),
(1400,3,'2020-07-23 17:58:30','2020-07-23 17:58:30','','Steak Tacos','','inherit','closed','closed','','tacos-3448929_1280','','','2020-07-23 17:58:59','2020-07-23 17:58:59','',1396,'https://travelingdictionary.com/wp-content/uploads/2020/07/tacos-3448929_1280.jpg',0,'attachment','image/jpeg',0),
(1401,3,'2020-07-23 18:02:17','2020-07-23 18:02:17','','Gorditas','','inherit','closed','closed','','godiva-955527_1280-1','','','2021-02-06 14:09:43','2021-02-06 14:09:43','',1396,'https://travelingdictionary.com/wp-content/uploads/2020/07/godiva-955527_1280-1.jpg',0,'attachment','image/jpeg',0),
(1402,3,'2020-07-23 18:06:15','2020-07-23 18:06:15','','Gorditas​','','inherit','closed','closed','','4078458283_fbb69c01e2_k-1','','','2021-02-06 14:09:23','2021-02-06 14:09:23','',1396,'https://travelingdictionary.com/wp-content/uploads/2020/07/4078458283_fbb69c01e2_k-1.jpg',0,'attachment','image/jpeg',0),
(1403,3,'2020-07-23 18:08:48','2020-07-23 18:08:48','','Mexican Rice','','inherit','closed','closed','','rice-popular-1766131_1280-1','','','2021-02-06 14:08:55','2021-02-06 14:08:55','',1396,'https://travelingdictionary.com/wp-content/uploads/2020/07/rice-popular-1766131_1280-1.jpg',0,'attachment','image/jpeg',0),
(1409,3,'2020-08-17 16:59:19','2020-08-17 16:59:19','<p>Well, the most difficult decision to decide where to go to the Maldives or Bora Bora. They both are the most luxurious and fantastic island to visit and spend your dream vacation. And the first thought came to my mind regarding these islands are there exotic overwater bungalows.</p><p>Bora Bora locates near Tahiti in French Polynesia, in the south pacific and like a small island. While on the other hand, Maldives is a steamy tropical country finds in the Indian Ocean with lots of little scattered resorts.</p><p>Whether you are planning to visit these fantastic destinations for making your life\'s prestigious event, a memorable one, or enjoying your holidays, and if you feel stuck between two of these exotic locations, this might help you for sure then</p>		\n			<h2>Bora Bora Vs. Maldives: Food</h2>		\n		<p>In Bora Bora, you can find out variety in seafood like mahimahi, grouper, Poisson cru (that includes tuna thoroughly marinated with lemon juice and coconut milk). And some fruits like pineapple, bananas coconuts, and bonitos. They also have yummiest pastries and slices of bread as they got influence by French so that you will find out amazing French cuisines.</p><p>Diversely, Maldives has more curry, seafood, and coconut. And that seafood has a grill on the coconut charcoals. And there are so many amazing restaurants where you can fill up your tummies with so many delicious dishes. They got influenced by Indian and Asian so you can get their delicious Asian foods.</p><p>Well, in foods, Maldives win as compared to Bora Bora. Each meal over there has perfectly cooked with delicious tastes, not only this, but also the Maldives has a lot of restaurants. Restaurants with fantastic sea views and sunset views.</p><p> It doesn\'t mean that Bora Bora fails. They have one of the famous restaurants the four seasons where you can get fantastic food too, but it isn\'t that much impressive comparing to Maldives restaurants. And the food price of both islands while they both are expensive a lot.</p>		\n			<h2>Bora Bora Vs Maldives: Activities</h2>		\n		<p>So whatever place you decided to visit, you will surely enjoy your journey in a relaxing and fun way. Both destinations have fantastic spa\'s that keep you relaxed, and both are famous for their overwater Bungalows.</p><p>Well, Bora offers its complementary tourist activities on their fantastic island for adventure. Like, stand up Paddleboarding, scuba diving, and snorkeling. You can do snorkeling in coral gardens and the Bora Bora Langoonarium (a place of the natural aquarium where you can watch and meet stingrays and sharks).</p><p> No worries if you don\'t like watching sharks and stingrays, you can also enjoy their snorkeling. And you can also try their fishing and canoeing outrigger. Except for these water activities, tourists can also hire a guide to help them exploring the Bora Bora culture and history. And mostly guides are locals, so this is the best way to learn about this island.</p><p>On the other hand, Maldives is best known for its quality beaches. The Maldives has a lot of varieties to entertain their tourist. In terms of water activities, they have a uniqueness in their activities like whale shark snorkeling, diving in the warm water, and enjoying beautiful marine life.</p><p>Along with these manta rays and snorkeling makes the perfect idle destination to visit. And if you want to explore water life, then, believe me, this place is especially for you. You can do swimming, surfing, Paddleboarding, sea kayaking, jet-skiing, and there are so many other fun doing things in the Maldives.</p>		\n			<h2>Bora Bora Vs. Maldives: Accessibility</h2>		\n		<p>Suppose traveling time is an essential element for you. In that case, you should keep in mind that accessibility is also critical for you to for spending quality and relaxing time on paradise more than in traveling.</p><p>So here you can have an idea, that if you are traveling from the United States than Bora Bora will be more suitable for you than the Maldives. And if you are going from Africa and Europe, then the Maldives would be your better option.</p><p>Approximately it takes around 10 hours from LOS Angeles to reach Bora Bora. And from LOS Angeles, it takes more than 27 hours to reach to the Maldives. So here you can save your time by choosing an accessible location for your vacations.</p><p>And if you are coming from London to the Maldives it takes 10 hours from the direct flight then you have to take sea boats and seaplane to reach your desire resort. So to Bora Bora, it takes around 24 hours, which does not directly arrive at this island, but first, you enter in Tahiti and then another flight you have to take to reach t the Bora Bora.</p><p>I think this time analyzing would surely help you plan your trip, whether to Bora Bora or Maldives.</p>		\n			<h2>Bora Bora Vs. Maldives: Vibes</h2>		\n		<p>The vibes that you feel in the Maldives that is a luxurious sandy private island and Bora Bora is a relaxing and comfortable resort. Different country\'s different natures of tourists and couples come to visit these destinations.</p><p>Moreover, Maldives has preferred those people whose interests are off the map and want a place full of privacy. And Bora Bora has preferred by those whose interest is in civilization and society\'s willingness.</p>		\n			<h2>Bora Bora Vs. Maldives: Where To Stay There</h2>		\n		<p>In Bora Bora the most famous resorts are:</p><p><b>Four seasons<br /></b><b>St. Regis Bora bora<br /></b><b>Hilton Moorea</b></p><p>These resorts are fantastic over the water bungalows with luxurious facilities and panache.</p><p>While in Maldives best resorts for a honeymoon that couples prefer are:</p><p><b>GiliLankanfushi<br /></b><b>Six senses Laamu</b></p><p>In these two resorts, you can find out amazingly delicious food and over the water bungalows.</p>		\n			<h2>Bora Bora Vs. Maldives: Accommodation or Cost</h2>		\n		<p>Well, both destinations are considered expensive. But the Maldives is less costly as compared to Bora Bora. More importantly, when we are talking about foods and drinks.</p><p>If you are interested in the Maldives trip, then the approx expense you might bear is around 11000 dollars to 25000 dollars per week, including room rates, foods, and flight. bora bora will charge you more around 14000 dollars to 35000 dollars. While when you are planning for vacations to one of them, you should keep in mind that Bora costs you more than the Maldives.</p><p>These charges may differ if you are using coupon cards, travel card points, and airline miles.</p><p>Accommodation is also high in Bora Bora. It charged you around 300 dollars per night. And if you are desirable to spend on private overwater bungalows, it costs you about 800 dollars to 15000 dollars. More you can see in our article. And you don\'t have many options to decide on the resorts because there are few resorts available.</p><p>While in the Maldives, you can find out more options to have your stay, which is reasonable than the Bora Bora. And you can be booked yourself with different price range resorts.</p>		\n			<h2>BORA Bora Vs. Maldives: Best Time To Visit</h2>		\n		<p>What is the best or perfect time to visit The Bora Bora and the Maldives?</p><p>Let have some look at the Bora Bora, you will get the perfect vacation or honeymoon through months from May to October, in the dry and rainy season, you will enjoy your partner.</p><p>The most highly rated and crowded months of Bora Bora are considered June, July, and August because of their seasonal changes. In Bora Bora, you are not restricted to enjoying only one weather at a time like other countries; you will have mixed weather like dry, cold, and sunshine with the sun on its peak.</p><p>Let have some discussion on the weather or the best time for the visitor to visit the Maldives. The high seasons of Maldives are considered from December to April. The foggy and rainy is during summer.</p><p>September and October are the only two months when there is nothing that means no rain or fog but only sunshine. The sunshine of Maldives is very famous for its island view, and the most attractive thing about these months is that the hotel fares and residence costs are almost half as compared to the other months.</p>		\n			<h2>Bora Bora Vs. Maldives: How to Reach</h2>		\n		<p>Getting to Bora Bora or the Maldives is such a long route and very painful for your back to travel, the flights of both destinations are so irritating because you have to stop at different airports and then, in the end, you will reach there.</p><p>The way to the Maldives is considered as more stress full than Bora Bora. First, you have to reach Srilanka from our homeland, and then you have to fly from Srilanka to Maldive for almost 200$ per person and then you had to take a seaplane to the Maldives for 500$ per person, which is quite expensive people don\'t like this at all.</p><p>While reaching to Bora Bora is much convenient as compared to the Maldives. You may be caught the direct flight from New York to Los Angeles; then, after reaching to the Los Angeles, you will directly contact to Tahiti for almost 2500$ person. From Tahiti, you will get the final flight or direct flight to Bora Bora for 400$ and then a very short boat ride to the resorts.</p><p>You can also take direct flight LAX through a couple of different airlines, including Air Tahiti and Air France. When we talk about the cost, then the journey to France Polynesia is about double the cost to the Maldives. But the most attractive thing about Bora Bora is that the food restaurant other activists are at a much lower rate than the Maldives.</p>		\n			<h2>Bora Bora Vs. Maldives: The Rooms</h2>		\n		<p>Let have some look on the beach facing rooms; you can quickly get less expensive and under range bungalow in the four seasons resort of Bora Bora.</p><p>The decision of best-facing room and location and at a low rate was taken by the audience who visited and stayed there for some days, and they are sure that Bora Bora is the very best choice compared to the Maldives. So, Bora Bora wins this heading.</p><p>The Maldives doesn\'t win because their rooms are not maintained or not like for newlyweds couple; only one thing is similar to Bora Bora rooms, which are beach facing rooms, and that is not enough for a romantic atmosphere.</p><p>The rooms in The Four Seasons resort are cheaper as compared to the resorts of Maldives. I will surely recommend that you go to Bora Bora to make beautiful memories with your partner and take a pleasant ad clam start of your life.</p>		\n			<h2>Bora Bora Vs. Maldives: The Properties</h2>		\n		<p>The properties of both the island are fabulous. Still, I have already read the feedback, and all the visitors voted the Maldives as the best properties provided island as compared to Bora Bora. All the Maldives lovers didn\'t say something terrible about Bora Bora; instead, they didn\'t support the Maldives in other activities. The fact is that they decided the Maldives as the best properties provide.</p><p>The Services of Bora Bora are not as quick and fast as compared to Conrad Maldives. People personally feel like they want to spend money on the workers there to do work in prompt service and the family or group who are spending money on those workers they are doing their job in advance.</p><p>One more thing which is a bit irritating about Bora Bora is that they call their customers and ask them again and again about their meal. After they say no thanks, they started forcing and pushing to have it, and that\'s the one thing because of which people choose the Maldives instead of Bora Bora. Otherwise, the staff of Bora Bora is quite well mannered and well dressed, and people also love to go there in there vacation time.</p>		\n			<h2>Bora Bora Vs. Maldives:  Freebies</h2>		\n		<p>Besides all the philanthropic activities and paid activities, both the Island resorts provide free activities to their customers. It is such a hearted thing about these two Islands. Four Season Resorts offers free shuttle by boat to the main island.</p><p>Conrad Maldives provides an hour of happiness on the beach each day and offers you complimentary alcohol, canapés, and a lovely view of the beach.</p>		\n			<h2>Bora Bora Vs. Maldives: Local Transportation</h2>		\n		<p>If you are a traveler who prefers traveling and going to different famous spots of that city, you will be absolutely in the right article. Here are some tips to get around various places on two types of wheelers. We have some tips for you if you are a person who likes to explore more rather than spending your whole day relaxing on a beach.</p><p>One is Bike riding, for which you have to take a bike on rent; it may take only 2 to 3 hours to complete the whole Bora Bora Island. To exploring Bora the best way around is biking and cycling around the entire island.</p><p>Another option is to travel in the car and take the car on the rent, but it is an expensive ride. Still, it will complete safety, so I would surely recommend you to take care because you are unknown to the new road and their rules, and it is also a relaxing drive throughout the whole trip of the Maldives or Bora Bora.</p><p>One of the best ways to travel the island is to walk there and open your arms in natural beauty. Well in the Maldives the best way to explore the beautiful landscapes and beaches are by walk. All of the islands are very convenient and near each other that tourists can explore it on walking.</p><p>Farry network between the islands is also available if you don\'t like walking you can travel through this and sea boats. But if you feel secure in walking all around the island, Conrad Maldives and Four Season Bora Bora Resorts provide ample space to their customers to feel relaxed and confident in the resort.</p>		\n			<h2>Bora Bora Vs. Maldives: Surroundings And Natural Beauty</h2>		\n		<p>Bora Bora and Maldives are on the top of the beautiful island and because of which we can\'t make any decision in the natural beauty of GOD. He made the atmosphere of both islands beautiful that all the couple wants to go there on their honeymoon.</p><p>When we talk about the color of their water, we can compare both islands, and both have a spectacular glow in their way. Still, the Maldives has an attractive color, and it is also famous for its watercolor, and many visitors say that they haven\'t seen the water ever like the Maldives.</p><p>The second and the last thing at which we can compare them is the view of the mountain, and unluckily the Maldives didn\'t have the hill. Based on mountains, people admit the Bora Bora is much prettier and has a fascinating view more than the Maldives.  You can also feel the beauty of Bora Bora from its beach, mountain, and four-season resort.</p>		\n			<h2>Bora Bora Vs. Maldives: Privacy Level</h2>		\n		<p>Well, the most crucial element that the Maldives is so concerned about their tourist\'s privacy. That is the main reason for past years it becomes one of the choices of celebrities.</p><p>Nowadays, a day\'s tourists preferred those over the water bungalows that keep them private that nobody sees them and cannot see any of them.</p><p>One of the best resorts in the Maldives is Milaidhoo, where you reach through seaplanes and boats and ensure you with some of the water sports activities with full of privacy level. Moreover, their bungalows are very near to each other but provide you with private space with glass and structure.</p><p>While resorts in Bora Bora are designed and structured several years ago, and some of the resorts are renovated like Hilton that\'s changed from Conrad now and intercontinental Thalasso spa.</p><p>Some villas at Bora Bora are so near that sometimes you can hear the voice and see people around you. So this place doesn\'t assure you privacy. </p>		\n			<h2>Bora Bora Vs. Maldives: The Winner</h2>		\n		<p>So, it is not a one decided decision. Both islands have beauty in their way, and both islands make a pleasant and happy visitor by its weather and by its gorgeous atmosphere.</p><p>There is nothing to make the conflict between these two; it is clear that the Maldives is good at proving properties, climate, and other things. Similarly, Bora Bora is good is convenient to reach as compared to the Maldives; their room is much beautiful than the Maldives because of their view; their freebie option is more attractive than the Maldives. Bora Bora has the advantage of a mountain that the Maldives didn\'t have.</p><p>Based on the different facilities they are providing, it is decided by the visitors that Bora Bora is a more attractive and pleasant place to travel. So, make sure that you are spending your money on the right choice.</p>		\n			<h2>Conclusion</h2>		\n		<p>Both places Bora Bora and Maldives, are considered equally beautiful and are both offering the same types of activities. My recommendation is to visit the Maldives if you have not that much budget to spend on your vacations. And if you are sufficiently budgeted, then I recommend you with Bora Bora.</p><p>Well, no matter which island will you prefer rather Maldives, Bora Bora or any other, if you want the best experience of your life on those islands just than make your stay on overwater bungalows.</p>','Which Is Better Maldives or Bora Bora?','','publish','closed','open','','which-is-better-maldives-or-bora-bora','','','2020-08-17 17:05:06','2020-08-17 17:05:06','',0,'https://travelingdictionary.com/?p=1409',0,'post','',0),
(1410,3,'2020-08-17 16:27:45','2020-08-17 16:27:45','','Which Is Better Maldives or Bora Bora','','inherit','closed','closed','','which-is-better-maldives-or-bora-bora-1','','','2021-02-06 14:08:32','2021-02-06 14:08:32','',1409,'https://travelingdictionary.com/wp-content/uploads/2020/08/Which-Is-Better-Maldives-or-Bora-Bora-1.png',0,'attachment','image/png',0),
(1413,3,'2020-08-17 20:29:41','2020-08-17 20:29:41','<p>Choosing a destination for a vacation can be a pretty tough choice. But don\'t worry, we have your question got cleared. Valdosta Ga, it is! Located in the country of Georgia, in the U.S, it is much known for its adventure, nature, attractive sites, and a lot of innumerable activities.</p><p>Considering the weather of Valdosta ga, it varies a lot. It is scorching during the summers and extremely cold during the winters, and you can expect precipitation for six months as well. The perfect time for tourists to explore Valdosta ga is between 5<sup>th</sup> March to 20<sup>th</sup> May.  Explore the different sites at Valdosta Ga, and create fun memories that will be cherished forever, may it be with your friends or even family.</p>		\n			<h2>What Makes Valdosta Ga The Best Place To Visit?</h2>		\n		<p>Being enchanting and unpredictable to your eyes, Valdosta ga gives you an intriguing understanding of this small town and meanwhile being a significant encounter and an ideal place to discover in the U.S. It\'s no big surprise that a large number of tourists come and stay in this town due to the fact that this growing vacation town offers you a lot of activities. It is widely known for the wild theme park and its popular secondary school football teams.</p><p>Talking about its location, the way to Valdosta is extremely simple to find, and it is a stop-off for travelers who are moving between the places of Orlando and Atlanta. Being famous for its distinct cuisine and food ways makes the travelers take a pause and taste the exotic foods from the King\'s Grill and Bleu Café. Get to experience the southern taste by trying out their crab soup, salad croissant, and the artichoke lavish. And the feeling of blueberry muffin along with ice cream will make you crave it again and again. In addition to their food, people love visiting Valdosta due to their hospitality, friendly citizens, and the way they welcome the tourists in their town.</p>		\n			<h2>Things To Do In Valdosta Ga</h2>		\n		<p>Visiting a place for the first time can often make you question where to go and where not. To ease your confusion, we have gathered some exciting places which will make your trip worth all the cash and energy spent!</p>		\n			<h3>Peach State Summer Theatre</h3>		\n		<p>Produced by the Valdosta state university, the peach summer theatre is a professional musical theatre, entertaining its residents since the year 1990. Every year during summers, an expert team of sixty members, including singers, actors, dancers, managers, and composers, gathers and stay in the town of Valdosta. This session lasts for ten weeks, where they practice and come up with three distinct musical programs. Every season, the whole team brings life to Forever Plaid, My Fair Lady, and The Shrek entertaining their audiences in the liveliest and pleasing way. If you visit Valdosta during the summers, don\'t forget to attend this entertaining show.</p>		\n			<h3>The Turner Center For The Arts</h3>		\n		<p>The town of Valdosta holds the most famous Annette Howell turner hub for the arts. If you are an art lover, then you must visit this 17,000 sq. Ft. building of this arts center. It provides masterpieces of art to the residents of Valdosta, Lowndes, and other nearby places of North Florida. The amusing lightened art galleries are filled with exquisite art pieces of regional and international artists.</p><p>What\'s more, alluring are the 600 art pieces of unique collection from East Africa, and over 30 art pieces of porcelain\'s all the way from Europe. Their unique design makes them stare for quite a while. You would have never seen such beautiful art pieces before. Each year, thirty separate exhibitions are set up to provide the people with something different whenever they pay a visit. Apart from this art gallery, there is a gift shop where the local artist’s craft unique jewelry, pottery, and prints while preserving their culture. Make sure to buy stuff for yourself and gift something different to your friends and family. Such local art pieces give an insight into their culture and make you learn more about them.</p>		\n			<h3>The South Georgian Pecan Company</h3>		\n		<p>The start of the business of south Georgian Pecan Company can be dated back to 1913. They have four shelling plants and each plant carrying on different activities like cleaning pecans, shelling, packing them, and grinding as well. You can visit their stores and buy these tasty pecan nuts. Visiting Valdosta and not trying pecan nuts will not complete your trip. Take some for your loved ones back home too!</p>		\n			<h3>The Grand Bay Wetland Education Center</h3>		\n		<p>If you are interested in the environment and wildlife, you should not miss the grand bay wetland education center. It is situated in the north of Valdosta, where you get to learn the ecological relations between animals and plants. It provides you with enjoyable educational activities, including a learning trip to the bay wetland, working with reptiles, amphibians, and mammals. It is quite an interesting and a unique experience which you won\'t find anywhere else. <br /><br />Apart from the educational center, there are thirty places to view the birds as you walk along with the building. You may get to see different birds like hawks, owls, songbirds, and even woodpeckers. Furthermore, it is also reported that every year 6,500 students visit Grand bay wetland each year.</p>		\n			<h3>Freedom Park</h3>		\n		<p>Tourists will somehow end up in the freedom park again and again as there are different activities going on. We can say that it is a multi-purpose park with entertaining events for everyone. It is spread over 250 acres of land nearby the air force base. You will find almost eight baseball grounds, golf courses, and even several soccer fields as well. Different matches are carried out every now and then, which makes many people stop and watch the fun going on. The availability of various sports fields allows people to come here and fulfill their interests.</p><p>Along with sports fields, and matches, you can enjoy the walking paths and hiking trails. Take your friends, family, or even go for a stroll by yourself in this refreshing atmosphere. Luckily, there is a different path for people owning dogs, and they can have a fun walk with their pets. So if you are traveling to Valdosta and are fond of sports, exploring the freedom park is necessary!</p>		\n			<h3>Lowndes County Historical Society And Museum</h3>		\n		<p>Lowndes county historical society and museum were built in 1967, and it aims at preserving the great of Lowndes and Valdosta as well. This museum is run by this society. It is 10,000 sq. Ft. museum and attracts many locals and tourists to come and have a look at the pictures and the documents which are preserved from the past until now. Moreover, upon visiting this historical place, you will find the state documents and the ancient records of genealogy too. You can also get a chance to attend various gatherings and group activities hosted by society here. It is the best place for the people who are fond of digging into a country\'s history and past. Upon visiting Valdosta, this museum must be on your list.</p>		\n			<h3>The Crescent</h3>		\n		<p>This landmark home was created in 1898 by the Colonel William Nest. The crescent incorporated twenty-three rooms, which he built for his family, and it comes under the category of historical sites all the way back to 1980. An exciting part about the crescent is that each year the garden clubs within the town come together and arrange several flower arrangements, attracting many audiences. The unique landscape of this place makes it ideal for arranging engagements and wedding ceremonies. <br /><br />Club and formal meetings are also held here. If you are a tourist in Valdosta, be ready to encounter special events at this exotic, historical site. In addition, if you are fond of gardening, growing flowers, and learning about them, you can join their gardening club.</p>		\n			<h3>Valdosta Wake Compound</h3>		\n		<p>If you are visiting Valdosta Ga during the summers, then water sports are a must. Enjoy the cool water adventures at the Valdosta wake compound. Ride in the safest environment and exciting at the same time. The creation of the Valdosta compound started in the year 2011 with only an administration of two towers and a fishing area of ten-acres. Gradually, it began to spread over thirty-acres with human-made lakes. In addition, the development of the two towers increased to six with massive wiring systems that are functioning to date. <br /><br />The team of the developers aims to build not only the first cable park, but such a place that is exceptionally safe, professionally designed, funded, and controlled by professionals. In case you are a beginner who is learning to ride or are a pro, the Valdosta wake compound is the perfect spot.</p>		\n			<h3>Wild Adventures Theme Park</h3>		\n		<p>Who can forget to explore the wild adventure theme park upon your visit to Valdosta, Ga? You get to enjoy thrilling rides, see different animals, and experience unique shows. The good news is that they have extended their waterside park and new animals to observe. Get to see amazing events during the different times of the year. The two of them include stars of wrestling and BBQ country. You will never be bored at any place you visit, as you will come across multiple activities going on here and there.<br /><br /></p><p>Given above, the exciting places to visit in Valdosta Ga will clear your mind as to what areas to explore during your trip. Although it is a small town, it is culturally very diverse. The different attraction in the city makes it the perfect spot to spend your vacations with your friends and family. The locals\' warm welcome, their unique food, and their hospitality will make you visit this place more than once. You will have a totally different experience in this city. Various entertaining sites attract thousands of tourists every year as it serves people of every kind of interest.</p><p> If you are a sports lover, fond of history, a foodie, or want to experience thrilling rides, Valdosta Ga provides you with every kind of entertainment. Explore the historical sites and get to learn about their history and increase your knowledge. In addition, the beauty of this city and the landscapes are just breathtaking. Anyone would stop to appreciate the natural beauty of this place, because why not? </p><p>The foods in Valdosta Ga are such that you\'ve never tasted before. The spices and the richness of their foods make every traveler attract to this city. Explore their street food and have fun along with your friends. It also makes an excellent place for people interested in art and beauty. Valdosta Ga is very popular for its museum as they have maintained their rich history just under one roof, and their efforts must be appreciated. Talking about beauty, you will experience people arranging glorious floral events.</p><p>The city keeps making efforts to entertain its locals and tourists every now and then. Each year, theatre shows are carried out to relax the people a bit from their hectic work routines. The live dancing shows are worth watching and should not be missed at any cost. In addition, this region\'s safe and secure environment encourages more and more people to visit this town. Its economy is mostly supported by tourism. It is the best place for both adults and kids because it provides recreational opportunities for every kind of age group.</p><p>If you ever wish to reside in a new place, Valdosta Ga is the best option. It is exceptionally suitable for children and families. The crime rate is extremely low, and the locals are very much warm and friendly. Although being a small town, it still provides excellent educational and recreational facilities. Such attractions make Valdosta Ga the best places to visit in the U.S. So before you raise the question of where to go this summer, Valdosta Ga must be your priority.</p>','Things to Do In Valdosta Ga','','publish','closed','open','','things-to-do-in-valdosta-ga','','','2020-08-17 20:58:09','2020-08-17 20:58:09','',0,'https://travelingdictionary.com/?p=1413',0,'post','',0),
(1414,3,'2020-08-17 20:28:32','2020-08-17 20:28:32','','Things to Do In Valdosta Ga','','inherit','closed','closed','','things-to-do-in-valdosta-ga-2','','','2021-02-06 14:08:03','2021-02-06 14:08:03','',1413,'https://travelingdictionary.com/wp-content/uploads/2020/08/Things-to-Do-In-Valdosta-Ga.jpg',0,'attachment','image/jpeg',0),
(1417,3,'2020-08-18 16:34:19','2020-08-18 16:34:19','<p>You will find different animals roaming around in the San Diego zoo safari park just like they are in native Africa and America. But don\'t confuse yourself that you will see zebras wandering in the same area as lions; instead, you will encounter a different kind of species moving in the same large place.</p><p>The San Diego zoo &amp; safari park began as a preservation facility instead of a park. It became a tourist spot much time later. You will find many rare animals being bred and taken care of. The payments given by the visitors benefit them to pursue this effort. And the procedure for acquiring tickets is the same for San Diego zoo and the safari park.</p>		\n			<h2>Common Activities and Adventures</h2>		\n		<p>The land of San Diego zoo safari park is spread over an area of 1800 acres, and there are many exciting things to see and do. Before paying a visit, you must go through their daily timetables so that you don\'t skip any adventure. Following are some of the most exciting things to do:</p>		\n			<h3>Africa Tram:</h3>		\n		<p>encounter the wild animals from the closest view ever in this thirty-minute trip of Africa Tram. You will see giraffes, antelopes, deer\'s, elephant\'s ad different breeds of rhinoceros walking in a vast area.</p>		\n			<h3>Lorikeet Landing:</h3>		\n		<p>lorikeets are multi-coloured but, but are a little extensive than parakeets. You will find to purchase some lorikeet nectar at the entrance before you get to see them. You hold the nectar, and those birds land on your finger to drink it. Such a fascinating moment it\'ll be. You must not miss at any cost, but be a little careful with kids because sometimes these birds might frighten them.</p>		\n			<h3>Nairobi Village:</h3>		\n		<p>here you will see the cutest petting kraal and get to pet these baby animals in this nursery. Daily, a bird show is also arranged, which is worth watching. In case you are fond of flowers and greenery, you will discover some fantastic gardens as you move along the trails.</p>		\n			<h2>Different Activities & Adventures:</h2>		\n		<p>San Diego zoo &amp; safari park earns money by carrying out different other activities. Some of them incorporate balloon safari, cheetah run safari, and behind-the-scenes safari park trips. We would recommend visiting the San Diego zoo if you are taking kids with you because the San Diego zoo provides a better view to see different animals and requires less walk as well.</p>		\n			<h2>San Diego Zoo Vs Safari Park</h2>		\n			<h3>Location: </h3>		\n		<p>You will find the San Diego zoo in the downtown whereas the safari park in Escondido. The zoo is closer towards the airport side and for those who are living in the north county; the safari park will be easily reachable.</p>		\n			<h3>Size:</h3>		\n		<p>Both places appear to be huge, but actually, the zoo is quite smaller, and the safari park is vast as compared to the zoo.</p>		\n			<h2>San Diego Zoo</h2>		\n			<h3>The Zoo Is More Suitable</h3>		\n		<p>Talking about taking kids with you, a trip to the zoo is more appropriate. As San Diego zoo is nearby the downtown, majority of the tourists stay in the hotels near the centre because they find numerous adventures and cultural activities to enjoy.</p><p>San Diego zoo is only three miles away from the midpoint of downtown. Additionally, it comes inside Balboa Park, and that gives you the advantage of having a nice dinner in the Balboa park right after you come tired from the zoo. And enjoy some live music along with your meal.</p><p>As far as the safari park is concerned, it takes at least 45 minutes by car to reach the park from downtown. And unknowingly if you take public transport, it will take no less than two hours.</p>		\n			<h3>Free Parking At The San Diego Zoo</h3>		\n		<p>You will find abundant free parking at the zoo. And luckily if you come early morning by 8, you will easily find a spot near to the entrance which will save you from walking. This will be convenient if you have bought a lunch basket along with you. The walk towards the multi-coloured patio and umbrella benches will be much shorter.</p><p>But during the vacation days, it might be challenging to find an empty parking space. But they have got you covered; you can easily access a tram facility from the Inspiration Point. Moreover, the parking at the safari park costs $15 to $20. And on crowded weekends and vacations, you might need to pay an additional $18 for a favoured parking spot.</p>		\n			<h3>View The Animals Easily At The Zoo</h3>		\n		<p>The San Diego zoo is much smaller as compared to the safari park. It is spread over a land of 100 acres only, while the safari park is on 1800 acres. You will find animals much closer, and it provides a clear view of the zoo. While the animals at the safari park are at least at a distance of quarter a mile and a considerable rhinoceros seems like a little grey rock.</p>		\n			<h3>Less Eye-level Barriers At The Zoo</h3>		\n		<p>Many efforts have been to make the barriers and animals less visible at the safari park. To some extent, it is a plus point both for youngsters and adults because it looks like the animals are roaming free. To develop such effects, designers have used tall objects such as bushes and artificial stones to enclose the animals. But such things can make it difficult for a small kid to see something.</p>		\n			<h3>Little Walk</h3>		\n		<p>The little area of the zoo calls for less walk as compared to the safari park. Even though your kid is full of energy, but the long walks at the safari park might bore the kids immediately.</p>		\n			<h3>The Climate Of The Zoo Is Suitable For Children</h3>		\n		<p>Infants and children are more delicate than adults to climate changes. However, the children learn to adjust themselves to different temperatures from about 18 months to 2 years of age. But still, you must protect them from extreme temperatures.</p><p>The San Diego zoo has a mild temperature as it is situated near to the ocean. It is almost 4 miles away from the Pacific Ocean. At the same time, the safari park is 17 miles away from the coastline. Temperatures are extreme there. During August, the temperatures rise to 91°F whereas it is only 76°F in the zoo. </p>		\n			<h3>More Magnificent Animal\'s Variety At The San Diego Zoo</h3>		\n		<p>You will find more than 4000 animals, 650 different other species and subspecies in the San Diego zoo. At the same time, the safari park comprises of only 2600 animals belonging from different 300 species. The animal collection in the zoo originates from different countries of the world if seen in comparison with the selection of safari park. Animals in the safari park are bought from the jungles and savannas of Africa and Asia only. The massive collection of insects and reptiles attracts the children more at the San Diego zoo.</p>		\n			<h3>Birdcages At The Zoo</h3>		\n		<p>The three different birdcages in the zoo will fascinate the children as you walk along with the aviary and watch the colourful birds fly. This does not require much walking; you can relax and enjoy the view. Put forward your arm, and you will see some birds landing on you.</p><p>Far and away superior is the opportunity to call attention to monkeys to your child. Parker Aviary has two delightful Golden Lion Tamarins hurrying about. It\'s likewise lavishly implanted with tropical plants and remains cool during summers.</p><p>Safari Park just incorporates one enormous aviary, known as the Hidden Jungle. But it has a more warm and humid climate than the zoo, and also you will find no seating arrangement in that aviary.</p>		\n			<h3>Play Zones In The San Diego Zoo</h3>		\n		<p>You will find some play zones for the children spread around in the zoo. Most of them are animal figures made upon reused rubber planes. The floor is made from such a material which keeps the baby safe. In case the child slips and falls, the soft floor surfaces do no damage to them. You can also capture some incredible snaps of your kids.</p><p>But you will find fewer play areas in the safari park where your children won\'t enjoy much. But do capture a great picture of them on the vast southern white rhino statue which is in the safari base camp.</p>		\n			<h3>Balboa Park Miniature Railroad</h3>		\n		<p>This ride for the kids is an ideal one to bring the trip to an ending. Because the balboa park miniature railroad is situated just at the exit of the zoo, it only opens on weekends and during the holiday seasons. But you can enjoy it daily during the summers, spring and the peak holidays season from 11 in the morning till 4 in the evening.</p><p>It will be a thrilling ride for your kids on this train. But avoid going during when school trips arrive as children scream altogether as the train passes through the tunnel which may frighten your child.</p>		\n			<h2>San Diego Safari Park</h2>		\n			<h3>Classic Caravan Safari Venture</h3>		\n		<p>Get the essence of real safari fields of Africa through the classic caravan safari adventure. You get to travel in open safari van where you encounter the areas as you move along. You get to see different kinds of mammals and birds belonging from Africa and Asia. You also get to nourish the giraffes. It is quite a unique and exciting experience which you ought not to miss at all.</p><p>This whole tour lasts for two hours, but if you opt for the caravan safari deluxe, you get plenty of time off 3.5 hours, and you discover more fields. The minimum age for visiting the safari park is eight years old. The price for the two-hour tour is $125 and more. And the cost for the deluxe tour is $175 and above.</p>		\n			<h3>Caravan Safari Twilight</h3>		\n		<p>Although this tour is quite as same as the caravan safari venture but the only thing that separates it is that it happens during twilight. You get to travel in a cold climate and view the mesmerizing evening lights.</p><p>If you travel during this period of the day, you will see more animal movements rather than in the day time. You can access this tour during some months of the year, so make sure that to don\'t miss it. The minimum age is eight years old, and the ticket price is $125 and more.</p>		\n			<h3>Caravan Safari Kids</h3>		\n		<p>The caravan safari is intended primarily for children, providing a fantastic presentation of animals. Different activities are carried out the whole tour, and a guide makes you explore that in what ways humans and animals are similar to each other. The minimum age is six years old, and the ticket fee is$125 and more.</p>		\n			<h3>Cheetah Safari</h3>		\n		<p>Cheetah safari is one of the best and exciting adventures in the whole park. It incorporates booked trackside seating on the cheetah run where you encounter a fast running cheetah while it runs after an enticement which is kept some feet away.</p><p>Before you encounter the cheetah chase, sit comfortably in your seats and enjoy the close and individual interaction with a unique animal from Africa.</p><p>Right after the race ends, the cheetah along with its trainer arrive at your spot where you can meet them and clear any queries you have. Take great snaps too. The whole activity lasts for one hour and is a great experience. You must ahead quickly to attend it because it takes places on certain days only. The minimum age is ten years old, and the ticket cost is $59 and more.</p>		\n			<h3>Cart Safari Africa</h3>		\n		<p>Take a tour by sitting in the backside of the cart and complete your Africa tour in one hour. A guide will be with you who will provide knowledge about the history of the park and will answer your questions regarding the animals living in that field.</p><p>This place calls for some fantastic snap opportunities and enjoys the African animals as they roam around in the fields. Cart safari Africa is open to everyone having no age limit. And the ticket cost is $54 </p>		\n			<h3>Cart Safari Asia</h3>		\n		<p>Take a one hour ride along the Asia arena sitting in the cart as the guide provides you with a piece of more profound knowledge about the animals living there. Take great pictures of the view and the animals and make lifetime memories. Cart safari Asia has no age limit, and the ticket prices are $54.</p>		\n			<h3>Flight Line Safari</h3>		\n		<p>If you are in search of a thrilling experience, flight line safari is the perfect activity. Fly over the park in a fully secure and comfortable safety joint with 130 feet overhead the surface. Get to appreciate the bird-view of the whole park and its animals. This entire activity comprises a safety kit, flight direction, informational tour, and also a tour on zip lines. The zip lines make you ready for the exciting ride of the flight line safari.</p><p>Enjoy the beautiful views of the park as you move along before you land on the campground of Kilima Point. You also get the opportunity to make a video for your flight using their helmet cameras through additional payment. The whole activity takes one hour incorporating the learning, test ride, final fly, and you have to purchase the ticket before this. The minimum age is eight years old, and the ticket costs $79.</p>		\n			<h3>Jungle Ropes Safari</h3>		\n		<p>Are you someone with a lot of courage and bravery? If yes, then jungle rope safari provides you with a chance to walk climb and strike your path over a learning test of ropes and enhancing your skills. You are fastened with a secure strap and are given some instructions by the professionals before you start your journey individually or with your friends through the Smart Belay method to move according to your speed. You will have to keep track of the inflight ropes, cross rope ties, to fluctuate log paces and continue to move paths apart from other adventures.</p><p>You can choose from three different courses or can even go forward for all three. Guides are present along every path, but this is a self-taught adventure. To add more excitement to tour trip, go for the flight line safari as well. It takes up ninety minutes along with learning session. Minimum age to enter is seven years, and the ticket costs $54. You won\'t find such activities at the San Diego zoo.</p>		\n			<h3>VIP Ultimate Safari</h3>		\n		<p>Experience your own ventures in the safari park. You have the option to select between five or right hours ride that you make within coordination with the expert\'s planners of the park. All the tours are planned according to your demands, needs, favourite activities, and the meal is also arranged according to your choice. The ticket cost is $690, and the minimum age is at least three years.</p>		\n			<h2>Behind The Scenes San Diego Safari Adventures:</h2>		\n			<h3>Butterflies And Friends</h3>		\n		<p>This is a unique interactive and directed behind-the-scenes venture and the most attractive spot of the park in the spring. Start your tour in the morning by visiting the Rodrigues fruit bats where you get to interact with the guide about these furry creatures.</p><p>As you move forward, you come across the Butterfly jungle where you view the delicate and the colourful butterflies flying in the whole area. It is a unique experience. After this, enjoy the tour to lorikeet landing and interact with their trainers as well. It is a two-hour walking journey but is only accessible in the spring season.</p>		\n			<h3>Elephants And Friends</h3>		\n		<p>Learn and gain knowledge about these fascinating creatures in this two-hour tour. You encounter these animals very carefully by seeing them from a private spot while you get to learn how much effort it takes to raise them.</p>		\n			<h3>Tiger And Friends</h3>		\n		<p>Experience the unique view of the splendid tigers inside the tiger trail and the way the trainers look after them. Take a tour and see the different species of the park in the African and the Asian enclosures. It is a two-hour tour that incorporates an excursion to the tiger keeper spot as well. The minimum age is three years, and the ticket price is $89 or more.</p>		\n			<h3>Lion And Friends</h3>		\n		<p>Discover the lion camp in this exciting two-hour tour where they encounter them carefully and learn about how they survive and the ways they are taken care of. Also, visit the lion keeper place and view the different animal species of Asia and Africa.</p>		\n			<h3>Veterinary Medical Centre</h3>		\n		<p>Get a close look at the Paul Harter medical centre and get knowledge about its interesting history and their services as you tour this high technology place for two hours. Witness the excellent ways in which they care for the animals of the park and what makes them the leaders in the care of wild animals. But this tour is available only on some selective days of the season. And the minimum age is six years old, and the ticket fee is $8.</p>		\n			<h3>Night At The Safari Park</h3>		\n		<p>Roar &amp; Snore Park gives you a unique venture of spending the whole night with your friends and family. Make amazing memories here. This adventure incorporates late-night views of the wildlife, walks along with the guides, and exciting activities at the camp. Enjoy the bonfire too. Get delicious meals at dinner, snacks and breakfast for the next day.</p>		\n			<h2>Wrapping It Up:</h2>		\n		<p>Both the San Diego zoo and the safari park have their specialities and make them favourable for different age groups. If you are taking toddlers on the trip with you, then the zoo is the ideal option. It has a mild climate, compact size, and a convenient place for the children to view the wild animals. The small size of the zoo does not make your child tired and will keep him refreshed.  If you are on a trip with adults and looking for something exciting and thrilling, then safari park will provide you with the opportunities you are looking for.</p>','San Diego Zoo Vs Safari Park','','publish','closed','open','','san-diego-zoo-vs-safari-park','','','2020-08-18 16:36:06','2020-08-18 16:36:06','',0,'https://travelingdictionary.com/?p=1417',0,'post','',0),
(1419,3,'2020-08-18 16:04:30','2020-08-18 16:04:30','','San Diego Zoo Vs Safari','','inherit','closed','closed','','san-diego-zoo-vs-safari-1','','','2021-02-06 14:07:13','2021-02-06 14:07:13','',1417,'https://travelingdictionary.com/wp-content/uploads/2020/08/San-Diego-Zoo-Vs-Safari-1.png',0,'attachment','image/png',0),
(1425,3,'2020-09-02 05:04:32','2020-09-02 05:04:32','<p>West Palm Beach is a city of Florida; the United States. It has located near Palm Beach in the west. it is the principal city of south Florida and the large metropolitan Miami area. The climate of the west palm is moderate sometimes its tropical wet and occasionally dry. This city of Florida is famous for so many reasons. For instance, museums that recognize the history of West Palm Beach or Norton museum of art one of the best museum in Florida, theatre, and culture festivals.</p><p>The month of December, March and February is considered as a most pleasant month to visit West Palm Beach. While in August and July they are regarded as a most uncomfortable month in this city. West Palm Beach is especially for spending delightful vacations. You can visit beautiful beaches spend your whole day over there. Tourist attracted toward west palm picnic spots, museums, fairy rides and biking on the beach areas. Moreover, the west palm is always a shopping city with different famous designers shops, a beauty salon spa and a variety of departmental stores.</p>		\n			<h2>1.	Galley</h2>		\n		<p>When every one of us gets the chance to go for a trip, we will choose the best place according to our own choice and if you are Beach lover than we all know that the best place for the journey is the West Palm Beach. If you are going to West palm beach than surely you will be looking for some restaurant or hotel to stay and to eat. Now I am going to tell you that there are 478 restaurants in West Palm Beach, but fortunately, I am not going to know about all of them, but yeah I should prefer you the top ones.</p><p>So, when are talking about that restaurant which is most reasonable, has the best location and the best services is GALLEY.So, first of all, we are going to tell you why it is the top voted restaurant. One of the best quality that it provides is its quality food and taste because of which people from coming here from far and vast areas. The most liked dishes of Galley are wood-stove pizza which has baked in mosaic-tiled Neapolitan Marra Forni oven, Margherita which has made from San Marzano tomatoes and buffalo mozzarella and fresh basil. These are the three most famous dishes to eat in the number 1 restaurant in West Palm Beach. It is located just after the 2miles of the world most famous Palm beach. Their chefs have the skills and ability to make the healthy food into the delight one with their baking and wood fire stuff and surely for there flavours.</p>		\n			<h2>2.	Agora Mediterranean Kitchen</h2>		\n		<p>The moment when we steeped in Agora, you will feel like you have entered another country. There delightful food, aware services, calm music and peaceful environment makes you feel like heaven. One of the most exciting things about this restaurant. Is that they have opened kitchen and make your food in front of you and that\'s the significant proof that they are not using any harmful substance and inappropriate flavour in their diet for the better taste they have feeling in their cleanness. Their combination of modern and antique structure makes you feel like you are at home.</p><p>The best dishes and food that people loved in this restaurant is Just Aegean Dips (eggplant salad, spicy feta, pink sultan, hummus), which has served with warm pita bread. Imam Bayildi with onion tomatoes and nuts, and Dolma these are few dishes which have to maintain the dignity of this restaurant.</p><p>Let\'s have some view on the feature that it provides comfortable parking service for your vehicles, provides wheelchairs to the disabled, accept all form of bank cards for credit, ensure you with beer, alcohol and wine too. One of their unique things is they want to make your mood childish and make you happy, and because of which here is live music performance.  It gives you quality and standard food with an affordable budget.</p>		\n			<h2>3.	Rhythm Café </h2>		\n		<p>Rhythm café, in West Palm Beach, has floored with terrazzo tiles and blank printed walls that gives such an attractive look to this restaurant. Instead, with this fantastic look and atmosphere the main strange thing about this café is the quality of the food, and this aspect I think is the most important one and rhythm café ranks them in a higher place in the food chain. Their entire menu has sectioned with a small and hefty serving of plates that thing assumes to be the fantastic thing of this restaurant. The specialities of this café are; penne pasta deliciously topped with a sauce of tomatoes, basils and cream and excellent fillet steak topped amazing with blue cheese, with a combo of juicy escorts dipped in red wine and sometimes with butter sauce. Mid deals speciality is different in which the best meal is dolphin encrusted with a topping of pasta\'s in it and treats.</p><p>This restaurant has closed on Monday, and except Monday it is open all the days in a week. You can also do night parties or private parties here. The service they offer to their customers are. Dine-in, takeout, wheelchairs facilities for individual customers, parking lots are also available so you can easily park your cars outside the café and reservation facilities are also available to make your day a comfortable and amazing.</p><p>Rhythm cafe awarded as a personal best in 2008 in the category of offering the best drinks and food in the town. Also won an award for the best appetizer that is their bonefish grills saucy shrimps. You must try these meals if you will ever visit West Palm Beach.</p>		\n			<h2>4.	Table 427</h2>		\n		<p>Explore your best vacation and precious holidays in West palm beaches and enjoy the world best food there. One of the best restaurants of West palm beaches is Table 427 because it\'s traditional design and structure and probably for its taste. Table 427 is not a  big restaurant, but it is still number on number 5 out of 478 restaurants in west palm beaches, it consists of only six chairs and a bar where you can drink your wine alcohol and beer.</p><p> When we talk about the best dishes and drinks in table 427, for instance, some of the best meals are,Ribeye Steak Chalupa (Grilled Ribeye Served over a Refried Black Bean Tortilla with Avocado Cream and Black Bean Puree). Pork Ossobuco Pibil Style(Slowly Cooked in a Sauce of Orange Juice, Guajillo Chile Peppers, Vinegar, Garlic, and Achiote Paste. Served with Mashed Potatoes and Salsa Verde) and Short Ribs in Chipotle (Creek stone Farm Prime Slowly Braised in Chipotle Chile Sauce. Served with Roasted Potatoes and Seasonal Vegetables). Some famous drinks of Table 427 are Prunice Pakravan Papi(Provincia di Toscana IGT. Cabernet-Sangiovese blend), Red &amp; Cranberry Vodka, Cranberry Juice and PrimitivoTinazzi (Feudo di Santa Croce LXXIV. Provincia di Primitivo di Mandura. Primitivo blend).</p><p>The interior design of Table 427 makes its unique and different from others the casualty of this restaurants is attractive than the other, and that\'s why it is not a big restaurant but still famous for style and reception. They also provide live music performance to their customer to feel relaxed and comfortable.</p>		\n			<h2>5.	The Blind Monk</h2>		\n		<p>The Blind Monk is Number #1 healthy restaurants from 18, and Number #4 in top-voted restaurants and its getting famous day by day because of its food menu, their drink system, party, dance and all these activities which make this restaurant different and unique from others. They provide all the activities which the customers want in a restaurant they give you breakfast, lunch, dinner, late-night and drinks. The arrangement of live music here is the best in the whole West Palm Beach.</p><p>Some famous food of The Blind Monk CASTELVETRANOS OLIVES (Naked), BACON FAT KETTLE CORN (Appalachian sweet flint corn, sea salt), SPANISH TORTILLA (egg, potato, olive oil), CHICKEN LIVER PATE (house jam, buttered toast, cornichons), ROASTED ROOTS (root vegetables, goat cheese, pistachios, za\'atar) and the famous sweets are SEMIFREDDO (frozen custard, caramelized nuts, chocolate), FLORIDA ORANGE CAKE (almond, Florida oranges), DARK CHOCOLATE MOUSSE (oat milk, strawberry, sea salt).</p><p>The environment of The Blind Monk makes you feel the joy and happiness of heaven. When you entered this hotel, you will be feeling beautiful because of its warm and healthy environment. It is also well known for its excellent and tasty beer and wine. Their staff and management are very responsible and always try o impress their customer. In short, it is a very charming place, especially when you are with your friends.</p>		\n			<h2>6.	DAS Craft Beer & Pizza</h2>		\n		<p>Das Craft Beer and Pizza is on Number #1 of 4th American restaurant in Singer Island and also Number #3 restaurant of 6 in Single Island, the reason of its popularity is its Bar, Pizza, American, Brew Pub and simple Pub. Their chefs make the pizza full of flavours and taste that the customers loved so much and want to eat more and more. In the business journal of Florida ranked as the best restaurant to watch sports from their viewing screen so the customer can enjoy games on big screens and famous for best chicken wings serving around the West Palm Beach. In Das Craft Beer &amp; Pizza you can also enjoy live music\'s, outdoor setting arrangements, video games, friendly free environment for kids, millions of different varieties of beer are available, and happy hours exclusive deals. Das is just a minute away from Ritz Carlton. Entertainment and fun have not forgotten in this place. So this place is highly recommended to go once whenever you visit West Palm Beach.</p><p> When we are talking about the best delivery timing in West Palm Beach, so Das Craft Beer and Pizza is on the top of the list. The facilities they provide to their customers are outdoor seating, take out option, delivery, parking available, free internet facilities, wine and beer, high chairs available for children, indoor seating, sports, television and live music.</p>		\n			<h2>7.	Pistache French Bistro</h2>		\n		<p>Serves as best French, European and vegan foods restaurant. Located in a clematis street, West Palm Beach. Pistache is a term in Persian which attracts with the delicious taste and a French-style bistro. It makes a meal with fresh, local and imported ingredients. The total capacity of people can dine at a time is of 200 and the whole open week.</p><p>All the meal of Pistache bistro are best but smoked salmon (red onions, eggs, topped cream and grill brioche), burgundy escargots ( serves with lemon garlic sauce butter) and cauliflower risotto ( topping of spinach, roasted broccoli, shaved parmesan Reggiano and many other ingredients)</p><p>The atmosphere of this outlet is so pleasant and calm with a Persian touch. A price of every meal is affordable and serves with a healthy ingredient that doesn\'t harm any one\'s health. Also facilitates their customer with outdoor dining sitting arrangements with Centennial Park, water foundations and kids friendly play area. Outdoor sitting capacity has 30 peoples.</p><p>Pistache French Bistro, provide facilities of parking with a company occupied for their customer to park their vehicles through valet parking. Also provide banquets for events, Bar full of beers, separate smoking area, indoor and outdoor dining, wheelchair for disabled persons, weekend late hour timings and private room space facilities. Further, they also offer gift vouchers to their regular visiting customers. Pistache French bistro also accepts AMEX, VISA CARDS, and MASTER CARDS and discover.</p>		\n			<h2>8.	Buccan</h2>		\n		<p>Buccan is leading on Number #3 out of 64 restaurants on the West Palm Beach, and it deserves to be because of its menu contrast they have the attractive menu special for the lunchtime, and surely I am going to tell you the best, and the famous dishes of Buccan at lunchtime Asian Chicken Salad (soy-marinated chicken, cashews, orange segments, water chestnuts, sesame), Italian Sandwich (hot coppa, soppressata, balsamic onion, provolone, banana peppers) and Turkey Club(Bacon, avocado, heirloom tomatoes, cornichons, creamy horseradish dressing)  are the best things here to eat at the time of lunch, and if you are interested at its dinner menu they also maintain their dignity in it, name of some best dinner meals are Seared American Red Snapper (octopus, shrimp, smoked eggplant puree, tomato broth), Hamachi Tiradito (Peruvian chillies, mojo onions, lotus root, yuzu vinaigrette) and Ricotta Stuffed Squash Blossoms (butternut squash agrodolce, hazelnuts).</p><p>The structure or body type of its restaurants has entirely renovated and stylish as compared to its old look. They have a full place for the customers to sit in their restaurant and also have a bar area where you can drink your favourite drink and enjoy the charm of Buccan and its stylish look. It\'s a bit expensive restaurant but they also provide your money back in the form of delightful meal and drink and from there quality product</p><p>When we are looking at the feature that it provides are free wifi, wheelchair facility seating, parking available, reservation, valet Parking, serve alcohol, full Bar, accepts Credit cards, table Service</p>		\n			<h2>9.	Pescatore Ristorante</h2>		\n		<p>Locates in Dixie hwy, West Palm Beach, United States. Open six days in a week. This restaurant Pescatore Ristorante is a merger between two people namely known as; Turgut Kaytnaz, Chef Jairo Ramirez, San Gayer and Cent Sezen. </p><p>Serves the traditional cultural cuisine that tastes like an Italian cuisine with a service of casual dining facilities. Dealing with Italian foods; for instance, seafood, scratch-made bread pizzas and artisan pizzas, different cocktails and mocktails. And more than twelve categories of wines serve with or without meals.</p><p>Pescatore Ristorante comes under the first restaurant in west palm beach, famous for its Italian serving menu. They serve their client with brilliant services gives and show respect to the client in an essential element of Pescatore ristorante through which they are receiving much popularity in food chains.</p><p>Also, provides parking facilities to their customers at the back of the outlet and greeting efficiently by their workers. They also take reservations for big parties, and a large number of people dine in. Also provides kids friendly environment for children, they recommend day time which is their lunchtime because at night the Bar has opened and club parties hanging up, which is not suitable for children. At last, the most exciting part of this restaurant has are their owners. They manage so well that being the owner they take feedbacks by their own from customers, going to each table and making sure that each customer is comfortable and enjoying their happy meals.</p>		\n			<h2>Conclusion</h2>		\n		<p>Without any doubt, West Palm Beach is a city full of beauty. It is a centre city for business and culture well being. This city has impressive malls, art galleries and museums. Annually this city has organized music festivals and film festivals. This city has also occupied of best clubs. These clubs offer different activities for entertainment. For example, golf grounds, tennis games, swimming pools, gym and fitness centre and beautiful beaches or landscapes.</p><p>Although, West Palm Beach is not so much famous for their foods categories but above mentioned nine restaurants are the best in this city.</p>','Best Places to Eat In West Palm Beach','','publish','closed','open','','best-places-to-eat-in-west-palm-beach','','','2020-09-02 05:14:43','2020-09-02 05:14:43','',0,'https://travelingdictionary.com/?p=1425',0,'post','',0),
(1426,3,'2020-09-02 04:53:54','2020-09-02 04:53:54','','Best Places to Eat In West Palm Beach','','inherit','closed','closed','','best-places-to-eat-in-west-palm-beach-2','','','2021-02-06 14:06:48','2021-02-06 14:06:48','',1425,'https://travelingdictionary.com/wp-content/uploads/2020/09/Best-Places-to-Eat-In-West-Palm-Beach.jpg',0,'attachment','image/jpeg',0),
(1430,3,'2020-10-23 09:30:09','2020-10-23 09:30:09','','seedprod','','publish','closed','closed','','sp-cs','','','2020-10-23 09:30:09','2020-10-23 09:30:09','{\"enable_recaptcha\":false,\"template_id\":71,\"post_title\":\"cspv4\",\"post_name\":\"cspv4\",\"post_status\":\"draft\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"no_conflict_mode\":true,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"wz5ajq\",\"type\":\"col\",\"blocks\":[{\"id\":\"k4accv\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"unit\":\"px\",\"src\":\"data:image\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z\\/C\\/HgAGgwJ\\/lK3Q6wAAAABJRU5ErkJggg==\",\"altTxt\":\"\",\"link\":\"\",\"width\":\"\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"center\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false}},{\"id\":\"rchwtv\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Get Ready... Something Really Cool Is Coming Soon\",\"tag\":\"h1\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":\"\",\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}},{\"id\":\"ss42wh\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":\"\",\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":600,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"60\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}},{\"id\":\"qy2ukz\",\"type\":\"section\",\"rows\":[{\"id\":\"y2q7z4\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"kc98i6\",\"type\":\"col\",\"blocks\":[{\"id\":\"x7mrh1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":1,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#fafafa\",\"bgImage\":\"\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#27AE60\",\"headerColor\":\"#444444\",\"linkColor\":\"#27AE60\",\"linkDarkerColor\":\"#cc0000\",\"textColor\":\"#666666\",\"textFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"textFontVariant\":\"400\",\"headerFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"headerFontVariant\":\"400\",\"contentPosition\":\"1\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#272727} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#000000}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#000000; font-family:\'Helvetica Neue\', Arial, sans-serif;font-weight:400;font-style:normal} #sp-page a{color:#FF0000} #sp-page a:hover{color:#cc0000}#sp-page .btn{background-color:#000000}body{background-color:#FFFFFF; background-image:;}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false}}}',0,'https://travelingdictionary.com/seedprod/sp-cs/',0,'seedprod','',0),
(1433,3,'2021-02-05 10:14:52','2021-02-05 10:14:52','','Home','','inherit','closed','closed','','207-revision-v1','','','2021-02-05 10:14:52','2021-02-05 10:14:52','',207,'https://travelingdictionary.com/207-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `hrs_posts` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_shortpixel_folders`
--

DROP TABLE IF EXISTS `hrs_shortpixel_folders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_shortpixel_folders` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `path` varchar(512) DEFAULT NULL,
  `name` varchar(64) DEFAULT NULL,
  `path_md5` char(32) DEFAULT NULL,
  `file_count` int(11) DEFAULT NULL,
  `status` smallint(6) NOT NULL DEFAULT 0,
  `ts_updated` timestamp NULL DEFAULT NULL,
  `ts_created` timestamp NULL DEFAULT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `spf_path_md5` (`path_md5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_shortpixel_folders`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_shortpixel_folders` WRITE;
/*!40000 ALTER TABLE `hrs_shortpixel_folders` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_shortpixel_folders` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_shortpixel_meta`
--

DROP TABLE IF EXISTS `hrs_shortpixel_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_shortpixel_meta` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `folder_id` mediumint(9) NOT NULL,
  `ext_meta_id` int(11) DEFAULT NULL,
  `path` varchar(512) DEFAULT NULL,
  `name` varchar(64) DEFAULT NULL,
  `path_md5` char(32) DEFAULT NULL,
  `compressed_size` int(11) NOT NULL DEFAULT 0,
  `compression_type` tinyint(4) DEFAULT NULL,
  `keep_exif` tinyint(4) DEFAULT 0,
  `cmyk2rgb` tinyint(4) DEFAULT 0,
  `resize` tinyint(4) DEFAULT NULL,
  `resize_width` smallint(6) DEFAULT NULL,
  `resize_height` smallint(6) DEFAULT NULL,
  `backup` tinyint(4) DEFAULT 0,
  `status` smallint(6) NOT NULL DEFAULT 0,
  `retries` tinyint(4) NOT NULL DEFAULT 0,
  `message` varchar(255) DEFAULT NULL,
  `ts_added` timestamp NULL DEFAULT NULL,
  `ts_optimized` timestamp NULL DEFAULT NULL,
  UNIQUE KEY `sp_id` (`id`),
  UNIQUE KEY `sp_path_md5` (`path_md5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_shortpixel_meta`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_shortpixel_meta` WRITE;
/*!40000 ALTER TABLE `hrs_shortpixel_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_shortpixel_meta` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_term_relationships`
--

DROP TABLE IF EXISTS `hrs_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_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_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_term_relationships`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_term_relationships` WRITE;
/*!40000 ALTER TABLE `hrs_term_relationships` DISABLE KEYS */;
INSERT INTO `hrs_term_relationships` VALUES
(59,42,0),
(65,42,0),
(73,42,0),
(216,42,0),
(384,34,0),
(480,37,0),
(481,37,0),
(482,37,0),
(483,37,0),
(484,37,0),
(493,37,0),
(494,37,0),
(495,37,0),
(496,37,0),
(497,37,0),
(498,37,0),
(500,37,0),
(501,37,0),
(502,37,0),
(503,37,0),
(504,37,0),
(505,37,0),
(506,37,0),
(507,37,0),
(804,36,0),
(1272,43,0),
(1273,43,0),
(1274,43,0),
(1298,36,0),
(1299,36,0),
(1301,4,0),
(1301,702,0),
(1303,4,0),
(1348,703,0),
(1359,702,0),
(1375,4,0),
(1396,703,0),
(1409,4,0),
(1413,702,0),
(1417,702,0),
(1425,4,0),
(1425,703,0);
/*!40000 ALTER TABLE `hrs_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_term_taxonomy`
--

DROP TABLE IF EXISTS `hrs_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=704 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_term_taxonomy`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `hrs_term_taxonomy` DISABLE KEYS */;
INSERT INTO `hrs_term_taxonomy` VALUES
(1,1,'category','',0,0),
(4,4,'category','',0,5),
(8,8,'post_tag','',0,0),
(9,9,'post_tag','',0,0),
(10,10,'post_tag','',0,0),
(11,11,'post_tag','',0,0),
(12,12,'post_tag','',0,0),
(13,13,'post_tag','',0,0),
(14,14,'post_tag','',0,0),
(15,15,'post_tag','',0,0),
(16,16,'post_tag','',0,0),
(17,17,'post_tag','',0,0),
(18,18,'post_tag','',0,0),
(19,19,'post_tag','',0,0),
(20,20,'post_tag','',0,0),
(21,21,'post_tag','',0,0),
(22,22,'post_tag','',0,0),
(23,23,'post_tag','',0,0),
(24,24,'post_tag','',0,0),
(25,25,'post_tag','',0,0),
(26,26,'post_tag','',0,0),
(27,27,'post_tag','',0,0),
(28,28,'post_tag','',0,0),
(29,29,'post_tag','',0,0),
(30,30,'post_tag','',0,0),
(31,31,'post_tag','',0,0),
(32,32,'post_tag','',0,0),
(33,33,'post_tag','',0,0),
(34,34,'nav_menu','',0,1),
(35,35,'nav_menu','',0,0),
(36,36,'nav_menu','',0,3),
(37,37,'nav_menu','',0,19),
(38,38,'post_format','',0,0),
(39,39,'post_format','',0,0),
(40,40,'post_format','',0,0),
(41,41,'post_format','',0,0),
(42,42,'nav_menu','',0,4),
(43,43,'nav_menu','',0,3),
(44,44,'post_tag','',0,0),
(62,62,'post_tag','',0,0),
(63,63,'post_tag','',0,0),
(64,64,'post_tag','',0,0),
(65,65,'post_tag','',0,0),
(66,66,'post_tag','',0,0),
(67,67,'post_tag','',0,0),
(68,68,'post_tag','',0,0),
(69,69,'post_tag','',0,0),
(70,70,'post_tag','',0,0),
(71,71,'post_tag','',0,0),
(72,72,'post_tag','',0,0),
(73,73,'post_tag','',0,0),
(74,74,'post_tag','',0,0),
(75,75,'post_tag','',0,0),
(76,76,'post_tag','',0,0),
(77,77,'post_tag','',0,0),
(78,78,'post_tag','',0,0),
(79,79,'post_tag','',0,0),
(80,80,'post_tag','',0,0),
(81,81,'post_tag','',0,0),
(82,82,'post_tag','',0,0),
(83,83,'post_tag','',0,0),
(84,84,'post_tag','',0,0),
(85,85,'post_tag','',0,0),
(86,86,'post_tag','',0,0),
(87,87,'post_tag','',0,0),
(88,88,'post_tag','',0,0),
(89,89,'post_tag','',0,0),
(90,90,'post_tag','',0,0),
(91,91,'post_tag','',0,0),
(92,92,'post_tag','',0,0),
(93,93,'post_tag','',0,0),
(94,94,'post_tag','',0,0),
(95,95,'post_tag','',0,0),
(96,96,'post_tag','',0,0),
(97,97,'post_tag','',0,0),
(98,98,'post_tag','',0,0),
(99,99,'post_tag','',0,0),
(100,100,'post_tag','',0,0),
(101,101,'post_tag','',0,0),
(102,102,'post_tag','',0,0),
(103,103,'post_tag','',0,0),
(104,104,'post_tag','',0,0),
(105,105,'post_tag','',0,0),
(106,106,'post_tag','',0,0),
(107,107,'post_tag','',0,0),
(108,108,'post_tag','',0,0),
(109,109,'post_tag','',0,0),
(110,110,'post_tag','',0,0),
(111,111,'post_tag','',0,0),
(112,112,'post_tag','',0,0),
(113,113,'post_tag','',0,0),
(114,114,'post_tag','',0,0),
(115,115,'post_tag','',0,0),
(116,116,'post_tag','',0,0),
(117,117,'post_tag','',0,0),
(118,118,'post_tag','',0,0),
(119,119,'post_tag','',0,0),
(120,120,'post_tag','',0,0),
(121,121,'post_tag','',0,0),
(122,122,'post_tag','',0,0),
(123,123,'post_tag','',0,0),
(124,124,'post_tag','',0,0),
(125,125,'post_tag','',0,0),
(126,126,'post_tag','',0,0),
(127,127,'post_tag','',0,0),
(128,128,'post_tag','',0,0),
(129,129,'post_tag','',0,0),
(130,130,'post_tag','',0,0),
(131,131,'post_tag','',0,0),
(132,132,'post_tag','',0,0),
(133,133,'post_tag','',0,0),
(134,134,'post_tag','',0,0),
(135,135,'post_tag','',0,0),
(136,136,'post_tag','',0,0),
(137,137,'post_tag','',0,0),
(138,138,'post_tag','',0,0),
(139,139,'post_tag','',0,0),
(140,140,'post_tag','',0,0),
(141,141,'post_tag','',0,0),
(142,142,'post_tag','',0,0),
(143,143,'post_tag','',0,0),
(144,144,'post_tag','',0,0),
(145,145,'post_tag','',0,0),
(146,146,'post_tag','',0,0),
(147,147,'post_tag','',0,0),
(148,148,'post_tag','',0,0),
(149,149,'post_tag','',0,0),
(150,150,'post_tag','',0,0),
(151,151,'post_tag','',0,0),
(152,152,'post_tag','',0,0),
(153,153,'post_tag','',0,0),
(154,154,'post_tag','',0,0),
(155,155,'post_tag','',0,0),
(156,156,'post_tag','',0,0),
(157,157,'post_tag','',0,0),
(158,158,'post_tag','',0,0),
(159,159,'post_tag','',0,0),
(160,160,'post_tag','',0,0),
(161,161,'post_tag','',0,0),
(162,162,'post_tag','',0,0),
(163,163,'post_tag','',0,0),
(164,164,'post_tag','',0,0),
(165,165,'post_tag','',0,0),
(166,166,'post_tag','',0,0),
(167,167,'post_tag','',0,0),
(168,168,'post_tag','',0,0),
(169,169,'post_tag','',0,0),
(170,170,'post_tag','',0,0),
(171,171,'post_tag','',0,0),
(172,172,'post_tag','',0,0),
(173,173,'post_tag','',0,0),
(174,174,'post_tag','',0,0),
(175,175,'post_tag','',0,0),
(176,176,'post_tag','',0,0),
(177,177,'post_tag','',0,0),
(178,178,'post_tag','',0,0),
(179,179,'post_tag','',0,0),
(180,180,'post_tag','',0,0),
(181,181,'post_tag','',0,0),
(182,182,'post_tag','',0,0),
(183,183,'post_tag','',0,0),
(184,184,'post_tag','',0,0),
(185,185,'post_tag','',0,0),
(186,186,'post_tag','',0,0),
(187,187,'post_tag','',0,0),
(188,188,'post_tag','',0,0),
(189,189,'post_tag','',0,0),
(190,190,'post_tag','',0,0),
(191,191,'post_tag','',0,0),
(192,192,'post_tag','',0,0),
(193,193,'post_tag','',0,0),
(194,194,'post_tag','',0,0),
(195,195,'post_tag','',0,0),
(196,196,'post_tag','',0,0),
(197,197,'post_tag','',0,0),
(198,198,'post_tag','',0,0),
(199,199,'post_tag','',0,0),
(200,200,'post_tag','',0,0),
(201,201,'post_tag','',0,0),
(202,202,'post_tag','',0,0),
(203,203,'post_tag','',0,0),
(204,204,'post_tag','',0,0),
(205,205,'post_tag','',0,0),
(206,206,'post_tag','',0,0),
(207,207,'post_tag','',0,0),
(208,208,'post_tag','',0,0),
(209,209,'post_tag','',0,0),
(210,210,'post_tag','',0,0),
(211,211,'post_tag','',0,0),
(212,212,'post_tag','',0,0),
(213,213,'post_tag','',0,0),
(214,214,'post_tag','',0,0),
(215,215,'post_tag','',0,0),
(216,216,'post_tag','',0,0),
(217,217,'post_tag','',0,0),
(218,218,'post_tag','',0,0),
(219,219,'post_tag','',0,0),
(220,220,'post_tag','',0,0),
(221,221,'post_tag','',0,0),
(222,222,'post_tag','',0,0),
(223,223,'post_tag','',0,0),
(224,224,'post_tag','',0,0),
(225,225,'post_tag','',0,0),
(226,226,'post_tag','',0,0),
(227,227,'post_tag','',0,0),
(228,228,'post_tag','',0,0),
(229,229,'post_tag','',0,0),
(230,230,'post_tag','',0,0),
(231,231,'post_tag','',0,0),
(232,232,'post_tag','',0,0),
(233,233,'post_tag','',0,0),
(234,234,'post_tag','',0,0),
(235,235,'post_tag','',0,0),
(236,236,'post_tag','',0,0),
(237,237,'post_tag','',0,0),
(238,238,'post_tag','',0,0),
(239,239,'post_tag','',0,0),
(240,240,'post_tag','',0,0),
(241,241,'post_tag','',0,0),
(242,242,'post_tag','',0,0),
(243,243,'post_tag','',0,0),
(244,244,'post_tag','',0,0),
(245,245,'post_tag','',0,0),
(246,246,'post_tag','',0,0),
(247,247,'post_tag','',0,0),
(248,248,'post_tag','',0,0),
(249,249,'post_tag','',0,0),
(250,250,'post_tag','',0,0),
(251,251,'post_tag','',0,0),
(252,252,'post_tag','',0,0),
(253,253,'post_tag','',0,0),
(254,254,'post_tag','',0,0),
(255,255,'post_tag','',0,0),
(256,256,'post_tag','',0,0),
(257,257,'post_tag','',0,0),
(258,258,'post_tag','',0,0),
(259,259,'post_tag','',0,0),
(260,260,'post_tag','',0,0),
(261,261,'post_tag','',0,0),
(262,262,'post_tag','',0,0),
(263,263,'post_tag','',0,0),
(264,264,'post_tag','',0,0),
(265,265,'post_tag','',0,0),
(266,266,'post_tag','',0,0),
(267,267,'post_tag','',0,0),
(268,268,'post_tag','',0,0),
(269,269,'post_tag','',0,0),
(270,270,'post_tag','',0,0),
(271,271,'post_tag','',0,0),
(272,272,'post_tag','',0,0),
(273,273,'post_tag','',0,0),
(274,274,'post_tag','',0,0),
(275,275,'post_tag','',0,0),
(276,276,'post_tag','',0,0),
(277,277,'post_tag','',0,0),
(278,278,'post_tag','',0,0),
(279,279,'post_tag','',0,0),
(280,280,'post_tag','',0,0),
(281,281,'post_tag','',0,0),
(282,282,'post_tag','',0,0),
(283,283,'post_tag','',0,0),
(284,284,'post_tag','',0,0),
(285,285,'post_tag','',0,0),
(286,286,'post_tag','',0,0),
(287,287,'post_tag','',0,0),
(288,288,'post_tag','',0,0),
(289,289,'post_tag','',0,0),
(290,290,'post_tag','',0,0),
(291,291,'post_tag','',0,0),
(292,292,'post_tag','',0,0),
(293,293,'post_tag','',0,0),
(294,294,'post_tag','',0,0),
(295,295,'post_tag','',0,0),
(296,296,'post_tag','',0,0),
(297,297,'post_tag','',0,0),
(298,298,'post_tag','',0,0),
(299,299,'post_tag','',0,0),
(300,300,'post_tag','',0,0),
(301,301,'post_tag','',0,0),
(302,302,'post_tag','',0,0),
(303,303,'post_tag','',0,0),
(304,304,'post_tag','',0,0),
(305,305,'post_tag','',0,0),
(306,306,'post_tag','',0,0),
(307,307,'post_tag','',0,0),
(308,308,'post_tag','',0,0),
(309,309,'post_tag','',0,0),
(310,310,'post_tag','',0,0),
(311,311,'post_tag','',0,0),
(312,312,'post_tag','',0,0),
(313,313,'post_tag','',0,0),
(314,314,'post_tag','',0,0),
(315,315,'post_tag','',0,0),
(316,316,'post_tag','',0,0),
(317,317,'post_tag','',0,0),
(318,318,'post_tag','',0,0),
(319,319,'post_tag','',0,0),
(320,320,'post_tag','',0,0),
(321,321,'post_tag','',0,0),
(322,322,'post_tag','',0,0),
(323,323,'post_tag','',0,0),
(324,324,'post_tag','',0,0),
(325,325,'post_tag','',0,0),
(326,326,'post_tag','',0,0),
(327,327,'post_tag','',0,0),
(328,328,'post_tag','',0,0),
(329,329,'post_tag','',0,0),
(330,330,'post_tag','',0,0),
(331,331,'post_tag','',0,0),
(332,332,'post_tag','',0,0),
(333,333,'post_tag','',0,0),
(334,334,'post_tag','',0,0),
(335,335,'post_tag','',0,0),
(336,336,'post_tag','',0,0),
(337,337,'post_tag','',0,0),
(338,338,'post_tag','',0,0),
(339,339,'post_tag','',0,0),
(340,340,'post_tag','',0,0),
(341,341,'post_tag','',0,0),
(342,342,'post_tag','',0,0),
(343,343,'post_tag','',0,0),
(344,344,'post_tag','',0,0),
(345,345,'post_tag','',0,0),
(346,346,'post_tag','',0,0),
(347,347,'post_tag','',0,0),
(348,348,'post_tag','',0,0),
(349,349,'post_tag','',0,0),
(350,350,'post_tag','',0,0),
(351,351,'post_tag','',0,0),
(352,352,'post_tag','',0,0),
(353,353,'post_tag','',0,0),
(354,354,'post_tag','',0,0),
(355,355,'post_tag','',0,0),
(356,356,'post_tag','',0,0),
(357,357,'post_tag','',0,0),
(358,358,'post_tag','',0,0),
(359,359,'post_tag','',0,0),
(360,360,'post_tag','',0,0),
(361,361,'post_tag','',0,0),
(362,362,'post_tag','',0,0),
(363,363,'post_tag','',0,0),
(364,364,'post_tag','',0,0),
(365,365,'post_tag','',0,0),
(366,366,'post_tag','',0,0),
(367,367,'post_tag','',0,0),
(368,368,'post_tag','',0,0),
(369,369,'post_tag','',0,0),
(370,370,'post_tag','',0,0),
(371,371,'post_tag','',0,0),
(372,372,'post_tag','',0,0),
(373,373,'post_tag','',0,0),
(374,374,'post_tag','',0,0),
(375,375,'post_tag','',0,0),
(376,376,'post_tag','',0,0),
(377,377,'post_tag','',0,0),
(378,378,'post_tag','',0,0),
(379,379,'post_tag','',0,0),
(380,380,'post_tag','',0,0),
(381,381,'post_tag','',0,0),
(382,382,'post_tag','',0,0),
(383,383,'post_tag','',0,0),
(384,384,'post_tag','',0,0),
(385,385,'post_tag','',0,0),
(386,386,'post_tag','',0,0),
(387,387,'post_tag','',0,0),
(388,388,'post_tag','',0,0),
(389,389,'post_tag','',0,0),
(390,390,'post_tag','',0,0),
(391,391,'post_tag','',0,0),
(392,392,'post_tag','',0,0),
(393,393,'post_tag','',0,0),
(394,394,'post_tag','',0,0),
(395,395,'post_tag','',0,0),
(396,396,'post_tag','',0,0),
(397,397,'post_tag','',0,0),
(398,398,'post_tag','',0,0),
(399,399,'post_tag','',0,0),
(400,400,'post_tag','',0,0),
(401,401,'post_tag','',0,0),
(402,402,'post_tag','',0,0),
(403,403,'post_tag','',0,0),
(404,404,'post_tag','',0,0),
(405,405,'post_tag','',0,0),
(406,406,'post_tag','',0,0),
(407,407,'post_tag','',0,0),
(408,408,'post_tag','',0,0),
(409,409,'post_tag','',0,0),
(410,410,'post_tag','',0,0),
(411,411,'post_tag','',0,0),
(412,412,'post_tag','',0,0),
(413,413,'post_tag','',0,0),
(414,414,'post_tag','',0,0),
(415,415,'post_tag','',0,0),
(416,416,'post_tag','',0,0),
(417,417,'post_tag','',0,0),
(418,418,'post_tag','',0,0),
(419,419,'post_tag','',0,0),
(420,420,'post_tag','',0,0),
(421,421,'post_tag','',0,0),
(422,422,'post_tag','',0,0),
(423,423,'post_tag','',0,0),
(424,424,'post_tag','',0,0),
(425,425,'post_tag','',0,0),
(426,426,'post_tag','',0,0),
(427,427,'post_tag','',0,0),
(428,428,'post_tag','',0,0),
(429,429,'post_tag','',0,0),
(430,430,'post_tag','',0,0),
(431,431,'post_tag','',0,0),
(432,432,'post_tag','',0,0),
(433,433,'post_tag','',0,0),
(434,434,'post_tag','',0,0),
(435,435,'post_tag','',0,0),
(436,436,'post_tag','',0,0),
(437,437,'post_tag','',0,0),
(438,438,'post_tag','',0,0),
(439,439,'post_tag','',0,0),
(440,440,'post_tag','',0,0),
(441,441,'post_tag','',0,0),
(442,442,'post_tag','',0,0),
(443,443,'post_tag','',0,0),
(444,444,'post_tag','',0,0),
(445,445,'post_tag','',0,0),
(446,446,'post_tag','',0,0),
(447,447,'post_tag','',0,0),
(448,448,'post_tag','',0,0),
(449,449,'post_tag','',0,0),
(450,450,'post_tag','',0,0),
(451,451,'post_tag','',0,0),
(452,452,'post_tag','',0,0),
(453,453,'post_tag','',0,0),
(454,454,'post_tag','',0,0),
(455,455,'post_tag','',0,0),
(456,456,'post_tag','',0,0),
(457,457,'post_tag','',0,0),
(458,458,'post_tag','',0,0),
(459,459,'post_tag','',0,0),
(460,460,'post_tag','',0,0),
(461,461,'post_tag','',0,0),
(462,462,'post_tag','',0,0),
(463,463,'post_tag','',0,0),
(464,464,'post_tag','',0,0),
(465,465,'post_tag','',0,0),
(466,466,'post_tag','',0,0),
(467,467,'post_tag','',0,0),
(468,468,'post_tag','',0,0),
(469,469,'post_tag','',0,0),
(470,470,'post_tag','',0,0),
(471,471,'post_tag','',0,0),
(472,472,'post_tag','',0,0),
(473,473,'post_tag','',0,0),
(474,474,'post_tag','',0,0),
(475,475,'post_tag','',0,0),
(476,476,'post_tag','',0,0),
(477,477,'post_tag','',0,0),
(478,478,'post_tag','',0,0),
(479,479,'post_tag','',0,0),
(480,480,'post_tag','',0,0),
(481,481,'post_tag','',0,0),
(482,482,'post_tag','',0,0),
(483,483,'post_tag','',0,0),
(484,484,'post_tag','',0,0),
(485,485,'post_tag','',0,0),
(486,486,'post_tag','',0,0),
(487,487,'post_tag','',0,0),
(488,488,'post_tag','',0,0),
(489,489,'post_tag','',0,0),
(490,490,'post_tag','',0,0),
(491,491,'post_tag','',0,0),
(492,492,'post_tag','',0,0),
(493,493,'post_tag','',0,0),
(494,494,'post_tag','',0,0),
(495,495,'post_tag','',0,0),
(496,496,'post_tag','',0,0),
(497,497,'post_tag','',0,0),
(498,498,'post_tag','',0,0),
(499,499,'post_tag','',0,0),
(500,500,'post_tag','',0,0),
(501,501,'post_tag','',0,0),
(502,502,'post_tag','',0,0),
(503,503,'post_tag','',0,0),
(504,504,'post_tag','',0,0),
(505,505,'post_tag','',0,0),
(506,506,'post_tag','',0,0),
(507,507,'post_tag','',0,0),
(508,508,'post_tag','',0,0),
(509,509,'post_tag','',0,0),
(510,510,'post_tag','',0,0),
(511,511,'post_tag','',0,0),
(512,512,'post_tag','',0,0),
(513,513,'post_tag','',0,0),
(514,514,'post_tag','',0,0),
(515,515,'post_tag','',0,0),
(516,516,'post_tag','',0,0),
(517,517,'post_tag','',0,0),
(518,518,'post_tag','',0,0),
(519,519,'post_tag','',0,0),
(520,520,'post_tag','',0,0),
(521,521,'post_tag','',0,0),
(522,522,'post_tag','',0,0),
(523,523,'post_tag','',0,0),
(524,524,'post_tag','',0,0),
(525,525,'post_tag','',0,0),
(526,526,'post_tag','',0,0),
(527,527,'post_tag','',0,0),
(528,528,'post_tag','',0,0),
(529,529,'post_tag','',0,0),
(530,530,'post_tag','',0,0),
(531,531,'post_tag','',0,0),
(532,532,'post_tag','',0,0),
(533,533,'post_tag','',0,0),
(534,534,'post_tag','',0,0),
(535,535,'post_tag','',0,0),
(536,536,'post_tag','',0,0),
(537,537,'post_tag','',0,0),
(538,538,'post_tag','',0,0),
(539,539,'post_tag','',0,0),
(540,540,'post_tag','',0,0),
(541,541,'post_tag','',0,0),
(542,542,'post_tag','',0,0),
(543,543,'post_tag','',0,0),
(544,544,'post_tag','',0,0),
(545,545,'post_tag','',0,0),
(546,546,'post_tag','',0,0),
(547,547,'post_tag','',0,0),
(548,548,'post_tag','',0,0),
(549,549,'post_tag','',0,0),
(550,550,'post_tag','',0,0),
(551,551,'post_tag','',0,0),
(552,552,'post_tag','',0,0),
(553,553,'post_tag','',0,0),
(554,554,'post_tag','',0,0),
(555,555,'post_tag','',0,0),
(556,556,'post_tag','',0,0),
(557,557,'post_tag','',0,0),
(558,558,'post_tag','',0,0),
(559,559,'post_tag','',0,0),
(560,560,'post_tag','',0,0),
(561,561,'post_tag','',0,0),
(562,562,'post_tag','',0,0),
(563,563,'post_tag','',0,0),
(564,564,'post_tag','',0,0),
(565,565,'post_tag','',0,0),
(566,566,'post_tag','',0,0),
(567,567,'post_tag','',0,0),
(568,568,'post_tag','',0,0),
(569,569,'post_tag','',0,0),
(570,570,'post_tag','',0,0),
(571,571,'post_tag','',0,0),
(572,572,'post_tag','',0,0),
(573,573,'post_tag','',0,0),
(574,574,'post_tag','',0,0),
(575,575,'post_tag','',0,0),
(576,576,'post_tag','',0,0),
(577,577,'post_tag','',0,0),
(578,578,'post_tag','',0,0),
(579,579,'post_tag','',0,0),
(580,580,'post_tag','',0,0),
(581,581,'post_tag','',0,0),
(582,582,'post_tag','',0,0),
(583,583,'post_tag','',0,0),
(584,584,'post_tag','',0,0),
(585,585,'post_tag','',0,0),
(586,586,'post_tag','',0,0),
(587,587,'post_tag','',0,0),
(588,588,'post_tag','',0,0),
(589,589,'post_tag','',0,0),
(590,590,'post_tag','',0,0),
(591,591,'post_tag','',0,0),
(592,592,'post_tag','',0,0),
(593,593,'post_tag','',0,0),
(594,594,'post_tag','',0,0),
(595,595,'post_tag','',0,0),
(596,596,'post_tag','',0,0),
(597,597,'post_tag','',0,0),
(598,598,'post_tag','',0,0),
(599,599,'post_tag','',0,0),
(600,600,'post_tag','',0,0),
(601,601,'post_tag','',0,0),
(602,602,'post_tag','',0,0),
(603,603,'post_tag','',0,0),
(604,604,'post_tag','',0,0),
(605,605,'post_tag','',0,0),
(606,606,'post_tag','',0,0),
(607,607,'post_tag','',0,0),
(608,608,'post_tag','',0,0),
(609,609,'post_tag','',0,0),
(610,610,'post_tag','',0,0),
(611,611,'post_tag','',0,0),
(612,612,'post_tag','',0,0),
(613,613,'post_tag','',0,0),
(614,614,'post_tag','',0,0),
(615,615,'post_tag','',0,0),
(616,616,'post_tag','',0,0),
(617,617,'post_tag','',0,0),
(618,618,'post_tag','',0,0),
(619,619,'post_tag','',0,0),
(620,620,'post_tag','',0,0),
(621,621,'post_tag','',0,0),
(622,622,'post_tag','',0,0),
(623,623,'post_tag','',0,0),
(624,624,'post_tag','',0,0),
(625,625,'post_tag','',0,0),
(626,626,'post_tag','',0,0),
(627,627,'post_tag','',0,0),
(628,628,'post_tag','',0,0),
(629,629,'post_tag','',0,0),
(630,630,'post_tag','',0,0),
(631,631,'post_tag','',0,0),
(632,632,'post_tag','',0,0),
(633,633,'post_tag','',0,0),
(634,634,'post_tag','',0,0),
(635,635,'post_tag','',0,0),
(636,636,'post_tag','',0,0),
(637,637,'post_tag','',0,0),
(638,638,'post_tag','',0,0),
(639,639,'post_tag','',0,0),
(640,640,'post_tag','',0,0),
(641,641,'post_tag','',0,0),
(642,642,'post_tag','',0,0),
(643,643,'post_tag','',0,0),
(644,644,'post_tag','',0,0),
(645,645,'post_tag','',0,0),
(646,646,'post_tag','',0,0),
(647,647,'post_tag','',0,0),
(648,648,'post_tag','',0,0),
(649,649,'post_tag','',0,0),
(650,650,'post_tag','',0,0),
(651,651,'post_tag','',0,0),
(652,652,'post_tag','',0,0),
(653,653,'post_tag','',0,0),
(654,654,'post_tag','',0,0),
(655,655,'post_tag','',0,0),
(656,656,'post_tag','',0,0),
(657,657,'post_tag','',0,0),
(658,658,'post_tag','',0,0),
(659,659,'post_tag','',0,0),
(660,660,'post_tag','',0,0),
(661,661,'post_tag','',0,0),
(662,662,'post_tag','',0,0),
(663,663,'post_tag','',0,0),
(664,664,'post_tag','',0,0),
(665,665,'post_tag','',0,0),
(666,666,'post_tag','',0,0),
(667,667,'post_tag','',0,0),
(668,668,'post_tag','',0,0),
(669,669,'post_tag','',0,0),
(670,670,'post_tag','',0,0),
(671,671,'post_tag','',0,0),
(672,672,'post_tag','',0,0),
(673,673,'post_tag','',0,0),
(674,674,'post_tag','',0,0),
(675,675,'post_tag','',0,0),
(676,676,'post_tag','',0,0),
(677,677,'post_tag','',0,0),
(678,678,'post_tag','',0,0),
(679,679,'post_tag','',0,0),
(680,680,'post_tag','',0,0),
(681,681,'post_tag','',0,0),
(682,682,'post_tag','',0,0),
(683,683,'post_tag','',0,0),
(684,684,'post_tag','',0,0),
(685,685,'post_tag','',0,0),
(686,686,'post_tag','',0,0),
(687,687,'post_tag','',0,0),
(688,688,'post_tag','',0,0),
(689,689,'post_tag','',0,0),
(690,690,'post_tag','',0,0),
(691,691,'post_tag','',0,0),
(692,692,'post_tag','',0,0),
(693,693,'post_tag','',0,0),
(694,694,'post_tag','',0,0),
(695,695,'post_tag','',0,0),
(696,696,'post_tag','',0,0),
(697,697,'post_tag','',0,0),
(698,698,'post_tag','',0,0),
(699,699,'post_tag','',0,0),
(700,700,'elementor_library_type','',0,0),
(701,701,'category','Featured posts',0,0),
(702,702,'category','',0,4),
(703,703,'category','',0,3);
/*!40000 ALTER TABLE `hrs_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_termmeta`
--

DROP TABLE IF EXISTS `hrs_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_termmeta`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_termmeta` WRITE;
/*!40000 ALTER TABLE `hrs_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_terms`
--

DROP TABLE IF EXISTS `hrs_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=704 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_terms`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_terms` WRITE;
/*!40000 ALTER TABLE `hrs_terms` DISABLE KEYS */;
INSERT INTO `hrs_terms` VALUES
(1,'Others','others',0),
(4,'Beaches &amp; Islands','bislands',0),
(8,'blog','blog',0),
(9,'chocolates','chocolates',0),
(10,'company','company',0),
(11,'company culture','company-culture',0),
(12,'earth','earth',0),
(13,'eco','eco',0),
(14,'ecology','ecology',0),
(15,'entrepreneurship','entrepreneurship',0),
(16,'environment','environment-2',0),
(17,'fashion','fashion-2',0),
(18,'fashoin','fashoin',0),
(19,'food','food-2',0),
(20,'funk','funk',0),
(21,'future','future',0),
(22,'lifestyle','lifestyle-2',0),
(23,'magazine','magazine',0),
(24,'music','music-2',0),
(25,'pasta','pasta',0),
(26,'photos','photos',0),
(27,'solar energy','solar-energy',0),
(28,'studio','studio',0),
(29,'sugar','sugar',0),
(30,'sustainability','sustainability',0),
(31,'sweet','sweet',0),
(32,'technology','technology-2',0),
(33,'tips','tips',0),
(34,'404 Menu','404-menu',0),
(35,'Footer Menu','footer-menu',0),
(36,'Main menu','main-menu',0),
(37,'Options Panel','options-panel',0),
(38,'Audio','post-format-audio',0),
(39,'Gallery','post-format-gallery',0),
(40,'Image','post-format-image',0),
(41,'Video','post-format-video',0),
(42,'Social Menu','social-menu',0),
(43,'Top Bar Menu','top-bar-menu',0),
(44,'Why Does My Dog Lick My Wounds.Why Does My Dog Lick My Cuts','why-does-my-dog-lick-my-wounds-why-does-my-dog-lick-my-cuts',0),
(62,'1 cent flights spirit','1-cent-flights-spirit',0),
(63,'13 benefits of digital marketing','13-benefits-of-digital-marketing',0),
(64,'1950s kitchen remodel ideas','1950s-kitchen-remodel-ideas',0),
(65,'30 Quotes From Anthony Bourdain','30-quotes-from-anthony-bourdain',0),
(66,'36 hours in manchester','36-hours-in-manchester',0),
(67,'5 benefits of digital marketing','5-benefits-of-digital-marketing',0),
(68,'502 bad gateway error','502-bad-gateway-error',0),
(69,'A Weekend Gateway Guide Spend In Manchester Mixing old and new','a-weekend-gateway-guide-spend-in-manchester-mixing-old-and-new',0),
(70,'Abandoned Places - Youtube','abandoned-places-youtube',0),
(71,'Abandoned Places in America','abandoned-places-in-america',0),
(72,'Abandoned Places in The World And Their Stories','abandoned-places-in-the-world-and-their-stories',0),
(73,'Abandoned Places Near Me','abandoned-places-near-me',0),
(74,'Abandoned Places Photography','abandoned-places-photography',0),
(75,'Abandoned Places Tv Show','abandoned-places-tv-show',0),
(76,'acacia hotel bacolod','acacia-hotel-bacolod',0),
(77,'activating cell phone microphone remotely','activating-cell-phone-microphone-remotely',0),
(78,'activities in bangkok','activities-in-bangkok',0),
(79,'advantages and disadvantages of social media marketing pdf','advantages-and-disadvantages-of-social-media-marketing-pdf',0),
(80,'advantages of digital advertising','advantages-of-digital-advertising',0),
(81,'advantages of social media essay','advantages-of-social-media-essay',0),
(82,'Adventure Island','adventure-island',0),
(83,'Adventure Quotes Tumblr','adventure-quotes-tumblr',0),
(84,'After 26 Depot Cafe','after-26-depot-cafe',0),
(85,'algarve','algarve',0),
(86,'algarve beaches','algarve-beaches',0),
(87,'algarve from lisbon','algarve-from-lisbon',0),
(88,'algarve portugal','algarve-portugal',0),
(89,'algarve portugal map','algarve-portugal-map',0),
(90,'algarve portugal weather','algarve-portugal-weather',0),
(91,'Amazing Abandoned Places','amazing-abandoned-places',0),
(92,'amazon mountain directory','amazon-mountain-directory',0),
(93,'android remote microphone spy','android-remote-microphone-spy',0),
(94,'Anthony Bourdain Last Quotes','anthony-bourdain-last-quotes',0),
(95,'Anthony Bourdain Quotes Art','anthony-bourdain-quotes-art',0),
(96,'Anthony Bourdain Quotes Politics','anthony-bourdain-quotes-politics',0),
(97,'Anthony Bourdain Travel is not Reward for Working','anthony-bourdain-travel-is-not-reward-for-working',0),
(98,'app for mountain grades','app-for-mountain-grades',0),
(99,'are varsity jackets in style 2020','are-varsity-jackets-in-style-2020',0),
(100,'Australia','australia',0),
(101,'avenue suites bacolod','avenue-suites-bacolod',0),
(102,'avoid mountains driving','avoid-mountains-driving',0),
(103,'Awesome Travel Quotes','awesome-travel-quotes',0),
(104,'awesome trip quotes','awesome-trip-quotes',0),
(105,'awesome trip status','awesome-trip-status',0),
(106,'awesome trip with friends quotes','awesome-trip-with-friends-quotes',0),
(107,'Back to The Future 2 Quotes','back-to-the-future-2-quotes',0),
(108,'Back to The Future 3 Quotes','back-to-the-future-3-quotes',0),
(109,'Back to The Future Funny Quotes','back-to-the-future-funny-quotes',0),
(110,'Back to The Future Quotes About The Future','back-to-the-future-quotes-about-the-future',0),
(111,'Back to The Future Quotes Biff','back-to-the-future-quotes-biff',0),
(112,'Back to The Future Quotes Imdb','back-to-the-future-quotes-imdb',0),
(113,'Back to The Future Quotes Marty','back-to-the-future-quotes-marty',0),
(114,'Back to The Future Quotes Roads Where We\'re Going','back-to-the-future-quotes-roads-where-were-going',0),
(115,'bacolod hotels near sm','bacolod-hotels-near-sm',0),
(116,'bajaj dominar 250','bajaj-dominar-250',0),
(117,'bajaj dominar 400 2019','bajaj-dominar-400-2019',0),
(118,'bajaj dominar 400 photos','bajaj-dominar-400-photos',0),
(119,'bajaj dominar 400 top speed','bajaj-dominar-400-top-speed',0),
(120,'bambu beach bar barcelona','bambu-beach-bar-barcelona',0),
(121,'bangkok after midnight','bangkok-after-midnight',0),
(122,'barcelona beach bar with beds','barcelona-beach-bar-with-beds',0),
(123,'barcelona beach clubs','barcelona-beach-clubs',0),
(124,'beach bars near me','beach-bars-near-me',0),
(125,'benefits of a good website','benefits-of-a-good-website',0),
(126,'benefits of digital marketing ppt','benefits-of-digital-marketing-ppt',0),
(127,'benefits of graphic design for businesses','benefits-of-graphic-design-for-businesses',0),
(128,'Benefits Of Graphic Design: Why Businesses Need In-House Graphic Department','benefits-of-graphic-design-why-businesses-need-in-house-graphic-department',0),
(129,'benefits of having a website statistics','benefits-of-having-a-website-statistics',0),
(130,'benefits of ios app development','benefits-of-ios-app-development',0),
(131,'benefits of social media communication','benefits-of-social-media-communication',0),
(132,'benefits of social media for business','benefits-of-social-media-for-business',0),
(133,'benefits of social media for individuals','benefits-of-social-media-for-individuals',0),
(134,'benefits of social media for society','benefits-of-social-media-for-society',0),
(135,'benefits of social media for students','benefits-of-social-media-for-students',0),
(136,'benefits of social media for youth','benefits-of-social-media-for-youth',0),
(137,'benefits of web application','benefits-of-web-application',0),
(138,'benefits of web development course','benefits-of-web-development-course',0),
(139,'benefits of website for business','benefits-of-website-for-business',0),
(140,'Best Anthony Bourdain Quotes on Love','best-anthony-bourdain-quotes-on-love',0),
(141,'best backpack','best-backpack',0),
(142,'best business travel backpack','best-business-travel-backpack',0),
(143,'best chadar trek organizers','best-chadar-trek-organizers',0),
(144,'best cities in new york state','best-cities-in-new-york-state',0),
(145,'best holiday destinations 2019','best-holiday-destinations-2019',0),
(146,'best places for couples to visit','best-places-for-couples-to-visit',0),
(147,'best places to paddle board east coast','best-places-to-paddle-board-east-coast',0),
(148,'best places to paddle board oregon','best-places-to-paddle-board-oregon',0),
(149,'best places to paddleboard in europe','best-places-to-paddleboard-in-europe',0),
(150,'best places to paddleboard in fort lauderdale','best-places-to-paddleboard-in-fort-lauderdale',0),
(151,'best places to paddleboard in north carolina','best-places-to-paddleboard-in-north-carolina',0),
(152,'best places to paddleboard in usa','best-places-to-paddleboard-in-usa',0),
(153,'best places to paddleboard near me','best-places-to-paddleboard-near-me',0),
(154,'best places to travel 2019','best-places-to-travel-2019',0),
(155,'best places to visit in new york state in winter','best-places-to-visit-in-new-york-state-in-winter',0),
(156,'best quality clothing brands that are affordable','best-quality-clothing-brands-that-are-affordable',0),
(157,'Best Things To Do In Cadillac','best-things-to-do-in-cadillac',0),
(158,'best travel backpack 2018','best-travel-backpack-2018',0),
(159,'best travel backpack for europe','best-travel-backpack-for-europe',0),
(160,'best travel backpack for men','best-travel-backpack-for-men',0),
(161,'best travel quotes','best-travel-quotes',0),
(162,'best umrah package','best-umrah-package',0),
(163,'bjj vs dude uses bjj in a street fight','bjj-vs-dude-uses-bjj-in-a-street-fight',0),
(164,'Boxing Vs Jiu Jitsu : Which style is more effective?','boxing-vs-jiu-jitsu-which-style-is-more-effective',0),
(165,'brazilian jiu jitsu','brazilian-jiu-jitsu',0),
(166,'business travel platform','business-travel-platform',0),
(167,'business types in uk','business-types-in-uk',0),
(168,'buzzfeed cheap gifts','buzzfeed-cheap-gifts',0),
(169,'Caberfae Peaks Ski &amp; Golf Resort','caberfae-peaks-ski-golf-resort',0),
(170,'cadillac mi events 2020','cadillac-mi-events-2020',0),
(171,'cafe del mar barcelona','cafe-del-mar-barcelona',0),
(172,'california national parks road trip','california-national-parks-road-trip',0),
(173,'can an esta be revoked','can-an-esta-be-revoked',0),
(174,'can cell phone microphones be turned on remotely','can-cell-phone-microphones-be-turned-on-remotely',0),
(175,'Canada','canada',0),
(176,'caption for travel agency','caption-for-travel-agency',0),
(177,'cardboard countertop display boxes','cardboard-countertop-display-boxes',0),
(178,'cdc travel advisory','cdc-travel-advisory',0),
(179,'celebration of raksha bandhan in school','celebration-of-raksha-bandhan-in-school',0),
(180,'center measurements','center-measurements',0),
(181,'chadar trek 2020','chadar-trek-2020',0),
(182,'chadar trek best time','chadar-trek-best-time',0),
(183,'chadar trek experience','chadar-trek-experience',0),
(184,'chadar trek in summer','chadar-trek-in-summer',0),
(185,'cheap flight booking sites','cheap-flight-booking-sites',0),
(186,'cheap flight deals','cheap-flight-deals',0),
(187,'cheap flights to india','cheap-flights-to-india',0),
(188,'cheap gifts for expensive taste affordable luxury gifts','cheap-gifts-for-expensive-taste-affordable-luxury-gifts',0),
(189,'cheap gifts for expensive taste men','cheap-gifts-for-expensive-taste-men',0),
(190,'cheap online clothing stores','cheap-online-clothing-stores',0),
(191,'cheap things to do in bangkok at night','cheap-things-to-do-in-bangkok-at-night',0),
(192,'cheap trendy women\'s clothing','cheap-trendy-womens-clothing',0),
(193,'chennai to tirupati places to visit','chennai-to-tirupati-places-to-visit',0),
(194,'circle inn bacolod','circle-inn-bacolod',0),
(195,'cleartrip','cleartrip',0),
(196,'collared varsity jacket','collared-varsity-jacket',0),
(197,'colors of roses','colors-of-roses',0),
(198,'coronavirus travel advice','coronavirus-travel-advice',0),
(199,'coronavirus travel restrictions','coronavirus-travel-restrictions',0),
(200,'corporate travel agency','corporate-travel-agency',0),
(201,'corporate travel management solutions','corporate-travel-management-solutions',0),
(202,'counter display boxes cardboard','counter-display-boxes-cardboard',0),
(203,'Couple Quotes','couple-quotes',0),
(204,'Couple Travel Quotes Instagram','couple-travel-quotes-instagram',0),
(205,'Couple Travel Together Quotes','couple-travel-together-quotes',0),
(206,'crater lake national park in oregon','crater-lake-national-park-in-oregon',0),
(207,'crater lake national park oregon','crater-lake-national-park-oregon',0),
(208,'crater lake national park weather','crater-lake-national-park-weather',0),
(209,'custom boxes wholesale','custom-boxes-wholesale',0),
(210,'danube parquet flooring','danube-parquet-flooring',0),
(211,'designer varsity jacket womens','designer-varsity-jacket-womens',0),
(212,'devils postpile elevation','devils-postpile-elevation',0),
(213,'devils postpile map.devils postpile facts','devils-postpile-map-devils-postpile-facts',0),
(214,'devils postpile opening date 2019','devils-postpile-opening-date-2019',0),
(215,'devils postpile shuttle','devils-postpile-shuttle',0),
(216,'devils postpile weather','devils-postpile-weather',0),
(217,'digital marketing','digital-marketing',0),
(218,'digital marketing examples','digital-marketing-examples',0),
(219,'digital marketing platforms','digital-marketing-platforms',0),
(220,'digital marketing tools list 2020','digital-marketing-tools-list-2020',0),
(221,'digital marketing tools mastery','digital-marketing-tools-mastery',0),
(222,'digital marketing types','digital-marketing-types',0),
(223,'digital marketing wiki','digital-marketing-wiki',0),
(224,'disadvantages of online marketing','disadvantages-of-online-marketing',0),
(225,'disadvantages of social media marketing','disadvantages-of-social-media-marketing',0),
(226,'disney world hotels','disney-world-hotels',0),
(227,'disney world packages','disney-world-packages',0),
(228,'disney world parks','disney-world-parks',0),
(229,'disney world planning websites','disney-world-planning-websites',0),
(230,'disney world tickets','disney-world-tickets',0),
(231,'display box design','display-box-design',0),
(232,'do you need a visa for punta cana punta cana resorts','do-you-need-a-visa-for-punta-cana-punta-cana-resorts',0),
(233,'dominar 400 2020','dominar-400-2020',0),
(234,'dominar 400 black','dominar-400-black',0),
(235,'dominar 400 modified','dominar-400-modified',0),
(236,'dominar 400 price in kerala','dominar-400-price-in-kerala',0),
(237,'download quickbooks','download-quickbooks',0),
(238,'driving in punta cana','driving-in-punta-cana',0),
(239,'Eating And Travelling Quotes','eating-and-travelling-quotes',0),
(240,'ecommerce seo','ecommerce-seo',0),
(241,'el boo barcelona','el-boo-barcelona',0),
(242,'Eldorado Golf Course','eldorado-golf-course',0),
(243,'elementor responsive issues','elementor-responsive-issues',0),
(244,'Elements of Historical Fiction','elements-of-historical-fiction',0),
(245,'enterprise seo services','enterprise-seo-services',0),
(246,'enterprise seo strategies','enterprise-seo-strategies',0),
(247,'entertainment','entertainment',0),
(248,'entertainment center measurements','entertainment-center-measurements',0),
(249,'entertainment center walmart','entertainment-center-walmart',0),
(250,'entertainment center with fireplace','entertainment-center-with-fireplace',0),
(251,'entertainment center with fireplace tv stand','entertainment-center-with-fireplace-tv-stand',0),
(252,'entrepreneur visa uk','entrepreneur-visa-uk',0),
(253,'essential digital marketing tools','essential-digital-marketing-tools',0),
(254,'esta application','esta-application',0),
(255,'esta application guide','esta-application-guide',0),
(256,'esta denied by mistake','esta-denied-by-mistake',0),
(257,'esta denied criminal record','esta-denied-criminal-record',0),
(258,'esta denied forum','esta-denied-forum',0),
(259,'esta denied meaning','esta-denied-meaning',0),
(260,'esta denied reddit','esta-denied-reddit',0),
(261,'esta usa','esta-usa',0),
(262,'esta visa barcelona','esta-visa-barcelona',0),
(263,'esta work restrictions','esta-work-restrictions',0),
(264,'examples of healthcare innovation','examples-of-healthcare-innovation',0),
(265,'expique - bangkok','expique-bangkok',0),
(266,'Exploring Abandoned Places','exploring-abandoned-places',0),
(267,'express','express',0),
(268,'fabric quality chart','fabric-quality-chart',0),
(269,'Family Road Trip Quotes','family-road-trip-quotes',0),
(270,'Family Trip Caption For Instagram','family-trip-caption-for-instagram',0),
(271,'Family Trip Quotes For Facebook','family-trip-quotes-for-facebook',0),
(272,'Family Trip Quotes For Instagram','family-trip-quotes-for-instagram',0),
(273,'Family Trip Status for Facebook','family-trip-status-for-facebook',0),
(274,'Family Vacation Quotes For Scrapbooking','family-vacation-quotes-for-scrapbooking',0),
(275,'Famous Abandoned Places','famous-abandoned-places',0),
(276,'Famous Travel Quotes','famous-travel-quotes',0),
(277,'fancy but inexpensive gifts','fancy-but-inexpensive-gifts',0),
(278,'fashion nova','fashion-nova',0),
(279,'features of e marketing','features-of-e-marketing',0),
(280,'fix license validation and registration errors in quickbooks desktop','fix-license-validation-and-registration-errors-in-quickbooks-desktop',0),
(281,'flight booking website','flight-booking-website',0),
(282,'flight ticket prices','flight-ticket-prices',0),
(283,'float times','float-times',0),
(284,'floating entertainment center','floating-entertainment-center',0),
(285,'floor tiles abu dhabi','floor-tiles-abu-dhabi',0),
(286,'forever 21','forever-21',0),
(287,'free digital marketing tools 2019','free-digital-marketing-tools-2019',0),
(288,'free digital marketing tools 2020','free-digital-marketing-tools-2020',0),
(289,'fruit flies','fruit-flies',0),
(290,'fruit flies in bedroom','fruit-flies-in-bedroom',0),
(291,'fruit flies spray','fruit-flies-spray',0),
(292,'Funny Tacky Tourist Captions','funny-tacky-tourist-captions',0),
(293,'funny travel agent quotes','funny-travel-agent-quotes',0),
(294,'Funny Travel Memes','funny-travel-memes',0),
(295,'Funny Travel Quotes','funny-travel-quotes',0),
(296,'Funny Travel Quotes From Movies','funny-travel-quotes-from-movies',0),
(297,'Funny Travel Quotes Pinterest','funny-travel-quotes-pinterest',0),
(298,'Funny Vacation Captions for Instagram','funny-vacation-captions-for-instagram',0),
(299,'future of medicine in 2030','future-of-medicine-in-2030',0),
(300,'gag gifts amazon','gag-gifts-amazon',0),
(301,'go beach club barcelona reviews','go-beach-club-barcelona-reviews',0),
(302,'Going Back in Time Quotes','going-back-in-time-quotes',0),
(303,'google ads','google-ads',0),
(304,'grand theft auto san andreas download','grand-theft-auto-san-andreas-download',0),
(305,'Grand Theft Auto: San Andreas Gameplay','grand-theft-auto-san-andreas-gameplay',0),
(306,'grand theft auto: san andreas pc','grand-theft-auto-san-andreas-pc',0),
(307,'gt hotel bacolod','gt-hotel-bacolod',0),
(308,'gta san andreas 700mb download','gta-san-andreas-700mb-download',0),
(309,'gta san andreas cheats','gta-san-andreas-cheats',0),
(310,'gta san andreas gameplay download','gta-san-andreas-gameplay-download',0),
(311,'gta san andreas gameplay online','gta-san-andreas-gameplay-online',0),
(312,'gta san andreas online','gta-san-andreas-online',0),
(313,'gta san andreas part 2','gta-san-andreas-part-2',0),
(314,'hajj and umrah packages 2020 cheap umrah packages','hajj-and-umrah-packages-2020-cheap-umrah-packages',0),
(315,'hajj and umrah services','hajj-and-umrah-services',0),
(316,'hajj packages 2020','hajj-packages-2020',0),
(317,'Happy Trip Message to a Friend','happy-trip-message-to-a-friend',0),
(318,'Have a Safe Journey and Take Care','have-a-safe-journey-and-take-care',0),
(319,'Have a Safe Journey Meaning in Hindi','have-a-safe-journey-meaning-in-hindi',0),
(320,'Have a Safe Trip Miss You','have-a-safe-trip-miss-you',0),
(321,'Historical Fiction Definition','historical-fiction-definition',0),
(322,'Historical Fiction for Kids','historical-fiction-for-kids',0),
(323,'Historical Fiction Genre','historical-fiction-genre',0),
(324,'Historical Fiction Novels','historical-fiction-novels',0),
(325,'Historical Novel Definition','historical-novel-definition',0),
(326,'Historical Novel Summary','historical-novel-summary',0),
(327,'holiday factory contact number','holiday-factory-contact-number',0),
(328,'holiday factory georgia','holiday-factory-georgia',0),
(329,'holiday homes company','holiday-homes-company',0),
(330,'holiday homes dubai','holiday-homes-dubai',0),
(331,'holiday homes dubai contact number','holiday-homes-dubai-contact-number',0),
(332,'holiday homes emaar','holiday-homes-emaar',0),
(333,'hotels in bacolod with pool','hotels-in-bacolod-with-pool',0),
(334,'How Do I resolve Quickbooks error 1723','how-do-i-resolve-quickbooks-error-1723',0),
(335,'how do you record a debit card purchase in quickbooks','how-do-you-record-a-debit-card-purchase-in-quickbooks',0),
(336,'how do you record a debit cardpurchase in quickbooks','how-do-you-record-a-debit-cardpurchase-in-quickbooks',0),
(337,'how important is graphic design for your business','how-important-is-graphic-design-for-your-business',0),
(338,'how men fall in love psychology','how-men-fall-in-love-psychology',0),
(339,'how to avoid mountain roads','how-to-avoid-mountain-roads',0),
(340,'HOW TO CHOOSE THE RIGHT ENTERTAINMENT CENTER FOR YOUR SPACE','how-to-choose-the-right-entertainment-center-for-your-space',0),
(341,'how to do digital marketing','how-to-do-digital-marketing',0),
(342,'how to do seo','how-to-do-seo',0),
(343,'how to earn money online with google','how-to-earn-money-online-with-google',0),
(344,'how to find cheap flights','how-to-find-cheap-flights',0),
(345,'how to fix error 1723 dll missing','how-to-fix-error-1723-dll-missing',0),
(346,'how to get endorsement for uk startup visa','how-to-get-endorsement-for-uk-startup-visa',0),
(347,'how to get rid of fruit flies with white vinegar','how-to-get-rid-of-fruit-flies-with-white-vinegar',0),
(348,'how to get to devils postpile','how-to-get-to-devils-postpile',0),
(349,'how to legally start a business','how-to-legally-start-a-business',0),
(350,'how to make mone online in 2020','how-to-make-mone-online-in-2020',0),
(351,'how to make money from home','how-to-make-money-from-home',0),
(352,'how to make money online','how-to-make-money-online',0),
(353,'how to make money online as a student','how-to-make-money-online-as-a-student',0),
(354,'how to make money online for beginners','how-to-make-money-online-for-beginners',0),
(355,'how to make money online for free','how-to-make-money-online-for-free',0),
(356,'how to make money online free','how-to-make-money-online-free',0),
(357,'how to make money online from internet','how-to-make-money-online-from-internet',0),
(358,'how to make money online in quarantine','how-to-make-money-online-in-quarantine',0),
(359,'how to make money online without paying anything','how-to-make-money-online-without-paying-anything',0),
(360,'how to make responsive website in wordpress','how-to-make-responsive-website-in-wordpress',0),
(361,'how to make sure your wordpress site is mobile friendly elementor responsive columns','how-to-make-sure-your-wordpress-site-is-mobile-friendly-elementor-responsive-columns',0),
(362,'how to make your husband fall in love with you again','how-to-make-your-husband-fall-in-love-with-you-again',0),
(363,'how to make your husband happy','how-to-make-your-husband-happy',0),
(364,'how to make your husband love you','how-to-make-your-husband-love-you',0),
(365,'How To Manage Corporate Travel','how-to-manage-corporate-travel',0),
(366,'how to prepare for chadar trek','how-to-prepare-for-chadar-trek',0),
(367,'how to prevent fruit flies','how-to-prevent-fruit-flies',0),
(368,'how to redo kitchen cabinets on a budget kitchen remodel ideas before and after','how-to-redo-kitchen-cabinets-on-a-budget-kitchen-remodel-ideas-before-and-after',0),
(369,'how to remotely turn on a cell phone camera','how-to-remotely-turn-on-a-cell-phone-camera',0),
(370,'How to Resolve QuickBooks Error Code 1722','how-to-resolve-quickbooks-error-code-1722',0),
(371,'how to save a qbw file in quickbooks','how-to-save-a-qbw-file-in-quickbooks',0),
(372,'how to spend a weekend in manchester','how-to-spend-a-weekend-in-manchester',0),
(373,'how to start a business in uk for foreigner','how-to-start-a-business-in-uk-for-foreigner',0),
(374,'how to turn on phone microphone','how-to-turn-on-phone-microphone',0),
(375,'how to update kitchen cabinets without replacing them','how-to-update-kitchen-cabinets-without-replacing-them',0),
(376,'how to use sonicwall','how-to-use-sonicwall',0),
(377,'how was devils postpile formed','how-was-devils-postpile-formed',0),
(378,'Huron-Manistee National Forests','huron-manistee-national-forests',0),
(379,'i love ny','i-love-ny',0),
(380,'importance of digital marketing tools','importance-of-digital-marketing-tools',0),
(381,'importance of graphic design in branding','importance-of-graphic-design-in-branding',0),
(382,'importance of graphic design pdf','importance-of-graphic-design-pdf',0),
(383,'importance of internet marketing ppt','importance-of-internet-marketing-ppt',0),
(384,'importance of radio frequency design','importance-of-radio-frequency-design',0),
(385,'importance of social media marketing','importance-of-social-media-marketing',0),
(386,'inappropriate gag gifts Page Navigation','inappropriate-gag-gifts-page-navigation',0),
(387,'innovations in healthcare 2019','innovations-in-healthcare-2019',0),
(388,'innovative ideas in healthcare','innovative-ideas-in-healthcare',0),
(389,'innovative medical devices 2019','innovative-medical-devices-2019',0),
(390,'interesting travel destinations','interesting-travel-destinations',0),
(391,'international travel hacks','international-travel-hacks',0),
(392,'ios pros','ios-pros',0),
(393,'ios vs android','ios-vs-android',0),
(394,'iphone benefits for students','iphone-benefits-for-students',0),
(395,'is iphone good','is-iphone-good',0),
(396,'is it safe to fly','is-it-safe-to-fly',0),
(397,'is web development fun','is-web-development-fun',0),
(398,'jiu jitsu near me','jiu-jitsu-near-me',0),
(399,'Journey Time Quotes','journey-time-quotes',0),
(400,'key host holiday homes','key-host-holiday-homes',0),
(401,'kings canyon national park','kings-canyon-national-park',0),
(402,'l\' fisher hotel bacolod','l-fisher-hotel-bacolod',0),
(403,'late night bangkok','late-night-bangkok',0),
(404,'learn how to make money online','learn-how-to-make-money-online',0),
(405,'legitimate ways to make money online','legitimate-ways-to-make-money-online',0),
(406,'letterman jackets out of style','letterman-jackets-out-of-style',0),
(407,'limitations of iphone','limitations-of-iphone',0),
(408,'list of fake esta websites','list-of-fake-esta-websites',0),
(409,'list of holiday homes companies in dubai','list-of-holiday-homes-companies-in-dubai',0),
(410,'list of holiday homes in dubai','list-of-holiday-homes-in-dubai',0),
(411,'listen t','listen-t',0),
(412,'listen to phone surrounding live free','listen-to-phone-surrounding-live-free',0),
(413,'living spaces entertainment center','living-spaces-entertainment-center',0),
(414,'make a man fall in love with you','make-a-man-fall-in-love-with-you',0),
(415,'manchester nightlife guide','manchester-nightlife-guide',0),
(416,'manchester tour guide','manchester-tour-guide',0),
(417,'manchester travel blog','manchester-travel-blog',0),
(418,'map of new york state','map-of-new-york-state',0),
(419,'medical innovation ideas','medical-innovation-ideas',0),
(420,'medical kit for chadar trek','medical-kit-for-chadar-trek',0),
(421,'mi','mi',0),
(422,'most romantic places in india','most-romantic-places-in-india',0),
(423,'most romantic places in the world to propose','most-romantic-places-in-the-world-to-propose',0),
(424,'mountain directory west pdf','mountain-directory-west-pdf',0),
(425,'msi returned 1648 quickbooks','msi-returned-1648-quickbooks',0),
(426,'mukkodi tirupati','mukkodi-tirupati',0),
(427,'museums in cadillac','museums-in-cadillac',0),
(428,'my disney experience','my-disney-experience',0),
(429,'my wordpress theme is not responsive','my-wordpress-theme-is-not-responsive',0),
(430,'national park','national-park',0),
(431,'national parks in northern california','national-parks-in-northern-california',0),
(432,'national parks in southern california','national-parks-in-southern-california',0),
(433,'natural attractions in new york state','natural-attractions-in-new-york-state',0),
(434,'natural rose colors','natural-rose-colors',0),
(435,'new iphone benefits','new-iphone-benefits',0),
(436,'new york map','new-york-map',0),
(437,'new york state attractions for families','new-york-state-attractions-for-families',0),
(438,'New Zealand','new-zealand',0),
(439,'night market bangkok','night-market-bangkok',0),
(440,'nikki beach barcelona','nikki-beach-barcelona',0),
(441,'o hotel bacolod','o-hotel-bacolod',0),
(442,'old kitchen cabinets makeover','old-kitchen-cabinets-makeover',0),
(443,'one night in bangkok tour','one-night-in-bangkok-tour',0),
(444,'online marketing advantages and disadvantages essay','online-marketing-advantages-and-disadvantages-essay',0),
(445,'online marketing tools list','online-marketing-tools-list',0),
(446,'osprey travel backpack','osprey-travel-backpack',0),
(447,'Other Ways to Say Safe Travels','other-ways-to-say-safe-travels',0),
(448,'paid search mobile strategy','paid-search-mobile-strategy',0),
(449,'parquet flooring dubai price','parquet-flooring-dubai-price',0),
(450,'parquet flooring sharjah','parquet-flooring-sharjah',0),
(451,'pink and red roses','pink-and-red-roses',0),
(452,'pink rose meaning','pink-rose-meaning',0),
(453,'pinnacles national park','pinnacles-national-park',0),
(454,'pinnacles national park caves','pinnacles-national-park-caves',0),
(455,'pinnacles national park hours','pinnacles-national-park-hours',0),
(456,'pinnacles national park mosquitoes','pinnacles-national-park-mosquitoes',0),
(457,'pinnacles national park news','pinnacles-national-park-news',0),
(458,'pinnacles national park things to do','pinnacles-national-park-things-to-do',0),
(459,'pinnacles national park ticks','pinnacles-national-park-ticks',0),
(460,'pinnacles national park trails','pinnacles-national-park-trails',0),
(461,'pinnacles national park weather','pinnacles-national-park-weather',0),
(462,'places to relax in new york state','places-to-relax-in-new-york-state',0),
(463,'places to visit for couples','places-to-visit-for-couples',0),
(464,'places to visit from bangalore to tirupati','places-to-visit-from-bangalore-to-tirupati',0),
(465,'places to visit outside new york','places-to-visit-outside-new-york',0),
(466,'planning a trip to disney world on a budget','planning-a-trip-to-disney-world-on-a-budget',0),
(467,'planta hotel bacolod','planta-hotel-bacolod',0),
(468,'point reyes lighthouse','point-reyes-lighthouse',0),
(469,'point reyes national seashore camping','point-reyes-national-seashore-camping',0),
(470,'point reyes national seashore hiking','point-reyes-national-seashore-hiking',0),
(471,'point reyes national seashore lighthouse','point-reyes-national-seashore-lighthouse',0),
(472,'point reyes national seashore weather','point-reyes-national-seashore-weather',0),
(473,'point reyes station','point-reyes-station',0),
(474,'ppc campaign strategy','ppc-campaign-strategy',0),
(475,'ppc google','ppc-google',0),
(476,'ppc optimization techniques','ppc-optimization-techniques',0),
(477,'ppc strategy','ppc-strategy',0),
(478,'ppc tactics','ppc-tactics',0),
(479,'ppc tutorial','ppc-tutorial',0),
(480,'prank gag gifts','prank-gag-gifts',0),
(481,'punta cana travel advice','punta-cana-travel-advice',0),
(482,'punta cana travel tips 2020','punta-cana-travel-tips-2020',0),
(483,'purple varsity jacket womens long varsity jacket womens','purple-varsity-jacket-womens-long-varsity-jacket-womens',0),
(484,'qbregistration.dat location','qbregistration-dat-location',0),
(485,'quickbooks bad gateway 504','quickbooks-bad-gateway-504',0),
(486,'quickbooks component repair tool','quickbooks-component-repair-tool',0),
(487,'quickbooks connection diagnostic tool','quickbooks-connection-diagnostic-tool',0),
(488,'quickbooks desktop','quickbooks-desktop',0),
(489,'quickbooks error 1722','quickbooks-error-1722',0),
(490,'quickbooks error 3371 status code 11104','quickbooks-error-3371-status-code-11104',0),
(491,'quickbooks error 3371 status code 11118 new hard drive','quickbooks-error-3371-status-code-11118-new-hard-drive',0),
(492,'quickbooks file location','quickbooks-file-location',0),
(493,'quickbooks import file format','quickbooks-import-file-format',0),
(494,'quickbooks install diagnostic tool','quickbooks-install-diagnostic-tool',0),
(495,'quickbooks install error 1722','quickbooks-install-error-1722',0),
(496,'quickbooks online','quickbooks-online',0),
(497,'quickbooks online down','quickbooks-online-down',0),
(498,'quickbooks portable filem','quickbooks-portable-filem',0),
(499,'quickbooks repair tool','quickbooks-repair-tool',0),
(500,'quickbooks requires that you reboot','quickbooks-requires-that-you-reboot',0),
(501,'quickbooks sale','quickbooks-sale',0),
(502,'quickbooks software','quickbooks-software',0),
(503,'quickbooks stuck on installing files','quickbooks-stuck-on-installing-files',0),
(504,'quickbooks stuck on installing files error 1723 microsoft office 2013','quickbooks-stuck-on-installing-files-error-1723-microsoft-office-2013',0),
(505,'quickbooks support','quickbooks-support',0),
(506,'quickbooks tools hub','quickbooks-tools-hub',0),
(507,'quickbooks us','quickbooks-us',0),
(508,'quicken error code 1722','quicken-error-code-1722',0),
(509,'radio frequency engineer jobs','radio-frequency-engineer-jobs',0),
(510,'radio frequency engineer salary','radio-frequency-engineer-salary',0),
(511,'rakhi celebration ideas','rakhi-celebration-ideas',0),
(512,'raksha bandhan on 15 august in which year','raksha-bandhan-on-15-august-in-which-year',0),
(513,'raksha bandhan project','raksha-bandhan-project',0),
(514,'raksha bandhan rakhi','raksha-bandhan-rakhi',0),
(515,'raksha bandhan traditions','raksha-bandhan-traditions',0),
(516,'real ways to make money from home','real-ways-to-make-money-from-home',0),
(517,'recycled cardboard display boxes','recycled-cardboard-display-boxes',0),
(518,'redwood national park','redwood-national-park',0),
(519,'regasm_exe_40','regasm_exe_40',0),
(520,'remotely turn on iphone microphone free','remotely-turn-on-iphone-microphone-free',0),
(521,'renewing esta','renewing-esta',0),
(522,'retail display packaging boxes','retail-display-packaging-boxes',0),
(523,'rf engineer certification','rf-engineer-certification',0),
(524,'rf engineer interview questions','rf-engineer-interview-questions',0),
(525,'rf engineer resume','rf-engineer-resume',0),
(526,'rf engineer training and placement','rf-engineer-training-and-placement',0),
(527,'rf engineering basics','rf-engineering-basics',0),
(528,'road grade app','road-grade-app',0),
(529,'road trip with friends quotes','road-trip-with-friends-quotes',0),
(530,'Romantic Couple Travel Quotes','romantic-couple-travel-quotes',0),
(531,'romantic places to stay','romantic-places-to-stay',0),
(532,'romantic places to visit in usa','romantic-places-to-visit-in-usa',0),
(533,'romantic places to visit near me','romantic-places-to-visit-near-me',0),
(534,'romantic santorini','romantic-santorini',0),
(535,'rose color meanings','rose-color-meanings',0),
(536,'rose for forgiveness','rose-for-forgiveness',0),
(537,'Safe Journey Images','safe-journey-images',0),
(538,'Safe Journey Messages','safe-journey-messages',0),
(539,'Safe Journey Wishes for Husband','safe-journey-wishes-for-husband',0),
(540,'seda hotel bacolod','seda-hotel-bacolod',0),
(541,'seo google','seo-google',0),
(542,'seo tutorial','seo-tutorial',0),
(543,'sequoia national park','sequoia-national-park',0),
(544,'short travel quotes','short-travel-quotes',0),
(545,'social media advantages and disadvantages ppt','social-media-advantages-and-disadvantages-ppt',0),
(546,'sonicwall configuration examples','sonicwall-configuration-examples',0),
(547,'sonicwall firewall configuration ppt','sonicwall-firewall-configuration-ppt',0),
(548,'sonicwall login','sonicwall-login',0),
(549,'sonicwall netextender login','sonicwall-netextender-login',0),
(550,'sonicwall setup tool','sonicwall-setup-tool',0),
(551,'sonicwall support','sonicwall-support',0),
(552,'sonicwall vpn setup','sonicwall-vpn-setup',0),
(553,'spirit airline manage booking','spirit-airline-manage-booking',0),
(554,'spirit airlines airport hubs','spirit-airlines-airport-hubs',0),
(555,'spirit airlines app for android','spirit-airlines-app-for-android',0),
(556,'spirit airlines check-in','spirit-airlines-check-in',0),
(557,'spirit airlines en español','spirit-airlines-en-espanol',0),
(558,'spirit airlines flight confirmation','spirit-airlines-flight-confirmation',0),
(559,'spirit airlines flight status','spirit-airlines-flight-status',0),
(560,'spirit airlines phone number','spirit-airlines-phone-number',0),
(561,'spirit airlines questions and answers','spirit-airlines-questions-and-answers',0),
(562,'spirit miles','spirit-miles',0),
(563,'spirit rewards','spirit-rewards',0),
(564,'starting your own business from home','starting-your-own-business-from-home',0),
(565,'steep grade rv','steep-grade-rv',0),
(566,'steep grades on i-40','steep-grades-on-i-40',0),
(567,'stonehill suites bacolod','stonehill-suites-bacolod',0),
(568,'Strategies to Optimize Your PPC Ads and Boost Sales PPC Payment','strategies-to-optimize-your-ppc-ads-and-boost-sales-ppc-payment',0),
(569,'sugarland hotel bacolod','sugarland-hotel-bacolod',0),
(570,'sup holiday destinations','sup-holiday-destinations',0),
(571,'tajawal cheap flight','tajawal-cheap-flight',0),
(572,'tear away display box','tear-away-display-box',0),
(573,'the place holiday homes','the-place-holiday-homes',0),
(574,'things to do before travelling to usa','things-to-do-before-travelling-to-usa',0),
(575,'things to do in manchester','things-to-do-in-manchester',0),
(576,'things to do in manistee','things-to-do-in-manistee',0),
(577,'things to do near me','things-to-do-near-me',0),
(578,'things to know about america before going','things-to-know-about-america-before-going',0),
(579,'things to know when traveling to dominican republic','things-to-know-when-traveling-to-dominican-republic',0),
(580,'tips - punta cana','tips-punta-cana',0),
(581,'tirupati balaji','tirupati-balaji',0),
(582,'tirupati darshan','tirupati-darshan',0),
(583,'tirupati forest name','tirupati-forest-name',0),
(584,'tirupati near temples list','tirupati-near-temples-list',0),
(585,'top 10 healthcare innovations','top-10-healthcare-innovations',0),
(586,'top 10 holiday destinations','top-10-holiday-destinations',0),
(587,'top 10 tourist destinations in the world','top-10-tourist-destinations-in-the-world',0),
(588,'top 50 travel destinations in the world','top-50-travel-destinations-in-the-world',0),
(589,'top corporate travel management companies','top-corporate-travel-management-companies',0),
(590,'top medical innovations of all time','top-medical-innovations-of-all-time',0),
(591,'travel agent quote template','travel-agent-quote-template',0),
(592,'travel agent quotes and sayings','travel-agent-quotes-and-sayings',0),
(593,'travel backpack for womens','travel-backpack-for-womens',0),
(594,'travel bucket list 2019','travel-bucket-list-2019',0),
(595,'travel captions for facebook','travel-captions-for-facebook',0),
(596,'Travel Couple Hashtags','travel-couple-hashtags',0),
(597,'travel documents for usa','travel-documents-for-usa',0),
(598,'travel hacks 2019','travel-hacks-2019',0),
(599,'travel hacks 5 minute crafts','travel-hacks-5-minute-crafts',0),
(600,'travel hacks for flying','travel-hacks-for-flying',0),
(601,'travel hacks for kids','travel-hacks-for-kids',0),
(602,'travel hacks packing','travel-hacks-packing',0),
(603,'travel hacks to save money','travel-hacks-to-save-money',0),
(604,'travel hacks youtube','travel-hacks-youtube',0),
(605,'Travel Love Quotes Sayings','travel-love-quotes-sayings',0),
(606,'travel management pdf','travel-management-pdf',0),
(607,'travel management services','travel-management-services',0),
(608,'travel management software','travel-management-software',0),
(609,'travel management system','travel-management-system',0),
(610,'travel quotes','travel-quotes',0),
(611,'Travel Quotes for Instagram','travel-quotes-for-instagram',0),
(612,'Travel Quotes Inspirational','travel-quotes-inspirational',0),
(613,'Travel Quotes Malayalam','travel-quotes-malayalam',0),
(614,'Travel Quotes Pinterest','travel-quotes-pinterest',0),
(615,'Travel Quotes With Friends','travel-quotes-with-friends',0),
(616,'Travel With Family Captions for Instagram','travel-with-family-captions-for-instagram',0),
(617,'Travel With Friends Caption','travel-with-friends-caption',0),
(618,'Travel With Friends Quotes','travel-with-friends-quotes',0),
(619,'travel with friends quotesfunny','travel-with-friends-quotesfunny',0),
(620,'Travel-Quotes Goodreads','travel-quotes-goodreads',0),
(621,'Traveling and Love','traveling-and-love',0),
(622,'travelling to america for the first time','travelling-to-america-for-the-first-time',0),
(623,'travelling to usa checklist','travelling-to-usa-checklist',0),
(624,'Travelling With Family','travelling-with-family',0),
(625,'trip with friends status','trip-with-friends-status',0),
(626,'Tumblr Quotes','tumblr-quotes',0),
(627,'tv stand','tv-stand',0),
(628,'types of entertainment centers','types-of-entertainment-centers',0),
(629,'types of roses by color','types-of-roses-by-color',0),
(630,'u.s. visa waiver program','u-s-visa-waiver-program',0),
(631,'uk start-up','uk-start-up',0),
(632,'uk startup visa','uk-startup-visa',0),
(633,'umrah flyer design free download','umrah-flyer-design-free-download',0),
(634,'umrah packages online booking','umrah-packages-online-booking',0),
(635,'Underwater Abandoned Places','underwater-abandoned-places',0),
(636,'updating esta','updating-esta',0),
(637,'upstate new york attractions map','upstate-new-york-attractions-map',0),
(638,'upstate new york summer vacation','upstate-new-york-summer-vacation',0),
(639,'used wooden flooring','used-wooden-flooring',0),
(640,'varsity jacket dress','varsity-jacket-dress',0),
(641,'varsity jacket mens','varsity-jacket-mens',0),
(642,'varsity jacket mens.best letterman jackets','varsity-jacket-mens-best-letterman-jackets',0),
(643,'varsity jacket outfit girl','varsity-jacket-outfit-girl',0),
(644,'varsity jacket womens adidas','varsity-jacket-womens-adidas',0),
(645,'varsity jacket womens outfit','varsity-jacket-womens-outfit',0),
(646,'Varsity Jackets are back in fashion','varsity-jackets-are-back-in-fashion',0),
(647,'vinyl flooring suppliers','vinyl-flooring-suppliers',0),
(648,'walt disney world planning spreadsheet','walt-disney-world-planning-spreadsheet',0),
(649,'Wanderlust Quotes','wanderlust-quotes',0),
(650,'Wanderlust Travel Tumblr','wanderlust-travel-tumblr',0),
(651,'waterfalls near tirupati','waterfalls-near-tirupati',0),
(652,'Ways for fruit flies. How to get rid of fruit flies from the kitchen?','ways-for-fruit-flies-how-to-get-rid-of-fruit-flies-from-the-kitchen',0),
(653,'weekend getaways in upstate ny','weekend-getaways-in-upstate-ny',0),
(654,'Wexford County Historical Society &amp; Museum','wexford-county-historical-society-museum',0),
(655,'what causes fruit flies are fruit flies harmful','what-causes-fruit-flies-are-fruit-flies-harmful',0),
(656,'what causes fruit flies in the house','what-causes-fruit-flies-in-the-house',0),
(657,'what do i need to know before traveling to punta cana','what-do-i-need-to-know-before-traveling-to-punta-cana',0),
(658,'what do you do in raksha bandhan','what-do-you-do-in-raksha-bandhan',0),
(659,'what is digital marketing strategy','what-is-digital-marketing-strategy',0),
(660,'what is modern graphic design','what-is-modern-graphic-design',0),
(661,'what is seo and how it works','what-is-seo-and-how-it-works',0),
(662,'what is seo in blogging','what-is-seo-in-blogging',0),
(663,'what is seo in digital marketing','what-is-seo-in-digital-marketing',0),
(664,'what is seo in website','what-is-seo-in-website',0),
(665,'what is seo tools','what-is-seo-tools',0),
(666,'what size backpack for travelling','what-size-backpack-for-travelling',0),
(667,'what to do if esta is denied','what-to-do-if-esta-is-denied',0),
(668,'what to do in siam at night','what-to-do-in-siam-at-night',0),
(669,'what to pack for chadar trek','what-to-pack-for-chadar-trek',0),
(670,'when is it appropriate to wear a letterman jacket','when-is-it-appropriate-to-wear-a-letterman-jacket',0),
(671,'where do fruit flies come from','where-do-fruit-flies-come-from',0),
(672,'where to travel now','where-to-travel-now',0),
(673,'white pink rose','white-pink-rose',0),
(674,'who needs to apply for esta','who-needs-to-apply-for-esta',0),
(675,'wholesale custom packaging','wholesale-custom-packaging',0),
(676,'why are you interested in web development?','why-are-you-interested-in-web-development',0),
(677,'why do we need graphic design purpose of graphic design','why-do-we-need-graphic-design-purpose-of-graphic-design',0),
(678,'why ios app development','why-ios-app-development',0),
(679,'why should i learn graphic design','why-should-i-learn-graphic-design',0),
(680,'why use social media for business','why-use-social-media-for-business',0),
(681,'why web development is important','why-web-development-is-important',0),
(682,'William Mitchell State Park','william-mitchell-state-park',0),
(683,'women\'s clothing online','womens-clothing-online',0),
(684,'women\'s clothing websites','womens-clothing-websites',0),
(685,'womens fashion letterman jacket','womens-fashion-letterman-jacket',0),
(686,'wood flooring companies in uae','wood-flooring-companies-in-uae',0),
(687,'wooden flooring in kerala','wooden-flooring-in-kerala',0),
(688,'wordpress responsive height','wordpress-responsive-height',0),
(689,'wordpress responsive plugin','wordpress-responsive-plugin',0),
(690,'wordpress responsive theme development','wordpress-responsive-theme-development',0),
(691,'wrestling vs bjj street fight','wrestling-vs-bjj-street-fight',0),
(692,'write up for raksha bandhan','write-up-for-raksha-bandhan',0),
(693,'yosemite national park','yosemite-national-park',0),
(694,'yosemite national park facts','yosemite-national-park-facts',0),
(695,'yosemite national park map','yosemite-national-park-map',0),
(696,'yosemite national park weather','yosemite-national-park-weather',0),
(697,'yosemite valley','yosemite-valley',0),
(698,'zara varsity jacket womens','zara-varsity-jacket-womens',0),
(699,'zion national park','zion-national-park',0),
(700,'page','page',0),
(701,'Featured','featured',0),
(702,'Things To Do','thingstodo',0),
(703,'Food &amp; Restaurants','food',0);
/*!40000 ALTER TABLE `hrs_terms` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_usermeta`
--

DROP TABLE IF EXISTS `hrs_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_usermeta`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_usermeta` WRITE;
/*!40000 ALTER TABLE `hrs_usermeta` DISABLE KEYS */;
INSERT INTO `hrs_usermeta` VALUES
(49,3,'nickname','TravelDictionary'),
(50,3,'first_name','Sid'),
(51,3,'last_name',''),
(52,3,'description',''),
(53,3,'rich_editing','true'),
(54,3,'syntax_highlighting','true'),
(55,3,'comment_shortcuts','false'),
(56,3,'admin_color','fresh'),
(57,3,'use_ssl','0'),
(58,3,'show_admin_bar_front','true'),
(59,3,'locale',''),
(60,3,'hrs_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(61,3,'hrs_user_level','10'),
(62,3,'dismissed_wp_pointers','theme_editor_notice'),
(63,3,'session_tokens','a:2:{s:64:\"499330f3f75838169642dafe6cbe6ceaf619481431ed47d6188e73ead706b04e\";a:4:{s:10:\"expiration\";i:1750818479;s:2:\"ip\";s:11:\"34.89.86.34\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36\";s:5:\"login\";i:1750645679;}s:64:\"2e31bb8e35f4b807ebbb5218f508130a6d594ae3f12cf5f297609c4583443071\";a:4:{s:10:\"expiration\";i:1750818604;s:2:\"ip\";s:14:\"35.242.132.122\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";s:5:\"login\";i:1750645804;}}'),
(64,3,'hrs_dashboard_quick_press_last_post_id','1434'),
(65,3,'community-events-location','a:1:{s:2:\"ip\";s:12:\"35.242.132.0\";}'),
(66,3,'hrs_media_library_mode','list'),
(67,3,'_imagify_ignore_notices','a:1:{i:0;s:6:\"rating\";}'),
(68,3,'upload_per_page','200'),
(69,3,'hrs_user-settings','libraryContent=browse&editor=tinymce'),
(70,3,'hrs_user-settings-time','1594951549'),
(71,3,'edit_page_per_page','200'),
(72,3,'hrs_r_tru_u_x','a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1593199936;}'),
(73,3,'nav_menu_recently_edited','36'),
(74,3,'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\";}'),
(75,3,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(77,3,'tgmpa_dismissed_notice_tgmpa','1'),
(78,3,'closedpostboxes_dashboard','a:6:{i:0;s:20:\"e-dashboard-overview\";i:1;s:19:\"dashboard_right_now\";i:2;s:18:\"dashboard_activity\";i:3;s:20:\"vce_dashboard_widget\";i:4;s:21:\"dashboard_quick_press\";i:5;s:17:\"dashboard_primary\";}'),
(79,3,'metaboxhidden_dashboard','a:0:{}'),
(80,3,'edit_post_per_page','200'),
(81,3,'edit_category_per_page','200'),
(82,3,'tgmpa_dismissed_notice_coming-soon','1'),
(83,3,'closedpostboxes_page','a:4:{i:0;s:14:\"vce_hp_content\";i:1;s:4:\"hefo\";i:2;s:6:\"ez-toc\";i:3;s:11:\"vce_sidebar\";}'),
(84,3,'metaboxhidden_page','a:2:{i:0;s:10:\"vce_layout\";i:1;s:11:\"vce_authors\";}'),
(85,3,'elementor_introduction','a:2:{s:19:\"colorPickerDropping\";b:1;s:10:\"rightClick\";b:1;}'),
(86,3,'closedpostboxes_post','a:0:{}'),
(87,3,'metaboxhidden_post','a:0:{}'),
(88,3,'_redux_templates_counts','5'),
(89,3,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:81:\"dashboard_site_health,e-dashboard-overview,dashboard_right_now,dashboard_activity\";s:4:\"side\";s:60:\"vce_dashboard_widget,dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),
(90,3,'rocket_boxes','a:1:{i:0;s:34:\"rocket_warning_plugin_modification\";}');
/*!40000 ALTER TABLE `hrs_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_users`
--

DROP TABLE IF EXISTS `hrs_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_users`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_users` WRITE;
/*!40000 ALTER TABLE `hrs_users` DISABLE KEYS */;
INSERT INTO `hrs_users` VALUES
(3,'TravelDictionary','$P$B/gfRx/OFt8LgDR8ulNGX4UZiaoPV40','traveldictionary','m.talha.akram@gmail.com','https://travelingdictionary.com/','2020-06-25 17:05:43','',0,'Sid');
/*!40000 ALTER TABLE `hrs_users` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_wpvivid_scan_result`
--

DROP TABLE IF EXISTS `hrs_wpvivid_scan_result`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `from_post` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_wpvivid_scan_result`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_wpvivid_scan_result` WRITE;
/*!40000 ALTER TABLE `hrs_wpvivid_scan_result` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_wpvivid_scan_result` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_wpvivid_unused_uploads_files`
--

DROP TABLE IF EXISTS `hrs_wpvivid_unused_uploads_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `folder` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_wpvivid_unused_uploads_files`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_wpvivid_unused_uploads_files` WRITE;
/*!40000 ALTER TABLE `hrs_wpvivid_unused_uploads_files` DISABLE KEYS */;
/*!40000 ALTER TABLE `hrs_wpvivid_unused_uploads_files` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Table structure for table `hrs_wpwc_posts`
--

DROP TABLE IF EXISTS `hrs_wpwc_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrs_wpwc_posts` (
  `post_id` bigint(20) NOT NULL,
  `post_author` bigint(20) NOT NULL,
  `post_date` datetime NOT NULL,
  `post_status` varchar(20) NOT NULL,
  `post_modified` datetime NOT NULL,
  `post_parent` bigint(20) NOT NULL,
  `post_type` varchar(20) NOT NULL,
  `post_word_count` bigint(20) NOT NULL,
  UNIQUE KEY `post_id` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hrs_wpwc_posts`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `hrs_wpwc_posts` WRITE;
/*!40000 ALTER TABLE `hrs_wpwc_posts` DISABLE KEYS */;
INSERT INTO `hrs_wpwc_posts` VALUES
(7,3,'2020-06-05 21:46:30','publish','2020-06-05 21:46:30',0,'wpcf7_contact_form',148),
(23,3,'2019-08-27 17:34:13','publish','2020-07-01 19:58:25',0,'page',22),
(34,3,'2019-08-27 22:26:40','publish','2020-07-01 19:54:55',0,'page',1502),
(207,3,'2014-11-25 18:04:37','publish','2021-02-05 10:18:10',0,'page',1),
(804,3,'2016-07-26 12:08:16','publish','2021-01-17 19:24:12',0,'nav_menu_item',2),
(809,3,'2014-11-25 15:39:48','publish','2014-11-25 15:39:48',0,'wpcf7_contact_form',203),
(819,3,'2020-06-13 11:55:58','publish','2020-09-02 05:09:17',0,'elementor_library',1),
(1127,3,'2019-08-25 23:27:00','publish','2020-07-01 19:57:17',0,'page',560),
(1298,3,'2020-07-05 23:46:43','publish','2021-01-17 19:24:12',0,'nav_menu_item',2),
(1299,3,'2020-07-05 23:46:43','publish','2021-01-17 19:24:12',0,'nav_menu_item',2),
(1301,3,'2020-07-17 00:09:48','publish','2020-07-23 01:49:11',0,'post',2931),
(1303,3,'2020-07-16 22:22:28','publish','2020-07-22 18:16:24',0,'post',3030),
(1348,3,'2020-07-17 01:54:18','publish','2020-07-17 02:04:10',0,'post',2066),
(1359,3,'2020-07-17 02:58:04','publish','2020-07-22 20:42:23',0,'post',2004),
(1375,3,'2020-07-22 13:05:34','publish','2020-07-23 14:12:16',0,'post',1921),
(1396,3,'2020-07-23 18:08:05','publish','2020-07-23 18:11:27',0,'post',1983),
(1409,3,'2020-08-17 16:59:19','publish','2020-08-17 17:05:06',0,'post',2902),
(1413,3,'2020-08-17 20:29:41','publish','2020-08-17 20:58:09',0,'post',1985),
(1417,3,'2020-08-18 16:34:19','publish','2020-08-18 16:36:06',0,'post',2994),
(1425,3,'2020-09-02 05:04:32','publish','2020-09-02 05:14:43',0,'post',2524),
(1430,3,'2020-10-23 09:30:09','publish','2020-10-23 09:30:09',0,'seedprod',1),
(1431,3,'2021-02-03 17:01:45','auto-draft','2021-02-03 17:01:45',0,'post',1),
(1432,3,'2021-01-10 17:13:11','auto-draft','2021-01-10 17:13:11',0,'post',1),
(1433,3,'2021-02-05 10:14:52','inherit','2021-02-05 10:14:52',207,'revision',1),
(1434,3,'2025-06-23 02:28:01','auto-draft','2025-06-23 02:28:01',0,'post',1),
(1435,3,'2021-04-22 20:27:54','auto-draft','2021-04-22 20:27:54',0,'post',1);
/*!40000 ALTER TABLE `hrs_wpwc_posts` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES
(1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2025-06-23 02:41:47','2025-06-23 02:41:47','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES
(1,'siteurl','http://travelingdictionary.com','yes'),
(2,'home','http://travelingdictionary.com','yes'),
(3,'blogname','Website migrated by Hostinger','yes'),
(4,'blogdescription','','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','nonexistingadmin@hostinger.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','','yes'),
(29,'rewrite_rules','','yes'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:0:{}','yes'),
(34,'category_base','','yes'),
(35,'ping_sites','http://rpc.pingomatic.com/','yes'),
(36,'comment_max_links','2','yes'),
(37,'gmt_offset','0','yes'),
(38,'default_email_category','1','yes'),
(39,'recently_edited','','no'),
(40,'template','twentytwentyfour','yes'),
(41,'stylesheet','twentytwentyfour','yes'),
(42,'comment_registration','0','yes'),
(43,'html_type','text/html','yes'),
(44,'use_trackback','0','yes'),
(45,'default_role','subscriber','yes'),
(46,'db_version','57155','yes'),
(47,'uploads_use_yearmonth_folders','1','yes'),
(48,'upload_path','','yes'),
(49,'blog_public','1','yes'),
(50,'default_link_category','2','yes'),
(51,'show_on_front','posts','yes'),
(52,'tag_base','','yes'),
(53,'show_avatars','1','yes'),
(54,'avatar_rating','G','yes'),
(55,'upload_url_path','','yes'),
(56,'thumbnail_size_w','150','yes'),
(57,'thumbnail_size_h','150','yes'),
(58,'thumbnail_crop','1','yes'),
(59,'medium_size_w','300','yes'),
(60,'medium_size_h','300','yes'),
(61,'avatar_default','mystery','yes'),
(62,'large_size_w','1024','yes'),
(63,'large_size_h','1024','yes'),
(64,'image_default_link_type','none','yes'),
(65,'image_default_size','','yes'),
(66,'image_default_align','','yes'),
(67,'close_comments_for_old_posts','0','yes'),
(68,'close_comments_days_old','14','yes'),
(69,'thread_comments','1','yes'),
(70,'thread_comments_depth','5','yes'),
(71,'page_comments','0','yes'),
(72,'comments_per_page','50','yes'),
(73,'default_comments_page','newest','yes'),
(74,'comment_order','asc','yes'),
(75,'sticky_posts','a:0:{}','yes'),
(76,'widget_categories','a:0:{}','yes'),
(77,'widget_text','a:0:{}','yes'),
(78,'widget_rss','a:0:{}','yes'),
(79,'uninstall_plugins','a:0:{}','no'),
(80,'timezone_string','','yes'),
(81,'page_for_posts','0','yes'),
(82,'page_on_front','0','yes'),
(83,'default_post_format','0','yes'),
(84,'link_manager_enabled','0','yes'),
(85,'finished_splitting_shared_terms','1','yes'),
(86,'site_icon','0','yes'),
(87,'medium_large_size_w','768','yes'),
(88,'medium_large_size_h','0','yes'),
(89,'wp_page_for_privacy_policy','3','yes'),
(90,'show_comments_cookies_opt_in','1','yes'),
(91,'admin_email_lifespan','1766198507','yes'),
(92,'disallowed_keys','','no'),
(93,'comment_previously_approved','1','yes'),
(94,'auto_plugin_theme_update_emails','a:0:{}','no'),
(95,'auto_update_core_dev','enabled','yes'),
(96,'auto_update_core_minor','enabled','yes'),
(97,'auto_update_core_major','enabled','yes'),
(98,'wp_force_deactivated_plugins','a:0:{}','yes'),
(99,'wp_attachment_pages_enabled','0','yes'),
(100,'initial_db_version','57155','yes'),
(101,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),
(102,'fresh_site','1','yes'),
(103,'user_count','1','no'),
(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),
(105,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),
(106,'cron','a:3:{i:1750646510;a:5:{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;}}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;}}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:1750732910;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),
(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.5.5\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),
(122,'_transient_doing_cron','1750646510.1814188957214355468750','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES
(2,3,'_wp_page_template','default');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

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

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES
(1,1,'2025-06-23 02:41:47','2025-06-23 02:41:47','<!-- 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','','','2025-06-23 02:41:47','2025-06-23 02:41:47','',0,'http://travelingdictionary.com/?p=1',0,'post','',1),
(3,1,'2025-06-23 02:41:47','2025-06-23 02:41:47','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://travelingdictionary.com.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2025-06-23 02:41:47','2025-06-23 02:41:47','',0,'http://travelingdictionary.com/?page_id=3',0,'page','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(1,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES
(1,'Uncategorized','uncategorized',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES
(1,1,'nickname','admin'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','true'),
(11,1,'locale',''),
(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wp_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','1');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

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

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES
(1,'admin','$P$BDuX51vu960PWwwQRAmkWFDkrNyqAd/','admin','nonexistingadmin@hostinger.com','http://travelingdictionary.com','2025-06-23 02:41:47','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */;

-- Dump completed on 2026-06-17 14:38:50